@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css");
:root{
--primary-color:#753475;
--secondary-color:#fff;
--tertiary-color:#f37735;
}
body{
font-family: "Poppins", system-ui;
}
/*.m_y{*/
/*margin-top: 3.5rem;*/
/*margin-bottom: 12rem;*/
/*}*/
.text-primary{
color: var(--primary-color) !important;
}
li::marker {
color: var(--tertiary-color);
}
.captain-table.table{
--bs-table-bg: var(--secondary-color);
--bs-table-striped-color: var(--primary-color);
--bs-table-striped-bg: var(--tertiary-color);
--bs-table-hover-bg: var(--secondary-color);
--bs-table-hover-color: var(--tertiary-color);
--bs-table-border-color: var(--primary-color);
}
.captain-table .table-primary{
--bs-table-bg: var(--primary-color);
--bs-table-color: var(--secondary-color);
}
.bg-top.bg-body-tertiary{
background-color: var(--primary-color) !important;
}
.social-icon{
width: 1.75rem;
height: 1.75rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
background-color: var(--secondary-color);
}
.social-icon i:hover{
color: black !important;
}
.social-icon a{
color: var(--primary-color);
}
.nav_font{
font-size: 0.85rem;
}
.btn-primary{
--bs-btn-bg: var(--primary-color);
--bs-btn-border-color: var(--primary-color);
--bs-btn-hover-bg: var(--secondary-color);
--bs-btn-hover-color: var(--primary-color);
--bs-btn-hover-border-color: var(--primary-color);
--bs-btn-active-bg: var(--primary-color);
--bs-btn-active-border-color: var(--primary-color);
}
.nav_menu.nav-link{
position: relative;
border-bottom: none;
transition: color 0.3s ease;
font-size: 1rem;
font-weight: 500;
}
.nav_menu.nav-link::before {
content: "";
position: absolute;
left: 50%; /* Start at the center */
bottom: 0;
transform: translateX(-50%) scaleX(0); /* Center and scale down */
transform-origin: center; /* Origin at the center */
width: 100%; /* Full width for scaling effect */
height: 2px;
background-color: var(--primary-color);
transition: transform 0.3s ease; /* Animate the transform */
}
.nav_menu.nav-link:hover{
color: var(--tertiary-color);
font-weight: 600;
}
.nav_menu.nav-link:hover::before {
transform: translateX(-50%) scaleX(1); /* Scale to full width */
}
.nav_drop.dropdown-menu{
left: 50%;
transform: translateX(-50%);
--bs-dropdown-padding-x: 0.75rem;
--bs-dropdown-spacer:0.750rem;
--bs-dropdown-bg:var(--primary-color);
--bs-dropdown-link-color:var(--secondary-color);
--bs-dropdown-color:var(--secondary-color);
--bs-dropdown-link-hover-color: var(--tertiary-color);
--bs-dropdown-link-active-bg:var(--secondary-color);
--bs-dropdown-link-active-color:var(--primary-color);
--bs-dropdown-border-radius:none;
text-align:center;
font-size: 0.95rem;
}
.web-heading {
color: var(--tertiary-color);
position: relative;
display: inline-block;
}
.web-heading::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
width: 80%;
border: 1.5px solid var(--primary-color);
margin-top: 15px;
z-index: 1;
}
.icon-separator {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background-color: var(--secondary-color);
color: var(--tertiary-color);
font-size: 24px;
margin-top: 5px;
z-index: 2;
padding: 0 0.50rem;
}
.web-font{
color: var(--tertiary-color);
}
.web-font-2{
color: var(--primary-color);
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: var(--secondary-color);
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 90vh;
object-fit: cover;
}
.swiper_theme{
--swiper-theme-color:var(--primary-color);
--swiper-navigation-color: var(--primary-color);
--swiper-pagination-bullet-inactive-color:var(--secondary-color);
--swiper-pagination-bullet-inactive-opacity:1;
--swiper-pagination-color: var(--primary-color);
}
.swiper-button-next:after, .swiper-button-prev:after{
padding: 0.75rem;
background-color: var(--secondary-color);
}
.autoplay-progress {
position: absolute;
right: 16px;
bottom: 16px;
z-index: 10;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: var(--swiper-theme-color);
}
.autoplay-progress svg {
--progress: 0;
position: absolute;
left: 0;
top: 0px;
z-index: 10;
width: 100%;
height: 100%;
stroke-width: 4px;
stroke: var(--swiper-theme-color);
fill: none;
stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
stroke-dasharray: 125.6;
transform: rotate(-90deg);
}
.choose_icon{
display: inline-block;
width: 6rem;
height: 6rem;
}
.img-box{
width: 100%;
height: auto;
}
.img-box-2{
width: 10rem;
height: 10rem;
}
.position-small-image{
width: 16rem;
height: 16rem;
object-fit: fill;
}
.text-justify{
text-align: justify;
}
/* Parent Testimonial  */
.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 60px 20px 30px 20px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    height: 100%;
    margin-top: 40px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(230, 81, 0, 0.1);
    border-color: #ffe0b2;
}

