

    body {
        padding-right: 0 !important;
        overflow-x: hidden;
    }

    .account-form {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 4px;
        position: relative;
        z-index: 9;
    }

    .register-title {
        background: #f5b120 none repeat scroll 0 0;
        border-radius: 3px 3px 0 0;
        padding-bottom: 7px;
        padding-top: 11px;
    }

    .register-title>h4 {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        position: relative;
        top: -2px;
    }

    .fade,
    .slide {
        color: #FFFFFF;
        font-size: 13px;
        padding: 10px;
    }

    .marquee {
        top: 6em;
        position: relative;
        box-sizing: border-box;
        animation: marquee 15s linear infinite;
    }

    .marquee:hover {
        animation-play-state: paused;
    }

    /* Make it move! */
    @keyframes marquee {
        0% {
            top: 8em
        }

        100% {
            top: -11em
        }
    }

    /* Make it look pretty */
    .microsoft .marquee {
        margin: 0;
        padding: 0 1em;
        line-height: 1.5em;
        font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    }

    .microsoft:before,
    .microsoft::before,
    .microsoft:after,
    .microsoft::after {
        left: 0;
        z-index: 1;
        content: '';
        position: absolute;
        pointer-events: none;
        width: 100px;
        height: 2em;
        background-image: linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
    }

    .microsoft:after,
    .microsoft::after {
        bottom: 0;
        transform: rotate(180deg);
    }

    .microsoft:before,
    .microsoft::before {
        top: 0;
    }

    /* Style the links */
    .vanity {
        color: #333;
        text-align: center;
        font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    }

    .vanity a,
    .microsoft a {
        color: #1570A6;
        transition: color .5s;
        text-decoration: none;
    }

    .vanity a:hover,
    .microsoft a:hover {
        color: #F65314;
    }

    /* Style toggle button */
    .toggle {
        display: block;
        margin: 2em auto;
    }

    .section-padding {
        padding: 5px 0;
    }
  
  

    /* auto slider ????? */
    .js-auto-slider-wrap {
        overflow: hidden;
    }

    .js-auto-slider {
        display: flex;
    }

    .js-auto-slider-elm {
        overflow: hidden;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
    }

    .js-auto-slider-img {
        /* position: absolute;*/
        top: 0;
        left: 0;
        right: -45%;
        bottom: 0;
    }

    .js-auto-slider-img img {
        /* position: absolute;*/
        top: 0;
        left: 0;
        height: 366px;
        width: 400px;
        object-fit: fill;
    }

    /* auto slider ????? */
    .js-auto-slider-inner {
        width: 77vw;
        margin-left: auto;
        margin-right: auto;
    }

    /* auto slider ?????? */
    .js-auto-slider-elm {
        height: 50vw;
        width: 76vw;
        margin-right: 10px;
        border-radius: 0px;
    }

    @media only screen and (min-width: 768px) {
        .js-auto-slider-inner {
            width: 60vw;
        }

        .js-auto-slider-elm {
            height: 30vw;
            width: 18vw;
            margin-right: 10px;
            border-radius: 0px;
        }
    }

    /* ????? */
    .js-auto-slider-pager {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        list-style: none;
    }

    .js-auto-slider-pager-elm {
        margin: 0 20px;
    }

    .js-auto-slider-pager-btn {
        display: block;
        height: 12px;
        width: 12px;
        padding: 0;
        font-size: 0;
        border: none;
        border-radius: 0%;
        cursor: pointer;
        transition: background .3s;
    }

    .js-auto-slider-pager-btn {
        background: #ccc;
    }

    .js-auto-slider-pager-btn:hover,
    .js-auto-slider-pager-btn.is-active {
        background: red;
    }
 
   

    /* auto slider ????? */
    .js-auto-slider1-wrap {
        overflow: hidden;
    }

    .js-auto-slider1 {
        display: flex;
    }

    .js-auto-slider1-elm {
        overflow: hidden;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
    }

    .js-auto-slider1-img {
        position: absolute;
        top: 0;
        left: 0;
        right: -45%;
        bottom: 0;
    }

    .js-auto-slider1-img img {
        position: absolute;
        top: 0;
        left: 0;
        height: 300px;
        width: 400px;
        object-fit: fill;
    }

    /* auto slider ????? */
    .js-auto-slider1-inner {
        width: 18vw;
        margin-left: auto;
        margin-right: auto;
    }

    /* auto slider ?????? */
    .js-auto-slider1-elm {
        height: 50vw;
        width: 18vw;
        margin-right: 10px;
        border-radius: 0vw;
    }

    @media only screen and (min-width: 768px) {
        .js-auto-slider1-inner {
            width: 60vw;
        }

        .js-auto-slider1-elm {
            height: 30vw;
            width: 18vw;
            margin-right: 10px;
            border-radius: 0vw;
        }
    }

    /* ????? */
    .js-auto-slider1-pager {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        list-style: none;
    }

    .js-auto-slider1-pager-elm {
        margin: 0 20px;
    }

    .js-auto-slider1-pager-btn {
        display: block;
        height: 12px;
        width: 12px;
        padding: 0;
        font-size: 0;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transition: background .3s;
    }

    .js-auto-slider1-pager-btn {
        background: #ccc;
    }

    .js-auto-slider1-pager-btn:hover,
    .js-auto-slider1-pager-btn.is-active {
        background: red;
    }

    .overlay-effect a:before {
        background: none !important;
    }

    .single-item:hover {
        background: #a6bd8c none repeat scroll 0 0;
        box-shadow: inset 2px 11px 20px 4px rgb(34 30 31 / 40%);
    }

    .single-item {
        border: 3px dotted #22673e;
        padding-top: 10px !important;
    }

    .about-area {
        background: rgba(0, 0, 0, 0) url(../images/bg.jpg) no-repeat scroll center top;
        background-attachment: fixed;
    }

