/* Hide by default (desktop) */
.regn {
    display: none!important;
}

/* Show on mobile */
@media (max-width: 768px) {
    .regn {
        display: block;
    }
}

.pxn_site_logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 240px;
    width: 100%;
}

 /* ===== Luxury School Report Table ===== */
    .report-card {
        background: #ffffff;
        padding: 30px;
      
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        overflow: hidden;
    }
    /* background pattern */
    .report-card:after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        right: -120px;
        top: -120px;
        background: #18714a;
        opacity: .08;
        border-radius: 50%;
    }
  
    /* table */
    .report-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 2px;
        background: #0b4532;
        border-radius: 0px;
        border: 2px solid black;
    }
    /* row */
    .report-table tr {
        background: #fff;
        transition: .35s ease;
    }
    /* cells */
    .report-table td {
        border: 0;
        padding: 13px;
        font-size: 13px;
        line-height: 1.8;
        color: #000000;
    }
    /* left */
 .report-table td:first-child {
    width: 48%;
    background: #f5fbf8;
    color: #104d34;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    border-right: 2px solid #104d34;
}
    /* left icon line */
    .report-table td:first-child:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        height: 100%;
        width: 3px;
        background: #18714a;
    }
    /* right */
    .report-table td:last-child {
        background: #ffffff;
        font-family: 'Poppins', sans-serif;
        box-shadow:
            0 10px 25px rgba(24, 113, 74, .08);
    }
    td {
        border: 2px solid black;
    }
    .report-table tr:hover td:last-child {
        box-shadow:
            0 15px 35px rgba(33, 173, 112, 0.18);
        font-family: 'Poppins', sans-serif;
    }
    /* list */
    .report-table ul {
        font-family: 'Poppins', sans-serif;
        padding-left: 20px !important;
        margin-bottom: 0 !important;
    }
    .report-table li {
        margin: 0px 0;
    }
    .report-table li::marker {
        color: #18714a;
    }
    /* buttons */
    .btn-3d {
        background: #18714a !important;
        color: white !important;
        padding: 7px 16px;
        border-radius: 50px;
        display: inline-block;
        box-shadow:
            0 8px 0 #0e4b31,
            0 15px 25px rgba(24, 113, 74, .25);
        transition: .3s;
    }
    .btn-3d:hover {
        transform: translateY(4px);
        box-shadow:
            0 4px 0 #0e4b31,
            0 10px 20px rgba(24, 113, 74, .25);
    }
    /* mobile */
    @media(max-width:768px) {

    .report-table td {
    border: 0;
    padding: 9px;
    font-size: 10px;
    line-height: 1.8;
    color: #000000;
}
.btn-3d {
    background: #18714a !important;
    color: white !important;
    padding: 1px 15px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 8px 0 #0e4b31, 0 15px 25px rgba(24, 113, 74, .25);
    transition: .3s;
}
        .report-card {
            padding: 0px;
        }
        .report-table {
            border-spacing: 0 12px;
        }
        .report-table tr {
            display: flex;
        }
        .report-table td {
            display: block;
            width: 100% !important;
        }
        .report-table td:first-child {
            border-radius: 18px 18px 0 0;
        }
        .report-table td:last-child {
            border-radius: 0 0 18px 18px;
        }
    }

    @media (max-width:768px){

    .report-card{
        padding:10px;
    }

    .table-responsive{
        overflow-x:hidden;
    }

    .report-table{
        border-spacing:0 15px;
        border:none;
        background:transparent;
    }

    .report-table tr{
        display:block;
        margin-bottom:15px;
        border:1px solid #ddd;
        border-radius:15px;
        overflow:hidden;
        background:#fff;
        box-shadow:0 3px 10px rgba(0,0,0,.08);
    }

    .report-table td{
        display:block;
        width:100% !important;
        padding:12px;
        font-size:13px;
        line-height:1.6;
        border:none;
    }

    .report-table td:first-child{
        background:#f5fbf8;
        font-weight:600;
        border-bottom:1px solid #e5e5e5;
        border-radius:0;
    }

    .report-table td:last-child{
        border-radius:0;
        box-shadow:none;
    }

    .btn-3d{
        padding:8px 14px;
        font-size:12px;
        line-height:1.4;
    }

    .report-table ul{
        padding-left:18px !important;
    }
}

 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .pxn-h1-about-section.about-page {
            padding-top: 25px;
            padding-bottom: 20px;
        }
    }