/* Floating Avatar */
.testimonial-avatar {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: #fff;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Button Styles */
.btn-outline-orange {
    color: #e65100;
    border: 2px solid #e65100;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-orange:hover {
    background: #e65100;
    color: #fff;
}

.bg-orange {
    background-color: #e65100 !important;
}

.btn-orange {
    background-color: #e65100;
    color: #fff;
    font-weight: 600;
}
.btn-orange:hover {
    background-color: #bf360c;
    color: #fff;
}

.text-orange {
    color: #e65100;
}
.social_media{
width: 100%;
height: 75vh;
border: 1px solid var(--primary-color);
}
.bg_footer{
background-color: var(--primary-color);
}
.m_y2{
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.form-control{
--bs-border-radius:0;
--bs-border-color:black;
}
.form-control:focus{
border-color:var(--secondary-color);
box-shadow: inset 0 1px 1px var(--secondary-color), 0 0 8px var(--primary-color);
}
.form-check-input:checked{
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.form-check-input:focus{
box-shadow:none;
}
.card-brdcrmbs.card{
--bs-card-border-width:none;
--bs-card-border-radius:none;
--bs-card-inner-border-radius:none;
}
.card-brdcrmbs .card-img{
height: 28vh;
}
.faq.accordion{
--bs-accordion-bg: var(--secondary-color);
--bs-accordion-border-color: var(--primary-color);
--bs-accordion-active-color: var(--tertiary-color);
--bs-accordion-button-bg: var(--secondary-color);
--bs-accordion-border-width: 2px;
--bs-accordion-border-radius: 0;
--bs-accordion-button-padding-y: 0.5rem;
--bs-accordion-button-padding-x: 1rem;
--bs-accordion-button-font-size: 1rem;
--bs-accordion-button-font-weight: 500;
--bs-accordion-focus-box-shadow: none;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.15rem var(--primary-color);
--bs-accordion-active-bg:none;
}
.breadcrumb{
--bs-breadcrumb-font-size: 0.85rem;
--bs-breadcrumb-divider: "|";
--bs-breadcrumb-divider-color: var(--secondary-color);
--bs-breadcrumb-divider-opacity: 1;
}
.nav-tabs .nav-pills{
--bs-nav-tabs-link-active-color: var(--primary-color);
--bs-nav-tabs-link-active-bg: var(--secondary-color);
--bs-nav-tabs-link-active-border-color: var(--primary-color);
--bs-nav-tabs-link-active-box-shadow: none;
--bs-nav-tabs-link-hover-color: var(--tertiary-color);
}
.footer-logo{
width: 100%;
height: 12vh;
}

/* --- Contact Section Styles --- */

.contact-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-10px); /* Lifts up on hover */
    box-shadow: 0 15px 30px rgba(230, 81, 0, 0.1); /* Orange shadow */
    border-color: #ffe0b2;
}

/* The Circle Icon Container */
.icon-box {
    width: 80px;
    height: 80px;
    background: #fff3e0; /* Very light orange */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #e65100;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.contact-card:hover .icon-box {
    background: #e65100; /* Turns solid orange on hover */
    color: #fff;
    transform: scale(1.1);
}

/* Button Outline Style */
.btn-outline-orange {
    color: #e65100;
    border: 2px solid #e65100;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-orange:hover {
    background: #e65100;
    color: #fff;
}

/* Large Enquiry Box Area */
.bg-light-orange {
    background-color: #fff8f5; /* Subtle background color */
    border: 1px solid #ffe0b2;
}

.opacity-10 {
    opacity: 0.1;
}
/* Gallery Image Styling */
.gallery-img {
    height: 250px; /* Force a square/rectangular height */
    object-fit: cover; /* Ensures image covers the area without stretching */
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05); /* Slight zoom on hover */
}

/* Overlay Styling (Optional) */
.gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: #fff;
    font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Simple Fade Animation for "Show More" items */