@font-face {
    font-family: 'EngraversOldEnglish';
    src: url('../fonts/Engravers.woff2') format('woff2'),
         url('../fonts/Engravers.woff') format('woff'),
         url('../fonts/Engravers.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


        h1 span.first-letter {
              font-family: 'EngraversOldEnglish', serif !important;
            font-size: 90px;
        }
        /* Responsive for tablets and mobile */
        @media (max-width: 768px) {
            h1 {
                font-size: 40px;
                text-align: center;
            }
            h1 span.first-letter {
                font-size: 49px;
            }
              .carousel-caption>h1{
                 font-size: 22px!important;
            }
.carousel-img-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

        }
        @media (max-width: 768px) {
  .text-area {
    background-image: none !important;
    background-color: #f5f5f5; /* fallback color */
  }
  .mutedhope{
    margin-left:0px!important;
  }
  .why-text-card {

    padding: 0px!important;
   
}

.rotating-bg {
    position: absolute;
    top: 46%;
    left: 35%;
    width: 350px!important;
    height: 350px!important;
    background-image: url(../images/intro-box.png);
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: rotateBg 20s linear infinite;
    opacity: 1;
}

.image-container-rotating {
    position: relative;
    display: inline-block;
    width: 100%!important;
    height: 400px;
    z-index: 1;
    align-content: center!important;
}
}
        @media (max-width: 480px) {
            h1 {
                font-size: 32px;
            }
            h1 span.first-letter {
                font-size: 60px;
            }

            .carousel-caption>h1{
                 font-size: 33px!important;
            }
			
			.heading {
  
    font-size: 20px !important;
}
        }
       .carousel-caption h1 span {
    display: inline-block;
    animation: wave 1.5s ease-in-out infinite;
}
.carousel-caption h1 span:nth-child(1) { animation-delay: 0s; }
.carousel-caption h1 span:nth-child(2) { animation-delay: 0.1s; }
.carousel-caption h1 span:nth-child(3) { animation-delay: 0.2s; }
/* aur baaki letters ke liye delay */
@keyframes wave {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-12px); }
}
.carousel-caption h1 {
    color: #fff;
    text-shadow: 0 0 3px #28a745, 0 0 6px #28a745, 0 0 10px #28a745;
    animation: neonGlow 2s ease-in-out infinite alternate;
}
@keyframes neonGlow {
    from { text-shadow: 0 0 3px #28a745, 0 0 6px #28a745; }
    to { text-shadow: 0 0 6px #28a745, 0 0 12px #28a745, 0 0 18px #28a745; }
}

 
        .fade,
        .slide {
            color: #FFFFFF;
            font-size: 13px;
            padding: 0px !important;
        }
        /* Dark overlay on each image */
        .overlay-dark {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.3);
            /* semi-transparent black */
            z-index: 2;
        }
        /* Ensure overlay appears above image but below controls */
        .carousel-inner .item img {
            z-index: 1;
            position: relative;
        }
        /* Arrow container with spacing */
        .custom-arrow {
            background-color: white;
            width: 48px;
            height: 48px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 4px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            padding: 6px;
            /* Optional padding inside */
        }
        /* Icon style with left/right spacing */
        .custom-arrow span.glyphicon {
            color: #fff;
            font-size: 20px;
            margin-left: -15px;
            margin-right: 2px;
        }
      
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev {
            margin-left: -15px !important;
        }
        @media screen and (min-width: 768px) {
            .carousel-control .glyphicon-chevron-right,
            .carousel-control .icon-next {
                margin-right: -15px !important;
            }
        }
        .carousel-control.left {
            left: 15px;
            /* move a bit away from the left edge */
        }
        .carousel-control.right {
            right: 15px;
            /* move a bit away from the right edge */
        }
        .carousel-img-wrapper {
            position: relative;
            height: 570px;
            overflow: hidden;
        }
        .carousel-img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            transition: transform 5s ease;
        }
