@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 */

.table-style th {
    background-color: #8a0606 !important;
    color: white !important;
    padding: 20px 10px!important; 

    border: 1px solid white !important;
}



.table-style i {
    color: #8a0606;
    font-size: 35px;
}

.table-style td {
    padding: 17px 10px !important;
    border: 1px solid #9b9696 !important;
}



.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: #f1e3dc;
}

.nwss-section-title {
    font-size: 36px;
    color: #8a0606;
    font-weight: 700;
    padding-bottom: 0px;
}

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

.nwss-philosophy-card {
    background: #fefcce;
    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;
    border: 1px dotted #8a0606;
}
.nwss-philosophy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}




.nwss-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgb(246 233 255);
    display: flex;
    align-items: center;
    justify-content: center;
}



.nwss-icon i {
    font-size: 41px;
    color: #2563eb;
}


.nwss-philosophy-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #8a0606;
}



.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;
}


.admission-btn-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}



.admission-btn-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}



.ts-admission-btn {
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    color: #fff;
}




/* Icon */
.ts-admission-btn i {
    font-size: 18px;
}
/* Button 1 – Gradient */
.ts-enquiry-btn {
    background: linear-gradient(135deg, #8a0606, #620404);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
    color: #fff; /* default text white */
}

.ts-enquiry-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.4);
    color: #fff; /* hover text white */
}

/* Button 2 – Gradient */
.ts-open-btn {
    background: linear-gradient(135deg, #0e71c5, #032664);
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
    color: #fff; /* default text white */
}

.ts-open-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(255, 102, 0, 0.4);
    color: #fff; /* hover text white */
}

/* Hover Shine Effect */
.ts-admission-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewX(-30deg);
    transition: 0.5s;
}

.ts-admission-btn:hover::before {
    left: 100%;
}
.topp {
    background-color: #8a0606;
    /* border-bottom: 1px solid #a59d9d; */
}

.paddingggk {
    padding: 14px 0px;
}





.social-style a {
    --icon-size: 38px;
    min-width: var(--icon-size);
    min-height: var(--icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.4s ease;
}

/* Facebook */
.social-style a.facebook {
    background-color: #1877f2;
}

/* Instagram (Gradient) */
.social-style a.instagram {
    background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, 
    #285AEB 90%);
}

/* YouTube */
.social-style a.youtube {
    background-color: #ff0000;
}

/* Hover Effect */
.social-style a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}



.vs-hero__bg {
    position: relative;
    z-index: 1;
}

.vs-hero__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;

    /* Left dark → Right transparent */
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.25) 60%,
        rgba(0, 0, 0, 0) 100%
    );
}





.btnn.text-center {
    padding: 30px 0px;
}


.padding-toppppp{
	padding-top: 60px;
}


.fooooter {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}



.fooooter::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #8a0606eb;
    z-index: 0;
}



.padding-toppppp {
    padding-top: 36px;
}
.inner-pages {
  position: relative;
  overflow: hidden;
}
.inner-pages::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #cff0ff;
    z-index: -1;
}
.from-the-principals-desk {
    background-color: #bfd5ff;
    padding: 10px;
    border-radius: 4px;
}

.from-the-principals-desk {
    background-color: #ccebfd;
    padding: 10px;
    border-radius: 41px;
    border: dotted #eb3d00 1px;
}

.pri-imggg.text-center img {
    border-radius: 45px;
    margin-bottom: 20px;
    border: 1px solid #f7f7f7;
}



.vs-service__conten777t {
    margin-top: 10px;
}

.pri-imggg.text-center img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}.pri-imggg.text-center h6 {
    color: #020202;
    font-size: 16px;
    font-weight: 500;
}



.redd {
  display: inline-block;
  padding: 12px 30px;
background-color: #eb3d00;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.redd:hover {

  transform: translateY(-4px);  color: white;
}


.twooo{
background-color: #F4F0E4;
}

.three{
  background-color: #EBD6FB;
}


/* Section Background */
.news-section {
    padding: 60px 0;
    background-color: #d8e7f7;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}



.news-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #8a0606;
}



.news-title {
    background: #8a0606;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.scroll-box {
    height: 500px;
    overflow: hidden;
    background: #eaf4fb;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    box-shadow: 7px 6px #8a0606;
    padding-top: 30px;
}
.scroll-list, .scroll-content {
  display: flex;
  flex-direction: column;
  animation: smoothScroll 9s linear infinite;
}

/* Stop scrolling on hover */
.scroll-box:hover .scroll-list, 
.scroll-box:hover .scroll-content {
  animation-play-state: paused;
}

@keyframes smoothScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* News List Item Styling */
.scroll-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-list li {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.scroll-list li a {
  text-decoration: none;
  color: #333333;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.scroll-list li a:hover {
  color: #d90429; /* Deep Red */
  padding-left: 8px;
}

/* Achievement Card Styling */
.achievement-item {
  display: flex;
  padding: 20px;
  gap: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.achieve-img img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.achieve-text h5 {
    margin: 0 0 5px 0;
    color: #002147;
    font-size: 1.05rem;
    font-weight: 600;
    font-size: 20px;
}
span.achieve-date {
    color: #8a0606;
}

.achieve-text p {
    margin: 0 0 8px 0;
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.4;
}
.read-more-btn {
  font-size: 0.75rem;
  color: #d90429;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}.achieve-img i {
    color: white;
    background-color: #0e6fc2;
    padding: 14px;
    border-radius: 11px;
    font-size: 18px;
    width: 52px;
}

.read-more-btn:hover {
  text-decoration: underline;
}



.vs-footer__bottom.bg-theme-color-1 {
    position: relative;
    z-index: 99999;
}



ul.listtt li {
    list-style-type: none;
} .listtt {
  display: flex;
  justify-content: center;
  align-items: center;
}ul.listtt {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
}



.vs-service__figure {
    width: 100%;
    height: 300px;        /* fixed height */
    overflow: hidden;
}

.vs-service__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* important */
    display: block;
}



/* Common Card Styling */
.nwss-philosophy-card {
  padding: 35px 25px;
  border-radius: 18px;
  transition: 0.3s ease;

}

.nwss-philosophy-card h5 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

.nwss-philosophy-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Icon Styling */
.nwss-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto;
}

