:root {
    --btn-bg: #FF8600;
    --btn-text: #ffffff;
    --btn-icon-bg: #000000;
    --icon-svg-bg: #138808;
    --footer-clr: #27187E;
    --footer-sec-clr: #2A1A88;
    --bg-blue: #27187E;
    --bgc-grey: #F7F7F7;
    --txtclr-gray: #8F8F8F;
}

.bg-theme1 {
    background: var(--bg-blue);
}

.clr1 {
    color: var(--btn-bg);
}

.clr2 {
    color: var(--icon-svg-bg);
}

.clr3 {
    color: var(--txtclr-gray);
}

.clr4 {
    color: var(--bg-blue);
}

.bg-t {
    background: #FF86000D !important;
}

.bg-flags {
    background: linear-gradient(109.41deg, #F3F9F3 2.66%, #FFFFFF 49.18%, #FFF4E8 96.6%);
}

.for-arrows .slide-nav {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.slide-nav span {
  pointer-events: auto;
}

p {
    font-size: 16px;
}

.bnr {
    border: 0.5px solid #00000026;
    box-shadow: 0px 10px 20px 0px #0000000D;
    border-radius: 5px;
}

.hdng1 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    line-height: 70px;
    letter-spacing: 0%;
    color: var(--bg-blue);
}

.hdng2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.basic-txt1 {
    font-weight: 400;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
}

.btn1 {
    background: var(--btn-bg);
        padding: 7px 7px 7px 14px;
    color: var(--btn-text);
    text-decoration: none;
    border-radius: 80px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn1 svg {
    background: var(--icon-svg-bg);
    color: var(--btn-text);
    width: 14px;
    height: 14px;
    padding: 10px;
    border-radius: 50%;
}

.flag-menu li {
    padding: 0 12px;
}

.flag-media-dropdown .nav-link {
    font-weight: 500;
}

.media-dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 8px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    min-width: 230px;
}

.media-dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 18px;
}

.media-dropdown-menu .dropdown-item i.fa-arrow-right {
    font-size: 12px;
    color: var(--txtclr-gray);
}

.media-dropdown-menu .dropdown-item:hover {
    background-color: var(--bgc-grey);
    color: var(--bg-blue);
}

.media-dropdown-menu .dropdown-item:hover i.fa-arrow-right {
    color: var(--bg-blue);
}

@media (min-width: 992px) {
    .flag-media-dropdown:hover .media-dropdown-menu {
        display: block;
    }
}

/* HomePage section */

.main-flag {
    background: url(../images/main.jpg);
    height: 100vh;
    /* FULL SCREEN HEIGHT */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

.flag-text p {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 36px;
}

.flag-text {
    position: relative;
}

.flag-text::before {
    content: "";
    position: absolute;
    left: -45px;
    top: -140px;
    width: 130px;
    height: 130px;
    background-image: url('../images/quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-slider {
    overflow: hidden;
    /* background: #00008B0D; */
    margin-top: -8px;
}

/* .timeline-slider .slick-track {
  display: flex;
} */

.timeline-slider .slick-slide {
    height: auto !important;
}

.timeline-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.timeline-years {
    position: relative;
}

.timeline-line {
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
}

.timeline-progress {
    height: 2px;
    background: #1f1c8b;
    width: 0%;
    transition: width .3s ease;
}

.year-dots {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.year-dot {
    text-align: center;
    cursor: pointer;
    color: #a6a7b0;
    font-weight: 700;
    font-size: 1.05rem;
}

.year-dot .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #d4d6e0;
    margin: 8px auto 0;
    background: #fff;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.year-dot.active {
    color: #1f1c8b;
}

.year-dot.active .dot {
    border-color: #1f1c8b;
    background: #1f1c8b;
    transform: scale(1.08);
}

.year-dot.done {
    color: #1f1c8b;
}

.year-dot.done .dot {
    border-color: #1f1c8b;
    background: #1f1c8b;
}

.timeline-card {
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 28px;
    align-items: center;
    background: #f7f7fb;
    /* box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06); */
    border: 1px solid rgba(39, 24, 126, 0.06);
    margin-top: 4px;
}

.timeline-card img {
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
}

.timeline-img {
    /* background: #fff; */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* aspect-ratio: 4 / 3; */
}

.timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.timeline-content .hdng2 {
    color: var(--footer-clr);
}

.timeline-content .basic-txt1 {
    color: var(--txtclr-gray);
}

.timeline-wrap .home-banner-prev,
.timeline-wrap .home-banner-next {
    position: static;
    top: auto;
    transform: none;
}

.timeline-section .timeline-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    .timeline-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
    }
    .timeline-content {
        text-align: center;
    }
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff9000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
}

.pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
}

.slide-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 0px;
}

.slide-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d5d7e3;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f1c8b;
}

.slide-nav button:hover {
    background: #1f1c8b;
    color: #fff;
    border-color: #1f1c8b;
}

.slick-dots {
    display: flex !important;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 22px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d2da;
    border: 1px solid var(--bg-blue);
    font-size: 0;
    padding: 0;
}

.slick-dots .slick-active button {
    background: #1f1c8b;
    width: 26px;
    border-radius: 999px;
}

.slick-dots,
.slick-dots li {
    list-style: none;
}

.timeline-wrap .slide-nav {
    position: absolute;
    bottom: 10px;
    right: 87px;
}

.home-banner {
    position: relative;
}
.home-banner-slider {
    position: relative;
}
.home-banner-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.home-banner .slide-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.home-banner .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 24px;
    z-index: 2;
}
.home-banner .slick-dots button {
    background: #d1d2da;
}
.home-banner .slick-dots .slick-active button {
    background: #1f1c8b;
}

.home-banner-prev,
.home-banner-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d5d7e3;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f1c8b;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-banner-prev:hover,
.home-banner-next:hover {
    background: #1f1c8b;
    color: #fff;
    border-color: #1f1c8b;
}

.monumental .slick-dots {
    justify-content: center;
}

a:focus,
a:focus-visible {
    outline: none;
    box-shadow: none;
}

.nation-section {
    position: relative;
}

.nation-section .slide-nav {
    display: flex;
    /* justify-content: center; */
    gap: 12px;
    margin-top: 14px;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
}

.nation-box {
    border: 0.5px solid #00000026;
    box-shadow: 0px 10px 20px 0px #0000000D;
    margin: 12px;
    height: 90%;
}

.nation-box img {
    padding: 12px;
    border-radius: 15px;
}

.nation-box .nation-txt {
    padding: 15px;
}

.nation-box .nation-txt h4 {
    color: var(--btn-icon-bg);
    font-size: 18px;
}

.nation-box .nation-txt p {
    color: #868686;
}

.nation-box .nation-txt ul {
    line-height: 36px;
}

.nation-box img {
    width: 100%;
}

.nation-box ul {
    padding: 0;
    list-style: none;
}

.v-box {
    width: 100%;
    height: auto;
    list-style-type: none;
}


.v-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.v-box .video {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;

}

.v-box .vdo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.v-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.v-box .name {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #fff;
}

