.h-custom-logo{
    max-width: 80%;
}

.span.l-button {
    font-size: 15px;
}

.th-btn {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
}

.search-form {
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-icon {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.s-sub-title {
    font-size: 14px;
    color: #666;
    margin-top: -5px;
    font-weight: 600;
    display: block;
}


.social-icons {
    display: flex;
    gap: 10px;          /* space between icons */
    margin-bottom: 10px;
}

.social-icons a {
    font-size: 14px;
    color: #333;
    background: #f1f1f1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #0d6efd;  /* blue */
    color: #fff;
}


.menu-item-has-children .arrow-icon {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

/* Default: Down arrow */
.menu-item-has-children .arrow-icon {
    transform: rotate(0deg);
}

/* On hover: Rotate to Up arrow */
.menu-item-has-children:hover .arrow-icon {
    transform: rotate(180deg);
}

.hero-inner {
    height: 700px;
}

/*==================================================================================*/

.grid-wrapper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all var(--animation-time) cubic-bezier(0.19, 1, 0.22, 1);
}

.grid-wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 280px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}
.grid-wrapper .item:hover img:after {
    transform: translateY(0);
}
.grid-wrapper .item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 1;
    transition: opacity 0.4s linear;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.grid-wrapper .item .lis-overlay {
    position: absolute;
    bottom: 30px;
    left: 20px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 2;
    color: #fff;
}
.grid-wrapper .item:hover .lis-overlay {
    transform: scaleX(1) rotateX(0deg);
    opacity: 1;
}
.bounce:hover {
    animation: bounceright 0.3s ease infinite alternate;
}

.grid-wrapper .item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(8, 25, 51, 0), rgba(8, 25, 51, 1));
    opacity: 1;
    transition: opacity 0.4s
    linear;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
/*---- masionary gallery----*/






/*==============================================================================*/
.notice-label {
    font-weight: 600;
    margin-right: 15px;
    white-space: nowrap;
    color: black;
}

.notice-ticker {
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: slide-left 40s linear infinite;
    color: white;
}

.ticker-content span {
    display: inline-block;
    margin-right: 50px;
}

.notice-ticker:hover .ticker-content {
    animation-play-state: paused;
}

@keyframes slide-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


.left-box {
    width: 98% !important;        /* left part 70% */
}
/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
    /*.left-box {
        display: none !important;
    }*/
}


.header-links {
    max-width: 30%;        /* right part 30% */
    white-space: nowrap;
}

.header-right-wrap {
    display: flex;
    /*gap: 15px;*/
    align-items: center;
    margin: 0;
    padding: 0;
}


.header-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.header-logo {
    z-index: 2;
}

.info-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


.info-title {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    color: #081933;

}

.info-subtitle {
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-family: unset;

}

.top-menu {
    padding: 0;
}

ul#menu-top-menu .nav-link {
    padding: unset !important;
}

.img2.wow.fadeInUp {
    width: 44% !important;
}

.img1.text-center.text-sm-start.wow.fadeInLeft{
    width: 50% !important;
}

.event-card-img img {
    width: 100%;
    height: 450px;          /* fixed height */
    object-fit: cover;      /* crop center without changing layout */
}


/*about responsive*/

.title-center {
    text-align: center;
}


.content-justify {
    margin-top: 40px;
    text-align: justify;
    text-justify: inter-word;
}
.box-img {
    box-shadow: 0 4px 25px rgba(0,0,0,0.20);
    padding: 0;
    border-radius: 10px;
    background: #fff;
}


.faq-pub:hover{
    color: white;
}


/*progress bar*/


