@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap');



* {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none !important;
    list-style: none !important;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Anek Bangla", sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    color: #191b1d99;
    font-weight: 400;
    position: relative;
}


/* navbar  */
.navbar {
    height: 75px;
    padding-left: 300px;
}

.with-navbar {
    padding-top: 75px;
    /* match your navbar height */
}

.navbar.fixed-top {
    transition: transform 0.3s ease-in-out;
}

/* Initial state: Hidden (pushed up and invisible) */
.navbar-hidden {
    transform: translateY(-100%);
    /* Pushes the navbar completely off the top of the screen */
    opacity: 0;
}

/* Active state: Visible (at its normal position) */
.navbar.fixed-top:not(.navbar-hidden) {
    transform: translateY(0);
    /* Brings it back into view */
    opacity: 1;
}

.nav-item .nav-link {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    margin-left: 18px;
    color: black !important;
}

.navbar .nav-link.active {
    color: green !important;
    font-weight: 800;
}

.logo img {
    position: relative;
    left: 235px;
}

/* Separate hamburger button for mobile (always visible on homepage) */
.custom-toggler {
    position: fixed;
    /* fixed top-left */
    top: 15px;
    left: 10px;
    z-index: 1050;
    /* above navbar */

    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.custom-toggler .navbar-toggler-icon {
    filter: invert(0.5);
    /* make icon visible on white */
}
.custom-toggler[aria-expanded="true"] {
    background-color: #333;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Optional: navbar-hidden effect on homepage */
.navbar-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}



@media (max-width: 1300px) {
    .footer-pad {
        position: relative;
        left: 0px;
    }

    .logo img {
        position: relative;
        left: 230px;
    }

    .navbar {
        height: 75px;
        padding-left: 0px;
    }

}

@media (max-width: 557px) {
    .footer-pad {
        position: relative;
        left: 0px;
    }

    .logo img {
        position: relative;
        left: -10px;
    }

    .navbar {
        height: 70px;
        padding-left: 0px;
    }

    #navbarSupportedContent {
        /* Ensure the menu background is white (from previous request) */
        background-color: white !important;

    }

    /* Target the list items and links inside the collapsed menu */
    #navbarSupportedContent .navbar-nav .nav-item {

        text-align: left;
    }

    #navbarSupportedContent .navbar-nav .nav-item .nav-link {

        text-align: left;

    }



}

@media (max-width: 391px) {
    .footer-pad {
        position: relative;
        left: 0px;
    }

    .logo img {
        position: relative;
        left: 0px;
    }

    .navbar {
        height: 70px;
        padding-left: 0px;
    }

    #navbarSupportedContent {
        /* Ensure the menu background is white (from previous request) */
        background-color: white !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Target the list items and links inside the collapsed menu */
    #navbarSupportedContent .navbar-nav .nav-item {
        /* Ensure the list item takes full width */
        width: 100%;
        /* Center/Left-align the list content (might be needed if flexbox is centering) */
        text-align: left;
    }

    #navbarSupportedContent .navbar-nav .nav-item .nav-link {
        /* Ensure the link text is left-aligned */
        text-align: left;
        /* Optional: Add some horizontal padding for a clean look */
        padding-left: 20px;
    }

    /* Special fix for the language switcher at the bottom */
    #navbarSupportedContent .navbar-nav .nav-item.d-flex {
        /* Remove Bootstrap's automatic centering on mobile for this specific item */
        justify-content: flex-start !important;
        padding-left: 20px;
    }

    /* Mobile collapsed menu styling */
    #navbarSupportedContent1 {
        position: fixed;
        /* Fixed relative to viewport */
        top: 0px;
        /* Distance from top of screen (adjust based on navbar height) */
        left: 0;
        /* Start from left edge */
        width: 100%;
        /* Full width on mobile */
        z-index: 1040;
        /* Above content but below toggler if needed */
        background-color: #fff !important;
        padding: 10px 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 8px 8px;
        /* rounded bottom corners */
    }

    /* Optional smooth slide-down effect */
    #navbarSupportedContent1.collapse.show {
        animation: slideDown 0.3s ease forwards;
    }

    #navbarSupportedContent1 .navbar-nav .nav-item .nav-link {
        /* Ensure the link text is left-aligned */
        text-align: left;
        /* Optional: Add some horizontal padding for a clean look */
        padding-left: 20px;
    }

    #navbarSupportedContent1 .navbar-nav .nav-item {
        /* Ensure the list item takes full width */
        width: 100%;
        /* Center/Left-align the list content (might be needed if flexbox is centering) */
        text-align: left;
    }





}

