@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */



.admission-info-section {
    background-color: #f8f9fc;
}

.admission-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2d3d;
}

.admission-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-top: 8px;
}

.admission-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.admission-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.admission-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admission-icon i {
    font-size: 32px;
    color: #073280;
}

.admission-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #073280;
    margin-bottom: 15px;
}

.admission-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
}






h1.entry-title {
    display: none;
}



.vs-hero__desc.vs-hero__anim.manimated p {
    color: white;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.6;
}

/* Tablets */
@media (max-width: 992px) {
    .vs-hero__desc.vs-hero__anim.manimated p {
        max-width: 600px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .vs-hero__desc.vs-hero__anim.manimated p {
        max-width: 100%;
        font-size: 15px;
        padding: 0 15px;
        text-align: center;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .vs-hero__desc.vs-hero__anim.manimated p {
        font-size: 14px;
    }
}





/* Philosophy Section */
.nwss-philosophy-section {
  background-color: #f8fafc;
}

.nwss-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #073280;
}

.nwss-section-subtitle {
  font-size: 1.1rem;
  color: #4b5563;
}

.nwss-philosophy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    border-top: 4px solid #073280;
}
.nwss-philosophy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.nwss-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgb(250 188 23);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nwss-icon i {
    font-size: 41px;
    color: #2563eb;
}
.nwss-philosophy-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #073280;
}

.nwss-philosophy-card p {
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .nwss-section-title {
    font-size: 1.8rem;
  }
}


.academics-section {
    background-color: #f8f9fa; /* Soft grey background */
}

.academic-card {
    background: #ffffff;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

/* Hover effect to make it interactive */
.academic-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.grade-badge {
    display: inline-block;
    background-color: #fcb700;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.card-title {
    color: #2c3e50;
    font-weight: 700;
}



.active-card {
    border-top: 5px solid #007bff !important;
}



.text-dark111 {
    color: #073280;
}

p.lead.text-dark.mx-auto {
    color: black;
    font-size: 16px ;
    font-weight: 500;
}   


h3.h4.card-title {
    font-size: 31px;
    padding-bottom: 10px;
    color: #073280;
}


/* Custom styling for a calm, premium look */
.specialization-section {
    background-color: #ffffff;
}

.rounded-custom {
    border-radius: 30px; /* Gives that modern, soft look */
}

.feature-icon {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.image-wrapper {
    position: relative;
    padding: 10px;
}

/* Optional: Decorative background shape behind the image */
.image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7f1ff;
    top: 20px;
    left: 20px;
    z-index: -1;
    border-radius: 30px;
}



h5.fw-bold.jkllll {
    font-size: 23px;
    color: #083281;
}


h2.display-4.jkl.fw-bold.mb-4 {
    font-size: 40px;
    padding-bottom: 20px;
    color: #083281;
}


/* Letter spacing for the sub-heading */
.ls-2 {
    letter-spacing: 2px;
}

/* Video Container Styling */
.video-container {
    position: relative;
    border-radius: 25px;
    overflow: hidden; /* Clips the video to the rounded corners */
    border: 8px solid #f8f9fa; /* Frame effect */
    transition: transform 0.4s ease;
}

.video-container:hover {
    transform: scale(1.02); /* Subtle zoom on hover */
}

.video-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    pointer-events: none; /* Allows clicks to pass through to the video */
}

/* Activities Card Styling */
.activities-card {
    background: #fdfdfd;
    border-top: 2px solid #0d6efd;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.italic {
    font-style: italic;
    font-size: 1.1rem;
}

section.campus-life {
    background-color: #ecf8ff;
    padding: 60px 0px;
}.video-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.video-overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
}


.contact-list.section-padding {
    padding: 60px 0px;
}




.blogggginfo.klll img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 21px;
}


.blogggginfokkkkk.klll h4 {
    font-size: 24px;
    color: #073280;
    margin-bottom: 20px;
}


.blogggg img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    margin-bottom: 10px;
}




/* ================================
   Latest Activities Content Style
   ================================ */

.blogggginfokk-detailll {
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
}

/* Headings */
.blogggginfokk-detailll h1,
.blogggginfokk-detailll h2,
.blogggginfokk-detailll h3,
.blogggginfokk-detailll h4,
.blogggginfokk-detailll h5,
.blogggginfokk-detailll h6 {
    font-weight: 600;
    color: #0d3b66; /* School professional blue */
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Individual heading sizes */
.blogggginfokk-detailll h1 { font-size: 32px; }
.blogggginfokk-detailll h2 { font-size: 26px; }
.blogggginfokk-detailll h3 { font-size: 22px; }
.blogggginfokk-detailll h4 { font-size: 20px; }
.blogggginfokk-detailll h5 { font-size: 18px; }
.blogggginfokk-detailll h6 { font-size: 16px; }

.blogggginfokk-detailll p {
    margin-bottom: 18px;
 color: #000000;
    line-height: 1.8;
    font-size: 14px;
}
/* Strong / Bold */
.blogggginfokk-detailll strong {
    color: #000;
    font-weight: 600;
}

/* Links */
.blogggginfokk-detailll a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.blogggginfokk-detailll a:hover {
    text-decoration: underline;
}

/* Lists */
.blogggginfokk-detailll ul,
.blogggginfokk-detailll ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blogggginfokk-detailll ul li, .blogggginfokk-detailll ol li {
    margin-bottom: 10px;
    color: #000000;
}



/* Custom bullet style */
.blogggginfokk-detailll ul li::marker {
    color: #f4a261; /* Accent color */
}

/* Images */
.blogggginfokk-detailll img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    border: 4px solid #f1f1f1;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Image hover effect */
.blogggginfokk-detailll img:hover {
    transform: scale(1.01);
    transition: 0.3s ease;
}

/* Blockquote */
.blogggginfokk-detailll blockquote {
    background: #f9f9f9;
    border-left: 5px solid #0d3b66;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
    color: #555;
}

/* Horizontal line */
.blogggginfokk-detailll hr {
    border: none;
    height: 1px;
    background: #e0e0e0;
    margin: 30px 0;
}

/* Tables (if any) */
.blogggginfokk-detailll table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.blogggginfokk-detailll table th,
.blogggginfokk-detailll table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.blogggginfokk-detailll table th {
    background: #f4f6f8;
    font-weight: 600;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .blogggginfokk-detailll h1 { font-size: 26px; }
    .blogggginfokk-detailll h2 { font-size: 22px; }
    .blogggginfokk-detailll h3 { font-size: 20px; }
}





img.rightimg {
    float: right;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    margin-left: 40px;
}




.aboutv-page p {
    text-align: justify;
}

.aboutv-page h4 {
    color: #073280;
    font-size: 28px;
}

.listttt {
    list-style: none;
    padding-left: 0;
}

.listttt li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #121212;
    line-height: 1.64;
    font-size: 15px;
}

.listttt li::before {
    content: "\f00c"; /* check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #1aa14a;
    position: absolute;
    left: 0;
    top: 2px;
}




p.vs-footer__copyright.mb-0 a {
    text-transform: capitalize;
}