/* About Content Design */
.pxn-h1_about_content {
    position: relative;
    background: #ffffff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(24, 113, 74, 0.08);
    border: 1px solid rgba(24, 113, 74, 0.12);
    overflow: hidden;
    transition: all 0.4s ease;
}

.pxn-h1_about_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(24, 113, 74, 0.15);
}

/* Top Accent Line */
.pxn-h1_about_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 5px;
    background: #18714a;
    border-radius: 0 0 10px 0;
}



.pxn-h1_about_content .sec_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #18714a;
    border-radius: 10px;
}

/* Description */
.pxn-h1_about_content .sec_desc {
       color: #000000;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.about-text-box {
    margin-top: 35px;
    background: #fff;
    border-left: 5px solid #18714a;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(24, 113, 74, 0.08);
    color: #000000;
    line-height: 1.4;
    text-align: justify;
    position: relative;
    border: 1px solid #18714a;
    /* border-left: 2px solid #18714a; */
    font-family: 'Poppins', sans-serif;
}
.about-text-box::before {
    content: "❝";
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 70px;
    color: rgba(24, 113, 74, 0.12);
    font-family: serif;
}

/* Mobile */
@media (max-width: 767px) {

    .pxn-h1_about_content {
        padding: 25px;
    }

    .pxn-h1_about_content .sec_title {
        font-size: 28px;
    }

    .about-text-box {
        padding: 25px;
    }
}

.pxn-h3_services_section_inner {
        background-color: white !important;
    }
    @media (max-width:767px) {
        .service_content {
            display: block;
            text-align: left;
            padding: 20px 15px;
        }
        .service_text {
            width: 100%;
        }
        .pxn_service_item_2 .service_excerpt {
    font-weight: var(--pxn-fw-medium);
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px;
    line-height: 16px;
}
.pxn_service_item_2 .service_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px!important;
    height: 41px!important;
    border-radius: 50%;
    background-color: var(--pxn-color-theme-primary);
    font-size: 40px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
        .service_text .service_title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            font-size: 22px !important;
        }
        .service_icon {
            display: inline-flex;
            margin: 0;
        }
        .service_icon i {
            font-size: 26px;
        }
    }

    
