/*
Theme Name: CPCL
Author: App and Website
Description: The official consulting comapny theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #3333ff;
   background: #fff;
   color: #3333ff;
 }
 .pagination .page-numbers:hover{
   background: #3333ff;
   border-color: #3333ff;
   color: #fff;
 }
 .pagination .current {
    background: #3333ff;
    border-color: #3333ff;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */


body p{
    font-weight: 500;
}
.header_top{
    background: #002856;
}
.header_main{
    background: #fff;
}
.header_main .main-navigation ul > li > a {
    color: #000;
}
.site_logo img{
    height: 80px;
    padding: 5px 0;
}

.topbar_btn{
    display: none;
}

.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #000;
}
.slicknav_btn .slicknav_icon span {
    background-color: #000;
}
.mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #000;
}
.site-header-transparent .main-navigation ul > .banner-button > a {
    color: #ffffff!important;
    padding: 10px 20px!important;
}
.site-header-transparent .main-navigation ul > .banner-button > a:hover {
    color: #ffffff!important;
    padding: 10px 20px;
}
.site-header-transparent .main-navigation ul > .banner-button{
    margin-right: -20px;
}

.board_menmbers img{
    border: 2px solid #ccc;
}
.board_menmbers .team-content{
    border: 2px solid #ccc;
}
.site-header-transparent .main-navigation ul > li > a {
    text-transform: capitalize;
}

 .header_main.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff; /* darker when sticky (optional) */
      box-shadow: 0 2px 8px rgba(0,0,0,0.3);
      z-index: 1000;
}
.footer_into_text p{
    color: #fff;
}
.wdfoot ul li a, .wdfoot ul li{
    font-weight: 600;
}
.social_links ul li {
    background: #fff!important;
    padding: 10px;
    height: 32px;
    width: 32px;
    display: inline-flex!important;
    flex-direction: row!important;
    justify-content: center!important;
    align-items: center!important;
    border-radius: 5px;
    margin-right: 10px;
}
.social_links ul li a i{
    font-size: 20px;
    margin-left: 8px;
    margin-top: 3px;
}
footer{
    background: #000!important;
}
.footer_bottom{
    background: #222!important;
}


.about_sec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
.about_sec h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
}
.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.about-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}
.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.about-card h3 {
  font-size: 1.4rem;
  color: #002856;
  margin-bottom: 12px;
}
.about-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.obj ul li{
    font-weight: 500;
    margin-top: 10px;
}
.home-about-content ul li:before {
    margin-right: 5px;
}
.smbt_btn{
    width: fit-content;
}


.custom_csform {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom_csform label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-left: 10px;
}

.custom_csform input[type="file"] {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #555;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom_csform input[type="file"]::file-selector-button {
  padding: 10px 18px;
  margin-right: 12px;
  border: none;
  border-radius: 6px;
  background-color: #444; /* match your Submit Now button */
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom_csform input[type="file"]::file-selector-button:hover {
  background-color: #e14a2e;
}
.donate_details h5{
    font-weight: 700;
    color: #222;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.donate_details h3{
    color: #e14a2e;
    font-weight: 700;
    text-decoration: underline;
}
.event-item:not(.event-item-bg) {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.event-item:not(.event-item-bg) .event-date {
    border-color: #e42525;
}
.event-item:not(.event-item-bg) .event-date h4{
    color: #e42525;
}
.event-item:not(.event-item-bg) .event-date h5{
    color: #e42525;
}

.sec_pdt{
   margin-top: 160px;
}
.blogh1{
    font-size: 3rem;
}


.schedule-table{
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #000;
      font-size: 14px;
      table-layout: fixed;
    }

    .schedule-table th,
    .schedule-table td{
      padding: 10px 8px;
      border: 1px solid #000;
      text-align: left;
      vertical-align: middle;
      word-wrap: break-word;
      font-size: 16px;
      color: #333;
      font-weight: 500;
    }

    /* Header */
    .schedule-table thead th{
      background: #fed964; /* yellow header */
      font-weight: 700;
    }

    /* Row backgrounds */
    .schedule-table tbody .lightblue{
      background: #d6eaf8; /* light blue */
    }
    .schedule-table tbody tr{
      background: #f6d9c8; /* light peach */
    }

    /* Last row (Annual Feast) */
    .schedule-table tbody tr:last-child{
      background: #8faad7; /* darker blue */
      color: #fff;
    }
    .schedule-table tbody tr:last-child td{
      font-weight: 600;
    }

    /* First column bold */
    .schedule-table tbody td:first-child{
      font-weight: 600;
    }

    /* Responsive: stack rows on small screens */
    @media (max-width: 750px){
      .schedule-table, .schedule-table thead, .schedule-table tbody, .schedule-table th, .schedule-table td, .schedule-table tr {
        display: block;
        width: 100%;
      }

      .schedule-table thead { display: none; }

      .schedule-table tr {
        margin-bottom: 12px;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #ccc;
      }

      .schedule-table td {
        padding: 10px 12px;
        border: none;
        position: relative;
      }

      .schedule-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        top: 10px;
        font-weight: 700;
        display: block;
      }

      .schedule-table td { padding-top: 28px; }
    }

    

    .board-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; /* centers cards in the row */
      gap: 20px; /* optional: spacing between cards */
    }

    .board-container .card {
      width: 260px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .board-container .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }

    .board-container .role {
      font-size: 14px;
      font-weight: bold;
      color: #0077b6;
      margin-bottom: 6px;
    }

    .board-container .name {
      font-size: 16px;
      font-weight: 600;
      color: #111;
    }