/* footer  */

footer {
    background: #0a0a0a;
    color: white;
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 50px;
}

footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #FA944B;
    text-decoration: none;
}

.footer-pad {
    position: relative;

}

.footer-pad-middle {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    /* adds top & bottom space inside */
}


.footer-logo img {
    height: 130px;
    width: 340px;
    margin-top: -212px;
}

.footer-pad ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fdfbfb;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.8;
}

.footer-end ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fdfbfb;
    line-height: 2;
}

/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    margin-top: -75px;

}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

/* fotter end  */

.shimul-banner-2 {
    /* background-image: url("../pictures/banner-2.png"); */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    background-color: #CCE3F0;
    background-blend-mode: color-burn;
}

.quote-box {

    border-radius: 20px;
    margin-top: 70px;
    margin-left: 31%;
    position: relative;

    overflow: visible;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 517px;
    height: auto;
    min-height: 347px;
}


.quote-box p {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #000;
    padding-left: 39px;
    padding-right: 0px;
    padding-top: 35px;
    padding-bottom: 22px;
    line-height: 1;
    text-align: left;

}

.quote-box p span {

    font-weight: 400;
    font-size: 44px;
    color: #000;

}

.highlight {

    background-color: rgb(255, 225, 0);
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    font-size: 1.6rem;
}

.corner-tr,
.corner-bl {
    position: absolute;
    width: 501px;
    height: 300px;
    border: 2px solid #000000;


}

.corner-tr {
    top: 0px;
    right: 0px;
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 20px;
}

.corner-bl {
    bottom: 0;
    left: -26px;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 20px;
}

.quote-box::before {
    content: url(../pictures/up_quote.png);
    color: red;
    font-size: 50px;
    position: absolute;
    top: -20px;
    left: -61px;

}

.extra {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f10d";
}

/* Bottom-right quote */
.quote-box::after {
    content: url(../pictures/up_quote.png);
    transform: rotate(180deg);
    color: red;
    font-size: 50px;
    position: absolute;
    bottom: -18px;
    right: -35px;
}

.youtube-video {
    margin-top: 70px;
    height: 100%;
    margin-left: 0%;
    margin-bottom: 30px;
    width: 660px;
}

.embed-responsive {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 347px;
}


.menifasto {
    background-color: #F4F9FC;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 90px;
}

.menifasto-heading {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 900;
    font-size: 40.26px;
    color: #2F3E46;
    line-height: 1.6;
    /* background: url(../pictures/redline.png) no-repeat center bottom; */

}

.menifasto-line {
    margin-top: -115px;
    width: 271px;
    height: 63px;
}


.manifasto-banner {

    margin-left: -110px;
}

.manifasto-banner img {
    object-fit: cover;
    border-radius: 8px;
    height: 620px;
    width: 550px;
    aspect-ratio: 4 / 5;
}

.manifasto-box {
    padding: 30px;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 620px;

    height: auto;

}

.manifasto-box p {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
    text-align: left;
}

.manifasto-box::before {
    content: url(../pictures/up_quote.png);
    color: red;
    font-size: 77px;
    position: absolute;
    top: -32px;
    right: -18px;
}


.manifasto-tr {

    position: absolute;
    width: 583px;
    height: 707px;
    border: 2px solid #000000;
    top: 0;
    right: 53px;
    border-bottom: none;
    border-right: none;
    /* border-left: none; */
    border-top-left-radius: 20px;
}

.manifasto-bl {
    position: absolute;
    width: 585px;
    height: 542px;
    border: 2px solid #000000;
    bottom: 26px;
    left: 17px;
    border-left: none;
    border-top: none;
    /* border-right: none; */
    border-bottom-right-radius: 20px;
}