/* ===== Pastel Variations ===== */

/* Peach */
.card-peach {
  background-color: #FDEBEA;
}
.icon-peach {
  background-color: #F8CFCB;
  color: #C0392B;
}

/* Mint */
.card-mint {
  background-color: #EAF7F2;
}
.icon-mint {
  background-color: #CDEEE3;
  color: #1E8449;
}

/* Lavender */
.card-lavender {
  background-color: #F1ECFA;
}
.icon-lavender {
  background-color: #DDD4F3;
  color: #5B2C6F;
}

/* Blue */
.card-blue {
  background-color: #EAF4FB;
}
.icon-blue {
  background-color: #CFE6F7;
  color: #1F618D;
}

/* Hover Effect */
.nwss-philosophy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}





.scroll-list li a {
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  display: inline-block;
}

.scroll-list li a::before {
  content: "\f073";   /* Calendar icon unicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #8a0402;
  font-size: 14px;
}



h6.vs-title1111 {
    color: black;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 4px;
}

img.rightimg {
    float: right;
    width: 500px;
}


.page-infoo{
	padding: 50px 0px;
}



.tableeeeeee th {
    padding: 13px 30px !important;
    background-color: #0e6cbf !important;
    color: white !important;
    border: 1px solid gray!important;
}

.tableeeeeee td {
    padding: 13px 30px!important;
  
    border: 1px solid gray!important;
}







img.rightttt {
    float: left;
    width: 308px;
    margin-right: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3px;
    box-shadow: -15px -8px #8a0606;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}.dirrrector p {
    text-align: justify;
}



.dirrrector h2 {
    font-size: 36px;
    font-weight: 900;
}




.pageeeeee h4 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
}


.pageeeeee p {
    text-align: justify;
}



.rules-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.rules-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px;
    color: black;
}

/* Add Font Awesome icon before each li */
.rules-list li::before {
  font-family: FontAwesome;
  content: "\f058"; /* fa-check-circle unicode */
  position: absolute;
  left: 0;
  color: #0049ac; /* icon color */
  font-size: 16px; /* adjust size if needed */
}

/* Optional: different icon for nested li */
.rules-list li li::before {
  content: "\f0da"; /* fa-angle-right unicode */
  color: #ff0000;
  font-size: 14px;
  left: 0;
}



.achivemnett.text-center h4 {
    font-size: 24px;
    padding: 9px 0px;
    font-weight: 600;
}

.achivemnett.text-center {
    background-color: white;
    padding: 10px;
    margin-bottom: 16px;
}

.achivemnett.text-center img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news-section .row {
    display: flex;
    flex-wrap: wrap;
}

.news-section .col-md-4 {
    display: flex;
}

.achivemnett {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    transition: 0.4s ease;
}

.image-wrapper:hover img {
    transform: scale(1.1);
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s ease;
    font-size: 18px;
}

.image-wrapper:hover .zoom-icon {
    opacity: 1;
}



.admission-form .form-group {
    margin-bottom: 20px;
}

.admission-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.myinput {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.myinput:focus {
    border-color: #8e5d26;
    box-shadow: none;
}
.btn1 {
    background: #830a0a;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn1:hover {
    background: #6d451c;
}

.admission-form .form-group input,
.admission-form .form-group select {
    background-color: #e9e2e2;
    color: #555;
    border: 1px solid #ddd;
}
.admission-form .form-group select option {
    background-color: #e9e2e2;
    color: #555;
}

.admission-form textarea.myinput {
    background-color: #e9e2e2;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 12px;
    width: 100%;
    min-height: 120px;
    transition: all 0.3s ease;
    resize: none;
}

.admission-form textarea.myinput:focus {
    background-color: #eee;
    border-color: #8e5d26;
    outline: none;
    box-shadow: none;
}

.admission-form textarea.myinput::placeholder {
    color: #999;
}
.admission-form .form-group input:focus {
    background-color: #eee;
    border-color: #8e5d26;
    box-shadow: none;
}


p.vs-footer__copyright.mb-0.text-white {
    font-size: 14px;
    font-weight: 400;
}




@media (max-width: 767px) {
.ts-admission-btn {
    padding: 10px 8px !important;
    font-size: 13px!important;
    font-weight: 500!important;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    color: #fff;
}.admission-btn-wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
	
	.textt-hedingg-btnn {
    text-align: center;
    padding-bottom: 20px;
}
	.imagesssss1 img {
		width: 90% !important;
		
	}	
	
	.breadcrumb-wrapper__content.wow.animate__fadeInUp {
    position: relative;
    z-index: 2;
}
	
	img.rightttt {
    float: left;
    width: 100%;
    margin-right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3px;
    box-shadow: -15px -8px #8a0606;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}
	
	
	
}

.address-info__content a {
    text-transform: math-auto !important;
}

.wpcf7 textarea,
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7 textarea.form-control{
    width: 100% !important;
}