.video:hover .name,
.video:hover .bg {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.tiranga-quote {
    position: relative;
}

.tiranga-quote::before {
    position: absolute;
    content: '';
    background: url(../images/icons/quote.svg);
    width: 64px;
    height: 65px;
    top: -30px;
    left: 15px;
}

.tiranga-quote::after {
    position: absolute;
    content: '';
    background: url(../images/icons/quote1.svg);
    width: 64px;
    height: 65px;
    bottom: -30px;
    right: 15px;
}

.prodeslider .slick-slide{
    height: auto;
}





/* footer */
.ff-bg1 {
    background: var(--footer-clr);
}

.ff-bg2 {
    background: linear-gradient(135deg, var(--footer-sec-clr) 0%, #1b115f 40%, #050316 100%);
}

.fqckbox h3 {
    font-size: 18px;
    color: var(--btn-text);
    font-weight: 600;
}

.fqckbox ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.fqckbox a {
    color: var(--btn-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.fqckbox ul li {
    margin-bottom: 6px;
}

.fqckbox ul li:last-child {
    margin-bottom: 0;
}

.fqckbox ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
    opacity: 0.9;
    transition: color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.fqckbox ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
}

.fqckbox ul li a:hover {
    opacity: 1;
    transform: translateX(2px);
}

.icon-box {
    width: 45px;
    height: 45px;
    background: #FFFFFF1A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box svg {
    font-size: 20px;
    color: var(--btn-text);
    line-height: 1;
    display: block;
}

.ffoi-f-address p,
.ffoi-f-address a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.font-b {
    color: black;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 0;
}

.footer-intro {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 360px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
    background: var(--btn-bg);
    color: #ffffff;
    transform: translateY(-1px);
}
.blog-filter-apply-btn {
    width: 100%;
    border: none;
    border-radius: 999px;
    background: var(--btn-bg);
    color: var(--btn-text);
    font-size: 14px;
    font-weight: 500;
    padding: 9px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
    .footer-main-row {
        text-align: left;
    }

    .footer-intro {
        max-width: 100%;
    }
}

.ffoigallery-page .photo-card {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    margin: 0px 10px;
}

.ffoigallery-page .photo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ffoigallery-page .photo-card-image {
    position: relative;
    overflow: hidden;
}

.ffoigallery-page .photo-card-image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.25s ease;
    object-position: top;
}

.ffoigallery-page .photo-card:hover .photo-card-image img {
    transform: scale(1.05);
}

.ffoigallery-page .photo-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 55%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: #ffffff;
}

.ffoigallery-page .photo-card:hover .photo-card-overlay {
    opacity: 1;
}

.ffoigallery-page .photo-card-zoom-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ffoigallery-page .photo-card-zoom-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ffoigallery-page .photo-card-body {
    padding: 10px 12px 14px;
}

.ffoigallery-page .photo-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #1b1b18;
}

.ffoigallery-page .photo-card-meta {
    font-size: 13px;
    color: #6c6f80;
}

.ffoigallery-page .photo-card-link {
    display: block;
}

@media (max-width: 575.98px) {
    .ffoigallery-page .photo-card-image img {
        height: 260px;
    }
}

.ffoi-videopage .video-card {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    margin: 0 10px;
}

.ffoi-videopage .video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ffoi-videopage .video-card-thumb {
    position: relative;
    overflow: hidden;
}

.ffoi-videopage .video-card-thumb img {
    display: block;
    width: 100%;
    height: 165px;
    object-fit: cover;
    transition: transform 0.25s ease;
    object-fit: cover;
}

.ffoi-videopage .video-card:hover .video-card-thumb img {
    transform: scale(1.05);
}

.ffoi-videopage .video-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75));
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ffoi-videopage .video-card:hover .video-card-overlay {
    opacity: 1;
}

.ffoi-videopage .video-card-play {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ffoi-videopage .video-card-duration {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ffoi-videopage .video-card-body {
    padding: 10px 12px 14px;
}

.ffoi-videopage .video-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #1b1b18;
}

.ffoi-videopage .video-card-subtitle {
    font-size: 13px;
    color: #6c6f80;
}

.ffoi-videopage .video-card-link {
    display: block;
}

@media (max-width: 575.98px) {
    .ffoi-videopage .video-card-thumb img {
        height: 190px;
    }
}

.press-release-page .press-filter-card {
    background: #f7f7fb;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(39, 24, 126, 0.04);
}

.press-release-page .press-filter-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #4a4c5c;
    margin-bottom: 6px;
}

.press-release-page .press-filter-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.press-release-page .press-filter-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9db3;
    font-size: 14px;
    pointer-events: none;
}

.press-release-page .press-filter-input {
    padding-left: 34px;
    border-radius: 999px;
    border: 1px solid #dde0f0;
    font-size: 14px;
    height: 40px;
    box-shadow: none;
}