.timeline {
    position: relative;
    margin: 50px auto auto auto;
    padding: 20px 0;
    max-width: 900px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #0a0a0a;
    top: 0;
    bottom: 0;
    height: 94.5%;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    /* padding: 20px 30px; */
    position: relative;
    width: 50%;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item .content {
    padding: 20px;
    background: #E5E5E5;
    border-radius: 6px;
    width: 555px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-item .content p {
    font-family: "Anek Bangla", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
    margin-top: -35px;
}

/* Bullet Point */
.timeline-item::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #C52C2C;
    /* border: 3px solid #fff; */
    border-radius: 50%;
    top: 100px;
    /* adjust based on content alignment */
    z-index: 1;
}

.timeline-item.left::before {
    right: -9px;
    /* half of width */
}

.timeline-item.right::before {
    left: -9px;
}

.timeline-item.left .content {
    margin-left: -132px;
    text-align: right;
}

.timeline-item.right .content {
    margin-left: 30px;
    text-align: left;
}



.manifasto-heading a {
    background-color: #EC1C24;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #C52C2C;
    color: #fff;
    font-size: 29px;
    left: -5px;
    top: -49px;
}

.manifasto-heading a:hover {
    background-color: #00A551;

}

/* press */
.press {


    /* background-image: url("../pictures/banner-2.png"); */
    background-size: cover;
    background-position: center;
    /*padding-top: 100px;*/
    width: 100%;
    padding-bottom: 50px;
    background-color: #CCE3F0;
    background-blend-mode: color-burn;
    text-align: center;

}

.clipping-card {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}

.clipping-card::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(../pictures/lowerborder.png) no-repeat center bottom;
    background-size: cover;
}

.daily-star-logo img {
    height: 67px;
    width: 195px;
    margin-bottom: 10px;
}

.headline {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}

.article-text {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
    color: #444;
    flex: 1 1 auto;
    /* take all remaining space */
    overflow: hidden;
    /* hide excess text */
    display: -webkit-box;
    /* multi-line truncation */
    -webkit-line-clamp: 12;
    /* limit number of lines (adjust as needed) */
    -webkit-box-orient: vertical;
}

.read-more-btn {
    background-color: #C52C2C;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    text-decoration: none;
    align-self: flex-end;
    /* always at bottom-right */
    margin-top: 10px;
}

/* Make the carousel container the reference point for absolute positioning */


/* Base style for the circular button */
/* 1. Base style for ALL navigation buttons (already mostly correct) */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    /* This is the key property for the circle: */
    border-radius: 50% !important;
    /* Use !important to guarantee the circle */
    border: none;
    display: flex !important;
    /* Ensure it's a flexible container for centering */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, transform 0.3s;
}

/* Hover effect (keep this as is) */
.owl-nav button:hover {
    background-color: #111;
    transform: translateY(-50%) scale(1.1);
}

/* 2. Positioning the previous button (SIMPLIFIED) */
.owl-nav .owl-prev {
    /* REMOVE ALL DUPLICATED STYLES. Only specify the unique position: */
    left: -70px;
}

/* 3. Positioning the next button (keep as is) */
.owl-nav .owl-next {
    /* REMOVE ALL DUPLICATED STYLES. Only specify the unique position: */
    right: -70px;
}

/* 4. Crucial for positioning the arrows outside the container */
.owl-carousel {
    position: relative;
    overflow: visible;
}

@media screen and (max-width: 767px) {



    /* 1. Adjust the position of the carousel buttons for small screens */
    .owl-nav .owl-prev {
        left: 5px;
        /* Bring button inside the carousel edge */
    }

    .owl-nav .owl-next {
        right: 5px;
        /* Bring button inside the carousel edge */
    }

    /* Reduce button size for better tapping experience on mobile */
    .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* 2. Clipping Card container adjustments */






}


/* press end  */
/* gallery */
.gallery {
    /* background-image: url("../pictures/banner-2.png"); */
    background-size: cover;
    background-position: center;
    padding: 0px 0 50px;
    background-color: #CCE3F0;
    background-blend-mode: color-burn;
    text-align: center;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    /* IE & Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.horizontal-row {
    display: flex;
    gap: 1.5rem;
    padding: 0 1rem;
}

.image-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(247, 246, 246, 0.15);
    transition: all 0.4s ease;
    width: 270px;
    padding: 3px;
    flex-shrink: 0;
}

.image-card img {
    width: 100%;
    height: 340px;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.commitment {
    /* background-image: url("../pictures/banner-2.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* keeps image fixed */
    width: 100%;

    height: auto;
    /* container height adjusts to content */
    min-height: 400px;
    /* optional: ensure some visible height */
    background-color: #CCE3F0;
    background-blend-mode: color-burn;
    text-align: center;


}