.carousel-item .carousel-img {
    width: 100%;
    height: 250px;
    object-fit: fill;
    animation: smoothZoom 12s ease-in-out infinite; /* continuous zoom */
}

@keyframes smoothZoom {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); } /* halkasa bada */
    100% { transform: scale(1); } /* wapas chota */
}

/* Overlay on top of image */
        .carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.4);
            /* ? adjust opacity */
            z-index: 2;
            pointer-events: none;
        }
        /* Optional: Zoom animation */
       
        @keyframes zoomIn {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.06);
            }
        }
       
        /* Flashing animated overlay */
        .carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
        }
        .animated-flash {
            background: rgba(0, 0, 0, 0.25);
            animation: flashOverlay 3s infinite;
        }
        @keyframes flashOverlay {
            0%,
            100% {
                background-color: rgba(0, 0, 0, 0.25);
            }
            50% {
                background-color: rgba(0, 0, 0, 0.4);
            }
        }
        /* Arrows */
        .custom-arrow {
            width: 48px;
            height: 48px;
            border-radius: 6px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        .carousel-control-prev {
            left: 20px;
        }
        .carousel-control-next {
            right: 20px;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-size: 24px 24px;
            filter: invert(1);
        }
        .work-process-section {
            background-image: url('../images/theme-1-bg.WEBP');
            background-size: fill;
            background-repeat: no-repeat;
            background-position: center;
            background-color: rgb(210 217 210 / 70%);
            background-blend-mode: overlay;
            opacity: 1;
        }
        .work-process-section p {
            text-align: justify;
            font-weight: 400;
            font-size: 14px !important;
            font-family: 'Poppins', sans-serif !important;
            line-height: 24px !important;
            color: white;
        }
        .work-process-section h3 {
            color: white;
        }

        /*  */
    .small-text {
        color: #2c2b0c;
    }
    .heading {
        color: #000;
        font-size: 39px;
        font-weight: 700;
    }
    .work-process-section {
        width: 100%;
        display: block;
        padding: 30px 0px 40px;
        background-size: fill;
        background-position: center;
    }
    .work-process-section .heading-block {
        width: 100%;
        display: block;
        max-width: 600px;
        margin: 0px auto 0px;
        text-align: center;
    }
    .work-process-section .heading-block .description {
        font-size: 16px;
        color: #666666;
        margin-bottom: 0px;
    }
    .work-process-block {
        max-width: 1600px;
        width: 100%;
        margin: 0px auto;
        /* height: 450px; */
    }
    .work-process-layout1 .work-process-top .number {
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: center;
        border: 5px solid;
        font-size: 26px;
        font-weight: 700;
        line-height: 73px;
        margin-left: 40px;
        margin-bottom: 25px;
        background-color: #22673e !important;
        border-radius: 50%;
        position: relative;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }
    .work-process-layout1 .work-process-top {
        text-align: center;
        position: relative
    }
    .work-process-layout1 .work-process-top .shape {
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        display: inline-block;
        position: absolute;
        left: 25px;
        top: 63px;
        width: 100%;
        height: 270px;
        max-width: 270px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
        border-radius: 10px;
        z-index: 0;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        background-color: #22673e;
    }
    .work-process-layout1 .vs-work-process-2 .shape {
        background: #22673e !important;
    }
    .work-process-layout1 .vs-work-process-2 .number {
        background: #22673e !important;
    }
    .work-process-layout1 .vs-work-process-2 .work-process-content {
        border-color: #22673e !important;
    }
    /* .work-process-layout1 .vs-work-process-3 .shape { background: #008dc4  !important; }
.work-process-layout1 .vs-work-process-3 .number{ background: #008dc4  !important; }
.work-process-layout1 .vs-work-process-3 .work-process-content { border-color: #008dc4  !important; }
 */
    .work-process-layout1 .vs-work-process-4 .shape {
        background: #22673e !important;
    }
    .work-process-layout1 .vs-work-process-4 .number {
        background: #22673e !important;
    }
    .work-process-layout1 .vs-work-process-4 .work-process-content {
        border-color: #22673e !important;
    }
    .work-process-layout1 .work-process-content {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.969);
        padding: 35px 20px;
        padding-bottom: 30px;
        max-width: 270px;
        border-bottom: 3px solid #22673e;
        position: relative;
    }
    .work-process-layout1 .work-process-content.odd-block {
        border-color: #d9d675;
    }
    .work-process-layout1 .work-process-content .icon {
        width: 70px;
        height: 70px;
        margin: 0px auto 20px;
    }
    .work-process-layout1 .work-process-content .icon img {
        width: 100%;
        height: 100%;
    }
    .work-process-layout1 .work-process-content .process-title {
        color: #000;
        font-size: 20px;
        line-height: 30px;
        transition: all 500ms ease;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .work-process-layout1 .work-process-content .text {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        transition: all 500ms ease;
        margin-bottom: 0px;
    }
    .work-process-layout1 .vs-work-process:hover .work-process-top .shape {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }
    .work-process-layout1 .vs-work-process:hover .work-process-top .number {
        margin-bottom: 0px;
        margin-left: 0%
    }

     /* Main container style */
    /* Main card style */
    .water-hover-card {
        position: relative;
        background-color: #ffffff;
        border-radius: 18px;
        overflow: hidden;
        padding: 40px 20px;
        text-align: center;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: transform 0.4s ease;
        border-top: 3px groove green;
        border-bottom: 3px groove green;
    }
    .water-hover-card:hover {
        transform: translateY(-6px);
    }
    /* Water fill background */
    .water-fill-layer {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #22673e;
        transition: bottom 0.6s ease-in-out;
        z-index: 1;
    }
    .water-hover-card:hover .water-fill-layer {
        bottom: 0;
    }
    /* Content positioning */
    .water-card-content {
        position: relative;
        z-index: 2;
        color: #2d2d2d;
        transition: color 0.3s;
    }
    .water-hover-card:hover .water-card-content {
        color: #fff;
    }
    /* Icon box */
    .water-icon-box {
        background: #d9dbda;
        width: 90px;
        height: 90px;
        margin: 0 auto 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.4s;
    }
    .water-icon-box img {
        width: 42px;
        height: 42px;
        transition: filter 0.4s ease;
    }
    /* ICON background stays white */
    .water-hover-card:hover .water-icon-box {
        background: #fff;
    }
    /* ICON turns dark green when filled */
    .water-hover-card:hover .water-icon-box img {
        filter: none;
        /* Remove previous invert */
        transition: all 0.4s ease;
        transform: scale(1.1);
    }
    /* Optional: add green border to icon circle */
    .water-hover-card:hover .water-icon-box {
        border: 2px solid #22673e;
    }
    /* On hover change icon background and invert image */
    .water-hover-card:hover .water-icon-box {
        background: #fff;
    }
    .water-hover-card:hover .water-icon-box img {
        filter: brightness(0) invert(1);
    }
    .water-icon-box img {
        width: 40px;
        height: 40px;
        filter: grayscale(100%) brightness(0.3);
        /* Dark look initially */
        transition: all 0.4s ease;
    }
    /* On hover: turn it green */
    .water-hover-card:hover .water-icon-box img {
        filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(70deg) brightness(1.1);
        /* green tint */
    }
    /* Title */
    .water-card-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        transition: color 0.4s ease;
    }
    /* Paragraph text */
    .water-hover-card p {
        font-size: 15px;
        line-height: 1.6;
        transition: color 0.3s ease;
    }
    .section-title-wrapper:before {
        top: 32px;
    }
    .section-title-wrapper:after {
        top: 25px;
    }
    .water-button {
        position: relative;
        display: inline-block;
        padding: 5px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #22673e;
        border: 2px solid #22673e;
        border-radius: 50px;
        overflow: hidden;
        text-decoration: none;
        transition: color 0.4s ease-in-out;
        z-index: 1;
        background-color: transparent;
    }
    .water-button::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -100%;
        padding: 5px 30px;
        font-size: 16px;
        width: 100%;
        height: 100%;
        background-color: #22673e;
        transition: all 0.5s ease;
        z-index: -1;
        border-radius: 50% 50% 0 0;
    }
    .water-button:hover::before {
        bottom: 0;
        border-radius: 0;
    }
    .water-button:hover {
        color: white;
        padding: 5px 30px;
        font-size: 16px;
    }
    .course-area {
        position: relative;
        background-color: #145A32;
        /* solid green */
        padding: 30px 0;
        color: white;
        overflow: hidden;
    }
    .course-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/Pattern-Bg-4-1.png');
        background-repeat: no-repeat;
        background-size: fill;
        opacity: 0.15;
        /* VERY subtle */
        pointer-events: none;
        /* allow clicks through */
    }
    

      
    .message-card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 40px 0;
        border: 2px solid white;
    }
    .message-card {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        margin-bottom: 10px;
    }
    .message-card .card-img {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .message-card .card-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        transition: transform 0.6s ease, filter 0.6s ease;
    }
    .message-card:hover .card-img img {
        transform: scale(1.05);
        filter: brightness(0.6);
    }
    .message-card .card-heading {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgb(0, 0, 0);
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 12px 10px;
        z-index: 2;
        font-weight: bold;
    }
    .message-card .card-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 50, 20, 0.85);
        color: #fff;
        opacity: 0;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateX(-100%);
        transition: transform 0.6s ease, opacity 0.4s ease;
    }
    .message-card:hover .card-hover-content {
        opacity: 1;
        transform: translateX(0);
    }
    .message-card .card-hover-content p {
        font-size: 14px;
        margin-bottom: 20px;
        animation: slideIn 0.6s ease forwards;
    }
    .message-card .read-more {
        background-color: #22673e;
        color: #fff;
        padding: 8px 18px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 14px;
        transition: background 0.3s ease;
    }
    .message-card .read-more:hover {
        background-color: #21583d;
    }
    /* Optional Keyframe for smoother fade-slide effect */
    @keyframes slideIn {
        0% {
            opacity: 0;
            transform: translateX(-40px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    

     
    .message-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 0;
    }
    .message-box {
        position: relative;
        background: white;
        overflow: hidden;
       box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: transform 0.4s ease;
        max-width: 280px;
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .message-box:hover {
        transform: translateY(-8px);
    }
    .message-box .image {
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .message-box .image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        transition: transform 0.6s ease, filter 0.6s ease;
    }
    .message-box:hover .image img {
        transform: scale(1.1) rotate(0.5deg);
        filter: brightness(0.7);
    }
    .message-box .text {
        flex: 1;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .message-box .card-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 50, 20, 0.85);
        color: #fff;
        opacity: 0;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateY(100%);
        transition: transform 0.5s ease, opacity 0.4s ease;
        z-index: 1;
    }
    .message-box:hover .card-hover-content {
        opacity: 1;
        transform: translateY(0);
    }
    .message-box .card-hover-content p {
        font-size: 14px;
        margin-bottom: 20px;
        animation: fadeInUp 0.5s ease forwards;
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* Responsive fix (optional) */
    @media screen and (max-width: 600px) {
        .message-grid {
            gap: 20px;
        }
        .message-box {
            max-width: 100%;
        }
    }


 
        .white-bg-section {
            background-color: #ffffff;
            padding: 40px 20px;
        }
        .why-text-card {
            background: #f8f9fa;
            padding: 40px;
            border-radius: 15px;
        }
        .why-title {
            font-size: 32px;
            font-weight: 700;
            color: #145A32;
            margin-bottom: 20px;
        }
        .why-summary {
            font-size: 16px;
            line-height: 1.8;
            color: #333333;
            margin-bottom: 25px;
            font-family: 'poppins'sans-serif !important;
        }
        p {
            font-family: 'Poppins', sans-serif !important;
            font-size: 16px !important;
            line-height: 30px !important;
        }
        .why-button {
            display: inline-block;
            background-color: #145A32;
            color: #ffffff;
            padding: 12px 28px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: 0.3s ease;
        }
        .why-button:hover {
            background-color: #117a3b;
            transform: scale(1.05);
        }
        .img-float-wrap {
            position: relative;
            display: inline-block;
            animation: floatImg 4s ease-in-out infinite;
        }
        .img-float {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
        }
        @keyframes floatImg {
            0%,
            100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        [data-aos^=fade][data-aos^=fade] {
            opacity: 1;
            transition-property: opacity, transform;
        }
        .image-container-rotating {
            position: relative;
            display: inline-block;
            width: 400px;
            height: 400px;
            z-index: 1;
        }
        .rotating-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 450px;
            height: 450px;
            background-image: url('../images/intro-box.png');
            /* Your rotating background image */
            background-size: cover;
            background-position: center;
            transform: translate(-50%, -50%);
            z-index: 0;
            animation: rotateBg 20s linear infinite;
            opacity: 1;
            /* optional: make it subtle */
        }
        .clear-visible-img {
            position: relative;
            z-index: 2;
            max-width: 100%;
            height: auto;
            border-radius: 15px;
            transition: transform 0.5s ease;
        }
        .clear-visible-img:hover {
            transform: scale(1.03);
        }
        @keyframes rotateBg {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }
        


        
.activity-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  width:100%!important;
}
.activity-card:hover {
  transform: translateY(-8px);
}
.activity-slide-img {
  width: 100%;
  height: 300px;
  object-fit: fill;
  display: block;
  transition: transform 0.3s ease;
}
.activity-card:hover .activity-slide-img {
  transform: scale(1.05);
}
/* Overlay */
.activity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(21, 101, 56, 0.9), rgba(21, 101, 56, 0.5));
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.activity-card:hover .activity-overlay {
  opacity: 1;
}
/* Border Box Animation */
.activity-overlay-content {
  border: 2px solid white;
  padding: 15px;
  margin-left: 10px;
  animation: slideUpFade 0.6s ease forwards;
  background: #145A32;
  backdrop-filter: blur(3px);
}
/* Text Animation */
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.activity-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.activity-summary {
  font-size: 14px;
  line-height: 1.4;
}
.activity-title {
  background-color: #156538;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .activity-heading {
    font-size: 16px;
  }
  .activity-summary {
    font-size: 13px;
  }
  .activity-title {
    font-size: 14px;
    padding: 8px;
  }
}