.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*.gallery-year.card{*/
/*--bs-card-bg: var(--primary-color);*/
/*--bs-card-border-radius: 0;*/
/*--bs-card-height: 25vh;*/
/*--bs-card-color: var(--secondary-color);*/
/*}*/
.btn-explore.btn{
--bs-btn-bg: var(--secondary-color);
--bs-btn-color: var(--tertiary-color);
--bs-border-width: 2px;
--bs-btn-border-color: var(--tertiary-color);
--bs-btn-hover-bg: var(--tertiary-color);
--bs-btn-hover-color: var(--secondary-color);
--bs-btn-hover-border-color: var(--secondary-color);
--bs-btn-active-bg: var(--primary-color);
--bs-btn-active-border-color: var(--primary-color);
--bs-btn-border-radius: 0;
}
/*.gallery-img {*/
/*width: 100%;*/
/*height: 40vh;*/
/*object-fit: cover;*/
/*transform: scale(1);*/
/*transition: transform 0.3s ease-in-out;*/
/*}*/
/*.gallery-img:hover {*/
/*transform: scale(1.1);*/
/*}*/
.facility-bg {
background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url('https://playschool.neodales.edu.in/images/facility.webp');
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.facility-bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
z-index: -1; /* Place behind content */
}
.facility-card.card {
/* Increased opacity slightly for better readability */
background-color: rgba(255, 255, 255, 0.75); 
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 12px; /* Softer corners */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(10px);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.facility-card.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.95);
}
.icon-wrapper {
width: 65px; /* Fixed width ensures alignment */
height: 65px; /* Fixed height */
background-color: var(--tertiary-color); /* The orange color from your image */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 12px; /* Padding inside the circle */
}
.facility-icon {
width: 100%;
height: 100%;
object-fit: contain;
}
.description-text {
font-size: 0.9rem;
line-height: 1.5;
color: #555; /* Softer black for description */
}
.choose-bg {
background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('https://playschool.neodales.edu.in/images/choose.webp');
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.choose-bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
z-index: -1; /* Place behind content */
}
.choose-card.card{
background-color: rgba(255, 255, 255, 0.75); 
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 12px; /* Softer corners */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(10px);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.choose-card.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.95);
}
.event-img img{
display: block;
width: 100%;
height: 25vh;
object-fit: contain;
}
.event-position{
    position: sticky;
    top: 7.5rem;
}
/* Our Learning Page Style */
.learning-card {
    background: #fff;
    border-radius: 15px; /* Softer, modern corners */
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent; /* Prepare for hover effect */
}

/* Typography */
.learning-title {
    color: #333;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #eee; /* Adds a separator */
}

.learning-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify; /* Makes text blocks look neat */
}

/* The "Wow" Factor: Watermark Number */
.watermark-number {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 6rem; /* Huge text */
    font-weight: 900;
    color: rgba(230, 81, 0, 0.08); /* Your Orange color, but very faded */
    font-family: sans-serif;
    z-index: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Hover Effects - This impresses clients */
.learning-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    border-bottom: 4px solid #e65100; /* Orange border appears at bottom */
}

.learning-card:hover .learning-title {
    color: #e65100; /* Title turns orange */
}

.learning-card:hover .watermark-number {
    transform: scale(1.2) rotate(-10deg); /* Number grows and tilts */
    color: rgba(230, 81, 0, 0.15); /* Becomes slightly more visible */
}
/* Leader Image Container */
.leader-image-card {
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    /* Soft rotation for style (optional) */
    transform: rotate(-1deg);
    transition: transform 0.3s ease;
}

.leader-image-card:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.leader-image-card img {
    border-radius: 15px;
    /* Make sure image is same height if possible, or use object-fit */
    height: 400px; 
    object-fit: cover;
}

/* The Label Badge (Director/Principal) */
.leader-badge {
    position: absolute;
    bottom: 30px;
    right: -10px;
    background-color: #e65100; /* Orange */
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(230, 81, 0, 0.3);
    z-index: 2;
}

.leader-badge.bg-purple {
    background-color: var(--primary-color); 
    box-shadow: 0 5px 15px rgba(106, 27, 154, 0.3);
}

/* Typography Helpers */
.ls-1 {
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.text-justify {
    text-align: justify;
}

.message-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Colors */
.text-orange { color: #e65100; }
.text-purple { color: var(--primary-color); }
@media (max-width: 850px){
.nav_drop.dropdown-menu{
left: 0;
transform: translateX(0%);
}
}
@media (max-width: 500px){
.facility-icon{
height: 10vh;
}
.gallery-img{
height: 25vh;
}
/*.m_y{*/
/*margin-top: 4rem;*/
/*margin-bottom: 4rem;*/
/*}*/
.swiper-slide img{
height: 55vh;
object-fit: fill;
}
.swiper-button-next:after, .swiper-button-prev:after{
background:none;
}
.footer-logo{
width: 100%;
height: 10vh;
}
}
@media (min-width: 1024px) and (max-width: 1440px) {
.nav_menu.nav-link{
    font-size: 0.85rem;
}
}