.commitment-heading {
    font-weight: 900;
    font-size: 36px;
    color: #2F3E46;
    line-height: 1.6;

    padding-top: 40px;
}

.commitment-line {
    margin-top: -104px;
    width: 236px;
    height: 58px;
}

.commitment-line1 {
    margin-top: -104px;
    width: 290px;
    height: 60px;
}

.commitment-box {
    margin-left: 300px;
    margin-right: 300px;
}

.main-card {
    border-radius: 20px 20px 20px 20px;
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.2);
    background: rgb(74, 144, 226);
    overflow: hidden;
    padding: 0px 0px 10px 10px;
    margin-bottom: 20px;
}

.card-header {
    background: #fefefe;
    border: none;
    padding: 0;
}

.card {
    background: none;
    gap: 5px;
    border: none;
}

.btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    padding: 15px 40px;
    color: #004aad;
    background: transparent;
    border: none;
    transition: color 0.3s ease;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    outline: none;
}

.btn-link::after {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 30px;
    color: #ffff;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background: rgb(74, 144, 226);
    /* transform: rotate(0deg); */
}

.btn-link[aria-expanded="true"]::before {
    transform: rotate(0deg);
}

.btn-link[aria-expanded="false"]::after {
    transform: rotate(180deg);
}

.card-header:first-child {
    border-radius: 14px 24px 0px 0px;
    margin-top: -2px;
}

.card-body {
    padding: 25px 15px;
    background: #f7f9fc;
    border-top: 1px solid #e3e6eb;
}

.text-content {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    text-align: justify;
    color: #000;
}

.image-box {
    background: linear-gradient(135deg, #d9d9d9, #b0b0b0);
    width: 100%;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
}

.image-box:hover {
    transform: scale(1.03);
}

/* Make iframe fit perfectly inside */
.image-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bottom-bar {
    background: #fff;
    padding: 15px 20px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.12);
    transition: background 0.3s ease, transform 0.3s ease;
}

.bottom-bar i {
    font-size: 28px;
    color: #2f79d1;
    transition: color 0.3s ease;
    width: 50px;
    height: 50px;
    border: 2px solid #2f79d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    color: #000;
}

.bottom-bar-last {
    border-radius: 0px 0px 14px 24px;
}


.about {
    /* background-image: url("../pictures/banner-2.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* keeps image fixed */
    width: 100%;

    height: auto;
    /* container height adjusts to content */
    min-height: 1200px;
    /* optional: ensure some visible height */
    background-color: #CCE3F0;
    background-blend-mode: color-burn;
    text-align: center;


}

.about-background {
    background-image: url('../pictures/about.png');
    background-size: 100% 100%;
    /* force full width and height */
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: auto;
    padding-bottom: 100px;
}

.about-quote {
    position: relative;
    max-width: 800px;
    /* Keeps your original max size */
    width: 100%;
    /* Makes it responsive */
    min-height: 230px;
    /* Ensures enough height */
    margin: 0 auto;
    /* Centers the box */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.about-quote p {
    font-weight: 700;
    font-size: 24px;
    color: #282828;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
}

/* .about-quote::before {
    content: "";
    position: absolute;
    top: 63px;
    left: 16px;
    background-image: url(../pictures/Vector.png);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
} */



/* Bottom-right quote */
/* .about-quote::after {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    background-image: url(../pictures/Vector.png);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    bottom: 85px;
    right: 145px;
} */

.quote-author {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    margin-bottom: 20px;
    text-align: center;
}

.quote-author h6 {
    font-size: 20px;
    font-weight: 500;
    color: #4A4A4A;
    margin: 0;
    /* remove default extra spacing */
}

.about-heading {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: #C52C2C;
    text-align: center;
    margin-top: 40px;
    margin-left: -226px;

}

.about-heading::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 520px;
    background-color: #000;
    right: 12px;
    top: 25px;

}

