html {
  scroll-behavior: smooth;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal !important;
}
em,
p,
a {
  font-style: normal !important;
}
details,
ul {
  font-family: Lato !important;
}
.br-10 iframe {
  border-radius: 10px;
}
.mw-1120 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.new-img img {
  height: 489px;
  object-fit: cover;
  object-position: center;
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 12px;
}

nav.wp-block-query-pagination {
  margin-top: 50px;
}

.sub-dropdown-child-menu .nested-nav-link {
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  font-size: 18px; /* Keep font size consistent */
  font-weight: normal;
  width: 100%;
}
.sub-dropdown-child-menu li {
    padding: .5rem 0; /* left = 0 */
}

.menu-item-has-children:hover {
    background: transparent !important;
}

.nav-item.nested-nav-item > a:hover + .sub-menu li,
.sub-menu li:hover {
    background: #0778d44d;
}

.sub-dropdown-menu .sub-dropdown-menu li:hover {
    background: #0778d44d; /* same ya different color */
}

.sub-dropdown-child-menu .nested-nav-link {
    display: block;
    padding: 0 1rem; /* yahin se spacing */
}


a.dropdown-toggle.navIcon.cartIcon img {
    width: 30px;
    height: 30px;
    transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: crisp-edges;
}

a.nav-link.main-dropdown.active {
  font-weight: bold;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #223a7b #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #223a7b;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

/* homepage css */

.menu-img.ss {
  margin-right: 25px;
  margin-top: 44px;
  margin-bottom: 40px;
}

/* Initial hidden state for search popup - Slide down from top */
.search-popup {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Show state - slide down from top to visible position */
.search-popup.show-one {
  top: 0;
}

.search-popup .top-search-input-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-popup .top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show overlay when popup is active */
.search-popup.show-one .top-search-input-wrap .top-search-overlay {
  opacity: 1;
}

/* Search box with fade in animation */
.search-popup .top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

/* Active state for search box */
.search-popup.show-one
  .top-search-input-wrap
  .search-wrap
  .search.educon-top-search {
  opacity: 1;
  transition-delay: 0.2s;
}

.search-popup
  .top-search-input-wrap
  .search-wrap
  .search.educon-top-search
  input {
  background: transparent;
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  box-shadow: none;
  padding: 10px 20px;
  width: 100%;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 16px;
}

/* Close button animation */
.search-popup .top-search-input-wrap .fa-times {
  font-size: 30px;
  color: #ffffff;
  top: 46px;
  right: 19px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  transform: rotate(90deg) scale(0.8);
  transition: all 0.3s ease-in-out;
}

/* Active state for close button */
.search-popup.show-one .top-search-input-wrap .fa-times {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  transition-delay: 0.1s;
}

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}

a.nav-link.main-dropdown:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* ADD THIS */
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.menu-item-contain img {
  padding-right: 18px;
  width: 50px;
  height: 40px;
  object-fit: contain;
}
main#wp--skip-link--target {
  margin-top: 0;
}

.menu-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  object-position: bottom right;
}

ul.sub-menu.sub-dropdown-menu a {
  font-size: 16px !important;
  line-height: 24px;
}

.menu-items-contain-parent {
  position: relative;
  display: flex;
  background: #fff;
}

.menu-item-contain {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline !important;
}

.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 0px;
}
.navbar-nav .megaMenu {
  background: #ff000000;
}

.navbar-nav .megaMenu > li > a:after {
  display: none;
}

.box {
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  min-height: 570px;
  border-radius: 20px;
}
.para-description p {
  text-align: left;
}
.boxe h2 {
  text-align: left;
  font-size: 30px !important;
}

.role {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  align-items: center;
}
.icon-image {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
}
.icon-image img {
  width: 42px;
  object-fit: contain;
}
.main-blog p {
  margin-bottom: 0;
}

.role p {
  color: #b28020 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.rolee {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  align-items: center;
  color: #0071bb;
}
.recent .col-1 {
  padding: 0;
}

.nav .active {
  background-color: #ff69b400 !important;
  color: #fff;
  color: #000 !important;
  font-weight: bold;
}
.home a.nav-link.main-dropdown.active {
  color: #fff !important;
}
ul#pills-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-1,
.layout-2 #pills-tab {
  justify-content: start;
}

.imgg img {
  width: 20px;
}
.evry img {
  object-fit: cover;
}
.txt {
  background: #fff;
}

.txt {
  background: #fff;
  border-radius: 0 10px 10px 0px;
}
.recent {
  background: #faf7f2;
  padding: 25px;
  padding-right: 10px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.evry img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.menu-item-contain {
    width: 100%;
    padding: 20px 0;
    gap: 0 35px;
}
.nested-parent-link {
    display: block;
    padding: 0 1rem;
}

.evry br {
  display: none;
}

figure#pray_image {
  margin: 0;
}
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: none !important;
}