.pxn-service-details{
    background:#fff;
    padding:40px 0;
}
/* Main Box */
.pxn_service_content{
    background:#ffffff;
    padding:25px;
    border-radius:35px;
    position:relative;
    overflow:hidden;
    box-shadow:
    0 30px 80px rgba(24,113,74,.12);
}
/* top design */
.pxn_service_content:before{
    content:"";
    position:absolute;
    width:100%;
    height:8px;
    top:0;
    left:0;
    background:linear-gradient(
        90deg,
        #18714a,
        #000,
        #18714a
    );
}
/* floating circle */
.pxn_service_content:after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    right:-120px;
    bottom:-120px;
    background:#18714a;
    opacity:.07;
    border-radius:50%;
}
/* Heading */
.pxn_service_content h2{
     font-size: 26px;
    color: #0b4b33;
    font-weight: 800;
    margin-bottom: 10px;
}
/* Heading */
.pxn_service_content p {
    color: #000;
    line-height: 24px;
    text-align: justify;
    font-size: 15px;
}
.pxn_service_content h2:after{
    content:"";
    display:block;
    width:100px;
    height:5px;
    margin-top:5px;
    background:#18714a;
    border-radius:30px;
}
/* Rules */
.pxn_service_content ul{
    padding:0;
font-family: 'poppins', sans-serif;
    counter-reset:rule;
}
.pxn_service_content li {
    list-style: none;
    counter-increment: rule;
    position: relative;
    font-family: 'poppins', sans-serif;
    text-align:justify;
    margin-bottom: 5px;
    padding: 10px 25px 4px 85px;
    background: linear-gradient(135deg, #ffffff, #f4fbf7);
    border-radius: 25px;
    color: #000000;
    line-height: 1.4;
    font-size: 15px;
    border: 1px solid rgba(24, 113, 74, .12);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
    transition: .4s ease;
    animation: ruleShow .8s ease forwards;
    opacity: 0;
}
/* delay */
.pxn_service_content li:nth-child(1){animation-delay:.1s}
.pxn_service_content li:nth-child(2){animation-delay:.2s}
.pxn_service_content li:nth-child(3){animation-delay:.3s}
.pxn_service_content li:nth-child(4){animation-delay:.4s}
.pxn_service_content li:nth-child(5){animation-delay:.5s}
.pxn_service_content li:nth-child(n+6){animation-delay:.6s}
@keyframes ruleShow{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}
/* number circle */
.pxn_service_content li:before{
content:counter(rule);
position:absolute;
left:5px;
top:50%;
transform:translateY(-50%);
width:42px;
height:42px;
background:#18714a;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:800;
font-size:15px;
box-shadow:
0 10px 25px rgba(24,113,74,.35);
}
/* hover */
.pxn_service_content li:hover{
transform:
translateY(-8px)
scale(1.01);
background:#fff;
box-shadow:
0 25px 50px rgba(24,113,74,.18);
}
/* shine effect */
.pxn_service_content li:after{
content:"";
position:absolute;
top:0;
left:-100%;
width:50%;
height:100%;
background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.8),
transparent
);
transition:.7s;
}
.pxn_service_content li:hover:after{
left:120%;
}
/* mobile */
@media (max-width:768px){
    .pxn-service-details{
        padding:20px 0;
    }
    .container{
        padding-left:12px;
        padding-right:12px;
    }
    .pxn_service_content{
        padding:15px;
        border-radius:20px;
    }
    .pxn_service_content h2{
        font-size:20px;
        line-height:1.4;
        text-align:center;
        margin-bottom:15px;
        font-family: 'poppins', sans-serif;
    }
    .pxn_service_content h2:after{
        margin:8px auto 0;
        width:70px;
        height:4px;
    }
    .pxn_service_content p{
        font-size:14px;
        line-height:1.4;
        font-family: 'poppins', sans-serif;
    }
    .pxn_service_content ul{
        margin-top:10px;
    }
    .pxn_service_content li{
        padding:12px 12px 12px 50px;
        font-size:13px;
        line-height:1.6;
        margin-bottom:10px;
        border-radius:15px;
    }
    .pxn_service_content li:before{
        width:32px;
        height:32px;
        left:8px;
        font-size:13px;
    }
    .pxn_page_header_content .page_title{
        font-size:28px !important;
        line-height:1.2;
        text-align:center;
    }
}
@media (max-width:768px){
    .pxn_service_content li{
        padding:12px 12px 12px 50px;
        position:relative;
    }
    .pxn_service_content li:before{
        top:12px;
        transform:none;
    }
}
 @media (max-width: 768px) {
.df-ui-btn {
    background: #034e2c!important;
    border-radius: 50%;
    width: 29px!important;
    height: 32px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none !important;
    position: relative;
     gap: 0px; 
    margin-right: 2px;
    color: white !important;
    
    padding: 9px 5px!important;
   
}

}
    