.about-content p,
.about-content-right p {
    font-weight: 500;
    font-size: 18px;
    /* smaller & readable like newsletter */
    color: #000000;
    line-height: 1.6;
    /* better spacing between lines */
    text-align: justify;
    /* classic newsletter style */
    margin-bottom: 1.2rem;
    /* padding-left: 15px;
    padding-right: 15px; */

}

.about-content-image img,
.about-image {
    width: 320px;
    height: 400px;

    aspect-ratio: 4 / 5;
    object-fit: cover;
    /* Ensures the image fills the box nicely */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}


/* Mobile responsiveness */
@media (max-width: 1300px) {
    .commitment-box {
        margin-left: 100px;
        margin-right: 100px;
    }

    .quote-box {

        margin-left: 50px;
    }

    /* Bottom-right quote */


    .youtube-video {
        width: 555px;

    }

    .manifasto-banner {

        margin-left: -200px;
    }

    .manifasto-banner img {
        object-fit: cover;
        border-radius: 8px;
        height: 620px;
        width: 550px;
        margin-left: 126px;
    }


    .manifasto-tr {

        width: 570px;
        height: 707px;
        right: 66px;

    }

    .manifasto-box::before {
        right: 2px;
    }



    .corner-tr,
    .corner-bl {
        position: absolute;
        width: 432px;
        height: 288px;

    }

    .corner-tr {
        top: 13px;
        right: 50px;
        border-bottom: none;
        border-left: none;
        border-top-right-radius: 20px;
    }

    .corner-bl {
        bottom: 0;
        left: 0px;
        border-top: none;
        border-right: none;
        border-bottom-left-radius: 20px;
    }

    .quote-box::after {

        bottom: -18px;
        right: 13px;
    }

    .quote-box::before {
        top: -8px;
        left: -38px;
    }


}

@media (max-width: 767.98px) {
    .quote-box {
        padding: 15px 10px;
        margin-top: 20px;
    }

    .quote-box p {
        font-size: .8rem;
    }

    .highlight {
        font-size: 1.2rem;
    }

    .corner-tr,
    .corner-bl {
        width: 281px;
        height: 326px;
    }

    .quote-box::before {
        content: "";
        color: red;
        font-size: 50px;
        position: absolute;
        top: -12px;
        left: 13px;
    }

    /* Bottom-right quote */
    .quote-box::after {
        content: "❝";
        color: red;
        font-size: 50px;
        position: absolute;
        bottom: -36px;
        right: 11px;
    }

    .quote-author {
        margin-top: -19px;
    }

    .youtube-video {
        margin-top: 20px;
        height: 100%;
        margin-bottom: 30px;
        width: 325px;
    }

    .embed-responsive {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        height: 347px;
    }

    .shimul-banner-2 {
        height: 800px;
    }

    .menifasto-line {
        margin-top: -46px;
        width: 65%;
    }

    .manifasto-banner img {
        object-fit: cover;
        border-radius: 8px;
        height: 70%;
        width: 60%;
        margin-left: 200px;
    }


    .manifasto-box {
        margin-top: 20px;
        padding: 0px;
        position: relative;
        /* overflow: hidden; */
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        width: 332px;
        height: auto;

    }

    .manifasto-box p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-top: 10px;
        color: #000;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
    }

    .manifasto-box::before {
        content: "";
        color: red;
        font-size: 59px;
        position: absolute;
        top: -6px;
        right: -13px;
    }


    .manifasto-tr {

        position: absolute;
        width: 330px;
        height: 547px;
        border: 2px solid #000000;
        top: 0;
        right: 0;
        border-bottom: none;
        border-right: none;
        /* border-left: none; */
        border-top-left-radius: 20px;
    }

    .manifasto-bl {
        position: absolute;
        width: 316px;
        height: 301px;
        border: 2px solid #000000;
        bottom: 0;
        left: 17px;
        border-left: none;
        border-top: none;
        /* border-right: none; */
        border-bottom-right-radius: 20px;
    }


    /* timeline */

    .timeline::after {
        left: 3px;
        /* line moves left */
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        /* all items align right */
        margin-bottom: 58px;
    }

    .timeline-item.left::before {
        right: -7px;
        /* half of width */
    }

    .timeline-item.right::before {
        left: -7px;
    }

    .timeline-item .content {
        width: auto;
        margin-left: 50px;
        margin-top: 10px;
        /* space from timeline line */
        text-align: left !important;
    }

    .timeline-item::before {
        left: -7px;
        /* bullet stays on the line */
        right: auto;
    }

    .timeline-item.left .content {
        margin-left: 30px;
        text-align: right;
    }

    .timeline-item.right .content {
        margin-left: 30px;
        text-align: left;
    }

    /* timeline end */



    .read-more-btn {
        margin-top: -19px;
    }


    .image-card {

        width: 100%;

    }

    .image-card img {
        width: 100%;
        height: 250px;

    }


    ul.social-network {

        margin-top: 50px;

    }

    .footer-logo img {
        margin-top: 0px;
    }

    .footer-pad ul li a {

        padding-left: 100px;

    }

}

