@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --transition-normal: 0.3s ease;
}
body {
    font-family: "Poppins", sans-serif;
    background-color: #343434;
}
/* utility class  */

section {
    padding: 60px 0 30px;
}
.form-control:focus {
    border-color: #a40022;
}
.archive-link:hover {
    color: #a40022 !important;
}
/* header  */
.wrapper header .top_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
    background-color: #a40022;
    color: #fff;
    align-items: center;
    text-align: center;
}
.wrapper header .top_header .header_welcome_text_holder {
    line-height: 1.2;
}
.wrapper header .top_header .header_welcome_text_holder span {
    font-size: clamp(16px, calc(3.2vw - 20px), 20px);
}
.wrapper header .top_header .header_welcome_text_holder h1 {
    margin: 0;
    font-size: clamp(18px, calc(3.2vw - 20px), 30px);
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Libre Baskerville", serif;
}

.wrapper .menu_holder nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px;
}
.wrapper .menu_holder nav ul li {
    border-right: 2px solid #f9ec0d;
}
.wrapper .menu_holder nav ul li a {
    text-decoration: none;
    color: #f9ec0d;
    font-weight: 700;
    font-size: clamp(16px, 3.2vw, 18px);
    padding: 15px clamp(10px, calc(4.2vw - 20px), 40px);
}
.wrapper .menu_holder nav ul li:last-child {
    border-right: 0;
}

/* home banner slider  */
.home_banner_slider {
    margin: 0;
}
.home_banner_slider .slick-autoplay-toggle-button {
    position: absolute;
    top: calc(100% - 50px);
    left: calc(100% - 50px);
    background-color: #fff;
    height: 25px;
    opacity: 0.1;
}

.home_banner_slider:hover .slick-autoplay-toggle-button {
    opacity: 1;
}

/* who we are  */

.theme_heading {
    font-size: clamp(30px, 3.2vw, 48px);
    color: #fff;
    margin-bottom: 25px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;

}

.who_we_are .img_holder {
    display: flex;
}
.who_we_are .img_holder img {
    width: 100%;
    padding-right: clamp(30px, 3.2vw, 60px);
}
.who_we_are .content_holder {padding: 0 0 clamp(7px, 3.2vw, 25px);}
.who_we_are .content_holder p {
    color: #fff;
    font-size: clamp(18px, 3.2vw, 20px);
    padding-bottom: 60px;
}
.who_we_are .about_tag_line {
    position: absolute;
    top: calc(100% - 80px);
    width: 100%;
    background-color: #f4d403;
}
.who_we_are div.tag_line_relative {
    position: relative;
}
.who_we_are div.tag_line_relative > div {
    padding: 0;
}
.who_we_are .about_tag_line p {
    margin: 0;
    font-weight: 800;
    padding: 15px;
    color: #020305;
    font-size: clamp(18px, 3.2vw, 22px);
    text-align: center;
}
/* news and events  */
.new_event_section .theme_heading {
    padding: 12px;
    margin: 0;
    background-color: #a40022;
}
.new_event_section .new_block_content {position: relative;}
.new_event_section .new_block_content .img_holder {
    aspect-ratio: 16 / 9;
}
.new_event_section .new_block_content .img_holder img {
    height: 100%;
    object-fit: cover;
}