/* Flipbook card */
.flipbook-wrapper{
max-width:1150px;
margin:40px auto;
padding:5px;
border-radius:18px;
background:linear-gradient(145deg,#095c13,#095c13);
box-shadow:
0 0 60px rgba(9,92,19,0.3),
0 0 60px rgba(9,92,19,0.3);
transition:0.4s;
}
#myFlipbook{
height:88vh;
border-radius:10px;
overflow:hidden;
}
/* Floating Controls */
.df-floating .df-ui-controls{
background:rgba(255,255,255,0.95);
border-radius:30px;
padding:2px 12px;
box-shadow:0 6px 20px rgba(0,0,0,0.2);
border:none;
}
/* Arrow Buttons */
.df-ui-prev,
.df-ui-next{
width:60px!important;
height:60px!important;
border-radius:50%!important;
background:linear-gradient(135deg,#095c13,#095c13)!important;
display:flex!important;
align-items:center;
justify-content:center;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
transition:all .3s ease;
}
/* Arrow Icons */
.df-ui-prev:before{
content:"❮";
font-size:30px;
color:#fff;
}
.df-ui-next:before{
content:"❯";
font-size:30px;
color:#fff;
}
/* Page number dots */
.df-ui-page{
background:#0e4b9a!important;
color:#fff!important;
border-radius:20px!important;
padding:2px 10px;
}
/* Canvas background */
canvas{
background:#f5f7fb;
}
.df-ui-prev, .df-ui-next {
    width: 34px !important;
    height: 40px !important;
    /* border-radius: 50% !important; */
    background: linear-gradient(135deg, #095c13, #095c13) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
}
.more-container .df-ui-btn:before {
    position: absolute;
    top: 11px;
    font-size: 14px;
    left: 17px;
}
  .flipbook-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
  }
canvas{
background: #e6e6e6;
}
.df-ui-btn {
    background: #034e2c;
    border-radius: 50%;
    width: 47px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none !important;
    position: relative;
    /* gap: 34px; */
    margin-right: 2px;
    color: white !important;
}
.df-ui-btn span {
    display: none; /* hide text */
}
.df-ui-controls {
       height: 60px;
   }
.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev {
    border-radius: 50%;
    width: 54px;
    background: #034e2c;
opacity:1;
}
.df-floating .df-ui-controls {
    bottom: 10px;
    width: auto;
    width: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    display: table;
    display: flex;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid green;
    box-shadow: none;
    padding: 7px;
    height: auto;
}
.df-ui-prev::before, .df-ui-next::before {
    font-family: "themify";
    font-size: 26px;
    color: #fff !important;
    transition: 0.3s ease;
}
/* LEFT ARROW ICON */
.df-ui-prev::before {
    content: "\e64a"; /* ti-angle-left */
}
/* RIGHT ARROW ICON */
.df-ui-next::before {
    content: "\e649"; /* ti-angle-right */
}
.df-ui-btn:active {
    transform: translateY(2px);
    box-shadow: inset 3px 3px 8px #b8b8b8, inset -3px -3px 8px #000000;
}
.df-ui-page label {
    position: absolute;
    height: 30px;
    width: 100%;
    display: block;
    top: 1px;
    padding-top: 14px;
    line-height: 1.1em;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    box-sizing: border-box;
}

 /* ===== Real Book Disclosure Card ===== */
        .pxn-h1-about-section.about-page {
            background: #fff;
            padding: 40px 0;
        }
        .disclosure-box {
            margin-bottom: 20px;
            perspective: 1000px;
        }
        /* BOOK */
        .disclosure-card {
            height: 225px;
            position: relative;
           box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 8px 18px 18px 8px;
            padding: 25px 20px;
            overflow: hidden;
            border-left: 14px solid #000000;
          
            transition: .5s ease;
        }
        /* book spine */
        .disclosure-card:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 14px;
            height: 100%;
            background:
                linear-gradient(90deg,
                    #083d27,
                    #18714a,
                    #083d27);
            box-shadow:
                inset -4px 0 8px rgba(0, 0, 0, .3);
        }
        /* page lines */
        .disclosure-card:after {
            content: "";
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 70px;
            height: 45px;
            background:
                repeating-linear-gradient(to bottom,
                    rgba(24, 113, 74, .18),
                    rgba(24, 113, 74, .18) 2px,
                    transparent 2px,
                    transparent 8px);
            opacity: .6;
        }
        /* page fold */
        .disclosure-card .page-fold {
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 45px solid #18714a;
            border-left: 45px solid transparent;
        }
        /* hover */
        .disclosure-card:hover {
            transform:
                translateY(-12px) rotateY(-8deg);
            box-shadow:
                25px 25px 45px rgba(24, 113, 74, .25);
        }
        /* pdf */
        .pdf-icon {
            width: 80px;
            height: 80px;
            margin: auto;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            color: #18714a;
            font-size: 40px;
            box-shadow:
                0 12px 25px rgba(0, 0, 0, .12);
            transition: .4s;
        }
        .disclosure-card:hover .pdf-icon {
            background: #18714a;
            color: #fff;
            transform:
                scale(1.12) rotate(-6deg);
        }
.disclosure-title {
    min-height: 50px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 19px;
        text-transform: uppercase;
}
    .view-btn {
    margin-top: 5px;
    display: inline-block;
    padding: 6px 35px;
    border-radius: 50px;
    background: #18714a;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(24, 113, 74, .35);
    transition: .3s;
}
        .view-btn:hover {
            background: #000;
            transform: translateY(-4px);
        }
        /* floating animation */
        .disclosure-card {
            animation: bookShow .7s ease both;
        }
        @keyframes bookShow {
            from {
                opacity: 0;
                transform: translateY(35px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
       @media(max-width:767px){

    .disclosure-box{
        padding-left:6px;
        padding-right:6px;
        margin-bottom:12px;
    }

       .disclosure-card {
        height: 170px;
        padding: 7px 2px;
    }

    .pdf-icon{
        width:60px;
        height:60px;
        font-size:30px;
    }

    .disclosure-title{
        font-size:12px;
        line-height:16px;
        min-height:48px;
    }

    .view-btn{
        padding:5px 15px;
        font-size:11px;
    }
} 
.icon.featured {
    position: relative;
    display: inline-block;
    background-color: #595959; /*#2ebaef;*/
    /*background:  #334a84;*/
    width: 7em;
    padding: 1.75em 0 1.4em 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 3.5em 0;
    cursor: default;
    text-align: center;
}
.icon.featured:before {
    font-size: 3em;
    line-height: 1em;
    color: #fff;
}
.icon.featured:after {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 0;
    border-top: solid 2em  #595959;/*#2ebaef;*/
    border-left: solid 3.5em transparent;
    border-right: solid 3.5em transparent;
}


.map{
	margin-bottom: 50px;
	margin-top: 50px;
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

/*------------------------------------------------------------------*/

.reg-form label{font-weight: normal; font-size: 15px;}
.reg-form p{font-size: 14px;}
.reg-form span{color:#f00;}
.reg-form input[type='text']{
	width:100%;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
	background: #ebebeb;
	border:1px solid #ccc;
}
.reg-form input:focus{
	background: none;
	border:1px solid #33afff ;
	box-shadow: 0 0 2px 2px   #33afff ;
}

.reg-form input[type='date']{
	width:100%;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
	border:1px solid #ccc;
	background: #ebebeb;
}

.reg-form input[type='date']:focus{
	background: none;
	border:1px solid #33afff ;
	box-shadow: 0 0 2px 2px   #33afff ;
}


.reg-form select{
	width:100%;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
border-radius: 0;
	font-size: 16px;
	border:1px solid #ccc;
	background: #ebebeb;
}

.reg-form select:focus{
	background: none;
	border:1px solid #33afff ;
	box-shadow: 0 0 2px 2px   #33afff ;
}

.reg-form select > option{
	font-family: 'OpenSans-Regular';
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}


.reg-form textarea{
	width:100%;
	padding-left: 10px;
	margin-bottom: 20px;
	border:1px solid #ccc;
	background: #ebebeb;
}

.reg-form input[type='file']{
	border:1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 225px;
}

.reg-form input[type='submit']{

	background: #f47435;
	color:#fff;
	margin-top: 15px;
}
.black-heading{
	margin-top:40px;
	text-align: center;
}

.black-heading span{
display: block;
height: 5px;
background:#f47435;
width: 100px;
margin:10px auto;
}
.pxn_page_projects {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px!important;
  padding: 20px 0;
}

.pxn-h3_project_item {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px; 
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.project_img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  
}


.project_img::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(11, 58, 37, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.pxn-h3_project_item:hover .project_img::before {
  opacity: 1;
}

.project_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px!important;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.project_title a {
  color: #ffffff !important; 
  text-decoration: none;
  transition: color 0.3s ease;
}

.project_view_btn {
  display: inline-block;
  align-self: flex-start;
  background: #18714a; 
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 16px;
  border-radius: 20px;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  max-height: 0;
  line-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, padding 0.3s ease, line-height 0.3s ease, margin 0.3s ease;
}

.pxn-h3_project_item:hover .project_view_btn {
  opacity: 1;
  transform: translateY(0);
  max-height: 40px;
  line-height: 32px;
  padding: 0px 16px;
  margin-top: 4px;
}

.pxn-h3_project_item:hover .project_view_btn:hover {
  background: #115335;
}

@media (max-width: 991px) {
  .pxn_page_projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .pxn_page_projects { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}



.project_img {
    position: relative;
    overflow: hidden;
}

.project_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11,58,37,.6);
    opacity: 0;
    z-index: 1;
    transition: .3s;
}

.pxn-h3_project_item:hover .project_img::before {
    opacity: 1;
}

/* --- LIGHTBOX MODAL CONTAINER --- */
.custom-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.custom-lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.custom-lightbox-modal.active .custom-lightbox-content {
  transform: scale(1);
}

.custom-lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}

/* Screen Top Right Fixed Close Button Layout */
.custom-lightbox-close {
  position: fixed;
  top: 25px;
  right: 35px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
  z-index: 100000;
  user-select: none;
}

.custom-lightbox-close:hover {
  color: #18714a;
  transform: scale(1.1);
}
.view-btng{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:#fff;
    color:#0b3a25;
    padding:10px 24px;
    border-radius:30px;
    font-size:16px;
    font-weight:700;
    opacity:0;
    z-index:9999;
    transition:all .3s ease;
    pointer-events:none;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.pxn-h3_project_item:hover .view-btng{
    opacity:1;
    transform:translate(-50%, -50%) scale(1.05);
}
/* Side Navigation System Layout */
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  user-select: none;
  z-index: 99999;
}

.lightbox-arrow:hover {
  background: #18714a;
}

.lightbox-arrow:active {
  transform: translateY(-50%) scale(0.9);
}

.lightbox-arrow-left {
  left: 40px;
}

.lightbox-arrow-right {
  right: 40px;
}

.lightbox-arrow svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (max-width: 991px) {
  .pxn_page_projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lightbox-arrow { width: 45px; height: 45px; }
  .lightbox-arrow-left { left: 15px; }
  .lightbox-arrow-right { right: 15px; }
  .custom-lightbox-close { top: 15px; right: 20px; font-size: 40px; }
}
@media (max-width: 575px) {
  .pxn_page_projects { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

  /* Admission Cards Styling */
    .admission-card {
        background: #ffffff;
        border: 1px solid rgba(24, 113, 74, 0.12);
        padding: 35px;
        border-radius: 20px;
        margin-bottom: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        transition: all 0.3s ease;
        height: 100%;
    }

    .admission-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(24, 113, 74, 0.08);
        border-color: rgba(24, 113, 74, 0.3);
    }

    /* Section Headings */
    .admission-card h2, .withdrawal-section h2 {
        color: #0b3a25; /* Deep Premium Dark Green */
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .admission-card h2::after, .withdrawal-section h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 4px;
        background: #18714a; /* Accent Dark Green */
        border-radius: 10px;
    }

    /* Alert / Notice Boxes */
    .info-alert-box {
        background: rgba(24, 113, 74, 0.06);
        border-left: 4px solid #18714a;
        padding: 15px 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        color: #1e4636;
        font-weight: 600;
        font-size: 14px;
    }

    .note-danger-box {
        background: #fff5f5;
        border: 1px dashed #e53e3e;
        padding: 15px;
        border-radius: 10px;
        color: #c53030;
        font-weight: 600;
        font-size: 13px;
        margin-top: 20px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    /* Beautiful Custom Lists */
    .admission-card ul, .withdrawal-section ol {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

.admission-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}
    .admission-card ul li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 2px;
        color: #18714a;
        font-weight: bold;
        font-size: 16px;
    }

    /* Withdrawal Section (Full Width Card) */
    .withdrawal-section {
        background: #f9fbf9;
        border: 1px solid rgba(24, 113, 74, 0.1);
        padding: 40px;
        border-radius: 20px;
        margin-top: 20px;
    }

   .withdrawal-section ol li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 3px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    counter-increment: my-counter;
}
    .withdrawal-section ol {
        counter-reset: my-counter;
    }

    .withdrawal-section ol li::before {
        content: counter(my-counter);
        position: absolute;
        left: 0;
        top: 2px;
        background: #18714a;
        color: white;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
    }

    /* Mobile Responsive */
    @media (max-width: 767px) {
        .pxn-h1_about_content {
            padding: 25px 15px;
        }
        .admission-card, .withdrawal-section {
            padding: 20px;
        }
        .admission-card h2, .withdrawal-section h2 {
            font-size: 18px;
        }
    }

    .books-icon{
         margin-left: 10px;   
          margin-top: 4px;
    }