
@media (min-width:1400px){
    .hiddenSidebar .hide{
        display: block;
    }
}

@media (max-width:1399px){
    .hiddenSidebar .hide{
        display: none;
    }
}

@media (max-width: 991px){
    /* .NavbarFlex {
        align-items: start;
    } */
    .memberRequestMain {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:676px){
    .custom_table_box {
        overflow-x: scroll;
    }
    .custom_table {
        max-width: 800px!important;
        width: 800px!important;
    }
    .flexWidth{
        flex: 0 0 100%;
    }
    .commonPageImg img{
        width: 100%;
    }
    .mtResult{
        margin-top:0px;
    }
    .committee_1 {
        display: flex;
        flex-wrap: wrap;
    }
    .committee_2 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .committee_2 .em_feature_flipbox {
        flex: 0 0 70%;
    }
     .committee_3 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .committee_3 .em_feature_flipbox {
        flex: 0 0 70%;
    }
    .noticeDetailsImg img{
        width: 100%;
    }
    .services {
        grid-template-columns: 1fr 1fr;
    }
    .searchFlex {
        flex-wrap: wrap;
    }
    .searchField {
        flex: 0 0 100%;
    }
    .memberRequestMain {
        grid-template-columns: 1fr 1fr;
    }
    .eventBg {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width:575px) {
    .socialIcon{
        display: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1.3em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        font-size: 20px;
        line-height: 28px;
    }
    .navbar-toggler {
        border: 1px solid #14365a;
        height: 40px;
    }
    .footerTop {
        gap: 30px;
    }
    .footerBottom {
        justify-content: center;
    }
    .pmt_3{
        margin-top:20px;
    }
    .searchField {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 10px;
    }
    .noticeFlexWrap{
        flex-wrap: wrap;
    }
    .noticeFlexWrap .noticImg{
        text-align: center;
    }
    .noticeFlexWrap .notice {
        padding-left: 0px;
        padding-top:10px;
    }
    .flipbook-viewport {
        margin-left: 0px;
    }
    .memberLogin{
	    margin-top: 6px;
        padding-right: 5px;
    }
    .loginButton {
        font-size: 12px!important;
        margin-right: 0px;
    }
    .commonPageBox {
        overflow: hidden;
    }
    .bookScroll {
        overflow-x: scroll !important;
        width: 400px !important;
        max-width: 400px !important;
        overflow: hidden;
        display: flex;
        justify-content: end;
    }
    /* .flipbook {
        margin-left: -538.5px;
    } */
     .member_txt_details {
        grid-template-columns: 1fr;
        gap: 12px;
    }
     .addressBox{
        flex-wrap: wrap;
    }
    .details_address{
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .share_icon {
        flex-wrap: wrap;
    }
    .services {
        grid-template-columns: 1fr;
    }
    .updateBtn a {
        margin-bottom: 8px;
    }
    .updateBtn {
        padding: 8px 8px 0px 8px;
    }
    .member_img_details {
        display: block;
    }
    .details_img_txt{
        text-align: center;
    }
    .member_img_details .details_img {
        text-align: center;
        margin: auto;
    }
    .side_link_box p {
        text-align: center;
    }
    .referenceTitle {   
        text-align: center;
    }
    .p_input{
        text-align: center!important;
    }
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: -126%;
        margin-top: .125rem;
    }
    .memberRequestMain {
        grid-template-columns: 1fr;
    }
    .member_login_flex {
        flex-direction: column;
    }
    .login_img{
        display: none;
    }
    .navbar-collapse {
        flex-basis: 40%;
        flex-grow: 1;
        align-items: center;
        margin-top: 55px;
    }
    .NavbarFlex{
        align-items: start;
        padding:5px;
    }
   .whatsUpIcon{
        right: 5px;
    }
    .copyRight p {
        font-size: 14px;
        text-align: center;
    }
    .footer{
        width:290px;
    }

}



/* top menubar part  */
.bg-dark-blue {
    background-color: #1a252f !important; /* Ash/Black top background */
}

/* Fix top items layout alignment */
.top-links a {
    transition: color 0.2s ease-in-out;
    font-size: 0.85rem;
}
.top-links a:hover {
    color: #28a745 !important; /* Green Accent on hover */
}

/* Main Navigation Row adjustments */
.main-header {
    top: 0;
    z-index: 1020;
    transition: all 0.3s ease;
}

/* Styling navbar links to closely match font Weights */
.menu-links-wrapper .nav-link {
    color: #333333 !important;
    font-weight: 600;
    font-size: 18px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    transition: color 0.2s ease;
}

.menu-links-wrapper .nav-link:hover,
.menu-links-wrapper .nav-item.active .nav-link {
    color: #198754 !important; /* Highlights active/hover tabs in green */
}

/* Custom spacing adjustments for dropdown carrots */
.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 4px;
}

/* Responsive adjustments for Logo Size */
@media (max-width: 1199px) {
    .main-header .navbar-brand {
        max-width: 280px !important;
    }
}
@media (max-width: 576px) {
    .main-header .navbar-brand {
        max-width: 220px !important;
    }
}


/* about / welcome part in home  */
.custom-btn-green {
    background-color: #007f4e !important;
    border-color: #007f4e !important;
    transition: all 0.3s ease;
}
.custom-btn-green:hover {
    background-color: #00663e !important;
    border-color: #00663e !important;
    transform: translateY(-2px);
}

/* Base setup for smooth transitions */
.animate-fade-in-left, .animate-fade-in-right {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

/* Image slides in from the left and fades in */
.animate-fade-in-left {
    animation-name: fadeInLeft;
}

/* Text elements slide in from the right and fades in */
.animate-fade-in-right {
    animation-name: fadeInRight;
}

/* Keyframe Key Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Optional helper text styling */
.text-justify {
    text-align: justify;
}


/* Custom Row Styling and Two-Tone Gradient Layer */
.custom-row-banner {
    background: linear-gradient(135deg, #52b788 0%, #52b788 65%, #9fd3c7 65%, #9fd3c7 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Responsive typography sizes directly matching viewport scale */
.custom-row-banner .banner-heading {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .custom-row-banner .banner-heading {
        font-size: 2.1rem;
    }
}



/* Registration div / section design in home page */
.custom-row-banner {
    background: linear-gradient(135deg, #0a71b3 0%, #0a71b3 65%, #dce5ff 65%, #dce5ff 100%);
    box-shadow: 0 4px 15px rgba(10, 113, 179, 0.15);
}

/* Responsive typography scaling */
.custom-row-banner .banner-heading {
    font-size: 1.6rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .custom-row-banner .banner-heading {
        font-size: 2.1rem;
    }
}

/* Registration Call-To-Action (Using Official Logo Red) */
.custom-reg-btn {
    background-color: #ca3733 !important;
    color: #ffffff !important;
    border: 2px solid #b12f2b !important;
    border-radius: 12px !important;
    font-size: 1.05rem;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-block;
}

.custom-reg-btn:hover {
    background-color: #b12f2b !important;
    border-color: #962724 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(202, 55, 51, 0.35) !important;
    color: #ffffff !important;
}

/* --- Entry Animations --- */
.animate-fade-in {
    animation: fadeInRow 0.8s ease-out forwards;
}

.slide-up-text {
    opacity: 0;
    animation: slideUpText 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

.pop-in-btn {
    opacity: 0;
    animation: popInBtn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}

@keyframes fadeInRow {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUpText {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes popInBtn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

/* Adaptive mobile layout adjustment for sharp background breaks */
@media (max-width: 991.98px) {
    .custom-row-banner {
        background: linear-gradient(180deg, #0a71b3 0%, #0a71b3 75%, #dce5ff 75%, #dce5ff 100%);
    }
}







/* Container Layout Setup */
.home_testimonial {
    background: #f8f9fa;
    overflow: hidden;
}

.home_testimonial .testimonial-title {
    color: #0a71b3 !important;
}

/* Card Geometry Configuration */
.home_testimonial .testimonial-card {
    border-radius: 4px;
    overflow: hidden;
    min-height: 240px;
    background: #fff;
    width: 100%;
}

/* Structural Image Columns */
.home_testimonial .image-wrapper {
    width: 100%;
    max-width: 200px;
    min-height: 240px;
}

@media (max-width: 767.98px) {
    .home_testimonial .image-wrapper {
        max-width: 100%;
        height: 200px;
        min-height: auto;
    }
}

.home_testimonial .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_testimonial .quote-icon {
    font-size: 2.2rem;
    color: #0a71b3;
    line-height: 1;
    margin-bottom: 8px;
}

/* --- Core Visual Transformations (Zooming & Colors) --- */

/* Default Side Slides State: Shrunk, 35% visible, blue color mask applied */
.home_testimonial .swiper-slide {
    opacity: 0.35;
    transform: scale(0.85);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.home_testimonial .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 113, 179, 0.85); /* Identity Blue Tone Mask */
    transition: all 0.5s ease;
    opacity: 1;
}

/* Focused Active State: Renders perfectly clear at 100% full scale */
.home_testimonial .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.home_testimonial .swiper-slide-active .card-overlay {
    opacity: 0;
    pointer-events: none;
}

/* --- Left & Right Swiper Navigation Overrides --- */
.home_testimonial .custom-nav-btn {
    color: #fff !important;
    background-color: #0a71b3;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

/* Scale adjustments for native icon characters inside Swiper buttons */
.home_testimonial .custom-nav-btn::after {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.home_testimonial .custom-nav-btn:hover {
    background-color: #ca3733; /* Shifts to corporate brand red on mouseover */
}

/* Reposition offsets outside of the card margins */
.home_testimonial .swiper-button-prev { left: 0px; }
.home_testimonial .swiper-button-next { right: 0px; }

@media (max-width: 767.98px) {
    .home_testimonial .custom-nav-btn { display: none; } /* Drop arrows on mobile interfaces */
}