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






/* =========================
   CONTACT SECTION DESIGN
========================= */

.contact-area {
    padding: 40px 40px;
    background: linear-gradient(135deg, #f5f7fa, #e8edf5);
    font-family: Arial, sans-serif;
}

/* Container Card Effect */
.contact-area .container {
    background: #e1e1e1;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Section Title */
.section-title2 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1d3557;
    position: relative;
    margin-bottom: 25px;
}

.section-title2 h2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #457b9d;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
}

/* FORM DESIGN */
.contact-form {
    margin-top: 20px;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    background: #f9fbfd;
    padding: 14px 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
}

/* Focus Effect */
.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #457b9d;
    background: #fff;
    box-shadow: 0 0 10px rgba(69,123,157,0.2);
}

/* Textarea Height Fix */
.contact-field textarea {
    min-height: 140px;
    resize: none;
}

/* Button */
.slider-btn .btn2 {
    background: linear-gradient(135deg, #1d3557, #457b9d);
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-btn .btn2:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* RIGHT SIDE INFO BOX */
.addresss {
    padding-left: 20px;
}

.contact-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Contact Item Cards */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.contact-item:hover {
    background: #eef3f8;
    transform: translateY(-2px);
}

/* Icons */
.contact-item .icon {
    width: 40px;
    height: 40px;
    background: #1d3557;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}

/* Text */
.contact-item h5 {
    margin: 0;
    font-size: 16px;
    color: #1d3557;
    font-weight: 600;
}

.contact-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.contact-item a {
    color: #457b9d;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* MAP DESIGN */
iframe {
    width: 100%;
    border-radius: 0 0 20px 20px;
    margin-top: 20px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-area .container {
        padding: 20px;
    }

    .addresss {
        padding-left: 0;
        margin-top: 30px;
    }

    .section-title2 h2 {
        font-size: 24px;
    }
}




@media (max-width: 768px) {

nav.mean-nav {
    display: none !important;
}
}



.ngg-albumoverview.default-view .ngg-album-compact {
    text-align: center;
    margin: 0 10px 10px 0 !important !important;
    padding: 10px !important;
    border: 1px solid rgb(211 207 207 / 23%);
    box-shadow: 0 0 4px 2px rgb(255 255 255 / 0%) !important;
    float: none !important;
    display: inline-block !important;
    background-color: #f9feff !important;
}




.imageii.sticky {
  position: sticky;
  top: 100px; /* distance from top */
}




.table-css th {
    background-color: #5badc9 !important;
    color: white!important;
    padding: 14px 13px!important;
}


.table-css td {
  
    padding: 14px 13px!important;
}




.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}





.addresss {
    max-width: 600px;
}

.contact-intro {
    /* font-size: 15px; */
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-item .icon {
    min-width: 45px;
    height: 45px;
    background: #00bcd4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    margin-right: 15px;
}

.contact-item .text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #5badc9;
}

.contact-item .text p {
    margin: 5px 0 10px;
    color: #000000;
    /* font-size: 14px; */
}


.contact-item a {
    color: #000000;
    text-decoration: none;
}

.contact-item a:hover {
    color: #00bcd4;
    text-decoration: underline;
}



.wpcf7-form .form-control {
    border-radius: 6px;
    padding: 21px 12px !important;
    border: 1px solid #ddd;
}

.wpcf7-form .form-control:focus {
    border-color: #00bcd4;
    box-shadow: none;
}

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

.wpcf7-submit {
    background: #1a237e;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    background: #00bcd4;
}





.page-info.text-center.alumni h2 {
    color: #5badc9;
    font-size: 36px;
    padding-bottom: 16px;
    text-align: center;
}



.page-info.text-center.alumni p strong {
 
    font-size: 18px;

}



.engagement-box label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* GRID LAYOUT */
.engagement-grid .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* EACH ITEM */
.engagement-grid .wpcf7-list-item {
    margin: 0;
    flex: 1 1 45%; /* 2 columns */
}

/* LABEL STYLE */
.engagement-grid .wpcf7-list-item label {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
}

/* HOVER */
.engagement-grid .wpcf7-list-item label:hover {
    border-color: #00bcd4;
}

/* CHECKBOX ALIGN */
.engagement-grid input[type="checkbox"] {
    margin: 0;
}


@media (max-width: 768px) {
    .engagement-grid .wpcf7-list-item {
        flex: 1 1 100%;
    }
}


.page-info.text-center.alumni th {
    background-color: #5badc9;
    color: white;
    padding: 15px 20px;
}



.page-info.text-center.alumni h3 {
    color: #5badc9;
    font-size: 28px;
    padding-bottom: 16px;
    text-align: center;
}

.page-info.text-center.alumni h4 {
    color: #5badc9;
    font-size: 24px;
    padding-bottom: 16px;
    text-align: center;
}

.about-content h4 {
    color: #5badc9;
    font-size: 24px;
    padding-bottom: 16px;
 
}

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

.listttt li {
    position: relative;
    padding-left: 25px;
}

.listttt li::before {
    content: "\f00c"; /* check icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745; /* green */
    font-size: 14px;
}



.s-about-content p strong {
   color: black;  font-weight: 600;
}



.box-shaddoww img {
    box-shadow: 12px 14px #5badc9;
}


ul.listttt {
    margin-bottom: 30px;
}


.founder-section {
    background: #f8f9fa;
    padding: 70px 0px;
}

.quote-box {
    background: #ffffff;
    border-left: 5px solid #00bcd4;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}

.quote-box::before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 30px;
    color: #00bcd4;
    background: #fff;
    padding: 5px;
}

.quote-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.founder-name {
    font-weight: 600;
    color: #000;
}

.founder-designation {
    color: #777;
    margin: 0;
}

.founder-img img {
    max-width: 220px;
    border: 5px solid #fff;
}




/* Scoped Wrapper */
.thhs-facilities-area {
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* Header Section */
.thhs-header {
    text-align: center;
    margin-bottom: 50px;
}

.thhs-header h2 {
    font-size: 32px;
    color: #1a5f7a; /* Deep Teal */
    margin-bottom: 10px;
}

.thhs-header h2 span {
    color: #ff6b6b; /* Accent Color */
}

.thhs-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Grid Layout */
.thhs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Facility Card */
.thhs-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: thhsFadeIn 0.8s ease forwards;
    animation-delay: var(--delay);
}

.thhs-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Image styling */
.thhs-image-wrapper {
    position: relative;
    height: 200px;
}

.thhs-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Icon style */
.thhs-icon {
    position: absolute;
    bottom: -25px;
    right: 20px;
    background: #ff6b6b;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 4px solid #fff;
}

/* Text style */
.thhs-text-content {
    padding: 35px 20px 25px;
}

.thhs-text-content h3 {
    color: #1a5f7a;
    margin-bottom: 12px;
    font-size: 22px;
}

.thhs-text-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Animation Keyframes */
@keyframes thhsFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .thhs-header h2 { font-size: 26px; }
    .thhs-grid { grid-template-columns: 1fr; }



    .mean-bar {
    display: none !important;
}





}




.facility h2 {
    color: #5badc9;
    font-size: 35px;
    padding-bottom: 8px;
}



.facility-images img {
    width: 100%;
}





.book-section {
    background: #f8f9fa;
}

.info-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.info-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.info-box .icon {
    min-width: 60px;
    height: 60px;
    background: #00bcd4;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.info-box .content h5 {
    margin: 0 0 8px;
    font-weight: 600;
    color: #1a237e;
}

.info-box .content p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}





.page-info h3 {
    text-align: center;
    font-size: 40px;
    color: #5badc9;
    padding-bottom: 20px;
}





.table-css i {
    color: red;
    font-size: 24px;
}


.table-css th {
     background-color: #5badc9;
    color: white;
    padding: 15px 20px;
}





.alt-option {
    padding: 20px 0px;
}


.alt-option a {
    color: #5badc9;
    font-weight: 600;
}


a.linkkk {
    color: #5badc9;
    font-weight: 600;
}





/* Form Container */
.form-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* Inputs & Textarea */
.form-box form .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: none;
    background-color: #e5e5e5;
}

/* Textarea अलग */
.form-box form textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: none;
}

/* Focus Effect */
.form-box form .form-control:focus {
    border-color: #00bcd4;
    box-shadow: 0 0 0 3px rgba(0,188,212,0.1);
    outline: none;
}

/* Placeholder Style */
.form-box form .form-control::placeholder {
    color: #999;
    font-size: 13px;
}

/* File Input */
.form-box form input[type="file"] {
    padding: 10px;
    height: auto;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    cursor: pointer;
}

/* Button */
.form-box form .submit-btn {
    background: linear-gradient(45deg, #1a237e, #00bcd4);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.3s;
}

/* Button Hover */
.form-box form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Label Style (optional) */
.form-box form label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #444;
}

/* Spacing Fix */
.form-box form .form-group {
    margin-bottom: 15px;
}




/* Target Max Mega Menu */
#mega-menu-wrap-primary #mega-menu-primary > li:nth-last-child(2) ul ul,
#mega-menu-wrap-primary #mega-menu-primary > li:last-child ul ul {
    left: auto !important;
    right: 100% !important;
}












.form-box.pb-2.kljjj {

    background: linear-gradient(135deg, #f5f7fa, #e8edf5) !important;

}