@media (max-width: 575.98px) {


    .quote-box {

        border-radius: 20px;
        margin-top: 30px;


        margin-left: 10px;








    }


    .quote-box p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #000;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        padding-bottom: 22px;
        line-height: 1;
        text-align: left;

    }

    .quote-box p span {

        font-weight: 400;
        font-size: 30px;
        color: #000;

    }



    .corner-tr,
    .corner-bl {
        position: absolute;
        width: 90%;
        height: 293px;
        border: 2px solid #000000;
    }

    .corner-tr {
        top: 27px;
        right: 12px;
        border-bottom: none;
        border-left: none;
        border-top-right-radius: 20px;
    }



    .corner-bl {
        bottom: 0;
        left: -8px;
        border-top: none;
        border-right: none;
        border-bottom-left-radius: 20px;
    }


    .quote-box::before {
        content: "";
        background: url(../pictures/up_quote.png) no-repeat;
        background-size: contain;
        width: 40px;
        height: 60px;
        position: absolute;
        top: 13px;
        left: -20px;
    }



    /* Bottom-right quote */
    .quote-box::after {
        content: "";
        background: url(../pictures/up_quote.png) no-repeat center;
        background-size: contain;
        width: 40px;
        height: 80px;
        position: absolute;
        bottom: -33px;
        right: -4px;
        transform: rotate(180deg);
    }

    .youtube-video {
        margin-top: 10px;
        height: 100%;
        margin-bottom: 30px;
        width: 100%;
    }

    .embed-responsive {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        height: 347px;
    }


    .shimul-banner-2 {
        height: 800px;
    }

    .menifasto-line {
        margin-top: -83px;
        width: 166px;
        height: 44px;
    }

    .menifasto-heading {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 900;
        font-size: 25.26px;
        color: #2F3E46;
        line-height: 1.6;
        /* background: url(../pictures/redline.png) no-repeat center bottom; */
    }

    .manifasto-heading a {


        font-size: 20px;

    }

    .commitment-heading {
        font-weight: 900;
        font-size: 27px;
        color: #2F3E46;
        line-height: 1.6;
        padding-top: 20px;
    }

    .commitment-line {
        margin-top: -89px;
        width: 174px;
        height: 44px;
    }

    .commitment-line1 {
        margin-top: -86px;
        width: 224px;
        height: 51px;
    }

    .timeline-item .content p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.3;
        margin-top: -35px;
    }

    .manifasto-heading a:hover {


        background-color: #00A551;

    }


    .manifasto-box {
        margin-top: 20px;
        padding: 0px;
        position: relative;
        /* overflow: hidden; */
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        width: 332px;
        height: auto;

    }

    .manifasto-box p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-top: 10px;
        color: #000;
        padding-left: 32px;
        padding-right: 20px;
        line-height: 1;
    }


    .manifasto-box::before {
        content: "";
        background: url(../pictures/up_quote.png) no-repeat;
        background-size: contain;
        width: 40px;
        height: 60px;
        position: absolute;
        top: -18px;
        right: -9px;
    }

    .manifasto-tr {

        position: absolute;
        width: 298px;
        height: 547px;
        border: 2px solid #000000;
        top: 0;
        right: 32px;
        border-bottom: none;
        border-right: none;
        /* border-left: none; */
        border-top-left-radius: 20px;
    }

    .manifasto-bl {
        position: absolute;
        width: 316px;
        height: 95%;
        border: 2px solid #000000;
        bottom: 0;
        left: 17px;
        border-left: none;
        border-top: none;
        /* border-right: none; */
        border-bottom-right-radius: 20px;
    }


    /* timeline */

    .timeline::after {
        left: 3px;
        height: 92%;
        /* line moves left */
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        /* all items align right */
        margin-bottom: 58px;
    }

    .timeline-item.left::before {
        right: -7px;
        /* half of width */
    }

    .timeline-item.right::before {
        left: -7px;
    }

    .timeline-item .content {
        width: auto;
        margin-left: 50px;
        margin-top: 10px;
        /* space from timeline line */
        text-align: left !important;
    }

    .timeline-item::before {
        left: -7px;
        /* bullet stays on the line */
        right: auto;
    }

    .timeline-item.left .content {
        margin-left: 30px;
        text-align: right;
    }

    .timeline-item.right .content {
        margin-left: 30px;
        text-align: left;
    }


    /* timeline end */
    .about-background {
        background-image: url(../pictures/about-pn.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 94%;
        min-height: auto;
        padding-bottom: 100px;
        background-position: center center;
    }

    .about-quote p {
        font-weight: 600;
        font-size: 22px;
        color: #282828;
        line-height: 1.3;
        text-align: center;
        margin: 0 auto;
    }

    /* .about-quote::before {

        top: 28px;
        left: 16px;

    } */

    /* .about-quote::after {
        bottom: 47px;
        right: 29px;
    } */

    .about-heading {
        font-weight: 700;
        position: relative;
        font-size: 25px;

        margin-top: 50px;
        margin-left: -24px;
    }

    .about-heading::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 70px;
        background-color: #000;
        right: 2px;
        top: 16px;
    }

    .about-heading::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 55px;
        background-color: #000;
        left: 16px;
        top: 16px;
    }

    .about-content {
        margin-top: 25px;
    }

    /* .about-content-image img {
        height: 390px;
        width: 275px;
    } */

    .about-content-image img,
    .about-image {
        width: 250px;

        height: 300px;

        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    }

    .about-content img.about-image {
        float: none !important;
        /* remove float */
        display: block;
        /* make it a block element */
        margin: 0 auto 15px auto;
        /* center horizontally + add bottom spacing */
        text-align: center;
        /* optional, for safety */
    }

    /* Optional: reduce padding for mobile */
    .about-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* .about-content p {
        font-weight: 400;
        font-size: 18px;
        color: #282828;
        padding-left: 7px;
        padding-right: 5px;
        line-height: 1.3;
        text-align: left;
    }



    .about-content-right p {
        font-weight: 400;
        font-size: 18px;
        color: #282828;
        padding-left: 7px;
        padding-right: 5px;
        line-height: 1.3;
        text-align: center;
    } */


    .about-content p,
    .about-content-right p {
        font-weight: 400;
        font-size: 17px;
        /* smaller & readable like newsletter */
        color: #000000;
        line-height: 1.6;
        /* better spacing between lines */
        text-align: justify;
        /* classic newsletter style */
        margin-bottom: 1.2rem;


    }

    .about-content-right {
        margin-top: 25px;
    }



    .read-more-btn {
        margin-top: -19px;
    }


    .image-card {

        width: 100%;
        height: 315px;
        gap: 1px;

    }

    .image-card img {
        width: 100%;
        height: 100%;

    }


    ul.social-network {

        margin-top: 50px;

    }

    .footer-logo img {
        margin-top: 20px;
        height: 130px;
        width: 250px;
    }

    .footer-pad ul li a {

        padding-left: 100px;

    }



}