.blog_item img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.blog_details_main .charity-image img{
 height: 100%;
  width: 100%;
  object-fit: cover;
}
.header_main {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.table-pricing {
      width: 100%;
      overflow-x: auto; /* responsive scroll for small devices */
    }
    .table-pricing    table {
      width: 100%;
      border-collapse: collapse;
    }
    .table-pricing th, td {
      border: 1px solid #000;
      padding: 6px 8px;
      text-align: left;
      vertical-align: top;
    }
    .table-pricing th {
      background: #f3f3f3!important;
      font-weight: bold;
    }
    .table-pricing td:last-child, th:last-child {
      text-align: right;
      white-space: nowrap;
    }
    .table-pricing tfoot td {
      font-weight: bold;
      background: #f9f9f9!important;
    }

    .donate_details textarea{
       background: #f9f9f9!important;
    }

@media (max-width: 991px) {
   .topbar_btn{
    display: block;
   }
   .topbar_btn a{
    padding: 8px 20px;
    margin-top: 5px;
   }
   .main-navigation{
    margin-right: 10px;
   }
   .header_main{
    padding: 0;
   }
  .slicknav_menu .slicknav_nav ul {
    position: absolute;
    background: #f9f9f9;
    right: 20px;
    width: 250px;
    height: auto!important;
    padding: 40px 0;
	  box-shadow: 1px 1px 5px #000;
	  
 }
 .site-header-transparent .main-navigation ul ul {
    background: #ffffff;
    border-top: 4px solid #F15B43;
    left: 0px;
    margin: 0;
    padding: 0;
    position: relative!important;
    top: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    text-align: left;
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
}
 .site-header-transparent .main-navigation ul > .banner-button > a {
    color: #444!important;
    margin-left: 0px!important;
    background: #fff!important;
    padding: 10px 20px!important;
}
.current-menu-item li a{
    color: #444!important;
    margin-left: 10px!important;
}
.site-header-transparent .main-navigation ul > li > a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.1;
    margin-left: 20px;
    position: relative;
    text-transform: capitalize;
    color: #444!important;
}
.about-cards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}

@media screen and (max-width: 575px) {
    .banner-content .banner-button a {
        max-width: 140px;
        margin-top: -20px;
    }
	.board-container .container{
		width: 100%;
		margin: 0px!important;
		padding: 0px!important;
	}
	.board-container{
		gap: 10px;
		margin: 0px!important;
		padding: 0px!important;
}
	.board-container .card {
    width: 180px;
		padding: 10px;
}
}



@media screen and (max-width: 479px) {
    .home-about-content .button-round {
        margin-left: 0;
    }
}
.home_cta_contact .contact-from-wrap{
	margin: 0!important;
	border-radius: 0!important;
	background: #000;
}
.about_image_obj{
	display: flex;
	align-items: center;
}


@media screen and (max-width: 380px) {
	.board-container .card {
    width: 100%;
}
}

  .abtnewsec {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      padding: 40px 20px;
      flex-wrap: wrap;
      background: #f9f9f9;
    }

    .abtnewsec .about-image {
      flex: 1 1 300px;
      display: flex;
      justify-content: center;
    }

    .abtnewsec .about-image img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    }

    .abtnewsec .about-content {
      flex: 1 1 400px;
    }

    .abtnewsec .about-content h2 {
      font-size: 28px;
      margin-bottom: 15px;
      color: #333;
    }

    .abtnewsec .about-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      margin-bottom: 15px;
    }

    .abtnewsec .highlight {
      display: inline-block;
      background: #0077cc;
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-weight: bold;
      margin: 4px 6px 0 0;
    }

    @media (max-width: 768px) {
      .abtnewsec {
        flex-direction: column;
        text-align: center;
      }

      .abtnewsec .about-content {
        margin-top: 20px;
		  margin-bottom: -50px;
      }
    }

.homectform p{
	margin-bottom: 16px!important;
}

#bwg_container1_0 #bwg_container2_0 #bwg_mosaic_thumbnails_div_0 {
    z-index: 1;
}

.map_container{
	margin-top: -30px;
}
.map_container .map-section{
	margin-bottom: 20px;
	border: 6px solid #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gallery-section .filtr-container {
	margin-top: 20px;
}
.gallery-section .simplefilter li {
	color: #222;
	font-weight: 500;
}
.gallery-section .simplefilter li.active {
	color: #fff;
	font-weight: 500;
}
.gallery-section .simplefilter li:hover {
	color: #fff;
	font-weight: 500;
}

.contact_form1 p{
	margin-bottom: 16px!important;
}
.recaptcha_div1{
	margin-left: 20px;
	margin-bottom: 10px;
}
.recaptcha_div2{
	margin-bottom: 20px;
}