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

}






/* ==========================================================================
   Equalized Height Modern Cards
   ========================================================================== */
 
.modern-equal-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modern-equal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

/* Notice Board Layout */
.notice-header-bar {
    background: linear-gradient(135deg, #006633 0%, #004d26 100%);
    padding: 16px 24px;
    font-weight: 600;
}

.notice-scroll-zone {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Custom elegant scrollbar for Notice */
.notice-scroll-zone::-webkit-scrollbar {
    width: 5px;
}
.notice-scroll-zone::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.notice-scroll-zone::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.notice-row-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: #334155;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.notice-row-item:hover {
    background: #f8fafc;
    color: #006633;
    transform: translateX(6px);
}

/* Interactive Icon Frame for Notices */
.notice-icon-frame {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0fdf4;
    color: #006633; 
    transition: all 0.3s ease;
}

.notice-row-item:hover .notice-icon-frame {
    background: #006633;
    color: #ffffff;
    transform: scale(1.05);
}

/* Message Section Side-by-Side System */
.message-header-bar {
    background: linear-gradient(135deg, #f15a24 0%, #d44816 100%);
    padding: 16px 24px;
    font-weight: 600;
}

.split-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 340px;
}

.split-photo-pane {
    width: 40%;
    min-width: 40%;
    position: relative;
    overflow: hidden;
}

.split-photo-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-equal-card:hover .split-photo-pane img {
    transform: scale(1.06);
}

.split-info-pane {
    width: 60%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Clean Premium Action Link Button */
.btn-read-message {
    color: #f15a24;
    font-weight: 600; 
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-read-message:hover {
    color: #006633;
    gap: 12px;
}

/* Responsive Breakdown for Tablets/Mobiles */
@media (max-width: 991px) {
    .split-wrapper {
        flex-direction: column;
    }
    .split-photo-pane {
        width: 100%;
        height: 240px;
    }
    .split-info-pane {
        width: 100%;
        padding: 20px;
    }
}


 



/* ==========================================================================
   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;
    }
}


/* ==========================================================================
   3. BRAND TESTIMONIAL SWIPER (DYNAMIC ACTIVE IMAGE WIDTH)
   ========================================================================== */

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

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

.home_testimonial .tracking-wide {
    letter-spacing: 1px;
}

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

/* Structural Image Columns - DEFAULT (Side Slides) */
.home_testimonial .image-wrapper {
    width: 100%;
    max-width: 180px; /* Side slide image sizes shrunk slightly to leave spatial buffer for the center slide expansion */
    min-height: 240px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Keeps expansion animation buttery smooth */
}

@media (max-width: 767.98px) {
    .home_testimonial .image-wrapper {
        max-width: 100% !important;
        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, & Dynamic Width Adjustments) --- */

/* 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;
    z-index: 2;
}

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

/* WIDEN THE ACTIVE IMAGE: Expands the profile column block on the desktop focused slide dynamically */
@media (min-width: 768px) {
    .home_testimonial .swiper-slide-active .image-wrapper {
        max-width: 280px; /* Increased width size value for the active slide item */
    }
}

.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 */
}

/* ==========================================================================
   4. WELCOME & ABOUT HERO MODULE ANIMATIONS
   ========================================================================== */

/* Custom smooth drop-in animations */
@keyframes dcciIntroSlideLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes dcciIntroSlideRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Master row wrapper enforcing strict layout bounds on desktop */
 
@media (min-width: 992px) { 
    .dcci-intro-img-col, .dcci-intro-text-col {
        height: 100%;
    }
}

/* Image containment box settings */
.dcci-intro-img-box {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    animation: dcciIntroSlideLeft 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dcci-intro-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dcci-intro-img-box:hover img {
    transform: scale(1.04);
}

/* Text Content Column Box Engine */
.dcci-intro-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    animation: dcciIntroSlideRight 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dcci-intro-title {
    color: #0d72b3 !important; /* Brand Blue */
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Elegant Text Zone with hidden customizable scrolling bounds */
.dcci-intro-scrollable {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 12px;
}

/* Custom minimal premium scrollbar format */
.dcci-intro-scrollable::-webkit-scrollbar {
    width: 4px;
}
.dcci-intro-scrollable::-webkit-scrollbar-track {
    background: transparent;
}
.dcci-intro-scrollable::-webkit-scrollbar-thumb {
    background: rgba(13, 114, 179, 0.2);
    border-radius: 10px;
}
.dcci-intro-scrollable::-webkit-scrollbar-thumb:hover {
    background: #0d72b3;
}

/* Interactive Brand CTA Button */
.dcci-intro-btn {
    background: #0d72b3;
    color: #ffffff !important;
    border: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start;
}

.dcci-intro-btn:hover {
    background: #c93833; /* Shifts smoothly into your brand red */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(201, 56, 51, 0.2);
}

/* ==========================================================================
   5. TWO-TONE CUSTOM GRADIENT BANNER ROW
   ========================================================================== */

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




/* ==========================================================================
   PHOTO ALBUM MASONRY GALLERY SYSTEM (UI/UX Optimization)
   ========================================================================== */

.gallery-section .tracking-wide {
    letter-spacing: 1px;
}

/* Album Filter Pill Buttons Styling */
.album-filter-wrapper .btn-filter {
    background-color: #fff;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.album-filter-wrapper .btn-filter .badge {
    background-color: #f1f3f5;
    color: #495057;
    transition: all 0.3s ease;
}

/* Hover and Active Visual Focus matching corporate identity blue */
.album-filter-wrapper .btn-filter:hover,
.album-filter-wrapper .btn-filter.active {
    background-color: #0a71b3;
    color: #fff;
    border-color: #0a71b3;
    box-shadow: 0 4px 12px rgba(10, 113, 179, 0.25);
}

.album-filter-wrapper .btn-filter:hover .badge,
.album-filter-wrapper .btn-filter.active .badge {
    background-color: #ca3733; /* Shifts active album pill badge counts to brand red */
    color: #ffffff;
}

/* Pure CSS Native Column-Based Masonry Grid Layout */
.gallery-masonry-grid {
    column-count: 4; /* Default 4 Column layout tracking under Wide Viewports */
    column-gap: 16px;
    width: 100%;
}

.gallery-item-card {
    break-inside: avoid;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s ease;
}

/* Image Element Card Wrapper Properties */
.gallery-img-box {
    cursor: pointer;
    background-color: #f8f9fa;
}

.gallery-img-box img {
    display: block;
    width: 100%;
    height: auto; /* Maintains proportional, responsive dynamic heights natively */
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Beautiful Translucent Identity Overlay Layer */
.gallery-hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 113, 179, 0.95) 0%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

/* Smooth Interactive Zoom Effects */
.gallery-img-box:hover img {
    transform: scale(1.06);
}

.gallery-img-box:hover .gallery-hover-mask {
    opacity: 1;
}

/* --- Responsive Breakpoint Grid Remappings --- */
@media (max-width: 1199.98px) {
    .gallery-masonry-grid { column-count: 3; }
}

@media (max-width: 767.98px) {
    .gallery-masonry-grid { column-count: 2; }
}

@media (max-width: 480px) {
    .gallery-masonry-grid { column-count: 1; }
}

/* --- Bootstrap 5 Fullscreen Lightbox Caption Override --- */
.lightbox-caption {
    background: rgba(10, 113, 179, 0.9) !important; /* Brand Blue Background Overlay for Captions */
    border-left: 4px solid #ca3733; /* Left Border accenting with brand red color line */
    padding: 12px 20px !important;
    border-radius: 0 4px 4px 0;
    font-size: 1rem;
}


/*
=======================================
Card counter card 
=======================================
*/

/* Core Structural Premium Card */
.dcci-premium-card {
    background: #ffffff;
    border-radius: 20px; /* Sophisticated smooth rounded corners */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Eye-Catching Hover States featuring your brand colors */
.dcci-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(13, 114, 179, 0.12) !important;
}

/* Soft Ambient Background Glow Circles inside cards */
.dcci-glow-bg {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    pointer-events: none;
    transition: all 0.4s ease;
}

.dcci-premium-card:hover .dcci-glow-bg {
    transform: scale(1.4);
    opacity: 0.5;
}

.dcci-glow-blue { background-color: #0d72b3; }
.dcci-glow-red { background-color: #c93833; }
.dcci-glow-gradient { background: linear-gradient(135deg, #0d72b3, #c93833); }

/* Beautiful Icon Container Badges */
.dcci-premium-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dcci-premium-card:hover .dcci-premium-icon {
    transform: scale(1.1) rotate(6deg);
}

/* Exact Brand Alignment Color Styling mapping */
.dcci-icon-blue {
    background-color: rgba(13, 114, 179, 0.08);
    color: #0d72b3;
}

.dcci-icon-red {
    background-color: rgba(201, 56, 51, 0.08);
    color: #c93833;
}

.dcci-icon-gradient {
    background: linear-gradient(135deg, rgba(13, 114, 179, 0.1) 0%, rgba(201, 56, 51, 0.1) 100%);
    color: #0d72b3;
}

/* Modern Dashboard High-Contrast Typography */
.dcci-premium-number {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a; /* Slate dark for dynamic statistics readability */
    letter-spacing: -0.75px;
    line-height: 1.2;
}

.dcci-premium-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b; /* Soft slate secondary */
    letter-spacing: 0.8px; /* Elegant tracking spacing layout expansion */
    line-height: 1.4;
}


/*
===============================================
Committee design 
===============================================*/

/* Entry presentation keyframe */
@keyframes dcciCommitteeCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Master Grid Card Structure Frame */
.dcci-committee-card {
    background: #ffffff;
    border-radius: 24px; /* Premium smooth corners */
    border: 1px solid #eef2f5;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    animation: dcciCommitteeCardFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease;
}

/* Smooth Premium Lift Effect on Hover */
.dcci-committee-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 114, 179, 0.08) !important;
    border-color: rgba(13, 114, 179, 0.2);
}

/* Header canvas setup */
.dcci-committee-header-art {
    position: relative;
    padding-top: 40px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

/* Decorative Geometric Shape mirroring image_383b42.png */
.dcci-committee-accent-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(150deg, rgb(202 59 54 / 54%) 0%, rgb(10 113 179 / 34%) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    transition: transform 0.5s ease;
}

.dcci-committee-card:hover .dcci-committee-accent-shape {
    transform: scale(1.15) rotate(5deg);
}

/* Clean Portrait Avatar Frame Container Box */
.dcci-committee-avatar-frame {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 4px solid #ffffff;
    background: #f8fafc;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dcci-committee-card:hover .dcci-committee-avatar-frame {
    transform: scale(1.04);
}

.dcci-committee-avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Typography Presentation Content Block Body */
.dcci-committee-body {
    padding: 10px 24px 20px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dcci-committee-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.dcci-committee-designation {
    font-size: 0.88rem;
    font-weight: 600;
    color: #c93833; /* Elegant Brand Red Accent color for labels */
    display: block;
    margin-bottom: 12px;
}

.dcci-committee-divider {
    margin: 8px 0 16px 0;
    opacity: 0.08;
    color: #0d72b3;
}

/* Context Metadata Rows Layout */
.dcci-committee-contact-info {
    font-size: 0.82rem;
    color: #475569;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dcci-committee-meta-row {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dcci-committee-meta-row i {
    font-size: 0.9rem;
    width: 16px;
    color: #0d72b3; /* Brand Blue color for context icons */
    opacity: 0.8;
}

.dcci-committee-meta-row span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Layout Footer Control Bar Block */
.dcci-committee-footer {
    padding: 16px 24px 24px 24px;
    background: #fafbfc;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dcci-committee-follow-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
}

.dcci-committee-social-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Micro-Interaction Social Anchor Links */
.dcci-social-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.dcci-fb { color: #3b5998; }
.dcci-in { color: #0077b5; }

.dcci-fb:hover {
    background: #3b5998 !important;
    color: #ffffff !important;
    border-color: #3b5998 !important;
    transform: translateY(-2px);
}

.dcci-in:hover {
    background: #0077b5 !important;
    color: #ffffff !important;
    border-color: #0077b5 !important;
    transform: translateY(-2px);
}

/*
===============================================
Side menu in committee page
===============================================
*/

/* Sidebar entry fade-slide keyframe */
@keyframes dcciMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Master Menu Container Framework */
.dcci-sidemenu-box {
    border-radius: 16px;
    animation: dcciMenuFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
    border: 1px solid #f1f5f9 !important;
}

/* Typography Widget Header styling */
.dcci-sidemenu-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.8px;
    border-color: #f1f5f9 !important;
}

/* Base list adjustment resetting browser margins */
.dcci-sidemenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Master Navigation Links Styling */
.dcci-sidemenu-link {
    background: #f8fafc;
    border-left: 3px solid transparent;
    color: #475569 !important;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 16px !important;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Interactive Folder & Chevron Animations */
.dcci-sidemenu-link .dcci-folder-icon {
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
}

.dcci-sidemenu-link .dcci-arrow-icon {
    font-size: 0.75rem;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

/* Dynamic Hover Interaction Mapping back to Brand Blue */
.dcci-sidemenu-link:hover {
    background-color: rgba(13, 114, 179, 0.05);
    border-left-color: #0d72b3;
    color: #0d72b3 !important;
    padding-left: 20px !important; /* Elegant subtle slide right */
}

.dcci-sidemenu-link:hover .dcci-folder-icon {
    color: #0d72b3;
    transform: scale(1.1);
}

.dcci-sidemenu-link:hover .dcci-arrow-icon {
    opacity: 1;
    transform: translateX(0);
    color: #0d72b3;
}

/* Persistent Active List Highlight State Mapping back to Brand Red */
.dcci-link-active {
    background-color: rgba(201, 56, 51, 0.05) !important;
    border-left-color: #c93833 !important;
    color: #c93833 !important;
}

.dcci-link-active .dcci-folder-icon {
    color: #c93833 !important;
}

.dcci-link-active .dcci-arrow-icon {
    opacity: 1 !important;
    transform: translateX(0) !important;
    color: #c93833 !important;
}

/* Responsive Fluid Grid Breaks */
@media (max-width: 991px) {
    /* Transforms the vertical sidebar into an attractive, fluid badge horizontal grid row layout on mobile */
    .dcci-sidemenu-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    
    .dcci-sidemenu-list .nav-item {
        flex: 1 1 calc(33.333% - 8px);
        min-width: 140px;
    }
    
    .dcci-sidemenu-link {
        border-radius: 8px;
        border-left: none;
        border-bottom: 3px solid transparent;
        justify-content: center;
        gap: 6px;
    }
    
    .dcci-sidemenu-link .dcci-arrow-icon {
        display: none !important; /* Hides chevrons on mobile to optimize screen layout space */
    }
    
    .dcci-sidemenu-link:hover {
        border-left-color: transparent;
        border-bottom-color: #0d72b3;
        padding-left: 16px !important;
    }
    
    .dcci-link-active {
        border-left-color: transparent !important;
        border-bottom-color: #c93833 !important;
    }
}

/*
================================================================
Member List Page front end 
================================================================
*/

/* Presentation Entrance Animation Keys */
@keyframes dcciDirCardFadeUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Header Grid Container & Dynamic Form Toggle Engine */
.dcci-directory-header-container {
    border: 1px solid #f1f5f9;
}
.dcci-toggle-search-btn {
    width: 42px;
    height: 42px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0d72b3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.dcci-toggle-search-btn:hover {
    background-color: #0d72b3;
    color: #ffffff;
    border-color: #0d72b3;
}
.dcci-expandable-search-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.dcci-expandable-search-wrapper.show {
    max-height: 120px; /* Comfortably leaves room for structural error tags */
    opacity: 1;
    padding-bottom: 5px;
}

/* Header Container Adjustments mapping brand colors */
.dcci-search-btn {
    background-color: #0d72b3 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.dcci-search-btn:hover {
    background-color: #c93833 !important;
    box-shadow: 0 4px 12px rgba(201, 56, 51, 0.15);
}

/* Master Grid Card Layout Architecture Frame */
.dcci-directory-card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: dcciDirCardFadeUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}
.dcci-directory-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(13, 114, 179, 0.08) !important;
    border-color: rgba(13, 114, 179, 0.15) !important;
}

/* Meta Pill Badging configurations */
.dcci-id-badge {
    background-color: #c83934;
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
}
.dcci-type-badge {
    background-color: rgba(13, 114, 179, 0.08);
    color: #0d72b3;
    font-size: 0.72rem;
    font-weight: 700;
    max-width: 120px;
    padding: 6px 10px;
    border-radius: 6px;
}

/* Circular Portrait Framing Element */
.dcci-avatar-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
    transition: transform 0.35s ease;
}
.dcci-directory-card:hover .dcci-avatar-circle {
    transform: scale(1.05);
}
.dcci-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Typography Scale Matching Layer */
.dcci-member-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
}
.fs-7 { font-size: 0.8rem !important; }

/* Line-Clamp Content Protectors */
.dcci-text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

/* Action Control Trigger Buttons */
.dcci-details-btn {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.25s ease;
}
.dcci-directory-card:hover .dcci-details-btn {
    background-color: #0d72b3;
    border-color: #0d72b3;
    color: #ffffff;
}
.dcci-details-btn:hover {
    background-color: #c93833 !important;
    border-color: #c93833 !important;
    color: #ffffff !important;
}

/* Core Override styles for standard Bootstrap Pagination controls styling */
.dcci-custom-pagination .pagination .page-item.active .page-link {
    background-color: #0d72b3 !important;
    border-color: #0d72b3 !important;
    color: #ffffff !important;
}
.dcci-custom-pagination .pagination .page-link {
    color: #0d72b3;
    border-radius: 8px;
    margin: 0 3px;
    transition: all 0.2s ease;
}
.dcci-custom-pagination .pagination .page-link:hover {
    background-color: #c93833;
    border-color: #c93833;
    color: #ffffff;
}


/*
============================================================
Member Details page design 
============================================================
*/

/* Animation Entry Keyframes Framework */
@keyframes dcciDetailsFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up {
    animation: dcciDetailsFadeUp 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Base Utility Classes */
.fs-7 { font-size: 0.825rem !important; }
.fs-8 { font-size: 0.72rem !important; }

/* Main Master Card Layout Structure Configuration Layer */
.dcci-details-main-card {
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.3s ease;
}
.dcci-details-cover-strip {
    height: 120px;
    background: linear-gradient(135deg, #0d72b3 0%, #063c60 50%, #c93833 100%);
}

/* Premium Visual Portrait Avatar Elements Frame */
.dcci-details-avatar {
    width: 150px;
    height: 150px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: -150px;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    transition: transform 0.4s ease;
}
.dcci-details-avatar:hover {
    transform: scale(1.04) rotate(1deg);
}
.dcci-details-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Element Design Section Titles styling rules */
.dcci-section-title {
    letter-spacing: -0.02em;
    position: relative;
}

/* Biographical Information Strip Element Row Triggers */
.dcci-info-row {
    transition: background-color 0.2s ease, padding 0.2s ease;
}
.dcci-info-row:hover {
    background-color: #f8fafc;
    padding-left: 6px !important;
}

/* Micro Direct Connection Node Communication Cards Module */
.dcci-comms-card {
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.dcci-comms-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 114, 179, 0.2) !important;
    box-shadow: 0 10px 20px rgba(13, 114, 179, 0.05);
    background-color: #ffffff !important;
}
.dcci-comms-card .icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Embedded Watermarked Architectural Layout Address Modules */
.dcci-address-panel {
    transition: border-color 0.3s ease;
}
.dcci-address-panel:hover {
    border-color: rgba(13, 114, 179, 0.25) !important;
}
.dcci-address-watermark {
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 5.5rem;
    color: rgba(0, 0, 0, 0.02);
    pointer-events: none;
    z-index: 1;
    transition: transform 0.4s ease;
}
.dcci-address-panel:hover .dcci-address-watermark {
    transform: scale(1.1) rotate(-5deg);
}

/* Interactive Direct Social Engine Share Buttons Matrix Link Elements */
.dcci-share-btn-group .dcci-share-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border: none;
}
.dcci-share-btn-group .dcci-share-circle.fb { background-color: #1877f2; }
.dcci-share-btn-group .dcci-share-circle.wa { background-color: #25d366; }
.dcci-share-btn-group .dcci-share-circle.tw { background-color: #1da1f2; }
.dcci-share-btn-group .dcci-share-circle.ln { background-color: #0077b5; }
.dcci-share-btn-group .dcci-share-circle.pr { background-color: #64748b; }

.dcci-share-btn-group .dcci-share-circle:hover {
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

/* Responsive Structural Positioning Controls for Sticky Layout Frameworks */
@media (min-width: 992px) {
    .dcci-sticky-sidebar-panel {
        position: sticky;
        top: 24px;
        height: fit-content;
    }
}

/*
==============================================================
Side bar part 
==============================================================
*/

/* Core Styling Variables & Brand Token Mapping */
:root {
    --dcci-primary: #0d72b3;
    --dcci-danger: #c93833;
    --dcci-dark: #0f172a;
    --dcci-light-gray: #f8fafc;
}

/* Micro Elements Typography Utilities */
.fs-8 { font-size: 0.75rem !important; }
.fs-9 { font-size: 0.68rem !important; }
.tracking-wider { letter-spacing: 0.05em !important; }

/* Entry Slide Animation Rule */
@keyframes dcciSidebarSlideUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
.dcci-premium-sidebar-stack .animate-slide-in {
    animation: dcciSidebarSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.dcci-premium-sidebar-stack .animate-slide-in:nth-child(2) { animation-delay: 0.08s; }
.dcci-premium-sidebar-stack .animate-slide-in:nth-child(3) { animation-delay: 0.16s; }
.dcci-premium-sidebar-stack .animate-slide-in:nth-child(4) { animation-delay: 0.24s; }

/* Structural Widget Component Cards Styling */
.dcci-sidebar-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0px 1px 10px 1px gray;
}
.dcci-sidebar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 1px 10px 1px #c93833 !important;
    border-color: rgba(13, 114, 179, 0.15) !important;
}

/* Base Headings Layout Treatment */
.dcci-sidebar-title {
    color: var(--dcci-dark);
    font-size: 0.85rem !important;
}

/* President Block Avatar Node Ring Styling */
.dcci-sidebar-avatar-wrapper {
    width: 110px;
    height: 110px;
}
.dcci-sidebar-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.avatar-ring-accent {
    position: absolute;
    top: -4px; left: -4px; right: -4px; bottom: -4px;
    border-radius: 50%;
    border: 2px dashed rgba(13, 114, 179, 0.3);
    animation: spinRing 25s linear infinite;
    z-index: 1;
}
@keyframes spinRing { 100% { transform: rotate(360deg); } }

/* Strict 4-6 Line-Clamped Speech Snippet Box Configuration */
.dcci-speech-snippet {
    background-color: var(--dcci-light-gray);
    padding: 14px;
    border-radius: 12px;
    border-left: 3px solid var(--dcci-primary);
}
.italic-quote {
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Forces strict mathematical 5-line height limit constraint boundaries */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Micro Action Call Button Framework */
.dcci-sidebar-btn {
    background-color: transparent;
    border: 1.5px solid var(--dcci-primary);
    color: var(--dcci-primary);
    font-size: 0.8rem;
}
.dcci-sidebar-btn:hover {
    background-color: var(--dcci-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 114, 179, 0.25);
}

/* Section B List Item Interactive Rows Map */
.dcci-link-item {
    background-color: var(--dcci-light-gray);
    border: 1px solid transparent;
}
.dcci-link-item:hover {
    background-color: #ffffff;
    border-color: rgba(13, 114, 179, 0.12);
    color: var(--dcci-danger) !important;
    padding-left: 12px !important;
}
.dcci-link-item:hover .fa-chevron-right {
    color: var(--dcci-danger) !important;
    transform: translateX(2px);
}

/* Section C Support Helpline Hover Scales Modules */
.dcci-helpline-wrapper img {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.dcci-helpline-wrapper:hover img {
    transform: scale(1.05);
}
.helpline-overlay {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-size: 0.75rem;
}
@keyframes subtleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.dcci-helpline-wrapper:hover .bounce-icon {
    animation: subtleBounce 0.6s ease infinite;
}

/* Section D Facebook Layer Flex Iframe Viewports Frame Adjustments */
.dcci-fb-iframe-frame {
    min-height: 150px;
}