.layout-2 .nav-link {
  color: #000;
  text-decoration: none !important;
}
.are .carousel-image {
  width: 100%;
  height: auto;
}
img.gray {
  filter: grayscale(1);
  height: 130px;
  object-fit: contain;
}
img.gray:hover {
  filter: grayscale(0);
}
@media only screen and (min-width: 768px) {
  .recent .col-md-3 {
    width: 29%;
    padding: 0;
  }
  .shade p br {
    display: none;
  }
  .mob-auto img {
    margin-left: -34px;
    height: 334px;
  }

  .recent p {
    font-size: 12px;
    line-height: 20px;
    color: #444445;
  }
  .recent p br {
    display: none;
  }
  .recent h2 {
    font-size: 19px !important;
    margin-bottom: 7px;
    font-weight: bold !important;
  }
  h2.recent-head {
    font-size: 38px !important;
    margin-bottom: 52px;
  }
  .recent hr {
    opacity: 0.09;
    border-color: #e6e6e6 !important;
    border: 1px solid !important;
    height: auto !important;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 13%;
  }

  .evry {
    width: 35%;
  }
  .txt {
    width: 74%;
  }
  .tir a {
    padding: 0 !important;
  }
  .tir img {
    display: inline-block;
    margin-left: 73px;
  }
  .button.last {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
  .home a.dropdown-toggle.navIcon.cartIcon img {
    filter: brightness(0) invert(1);
}
  .menu-item-has-children > .nav-link.nested-nav-link {
    color: #0778d4 !important;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 3px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }
  .page-id-3864 .wp-block-group.alignfull.site-content.container {
    max-width: 1440px !important;
  }

  footer .wp-block-columns.container.is-layout-flex {
    max-width: 1440px !important;
  }
  footer .wp-block-group.container {
    max-width: 1440px;
  }

  .dropdown-btn-child {
    display: none;
  }
  .differ td.has-text-align-left {
    padding-left: 42px;
    height: 70px;
    vertical-align: middle;
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: start;
  }
  .navbar {
    box-shadow: none !important;
    padding: 0;
    background: #ffffff00;
  }

  .dropdown-btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
  header .navbar .navbar-toggler {
    padding-right: 0 !important;
    position: absolute;
    left: 170px;
    top: -15px;
  }

  .wp-block-column.is-vertically-aligned-center.justify-content-end.cal-3.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 20% !important;
    position: absolute;
    left: -150px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .navbar {
    box-shadow: none !important;
    padding: 0 !important;
    background: #ffffff;
    margin-right: 25px;
  }
  .position-relative {
    position: relative !important;
  }

  .wp-block-column.is-vertically-aligned-center.mble-cart.is-layout-flow.wp-block-column-is-layout-flow {
    text-align: center;
  }
  .navIcon {
    font-size: 24px !important;
  }
  header .navbar .navbar-toggler {
    position: relative !important;
    right: -30px !important;
    top: 8px;
  }

  .menu-items-contain-parent {
    display: block;
  }
  .menu-item-contain li {
    width: 100%;
  }
  ul.sub-menu.dropdown-menu.megaMenu li {
    display: inline-block;
    position: relative;
  }
  li.menu-item.nested-nav-item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .menu-item-contain {
    padding-left: 0px;
    padding-top: 0;
  }
  a.nav-link.main-dropdown:after {
    display: none;
  }
  li.menu-item.menu-item-object-custom.menu-item-has-children.nav-item {
    position: relative;
  }
  .dropdown-btn {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-top: -37px;
  }

  .navbar-nav .megaMenu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .offcanvas-body {
    padding-inline: 5px;
  }

  .wp-block-columns.wp-container-core-columns-is-layout-28f84493 {
    justify-content: center;
  }
  .menu-img.ss {
    margin-right: auto;
    margin-top: 18px;
    width: 90%;
    margin: auto;
  }
  .menu-post-title {
    font-size: 24px;
    line-height: 35px !important;
  }

  .menu-post-content:after {
    bottom: -4px;
  }
  .sub-dropdown-child-menu .nested-nav-link:hover {
    padding-left: 10px !important;
  }

  .equal-height-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .posts-cards-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .posts-cards-col:nth-child(3):only-child {
    margin-left: auto;
    margin-right: auto;
  }

  .equal-height-cards .posts-cards-col:nth-child(3):nth-last-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .inner-banner .wp-block-column.back-img img {
    height: 30vh;
    min-height: 360px;
  }
  .inner-banner .wp-block-column.donar {
    top: 30px;
  }
  .inner-banner h2.wp-block-heading {
    font-weight: 700;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .navbar-nav .megaMenu {
    padding-left: 0;
    padding-right: 0;
  }
  .offcanvas-body {
    padding-inline: 5px;
  }
  .lane {
    margin-right: 0px;
  }
  .container .recent {
    padding-inline: 0;
  }
  .owl-carousel.top-one-carousel.owl-loaded.owl-drag {
    padding-inline: 0;
  }
  .txt strong {
    font-size: 15px;
  }
  .menu-item-contain {
  
    gap: 30px;
}
}
@media only screen and (max-width: 767px) {
  .sub-menu {
    display: none;
  }
  .main-box .pade {
    padding: 26px !important;
  }
  .sidee {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .week p {
    font-size: 13px !important;
    padding-left: 10px;
  }
  .sub-menu.open {
    display: block;
  }
  .form-one .d-flex {
    display: block !important;
  }
  .form-one select {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .other input {
    width: 100%;
  }
  p.mabe {
    padding: 0 10px;
  }

  .col-md-4.Portfolio {
    width: 100%;
  }
  .box {
    padding: 15px;
  }
  .role p {
    font-size: 14px !important;
  }

  .box {
    min-height: 450px;
  }

  .one-but {
    margin-left: 0px !important;
  }
  .one .button {
    width: 32.2%;
  }
  .other {
    margin: 0;
    margin-bottom: 20px;
  }
  .one .button {
    margin: 0 4px 20px 0;
  }
  .quick h2 {
    text-align: center;
    margin-bottom: 14px;
  }
  .form-one .btn-light-green {
    width: 100% !important;
    margin: 0 !important;
  }
  .menu-items-contain-parent {
    display: block;
  }
  .menu-img {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .nested-nav-item {
    padding-left: 0px;
  }
  .menu-item-contain {
    display: block;
  }
  ul.sub-menu.sub-dropdown-menu li {
    border-bottom: 0 !important;
  }

  .recent .col-md-3 {
    flex: 1;
    width: 100%;
  }
  .menu-img {
    display: block;
  }
  .menu-img img {
    width: 100%;
  }
  header .navbar .navbar-toggler {
    padding-right: 0 !important;
    position: absolute;
    left: 105px;
    top: -36px;
  }
  html,
  body {
    overflow: auto !important; /* Fix stuck scroll issue */
  }
  .wp-block-columns.are-vertically-aligned-center.is-not-stacked-on-mobile.d-flex.justify-content-end.gap-2.is-layout-flex.wp-container-core-columns-is-layout-42.wp-block-columns-is-layout-flex {
    display: none !important;
  }
  .non-mob {
    display: none;
  }
  .wp-block-column.is-vertically-aligned-center.cal-1.is-layout-flow.wp-container-core-column-is-layout-68.wp-block-column-is-layout-flow {
    flex-basis: 50% !important;
  }
  .wp-block-column.is-vertically-aligned-center.cal-2.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 30% !important;
  }
  .wp-block-column.is-vertically-aligned-center.justify-content-end.cal-3.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 20% !important;
    position: absolute;
    left: -90px;
  }
  .navbar {
    box-shadow: 0px 0px 20px 3px #00000014;
    padding: 0px 0px !important;
    background: #894e4e00;
  }

  .cal-1 img {
    width: 100% !important;
  }
  div#offcanvasNavbar {
    margin-top: 0;
  }
  button.btn-close {
    position: absolute;
    right: 22px;
    top: 13px;
    font-size: 17px;
    font-weight: bold;
  }
  .offcanvas-header img {
    width: 80%;
  }
  .main-bg {
    margin-top: 30px;
  }
  .recent {
    position: relative;

    padding-right: 10px !important;
    padding-left: 10px;
    padding-bottom: 80px;
  }
  .txt h2 {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
  .datee {
    padding-left: 4px;
  }
  .tir img {
    position: relative;
    left: -6px;
    top: 11px;
  }
  .recent .col-md-3 {
    margin-bottom: 20px;
  }
  .evry img {
    width: 100px !important;
    height: 100%;
    object-fit: cover;
  }

  .group-mob
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 50% !important;
  }
  .menu-item-contain {
    width: 100%;
    padding: 20px 0;
    /* padding-left: 20px; */
  }

  .menu-item-contain li {
    width: 100%;
  }
  li.menu-item.nested-nav-item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  li.menu-item.nested-nav-item .dropdown-btn-child {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  ul.sub-menu.dropdown-menu.megaMenu li a {
    /* left: 17px; */
  }
  .menu-item-5437:before {
    top: 30px;
  }
  .menu-item-5438:before {
    top: 42px;
  }
  .menu-item-5448:before {
    top: 42px;
  }
  .menu-item-5473:before {
    top: 41px;
  }
  .menu-item-5496:before {
    top: 38px;
  }
  .menu-item-5497:before {
    top: 41px;
  }
  ul.sub-menu.dropdown-menu.megaMenu:before {
    display: none;
  }
  h2.recent-head {
    text-align: center;
    margin-bottom: 20px;
  }
  .button.last {
    margin: 0 !important;
  }
  .menu-img {
    width: auto;
    height: auto;
  }
  a.nav-link.main-dropdown:after {
    display: none;
  }
  li.menu-item.menu-item-object-page.menu-item-has-children.nav-item {
    position: relative;
  }
  li.menu-item.menu-item-object-custom.menu-item-has-children.nav-item {
    position: relative;
  }
  .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #020202;
    cursor: pointer;
    z-index: 999999999;
  }

  .dropdown-btn-child {
    position: absolute;
    right: 26px;
    top: 0px;
  }

  td.has-text-align-left {
    font-size: 8px;
  }
  .heigh img {
    height: 300px !important;
  }
  .mob-mt-45 {
    margin-top: -41px !important;
  }
  .map-container iframe {
    height: 450px;
  }
  img.gray {
    width: 100px !important;
  }

  .banner-mob .your {
    padding-left: 60px !important;
  }

  .make {
    padding-left: 0 !important;
  }
  .banner-mob p {
    text-align: center;
  }

  .set-mob {
    position: absolute;
    bottom: -15px;
    left: 122px;
  }

  .current h2 {
    text-align: center;
    margin-top: 10px !important;
  }
  .new-img:after {
    display: none;
  }
  .make-cent .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
  .remove-br br {
    display: none;
  }

  .wp-block-group.raedy.is-layout-flow.wp-block-group-is-layout-flow.has-background {
    background-size: auto !important;
    background-repeat: no-repeat;
  }

  .heig {
    height: 760px;
    margin-bottom: 60px;
  }

  .navbar-nav .megaMenu {
    padding-left: 0;
    padding-right: 0;
  }
  .lane {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
 ul.sub-menu.dropdown-menu.megaMenu.open {
    width: clamp(992px, 87vw, 1200px);
    padding: 0;
  }
  .inner-banner .wp-block-column.donar {
    height: auto;
  }
  ul.sub-menu.dropdown-menu.megaMenu.open {
    display: block;
    margin: auto;
    position: absolute;
    left: -36px;
    top: 63px;
  }
  .hero-banner h1.wp-block-heading {
    font-weight: 700;
    text-align: center;
  }
  ul.sub-menu.dropdown-menu.megaMenu {
    transition: 0.5s;
  }
  ul.sub-menu.dropdown-menu.megaMenu {
    display: none;
  }
  .megaMenu.open {
    display: block;
  }
  a.nav-link.main-dropdown:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .nav-item .megaMenu {
    display: none;
    transition: all 0.3s ease;
  }

  .nav-item.open-dropdown .megaMenu {
    display: block;
    position: absolute;
    left: -21px;
    top: 43px;
    margin: auto;
  }
  /* Basic hidden state */
  ul.sub-menu.dropdown-menu.megaMenu {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    z-index: 999;
  }

  /* Show with transition */
  ul.sub-menu.dropdown-menu.megaMenu.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-item.open-dropdown > a.nav-link.main-dropdown:after {
    transform: rotate(180deg);
  }
  .inner-banner figure.wp-block-image.size-full.full-image {
    height: 50vh;
  }
  .inner-banner h2.wp-block-heading {
    font-weight: 700;
  }
}

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input {
  position: relative;
}

.search-icon-btn {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 60px;
  top: 0;
}

.search-icon-btn i {
  font-family: FontAwesome;
}
button.search-icon-btn br {
  display: none;
}
.search-icon-btn:hover {
  color: rgba(255, 255, 255, 1);
}

/* Chrome and Edge */
input:-webkit-autofill {
  appearance: none;
  background-color: transparent !important;
  background-image: none !important;
  color: inherit !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important; /* Fills with white */
}

/* Firefox */
input:-moz-autofill {
  appearance: none;
  background-color: transparent !important;
  color: inherit !important;
}

/* Ya direct icon element ko target karein */
input:autofill ~ .search-icon-btn i {
  color: black !important;
}
.search-icon-btn i {
  font-family: "Font Awesome 5 Free";
}
.week p {
  color: #b28020;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  /* Preserve your existing header styles */
  background: inherit;
  padding: inherit;
}

/* Add padding to body when header is fixed to prevent content jump */
body.has-fixed-header {
  padding-top: var(--header-height);
}

/* For smooth animation */
.p-block-group.group-mob {
  transition: all 0.3s ease;
}

.menu-item:has(> ul.open) > .nav-link {
  font-weight: 700; /* ya bold */
}

.menu-item.open-dropdown > .nav-link {
  font-weight: 700;
}
.quick-donation-bar {
  background: #223a7b;
  padding: 30px 0 10px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;

  transform: translateY(100%); /* hidden by default */
  transition: transform 0.3s ease-in-out;
}

.quick-donation-bar.show-bar {
  transform: translateY(0); /* visible */
}

.quick-donation-bar .container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-donation-bar .title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  font-family: "Geogrotesque Cyr";
  margin-right: 16px;
}

.quick-donation-bar select,
.quick-donation-bar input {
  padding: 10px;
  border: none;
  border-radius: 3px;
  width: 220px;
  background: #ffffff00;
  border: 1px solid #fff;
  height: 50px;
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "Geogrotesque Cyr";
  font-weight: 400;
  padding-left: 15px !important;
}

.quick-donation-bar .donate-now:hover {
  background-color: #a11c1c;
}

.quick-donation-bar input::placeholder {
  color: #fff !important;
  font-size: 20px !important;
  font-family: "Geogrotesque Cyr";
}

.quick-donation-bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select-icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;

  background-size: 12px;
  padding-right: 30px;
}
.quick-donation-bar .donate-now {
  background-color: #c32122;
  color: #fff;
  border: none;
  padding: 10px 40px 10px 12px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 22px;
  cursor: pointer;
  height: 50px;
  font-size: 24px;
  font-family: "Geogrotesque Cyr";
  font-weight: 600;
  line-height: 0;
  width: 200px;
}
.quick-donation-bar select option {
  background: #223a7b;
  color: #fff;
}

.box-design
  .wp-block-column.has-base-2-color.has-text-color.has-background.has-link-color.wp-block-column-is-layout-flow {
  transition: background 0.3s ease !important;
}

.box-design
  .wp-block-column.has-base-2-color.has-text-color.has-background.has-link-color.is-layout-flow.wp-block-column-is-layout-flow:hover {
  background-color: #0778d4; /* darker blue shade */
}

.box-design
  .wp-block-column.has-base-2-color.has-text-color.has-background.has-link-color.is-layout-flow.wp-block-column-is-layout-flow:hover {
  background: #0778d4 !important;
}

.box-design
  .wp-block-column.has-base-2-color.has-text-color.has-background.has-link-color.is-layout-flow.wp-block-column-is-layout-flow:hover
  img {
  transform: scale(1.1);
}

.load-more-btn.animate-button {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.load-more-btn.animate-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.load-more-btn.animate-button:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.load-more-btn.animate-button:hover {
  color: white !important;
  box-shadow: 0 15px 35px rgba(74, 144, 226, 0.3);
  border: 0 !important;
}
.load-more-btn.animate-button:hover img {
  filter: brightness(0) invert(1);
}

.post-card p:empty {
  display: none;
}

@media (max-width: 1024px) {
  .wp-block-column.back-img img {
    height: 50vh;
    min-height: 470px;
  }
}

/* Replace your mobile CSS with this - IMPORTANT: Add !important to override */

@media (min-width: 993px) {
  .mobile-toggle-btn {
    display: none;
  }
  footer.wp-block-template-part {
    padding-bottom: 85px;
    border-bottom: 2px solid #fff;
  }

  .width-set {
    max-width: 850px; 

    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .width-set {
    position: relative;
  }

  .width-set .wp-block-column .wp-block-image {
    position: absolute;
    top: -31px;
    left: -26px;
    z-index: 10;
  }
  .box-height .wp-block-column {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  /* Mobile Toggle Button */
  .mobile-toggle-btn {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #c32122 !important;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    padding-top: 15px;
  }
  .load-more-btn {
    display: none !important;
}

.nested-parent-link::before{
  display: none;
}
  .mobile-toggle-btn .arrow {
    font-size: 20px;
    transition: transform 0.6s ease;
    background: #223a7b;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Container - initially hidden */
  .quick-donation-bar .container {
    max-width: 1290px !important;
    margin: 0 auto !important;
    display: none !important; /* Default hidden */
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    padding: 20px !important;

    /* Animation properties */
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .mobile-toggle-btn span {
    font-size: 24px;
  }

  /* Show and animate when open */
  .quick-donation-bar.open .container {
    display: flex !important;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  /* Slide up animation */
  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Arrow rotation */
  .quick-donation-bar.open .mobile-toggle-btn .arrow {
    transform: rotate(180deg);
  }

  /* Form elements */
  .quick-donation-bar .title {
    display: none !important;
  }

  .quick-donation-bar select,
  .quick-donation-bar input {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 15px !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .quick-donation-bar .donate-now {
    width: 100% !important;
    padding: 15px !important;
    background: #b91c1c !important;
    color: white !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    font-weight: 600;
  }

  .quick-donation-bar {
    background: #223a7b;
    padding: 0px 0 0px 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    max-width: 100%;
  }
  .quick-donation-bar.open p {
    display: none;
  }
  .offcanvas-body {
    /* padding-inline: 0px; */
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .quick-donation-bar select,
  .quick-donation-bar input {
    width: 204px;
    margin-right: 4px;
    font-size: 15px;
  }
  .quick-donation-bar .title {
    font-size: 20px;
    margin-right: 13px;
  }
  .quick-donation-bar .donate-now {
    width: 175px;
  }
  header .nav-link {
    padding-right: 27px !important;
    font-weight: 600 !important;
  }
  a.nav-link.main-dropdown:hover {
    color: #0778d4 !important;
  }
  ul.sub-menu.dropdown-menu.megaMenu.open {
    width: 860px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  ul.sub-menu.dropdown-menu.megaMenu.open {
    display: block;
    margin: auto;
    position: absolute;
    left: -96px;
    top: 68px;
  }
   .menu-item-contain li {
    width: unset;
    margin-right: 0px;
}
  .menu-item-contain {
    width: 100%;
    padding: 20px 0;
    padding-left: 0px;
  }
  .quick-donation-bar .donate-now {
    width: 165px;
    font-size: 20px;
  }

  .donate-askbox .add_to_cart {
    margin-right: 8px;
  }
  .wp-block-column.back-img img {
    width: 100%;
    height: 45vh;
  }
  .hero-banner figure.wp-block-image.size-full.full-image {
    height: 45vh;
  }
  .menu-img.ss {
    display: none;
}
}

@media screen and (max-width: 1590px) and (min-width: 1200px) {
  .wp-block-column.back-img img {
    height: 100vh;
  }
  .inner-banner .wp-block-column.back-img img {
    height: 100%;
  }
}

.wp-block-column.donar {
  justify-content: center !important;
}
@media (min-width: 1650px) {
  .wp-block-column.donar {
    justify-content: center !important;
  }
}
.wp-elements-cabb615eb1c50052b305ffb88dd2991e
  a:where(:not(.wp-element-button)):hover {
  color: #fff;
}

footer a:hover {
  color: #fff !important;
}

@media screen and (min-width: 1700px) {
  .wp-block-column.back-img img {
    height: 100%;
  }
  .hero-banner figure.wp-block-image.size-full.full-image {
    height: 72vh;
  }
  .inner-banner figure.wp-block-image.size-full.full-image {
    height: 50vh;
  }
  .inner-banner h1.wp-block-heading {
    text-align: center;
    font-weight: 700;
  }
}

.dropdown-menu.dropdown-cart {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  min-width: 320px;
  max-width: 380px;
  padding: 0;
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cart-head-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-head-wrap .titile {
  background: linear-gradient(135deg, #0778d4 0%, #223a7b 100%);
  color: white;
  margin: 0;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-head-wrap li.row {
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.2s ease;
}

.cart-head-wrap li.row:hover {
  background-color: #f8f9fa;
}

.cartRow {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  min-height: 60px;
}

.cartRow .col-xs-7 {
  flex: 1;
  padding-right: 12px;
}

.cartItem {
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  display: block;
}

.cartRow .col-xs-3 {
  flex: 0 0 auto;
  text-align: right;
  padding-right: 12px;
}

.cart-amount-wrap {
  font-size: 15px;
  font-weight: 600;
  color: #2b6cb0;
  background: #e6f3ff;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

.cartRow .col-xs-2 {
  flex: 0 0 auto;
  text-align: center;
}

.cartRow .col-xs-2 a {
  color: #e53e3e;
  text-decoration: none;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-block;
}

.cartRow .col-xs-2 a:hover {
  background-color: #fed7d7;
  transform: scale(1.1);
}

.cartRow .col-xs-2 i {
  font-size: 14px;
  cursor: pointer;
}

.cartFooter {
  background: #f7fafc;
  padding: 20px;
  border-top: 2px solid #e2e8f0;
}

.rowCartTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.rowCartTotal .col-xs-7 {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}

.basTotal {
  text-align: right;
  margin-top: -22px;
}

.basTotal #total {
  font-size: 18px;
  font-weight: 700;
  color: #2b6cb0;
  background: linear-gradient(135deg, #223a7b 0%, #223a7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.checkout {
  margin-top: 4px;
}

.btn.btn-danger.btn-block {
  width: 100%;
  background: linear-gradient(135deg, #c32122 0%, #c32122 100%);
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn.btn-danger.btn-block:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #223a7b 0%, #223a7b 100%);
}

.btn.btn-danger.btn-block:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

.cartEmptyMsg {
  text-align: center;
  padding: 40px 20px;
  color: #718096;
}

.cartEmptyMsg h4 {
  font-size: 18px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 12px;
}

.cartEmptyMsg p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.dropdown-menu.dropdown-cart.show {
  margin-top: 20px !important;
  margin-left: -30px !important;
}
span#cartcount {
  position: absolute;
  left: 17px;
  color: #c32122;
  top: -10px;
}
a.dropdown-toggle.navIcon.cartIcon {
  position: relative;
}
span#cartcount {
  position: absolute;
  left: 24px;
  color: #fff;
  top: -8px;
  background: #c32122;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50px;
  font-size: 12px;
  padding-top: 3px;
}
a.dropdown-toggle.navIcon.cartIcon:after {
  display: none;
}

.navIcon {
  font-size: 19px;
}

.inner-page .container {
  max-width: 850px;
}

@media (max-width: 480px) {
  .dropdown-menu.dropdown-cart {
    min-width: 280px;
    max-width: 300px;
  }

  .cartRow {
    padding: 12px 16px;
  }

  .cart-head-wrap .titile {
    padding: 16px 18px;
    font-size: 15px;
  }

  .cartFooter {
    padding: 16px;
  }

  .cartItem {
    font-size: 13px;
  }

  .cart-amount-wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 1201px) {
  ul.sub-menu.dropdown-menu.megaMenu.open {
    display: block;
    margin: auto;
    position: absolute;
    left: -126px;
    top: 68px;
  }
}

@media (max-width: 450px) {
  .wp-block-column.back-img img {
    height: 43vh;
    min-height: 300px;
  }
}

/* Murad css */
header + p,
main > p {
  display: none;
}

.donar.inner {
  left: 0;
}

.post-loop-grid li {
  background: #fff;
  border-radius: 5px !important;
}

.ico-box {
  display: flex;
}

.ico-box > .wp-block-columns {
  width: 100%;
}

.newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-form .form-group {
  width: 48%;
}

.newsletter-form .wpcf7-form-control {
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  background: transparent;
  color: #fff;
}

.newsletter-form .wpcf7-form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #fff !important;
}

.newsletter-form input[type="submit"] {
  background: #fbde1e;
  color: #000;
  border: 1px solid #fbde1e;
  font-weight: 600;
}

.newsletter-form .wpcf7-spinner {
  position: absolute;
}

.keep-touch-row .content-column-left {
  margin-right: -12px;
  z-index: 9;
}

.keep-img img {
  min-height: 432px;
  object-fit: cover;
}

.accordian-f {
  border-top: 1px solid #66b3bc;
  border-bottom: 1px solid #66b3bc;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.accordian-f ul {
  list-style: disc;
}

.border-left-h {
  border-left: 6px solid #fbde1e;
  padding-left: 18px;
}
.list-style-disc {
  list-style: disc !important;
}

/* new responsive css */
.top-header > div {
  padding-top: 0 !important;
}

.donate-askbox .btn-image {
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 320px) {
  .newsletter-form .form-group {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .top-header .wp-block-buttons {
    width: 130px !important;
  }
  .save-lives-column
    .wp-block-column.is-vertically-aligned-center.save-lives-column-main-img.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 10% !important;
  }
.wp-block-button__width-100.for-mobile a {
    padding: 15px 10px !important;
}


  .top-header .cart-toggle-mble .navbar {
    justify-self: end;
  }
  span#cartcount {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .donate-askbox .amount-list {
    gap: 14px 0px;
  }
  .donate-askbox .amount-list li {
    flex: 1 1 calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .for-mble-column-reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .inner-hero-sec {
    flex-direction: column-reverse !important;
  }
  .inner-hero-sec .back-img img {
    height: auto !important;
    min-height: 300px !important;
  }

  .keep-touch-row .content-column-left {
    margin-right: 0px;
  }

  .keep-img img {
    min-height: auto;
  }

  .save-lives-column .save-lives-column-main-img img {
    width: 48px;
  }

  .save-lives-column .save-lives-column-main-heading p {
    font-size: 16px !important;
  }

  .save-lives-column .save-lives-column-main-arrow img {
    width: 10px;
  }
  .Latest-news-update-title {
    font-size: 24px !important;
  }
  .inner-page .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .width-set .wp-block-column .wp-block-image {
    margin-top: -32px;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    padding-bottom: 52px;
  }
}

/* Names Container */
.names-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  font-family:
    "Lato",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* Letter Selector Dropdown */
.letter-select {
  width: 100%;
  padding: 16px 45px 16px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #2c3e50;
  background: white;
  border: 2px solid #e0e6ed;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%233498db' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.letter-select:hover {
  border-color: #3498db;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
}

.letter-select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

/* List Background Container */
/* Frontend default */
.list-background {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.list-background.active {
  min-height: 200px;
  opacity: 1;
}

/* 🧩 Gutenberg editor ke andar override */
.block-editor-page .list-background,
.block-editor-writing-flow .list-background {
  opacity: 1 !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* ACF Inner Container */
.acf-innerblocks-container {
  width: 100%;
}

/* Muslim Name List */
.muslim-name {
  list-style: none;
  padding: 0;
  margin: 0;
}

.muslim-name li {
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeIn 0.5s ease forwards;
  opacity: 0;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 700;
  color: #2c3e50;
}

.muslim-name li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(52, 152, 219, 0.15);
}

/* Staggered Animation for List Items */
.muslim-name li:nth-child(1) {
  animation-delay: 0.1s;
}
.muslim-name li:nth-child(2) {
  animation-delay: 0.15s;
}
.muslim-name li:nth-child(3) {
  animation-delay: 0.2s;
}
.muslim-name li:nth-child(4) {
  animation-delay: 0.25s;
}
.muslim-name li:nth-child(5) {
  animation-delay: 0.3s;
}
.muslim-name li:nth-child(6) {
  animation-delay: 0.35s;
}
.muslim-name li:nth-child(7) {
  animation-delay: 0.4s;
}
.muslim-name li:nth-child(8) {
  animation-delay: 0.45s;
}
.muslim-name li:nth-child(9) {
  animation-delay: 0.5s;
}
.muslim-name li:nth-child(10) {
  animation-delay: 0.55s;
}
.muslim-name li:nth-child(11) {
  animation-delay: 0.6s;
}
.muslim-name li:nth-child(12) {
  animation-delay: 0.65s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Meaning Text inside List Items */
.muslim-name li p {
  font-size: clamp(14px, 3vw, 16px);
  color: #7f8c8d;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
}
ul.wp-block-list.muslim-name li {
  list-style: none;
}
/* Responsive Design */
@media (max-width: 768px) {
  .names-container {
    padding: 15px;
    margin: 20px auto;
  }

  .list-background {
    padding: 20px;
  }

  .muslim-name li {
    padding: 15px;
  }

  .letter-select {
    font-size: 16px;
    padding: 14px 40px 14px 16px;
  }
}

/*04-Dec-2025 start  */
.gernal-calc {
  background-color: #eee;
  padding: 40px;
}
.gernal-calc p {
  color: #374151;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.4;
}
.gernal-calc input::placeholder {
  color: #b3b3b2 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400 !important;
}
.gernal-calc .total h4 {
  font-weight: 600;
  font-size: 20px;
  color: black;
  display: inline-block;
  margin-right: 20px;
}
.gernal-calc label {
  font-weight: 400;
  color: #000000;
}
.gernal-calc h2 {
  font-weight: 600;
  line-height: 1.4em;
  font-size: 30px;
}
.gernal-calc h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 20px;
}
.gernal-calc input[type="text"],
.gernal-calc input[type="number"] {
  padding: 25px 15px;
  border-color: #b3b3b2;
  height: 53px;
}
.gernal-calc input[type="text"]:focus,
.gernal-calc input[type="number"]:focus,
.gernal-calc select:focus {
  color: #000000;
  background-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 4px rgb(210 211 211 / 25%);
  border-color: black;
}
.gernal-calc .row-border {
  border-bottom: 2px solid #b3b3b2;
  padding-bottom: 20px;
}
.gernal-calc .quantity {
  padding: 0px 10px;
  height: 53px;
}
.gernal-calc .row-align span {
  font-weight: 600;
}
.gernal-calc .btn-danger {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .gernal-calc {
    padding: 25px;
  }
  .gernal-calc .row-border {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .gernal-calc .mb-3 {
    margin-bottom: 8px;
  }
}
/*04-Dec-2025  end  */

/* Blog Section Container */
.wp-block-group.blog-width {
  margin: 60px auto;
  padding: 40px 20px;
}

/* Individual Blog Card */
.blog-width .wp-block-post {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

/* Card Hover Effect */
.blog-width .wp-block-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Featured Image Container */
.blog-width .wp-block-post-featured-image {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  height: 350px;
  position: relative;
}

.blog-width .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 0 !important;
  transition: transform 0.5s ease;
}

/* Image Zoom on Hover */
.blog-width .wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.08);
}

/* Category Badge (Blog Tag) - UK Style */
.blog-width .wp-block-post-featured-image::before {
  content: "Blog";
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0066cc;
  color: white;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Content Area */
.blog-width .wp-block-post > * {
  padding-left: 24px;
  padding-right: 24px;
}

/* Date Styling - Above Title (UK Style) */
.blog-width .wp-block-post-date {
  padding-top: 20px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
}

.blog-width .wp-block-post-date time {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* Post Title */
.blog-width .wp-block-post-title {
  margin: 0 0 16px 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.blog-width .wp-block-post-title a {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  color: #1a1a1a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.blog-width .wp-block-post-title a:hover {
  color: #0066cc;
}

/* Excerpt Text */
.blog-width .wp-block-post-excerpt {
  padding-bottom: 20px !important;
  margin: 0 !important;
  flex-grow: 1;
}

.blog-width .wp-block-post-excerpt__excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 16px 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read More Link with Arrow - UK Style */
.blog-width .wp-block-post-excerpt__more-text {
  margin: 0 !important;
  padding-bottom: 24px;
}

.blog-width .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0066cc;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

/* Arrow Icon - Using CSS */
.blog-width .wp-block-post-excerpt__more-link::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Hover Effect for Read More */
.blog-width .wp-block-post-excerpt__more-link:hover {
  color: #004999;
  gap: 12px;
}

.blog-width .wp-block-post-excerpt__more-link:hover::after {
  transform: translateX(4px);
}

/* Empty Excerpt Handling */
.blog-width .wp-block-post-excerpt__excerpt:empty {
  display: none;
}
.blog-width .wp-block-post-template-is-layout-grid {
  gap: 1.5rem;
}
.wp-block-group.set-columns.nave {
  padding-top: 0 !important;
}
/* Responsive Design - Tablet */
@media (max-width: 1024px) {
  .blog-width .wp-block-post-template.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
  .blog-width .wp-block-post-template.columns-3 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .blog-width .wp-block-post-featured-image {
    height: 200px;
  }

  .blog-width .wp-block-post-title a {
    font-size: 18px;
  }

  .blog-width .wp-block-group.blog-width {
    padding: 20px 16px;
  }
}

/* Additional WordPress Block Fixes */
.blog-width .wp-block-query {
  padding: 0 !important;
}

.blog-width .wp-block-columns {
  margin: 0 !important;
}

.blog-width .wp-block-column {
  margin: 0 !important;
  padding: 0 !important;
}

/* Smooth Loading Animation */
.blog-width .wp-block-post {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.blog-width .wp-block-post:nth-child(1) {
  animation-delay: 0.1s;
}
.blog-width .wp-block-post:nth-child(2) {
  animation-delay: 0.2s;
}
.blog-width .wp-block-post:nth-child(3) {
  animation-delay: 0.3s;
}
.blog-width .wp-block-post:nth-child(4) {
  animation-delay: 0.4s;
}
.blog-width .wp-block-post:nth-child(5) {
  animation-delay: 0.5s;
}
.blog-width .wp-block-post:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix for border-radius: 0 in HTML */
.blog-width .wp-block-post-featured-image img[style*="border-radius:0px"] {
  border-radius: 0 !important;
}

/* Main Container */
.city-hub-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 50px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    padding-bottom: 0;
}
.dropdown-wrapper {
    margin-bottom: 60px;
}
/* Header */
.city-hub-header {
  text-align: center;
  margin-bottom: 35px;
}
.city-hub-header h2 {
  color: #1e40af;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}
.city-hub-header p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

/* Custom Dropdown Styles */
.custom-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.select-box {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.select-box:hover {
    border-color: #94a3b8;
}

.select-box.open {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.selected-text {
    color: #475569;
}

.arrow {
    color: #64748b;
    transition: transform 0.3s;
}

.select-box.open .arrow {
    transform: rotate(180deg);
    color: #3b82f6;
}

.options-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.option-item {
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s;
    color: #475569;
}

.option-item:hover {
    background: #eff6ff;
}

.option-item:last-child {
    border-bottom: none;
}

/* Go Button */
.button-wrapper {
    text-align: left;
}
.go-btn {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.go-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}
.go-btn:active {
    transform: translateY(0);
}

/* Footer */
.city-hub-footer {
    margin-top: 30px;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
}
.help-text {
    color: #475569;
    margin: 0;
    font-size: 15px;
}
.width-set .wp-block-heading p,
.width-set .wp-block-heading em {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 0;
    font-weight: 500 !important;
}

.width-set .wp-block-heading * {
    font-size: inherit;
    line-height: inherit;
}
.width-set h3 strong {
    font-weight: 500 !important;
}
.width-set h3  {
    font-weight: 500 !important;
}
.nested-parent-link {
    position: relative;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #0778d4;
    padding-bottom: 0;
}
.width-set p {
    font-weight: bold !important;
    font-size: 24px;
}
/* Step 1: sab p.mt-50 ko 30px do */
.width-set .wp-block-column p.mt-50 {
  margin-top: 30px !important;
}
.nested-parent-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: #0778d4;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .city-hub-header h2 {
    font-size: 24px;
  }
  .options-container {
    max-height: 250px;
  }
  .go-btn {
    padding: 14px 30px;
    font-size: 16px;
    width: 100%;
  }
  .city-hub-container {
    padding: 30px 10px;
  }
  .dropdown-wrapper {
    margin-bottom: 0px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
  header .is-layout-constrained > :where(:not(.alignfull)) {
 max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.heading-banner .donation-box {
    width: 37% !important;
      padding-left: 25px !important;
}

section.heading-banner {
    height: 65vh;
}
.heading-banner .donation-box {
    min-height: 50vh;
}
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  header .is-layout-constrained > :where(:not(.alignfull)) {
  max-width: 1280px;
}

.heading-banner .donation-box {
    width: 40% !important;
    
}
section.heading-banner {
    height: 65vh;
}
.heading-banner .donation-box {
    min-height: 55vh;
}
}
@media screen and (min-width: 1441px) and (max-width: 1500px) {
  header .is-layout-constrained > :where(:not(.alignfull)) {
  max-width: 1340px;
}
.heading-banner .donation-box {
    width: 37% !important;
      padding-left: 42px !important;
}

section.heading-banner {
    height: 75vh;
}
.heading-banner .donation-box {
    min-height: 65vh;
}
}

@media screen and (min-width: 1201px) and (max-width: 1340px) {
	.menu-item-contain {
    gap: 0 3px;
}
ul.sub-menu.dropdown-menu.megaMenu.open {
    left: -105px;
}
}
@media screen and (min-width: 1351px) and (max-width: 1499px) {

.donation-box {
    justify-content: center !important;
}
}
.wp-singular.single.single-post .entry-content .container{
    max-width: 850px;
}