.vertical-progress {
    position: relative;
    padding-left: 2rem;
}
ul.progress-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.step {
    position: relative;
    margin-bottom: 5rem;
}
.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #dee2e6;
    position: absolute;
    left: 0;
    top: 0;
}
.line {
    width: 4px;
    background-color: #dee2e6;
    position: absolute;
    left: 10px;
    top: 25px;
    bottom: 0;
}
.step-content h5 {
    margin-bottom: 0.2rem;
}
.step-content h6 {
    margin-bottom: 0.5rem;
    color: gray;
}
.step-content p {
    margin-bottom: 0;
}

.box-title.custom-t-h {
    font-size: 22px;
}

.text-anim2{
    font-size: 14px;
    line-height: normal;
}


li.sub-sub-menu > a > .arrow-icon::before {
    visibility: hidden;
}
.notice-column {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #f4f6f8;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.notice-column h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #097ABD;
}

.notice-scroller.scrollable-notices {
    max-height: 474px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 5px; /* scrollbar স্পেসের জন্য */
}

.single-notice {
    padding: 8px 10px;
    border-left: 4px solid #097ABD;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.3s ease;
    text-align: left;
}

.single-notice a {
    display: block; /* line by line */
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin-bottom: 3px;
}

.single-notice a:hover {
    color: #097ABD;
}

.notice-date {
    font-size: 12px;
    color: #666;
}

.custom-gallery-img {
    width: 150px;
    height: 150px;
    object-fit: cover; /* crop and maintain aspect ratio */
    display: block;
    margin: 0 auto; /* center horizontally */
}

footer.footer-wrapper.footer-default.footer-overlay.footer-v-2.background-image {
    height: 671px !important;
}
footer.footer-wrapper.footer-default.footer-overlay.footer-v-2.background-image {
    min-height: 400px;   /* mobile */

}

/* Tablet */
@media (min-width: 768px) {
    footer.footer-wrapper.footer-default.footer-overlay.footer-v-2.background-image  {
        min-height: 600px;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    footer.footer-wrapper.footer-default.footer-overlay.footer-v-2.background-image  {
        min-height: 53.45em !important;
        border-radius: 12px;
    }
}

.d-flex.flex-row.justify-content-center.custom-sub-menu {
    border-bottom: 1px solid;
    margin-bottom: 2px;
}

.custom-h-img {
    max-height: 200px !important;
}

.custom-b-t {
    font-size: 12px;
}

.btn-wrap.mt-auto.custom-b-t {
    width: 130px;
    height: 54px;
}

.th-btn.th-icon:after{
    height: 15px !important;
    width: 15px !important;
}


.br-c-img{
    max-height: 250px;
}
.custom-breadcrumb.d-flex.align-items-center {
    height: 350px;
}

.footer-widget .menu {
    padding: 0;
    margin: 0;
}

.footer-widget .menu li {
    text-align: center;
}

.footer-widget .menu li a {
    display: inline-block;
}
.footer-widget .menu li a {
    display: inline-block;
    max-width: 180px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    text-align: center;
}

.notice-ticker span {
    margin-right: 30px;
    white-space: nowrap;
}

/* 🔴 FULL TEXT RED */
.notice-important {
    color: #d10000;
    font-weight: 700;
}

.notice-important a {
    color: #d10000 !important;
}

/* Normal notice */
.notice-normal,
.notice-normal a {
    color: #222 !important;
}

.header-top.notice-bar {
    border: 1px solid black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    background-color: white;
}






.album-content .wp-block-gallery,
.album-content .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.album-content img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s ease;
}

.album-content img:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .album-content .wp-block-gallery,
    .album-content .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
.video-grid-wrapper{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    gap:15px;
}
.video-item{
    position:relative;
}
.video-item .overlay{
    position:absolute;
    top:0; left:0; width:100%; height:100%;
    display:flex; align-items:center; justify-content:center;
    background: rgba(0,0,0,0.4);
    opacity:0; transition:0.3s;
}
.video-item:hover .overlay{
    opacity:1;
}
.video-item img{ width:100%; height:auto; display:block; }
.video-item h4{ text-align:center; margin-top:5px; font-size:20px; }