.press-release-page .press-filter-input:focus {
    border-color: var(--bg-blue);
    box-shadow: 0 0 0 1px rgba(39, 24, 126, 0.12);
}

.press-release-page .press-filter-actions .btn1 {
    border-radius: 999px;
}

.press-release-page .press-filter-actions .btn-outline-light {
    border-radius: 999px;
    border-color: #d0d4e5;
    background: #ffffff;
}

.press-release-page .press-filter-actions .btn-outline-light:hover {
    background: #f0f1f9;
}

@media (max-width: 991.98px) {
    .press-release-page .press-filter-card {
        padding: 14px 14px;
    }
}


/* About page */
.vision-box {
    text-align: center;
    background: white;
    padding: 45px;
    line-height: 36px;
    box-shadow: 0px 2px 20px 0px #0000000D;
    border: 0.5px solid #00000026;
}

.s-line {
    position: relative;
}

.s-line::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: var(--btn-bg);
    bottom: -11px;
    left: 41%;
    border-radius: 60px;
}

/* about page end  */


/* founder-page */
.about-naveen {
    margin-top: 10rem;
}

.naveen-img {
    margin-top: -3rem;
}

.naveen-txt {
    padding: 4rem 30px;
    color: var(--btn-text)
}

.n-img {
    position: absolute;
    right: 0;
}

.w-92 {
    width: 92%;
}

.reality-box {
    box-shadow: 0px 10px 26px 0px #0000001F;
    padding: 30px;
    background: #F2F2F280;
    position: relative;
}

.reality-box::before {
    position: absolute;
    content: '';
    background: url(../images/pankh.svg);
    width: 100%;
    height: 98%;
    background-repeat: no-repeat;
    background-position: center;
    /* CENTER */
    background-size: contain;
    /* PROPER FIT */
    background-attachment: scroll;
    /* FIXED HATAO */
    z-index: -1;
    /* behind content */
}

.reality-txt {
    border-bottom: 1px solid #8080804d;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.reality-txt h5 {
    font-size: 20px;
    letter-spacing: 0.2px;
    color: var(--footer-clr);
}

.reality-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.reality-txt span {
    color: var(--bg-blue);
    font-weight: 700;
}

/* founder-page over */

/* Monumental Flags */
.monu-box {
    margin: 8px;
    min-height: 390px;
}

.monu-box img {
    border-radius: 15px;
    padding: 12px;
    min-height: 180px;
    object-fit: cover;
}

.monu-txt {
    text-align: center;
    margin-top: 15px;
    padding: 20px;
}

.monu-txt::before {
    top: 0;
}

.monu-txt p {
    margin: 0;
}

.monudetail-txt {
    border-bottom: 1px solid #8080807d;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

/* homepage flag image */
.tiranga-gallery-section {
    padding-top: 60px;
    background: #fff;
}

.tiranga-gallery {
    margin: 0;
}

.tiranga-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.tiranga-gallery .left-col,
.tiranga-gallery .right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tiranga-gallery .left-col img,
.tiranga-gallery .right-col img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiranga-gallery a:hover img {
    transform: scale(1.05);
}

.left-t {
    height: 288px;
    object-position: top;
}

.right-t {
    height: 425px;
}

.tiranga-gallery .center-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tiranga-gallery .center-top {
    display: flex;
    gap: 10px;
}

.tiranga-gallery .center-top a {
    flex: 1;
}

.tiranga-gallery .center-top img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.tiranga-gallery .center-col img.w-100 {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 991px) {

    .tiranga-gallery .left-col,
    .tiranga-gallery .center-col,
    .tiranga-gallery .right-col {
        margin-bottom: 30px;
    }

    .tiranga-gallery .center-top {
        flex-direction: column;
    }
}

/* Homepage flag image end */


/* faqs page */

.faqs-pages .accordion-button::after {
    display: none;
    /* default arrow hide */
}

.faqs-pages .accordion-button .icon {
    font-size: 22px;
    font-weight: bold;
}

.faqs-pages .accordion-button:not(.collapsed) .icon {
    content: "-";
}

.faqs-pages .accordion-button:focus {
    box-shadow: none;
}

.faqs-pages .accordion-item .accordion-header {
    margin-bottom: 15px;
    border: 1px solid #E5E7EB;
}

.faqs-pages .accordion-item {
    border: none;
    margin-bottom: 25px;
}

.faqs-pages img {
    margin-right: 5px;
}

.accordion-button {
    background: white;
}

/* faqs page end */

/* monumental page */
.landmark-section {
    background: #f5f7fb;
    padding: 60px 0;
}

.landmark-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
    overflow: hidden;
}