/* Swiper navigation arrows design */
.activitySwiper .swiper-button-next,
.activitySwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6); /* semi transparent circle */
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.activitySwiper .swiper-button-next:hover,
.activitySwiper .swiper-button-prev:hover {
  background: #22673e; /* hover pe green shade */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

/* Arrow icons thoda bada */
.activitySwiper .swiper-button-next::after,
.activitySwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

#birthdayCarousel, #toppersCarousel {
    position: relative;
    background-size: 100% 100%!important;
    padding: 20px 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 550px;
}
#birthdayCarousel {
    background: url('../images/happy-birthday-banner_24640-72117.jpg') no-repeat center center;
}
#toppersCarousel {
    background-image: url('../images/birthday.jpg');
}

.carousel-item .card {
    border: 2px solid #095c13;
    border-radius: 10px;
    padding: 20px;
    background-color: #f0fdf4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.carousel-item .card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #095c13;
    padding: 20px;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    background-color: #095c13;
}
.balloon {
    position: absolute;
    bottom: -100px;
    width: 60px;
    height: 80px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: float 6s ease-in-out infinite;
    opacity: 0;
    z-index: 0;
}
.balloon.red { background: radial-gradient(circle, #ff5e78, #d90429); }
.balloon.blue { background: radial-gradient(circle, #69c0ff, #0047ab); }
.balloon.green { background: radial-gradient(circle, #7fff9e, #228b22); }
.balloon.yellow { background: radial-gradient(circle, #fff176, #fbc02d); }
.balloon.purple { background: radial-gradient(circle, #e0b3ff, #6a0dad); }
.balloon.orange { background: radial-gradient(circle, #ffb347, #ff8c00); }
@keyframes float {
    0% { transform: translateY(100px) scale(0.9); opacity: 0; }
    30% { opacity: 1; }
    50% { transform: translateY(-150px) scale(1.05) rotate(3deg); }
    100% { transform: translateY(-350px) scale(1) rotate(-3deg); opacity: 0; }
}
  #myCarousel .carousel-inner .item {
                text-align: center;
                transition: transform 0.5s ease-in-out;
            }

            #myCarousel .carousel-inner .item img {
                width: 280px;
                height: 280px;
                border-radius: 50%;
                margin: auto;
                padding: 10px;
                border: 5px dashed #ff4081;
                transition: transform 0.4s ease, box-shadow 0.4s ease;
            }

            #myCarousel .carousel-inner .item img:hover {
                transform: scale(1.05);
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            }

            .carousel-caption {
                padding: 10px;
                border-radius: 10px;
                color: #fff;
            }

            .navbar-brand>img {
    display: block;
    margin-top: -16px!important;
}
@media (max-width: 768px) {
  .carousel-img-wrapper {
    height: 220px !important;
  }
  .carousel-item .carousel-img {
    animation: smoothZoomMobile 10s ease-in-out infinite;
  }
  @keyframes smoothZoomMobile {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
}