.new_event_section .new_block_content .newsEventCaption_hoilder {position: absolute;bottom: 0;width: 100%;color: #fff;background: linear-gradient(0deg, rgb(0 0 0) 16%, rgb(0 0 0 / 0%) 100%);}

.new_event_section .new_block_content .newsEventCaption_hoilder p {
    margin: 0;
    padding: clamp(20px, 3.2vw, 30px);
    font-size: clamp(18px, 3.2vw, 28px);
}

/* Resources  */
.resources_section > div > div > div:nth-child(odd) .res_col_content {
    background-color: #d7d7d7;
    color: #000;
}
.resources_section > div > div > div .res_col_content {
    padding: 20px 30px;
    display: grid;
    background-color: #a40022;
    color: #ffffff;
    height: 100%;
}
.resources_section > div > div > div .res_col_content p {
    font-size: clamp(16px, 3.2vw, 20px);
    text-wrap: balance;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Coldenham Fire Districts */

.fire_district_blocks_holder {
    gap: 15px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.fire_district_blocks_holder .fire_district_info_holder {
    flex: 0 1 240px;
}
.fire_district_blocks_holder .fire_district_info_holder > div {transition: 0.1s;background-color: #fff;height: 100px;display: flex;justify-content: center;align-items: center;-webkit-mask-image: linear-gradient(45deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 75%);-webkit-mask-size: 800%;-webkit-mask-position: 0px center;}
h2.sub_heading.text-center.text-white.mb-3 {margin-top: -1rem;}
h2.sub_heading {color: #f4d403 !important;}
.fire_district_blocks_holder .fire_district_info_holder .flex-grow .small-text {margin: 0;}
.fire_district_blocks_holder .fire_district_info_holder .flex-grow h6 {font-weight: 600;margin-bottom: 0;}
.fire_district_blocks_holder .fire_district_info_holder > div:hover {
    transition: mask-position 1s ease 0s, -webkit-mask-position 1s ease 0s;
    -webkit-mask-position: 120% center;
    opacity: 1;
}

/* gallary  */
.gallery .main-gallery .gallery-content .inner-gallery {
    box-shadow: 1px 2px 6px #000;
}
.gallery .main-gallery .gallery-content .inner-gallery img {
    width: 100%;
    display: block;
    cursor: pointer;
    aspect-ratio: 12 / 9;
    object-fit: cover;
    padding: 10px;
    background-color: #fff;
}

/* footer  */
footer {
    padding: 60px 0 0px;
    color: #fff;
    align-items: center;
}
footer > div > div > div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
footer .footer_content_holder h6 {
    font-size: clamp(18px, 3.2vw, 22px);
}
footer .footer_content_holder p {
    color: #eeeeee;
    margin: 0;
}
.footer_logo_holder {
    display: flex;
    justify-content: center;
    text-align: center;
}
footer > div > div > div:first-child {
    display: flex;
    justify-content: center;
}
.copyright_section {
    text-align: center;
    padding-bottom: 0;
}
.copyright_section p {
    margin: 0;
    padding: 10px;
    background-color: #a40022;
    color: #fff;
    font-size: 14px;
}
footer > div {
    padding-bottom: 40px;
}
.copyright_section p a {
    color: #fff;
    text-decoration: none;
}
.hamburger_btn_holder {
    display: none;
    width: 80px;
    height: 80px;
}
/* new desginup */
.form-control {
    padding: 1rem;
}
.card-body .form {
    margin: 2rem;
}
.card-body {
    margin: 1rem;
}
/* herosection */

.about-hero {
    position: relative;
    background-image: url('https://images.pexels.com/photos/47863/firefighter-extinguish-fire-extinction-47863.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000096;
}
section.about-hero .container {
    position: relative;
}
/* news detail  */
/* News Detail Page Styles */
.breadcrumb-section {
    background-color: #f8f9fa !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
}

.news-detail-content {
    background-color: #f8f9fa;
}

.article-title {
    line-height: 1.3;
    font-family: "Libre Baskerville", serif;
}

.article-meta {
    font-size: 0.875rem;
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.article-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content blockquote {
    font-style: italic;
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.article-image img {
    border-radius: 0.5rem;
}

.article-tags .badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.article-navigation a {
    transition: all 0.3s ease;
}

.article-navigation a:hover {
    transform: translateX(5px);
}

.article-navigation a:first-child:hover {
    transform: translateX(-5px);
}

.related-article h6 a:hover {
    color: #a40022 !important;
}

/* Media Query */
/* responsive  */
@media only screen and (max-width: 767px){
    .hamburger_btn_holder {
        display: block !important;
    }
    .wrapper header .top_header .header_welcome_text_holder, .wrapper .menu_holder {
    display: none;
}
.who_we_are .img_holder img {
    padding-right: 0;
}

.sponsor_logo_holder {
    display: none;
}
.wrapper header .top_header .main_logo_holder img {
    width: clamp(93px, 3.2vw, 150px);
}
.wrapper header .top_header {padding: 10px 18px;}
.hamburger_btn_holder svg {
    height: 100%;
    width: 100%;
}
    footer > div > div > div {
    display: flex;
    justify-content: center;
}
.menu_holder.active {
    display: block;
    position: fixed;
    left: 0;
    height: 100dvh;
    background-color: #343434f7;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    width: 70vw;
}
.menu_holder.active nav {
    padding-top: 120px;
}
.menu_holder.active ul {
    flex-direction: column;
}
.menu_holder.active ul li {
    border-left: 3px solid #f9ec0d;
    margin-bottom: 10px;
    border-right: 0 !important;
}

.top_header.active {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.wrapper.active .home_banner_slider {
    padding-top: 108px;
}
.who_we_are div.tag_line_relative > div {
    padding: 15px;
}
footer > div > div > div {
    display: flex;
    justify-content: center;
}
/* news detail */
/* News Detail Responsive */
.article-navigation .col-md-6 {
    margin-bottom: 1rem;
}

.article-share .btn {
    margin-bottom: 0.5rem;
}
}

/* feature image animation  */
.feature-image  {
    position: relative;
    overflow: hidden;
}
.feature-image  img {
    object-fit: cover;
    transition: transform var(--transition-normal);
}
.feature-image:hover img {
    transform: scale(1.05);
}
section.resources-content {
    background: #f3f3f3;
}
.resource-category h2.theme_heading {
    color: #343434;
    font-size: clamp(22px, 4vw, 33px);
}
.position-stick{
    position: sticky;
    top: 30px;
}