.landmark-card img {
    height: 180px;
    object-fit: cover;
}

.landmark-body {
    padding: 18px;
    color: #1f2937;
}

.landmark-title {
    font-weight: 700;
    margin-bottom: 2px;
    color: #1f2937;
}

.landmark-subtitle {
    color: #6b7280;
    font-size: 0.95rem;
}

.landmark-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #374151;
    margin: 12px 0 6px;
}

.meta-icon {
    width: 68px;
    height: 42px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-size: 1.1rem;
    background: #fff;
}

.stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
}

.stat-chip.green {
    background: #ecfdf3;
    color: #166534;
}

.landmark-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    color: #374151;
}

.btn-round {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    background: transparent;
}

.btn-round:hover {
    background: #111827;
    color: #fff;
}

.filter-btn.active {
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
}

.filter-btn {
    color: var(--txtclr-gray);
    border: 1px solid var(--txtclr-gray);
}

.diff-state {
    line-height: 60px;
}

.filter-btn:hover {
    border: 1px solid var(--btn-bg);
}

.gallery-item {
    display: block;
}

.monu-item li {
    list-style: none;
    margin-right: 30px;
}

/* monumental page end*/

/*home testimonials */
.testi-box {
    background: var(--bgc-grey);
    padding: 60px;
    border: 1px solid #86868669;
    border-radius: 12px;
    margin: 12px;
}

.testi-box img {
    margin-bottom: 25px;
}

.testi-box p {
    color: #868686;
    border-bottom: 1px solid #868686;
    padding-bottom: 60px;
}

.testi-box .testi-name img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.testi-box ul {
    padding: 0;
    list-style: none;
}

/* become a member's page */
.become-part .form-control,
.become-part .form-select {
    padding-left: 45px;
    height: 52px;
    border-radius: 6px;
}

.become-part .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.become-part .form-group {
    position: relative;
    margin-bottom: 20px;
}

.become-part .salutation-select {
    padding-left: 12px;
}
.salutation-col{
    margin-top:-20px;
}

.become-part .name-salutation-row .salutation-col {
    flex: 0 0 130px;
}

.member-form {
    padding: 60px 40px;
}

.member-box {
    border: 1px solid #88888854;
    border-radius: 5px;
}

.member-heading {
    padding: 25px;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
}



.blog-box {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-box img {
    height: 220px;
    object-fit: cover;
}

.blog-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* blog-listing */
.blog-box h3 {
    font-size: 18px;
    line-height: 27px;
    color: var(--footer-clr);
    margin-bottom: 8px;
}

.blog-box p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: var(--txtclr-gray);
}

.blog-box a {
    text-decoration: none;
}

.blog-txt {
    border-bottom: 1px solid #8080807d;
}

.blog-meta {
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.blog-meta-date {
    font-size: 13px;
    color: var(--txtclr-gray);
}

.blog-readmore-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-blue);
    display: inline-flex;
    align-items: center;
}

.blog-readmore-link i {
    font-size: 12px;
}

/* blog-listing-end */

.blog-listing-page .blog-filter-card {
    background: #f7f7fb;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(39, 24, 126, 0.04);
    margin-bottom: 24px;
}

.blog-listing-page .blog-filter-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #4a4c5c;
    margin-bottom: 6px;
}

.blog-listing-page .blog-filter-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-listing-page .blog-filter-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9db3;
    font-size: 14px;
    pointer-events: none;
}