@media (max-width: 370px) {
    .about-quote p {
        font-size: 16px;
    }

    /* .about-quote::before {
        top: 43px;
        left: 8px;
    } */

    /* .about-quote::after {
        bottom: 56px;
        right: 45px;
    } */

    .manifasto-heading a {
        font-size: 20px;
    }

    .timeline-item .content p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #000;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.3;
        margin-top: -35px;
    }

    .manifasto-heading a {


        border-radius: 17px;

    }

}

.gallery-main {}

.gallery-card {
    border-radius: 20px;
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.2);
    background: rgb(74, 144, 226);
    overflow: hidden;
    margin: 50px 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.section-box {
    background: #fff;
    border-radius: 12px;
    padding: 70px 100px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #2F3E46;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 93%;
    background-color: #000;
    right: 3px;
    top: 30px;
}

.photo-item img,
.video-item iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.photo-item img:hover,
.video-item iframe:hover {
    transform: scale(1.05);
}

.photo-caption {
    font-size: 15px;
    text-align: center;
    height: 60px;
    width: 90%;
    color: #FFE100;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.444);
    padding: 5px 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-item:hover .photo-caption {
    transform: translateX(-50%) scale(1.05);
    /* keep horizontal centering */
    background: rgba(0, 0, 0, 0.8);
    color: #FFD700;
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.btn-more {
    display: block;
    margin: 40px auto 0;
    background: #C52C2C;
    color: #fff;
    width: 172px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-more:hover {
    background: #a51216;
    transform: translateY(-3px);
}


.photo-item {
    display: none;
}

/* ✅ Lightbox styles with white frame + black caption */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #CCE3F0;

    /* white frame */
    border-radius: 16px;
    padding: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    animation: fadeZoom 0.3s ease;
}

@keyframes fadeZoom {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox img {
    max-width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: contain;
    background: #fff;
}

.lightbox iframe {
    width: 100%;
    height: 70vh;
    border-radius: 12px;
    background: #fff;
}

.lightbox-caption {

    color: #f3ecec;
    /* black caption */
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
}

.lightbox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f30202;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.video-wrapper {
    position: relative;
    cursor: pointer;
}

.video-wrapper iframe {
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-card {
        margin: 20px;
    }

    .section-box {
        padding: 40px 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .photo-item img {
        height: 250px;
        object-fit: cover;
    }

    .video-item iframe {
        height: 250px;
    }

    .photo-caption {
        font-size: 16px;
        height: 40px;
        width: 90%;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.4);
        color: #FFE100;
        padding: 3px 5px;
        border-radius: 5px;
        text-align: center;
    }
}

@media (max-width: 391px) {
    .gallery-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-title {
        font-size: 24px;
        text-align: left;
    }

    .section-title::after {
        width: 75%;
        right: 0;
        top: 16px;
    }

    .photo-item img {
        height: 200px;
        object-fit: cover;
    }

    .video-item iframe {
        height: 200px;
    }

    .photo-caption {
        font-size: 8px;
        height: 30px;
        width: 80%;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.4);
        color: #FFE100;
        padding: 2px 5px;
        border-radius: 4px;
        text-align: center;
    }

    .lightbox img {
        max-width: 90%;
        height: 100%;

    }
}

@media (max-width: 321px) {
        .manifasto-box {
        margin-top: 20px;
        padding: 0px;
        position: relative;
        /* overflow: hidden; */
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        width: 305px;
        height: auto;
    }
        .manifasto-tr {
        position: absolute;
        width: 269px;
        height: 547px;
        border: 2px solid #000000;
        top: 0;
        right: 34px;
        border-bottom: none;
        border-right: none;
        /* border-left: none; */
        border-top-left-radius: 20px;
    }

    .manifasto-bl {
        position: absolute;
        width: 281px;
        height: 95%;
        border: 2px solid #000000;
        bottom: 0;
        left: 17px;
        border-left: none;
        border-top: none;
        /* border-right: none; */
        border-bottom-right-radius: 20px;
    }

        .manifasto-box::before {
        content: "";
        background: url(../pictures/up_quote.png) no-repeat;
        background-size: contain;
        width: 40px;
        height: 60px;
        position: absolute;
        top: -13px;
        right: 0px;
    }

    .manifasto-box p {
        font-family: "Anek Bangla", sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-top: 10px;
        color: #000;
        padding-left: 32px;
        padding-right: 49px;
        line-height: 1;
    }

    .manifasto-heading a {

    height: 60px;

}

    .navbar.fixed-top:not(.navbar-hidden) {
        transform: translateY(0);
        opacity: 1;
        width: 320px;
    }
        #navbarSupportedContent1 {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1040;
        background-color: #fff !important;
        padding: 10px 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 8px 8px;
    }

}