.blog-listing-page .blog-filter-input,
.blog-listing-page .blog-filter-select {
    border-radius: 999px;
    border: 1px solid #dde0f0;
    font-size: 14px;
    height: 40px;
    padding: 8px 14px;
    box-shadow: none;
}

.blog-listing-page .blog-filter-input {
    padding-left: 34px;
}

.blog-listing-page .blog-filter-input:focus,
.blog-listing-page .blog-filter-select:focus {
    border-color: var(--bg-blue);
    box-shadow: 0 0 0 1px rgba(39, 24, 126, 0.12);
}

.blog-listing-page .blog-sort-bar {
    margin-bottom: 18px;
}

.blog-listing-page .blog-sort-label {
    font-size: 14px;
    color: var(--txtclr-gray);
}

.blog-listing-page .blog-sort-select {
    width: auto;
    min-width: 180px;
}

.blog-listing-page .blog-filter-apply-btn {
    width: 100%;
    border: none;
    border-radius: 999px;
    background: var(--btn-bg);
    color: var(--btn-text);
    font-size: 14px;
    font-weight: 500;
    padding: 9px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-listing-page .blog-filter-apply-btn:hover {
    background: #e87900;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.blog-listing-page .blog-filter-apply-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(39, 24, 126, 0.25);
}

.blog-listing-page .blog-filter-apply-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--icon-svg-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .blog-listing-page .blog-filter-card {
        padding: 14px 14px;
    }
}

.eventl-box {
    margin: 12px;

}

.eventl-text {
    background: #27187E0D;
    padding: 12px;
}

.eventl-box ul {
    list-style: none;
    padding: 0;
}

.eventl-text h4 {
    font-size: 20px;
    line-height: 32px;
}

/* blog details page */
.share-blog {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.share-blog a {
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.share-blog a:hover {
    background: var(--bg-blue);
    color: #fff;
    transform: translateY(-1px);
}

.blog-detail-article {
    background: #fff;
    border-radius: 18px;
    padding: 32px 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.blog-detail-body {
    overflow-wrap: break-word;
}

.blog-detail-body img,
.blog-detail-body iframe,
.blog-detail-body video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-detail-body img {
    display: block;
    margin: 18px auto;
}

.blog-sidebar {
    position: relative;
}

.blog-sidebar-item {
    gap: 12px;
}

.blog-sidebar-thumb {
    flex: 0 0 90px;
}

.blog-sidebar-thumb img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-sidebar-content {
    flex: 1;
}

.blog-sidebar-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 4px;
    color: var(--footer-clr);
}

.blog-sidebar-meta {
    margin-bottom: 4px;
}

.blog-detail-meta {
    font-size: 14px;
    color: var(--txtclr-gray);
}

.blog-detail-share-label {
    font-size: 14px;
    color: var(--txtclr-gray);
}

.blog-comment-form .form-control {
    border-radius: 8px;
}

/* blog details  end page */
/* press-box */
.press-box {
    background: #27187E0D;
    border: 0.5px solid #00000026;
    padding: 0px;
    margin-bottom: 30px;
}

.press-box p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.press-box a {
    text-decoration: none;
    color: black;
}

/* Press-box end */

/* All media Page */
.videosec a {
    text-decoration: none;
}

.ffoigallery-page a {
    text-decoration: none;
}

.ffoi-videopage a {
    text-decoration: none;
}

.sort-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sort-select {
    background: #f3efe8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat;
    background-position: right 14px center;
    background-size: 14px;

    border: none;
    border-radius: 30px;
    padding: 10px 40px 10px 18px;
    font-size: 14px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

/*home testimonials over */

@media (max-width: 991px) {
    .timeline-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .timeline-card img {
        max-width: 260px;
        justify-self: center;
    }

    .year-dot {
        font-size: .95rem;
    }
}

.ffoigallery-page.slick-slide{
    height: auto;
}
.g-arrows-phone .slide-nav{
     position: absolute;
    bottom: 45px;
}
.releases .slick-slide{
   height: auto;  
}
.home-banner-slider .slick-slide{
        height:auto;
}