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;
}
.mw-550{
  max-width: 550px;
}

.Latest-news-update-title{
  margin-top: 0;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 12px;
}
.home header.wp-block-template-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent !important;
}

div:has(.equal-height-cards) > h2 {
    font-weight: 700;
}

nav.wp-block-query-pagination {
  margin-top: 50px;
}
/* Main Pagination Container */
.wp-block-query-pagination.is-layout-flex {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 20px;
    font-weight: 600; 
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.wp-block-query-pagination .page-numbers {
    width: 42px;
    height: 42px;
    border: 2px solid #0778d4;
    background-color: #ffffff;
    color: #0778d4 !important;
}

.wp-block-query-pagination .page-numbers.current {
    background-color: #0778d4 !important;
    color: #ffffff !important;
    border-color: #0778d4 !important;
}

.wp-block-query-pagination .page-numbers.dots {
    border: 2px solid #0778d4;
    background-color: #ffffff;
    color: #0778d4 !important;
    cursor: default;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination p:first-child a {
    padding: 16px 24px;
    background-color: #666666 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination p:last-child a {
    padding: 16px 24px;
    background-color: #0778d4 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important; 
}

.wp-block-query-pagination p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.wp-block-query-pagination a.page-numbers:not(.current):hover {
    background-color: #0778d4 !important;
    color: #ffffff !important;
}

.wp-block-query-pagination-next:hover {
    background-color: #223a7b !important; 
}

.wp-block-query-pagination-previous:hover {
    background-color: #444444 !important;
}

.sub-dropdown-child-menu .nested-nav-link {
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 10px;
  font-size: 18px; 
  font-weight: normal;
  width: 100%;
}
.single .entry-content .container,
.single #primary .container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;  
    padding-right: 10px; 
}


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 */

.sub-dropdown-menu.sub-dropdown-child-menu {
  padding-top: 12px;
}
.menu-img.ss {
  margin-right: 15px;
  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 {
  width: 100%;
  height: 100%;
}
.wp-block-post-featured-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.wp-block-post-title {
  font-size: 24px;
}
.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; 
  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: 17px !important;
}

.menu-items-contain-parent {
    position: relative;
    display: flex;
    background: #fff;
    border-top: 5px solid rgb(0, 119, 200) !important;
}
.menu-item-contain > li {
    flex: 0 0 calc(29.333% - 20px);
}

.nested-nav-link {
  display: inline-flex;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.menu-post-content h4 {
  font-size: 30px;
}
ul.sub-menu.sub-dropdown-menu li {
  width: 100%;
}
.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 0px;
}
.navbar-nav .megaMenu {
  background: #ff000000;
}

ul.sub-menu.dropdown-menu.megaMenu li a {
  top: 7px;
  margin: 0;
}
.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;
}
.navbar-collapse  .active {
  background-color: #ff69b400 !important;
  color: #fff !important;
  font-weight: bold;
}
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 20px;
}
.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);
}
.donate-btn {
  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;
}
.donate-btn:hover {
  background-color: #a11c1c;
}
.enquiries {
  margin-bottom: 10px;
  padding: 33px 25px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}
.stages-width{
  width: 50% ;
}
@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: 991px) {
  .navbar-toggler {
    display: none !important;
  }
  .home a.nav-link.main-dropdown.active {
    color: #fff !important;
}
.home a.nav-link.main-dropdown:hover {
    color: #fff !important;
    cursor: pointer;
}
  .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: 0px;
  }

  .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;
  }
  .logo-column img {
    width: 124px;
  }
  .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;
  }
  .wp-block-query-pagination-numbers {
    display: none;
}
}
@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: 991px) {
  .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;
  }
}
@media only screen and (max-width: 767px) {
   .stages-width{
  width: 100% !important;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination p:first-child a {
    padding: 12px 12px;
    margin-bottom: 0;

}
.wp-block-query-pagination-next,
.wp-block-query-pagination p:last-child a {
    padding: 12px 12px;
}
.wp-block-query-pagination .page-numbers, .wp-block-query-pagination-previous, .wp-block-query-pagination-next {
    font-size: 15px;
}
.wp-block-query-pagination-numbers {
    display: none;
}
  .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; 
  }


  .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;
  }
  .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: 12px;
    top: 13px;
  }
  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;
  }
  .entry-content > .banner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media (min-width: 991px) {
  ul.sub-menu.dropdown-menu.megaMenu.open {
    width: calc(100% + 67%);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block;
    margin: auto;
    position: absolute;
    left: 0px;
    top: 48px;
    padding-top: 12px;
  }
  .inner-banner .wp-block-column.donar {
    height: auto;
  }
  .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;
}
/* Firefox */
input:-moz-autofill {
  appearance: none;
  background-color: transparent !important;
  color: inherit !important;
}
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;
}
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: 15px 0 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  transform: translateY(100%); 
  transition: transform 0.3s ease-in-out;
}
.quick-donation-bar.show-bar {
  transform: translateY(0); 
}
.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; 
}
.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;
  }
}
@media (min-width: 993px) {
  .mobile-toggle-btn {
    display: none;
  }
  footer.wp-block-template-part {
    padding-bottom: 80px;
    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: 991px) {
  /* 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;
  }
   .main-dropdown.active:before{
  display: none !important;
 }
 a.btn.load-more-btn {
    display: none;
}
 .cartIcon .fa-shopping-cart {
    font-size: 25px !important;
}
.navbar-toggler {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    .navbar-toggler img.hamBurger {
        width: 42px !important;   
        height: auto !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }
    .home .navbar-toggler img.hamBurger {
    filter: invert(1);
}
  .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;
  }
  .quick-donation-bar .container {
    max-width: 1290px !important;
    margin: 0 auto !important;
    display: none !important; 
    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 {
    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: 910px; */
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  ul.sub-menu.dropdown-menu.megaMenu.open {
    display: block;
    margin: auto;
    position: absolute;
    left: 0px;
    top: 48px;
    padding-top: 12px;
  }
  .menu-item-contain li {
    margin-right: 20px;
  }
  .menu-item-contain {
    width: 100%;
    padding: 20px 0;
    padding-left: 19px;
  }
  .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;
  }
  img.wp-image-719 {
    margin-left: 20px;
  }
  .menu-item-contain > li {
    flex: 0 0 calc(27.333% - 20px);
}
}
@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: 4px 26px;
    min-height: 40px;
}
.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: 10px 15px;
    border-top: 2px solid #e2e8f0;
}
.rowCartTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.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: 0px !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: 2px;
  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: 0px;
    top: 48px;
    padding-top: 12px;
  }
}
@media (max-width: 450px) {
  .wp-block-column.back-img img {
    height: 43vh;
    min-height: 300px;
  }
}
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 {
  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: 767px) {
  .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;
  }
  .inner-page .container {
    padding-left: 15px !important;
    padding-right: 15px !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;
}
.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);
  }
}
.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 .head {
  font-weight: 500;
}
.gernal-calc p {
  font-weight: 400;
  color: #000;
}
.gernal-calc .total h4 {
  font-weight: 600;
  font-size: 20px;
  color: black;
  display: inline-block;
  margin-right: 20px;
}
.gernal-calc label {
  color: #000;
}
.gernal-calc label {
  font-weight: 400;
}
.gernal-calc h2 {
  font-weight: 600;
  margin-bottom: 20px !important;
  line-height: 1.4em;
}
.gernal-calc label {
  color: #000000;
}
.gernal-calc h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.gernal-calc input[type="text"],
.gernal-calc input[type="number"] {
  padding: 25px 15px;
  border-color: #b3b3b2;
  height: 53px;
  border-radius: 0px;
}
.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 dotted #b3b3b2;
  padding-bottom: 20px;
}
.gernal-calc .quantity {
  padding: 0px 10px;
  height: 53px;
}
.gernal-calc .row-align span {
  font-weight: 600;
}
.gernal-calc .row-align {
  margin-bottom: 15px;
}
.gernal-calc .btn-danger {
  font-size: 18px;
}
.gernal-calc .donate-now {
  background-color: #c32122;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-family: "Geogrotesque Cyr";
  font-weight: 600;
  border-radius: 0px;
}
.gernal-calc .donate-now:hover {
  background-color: #a11c1c;
}
@media only screen and (max-width: 767px) {
  .gernal-calc {
    padding: 25px 40px;
  }
  .gernal-calc .row-border {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .gernal-calc .mb-3 {
    margin-bottom: 8px;
  }
  .gernal-calc h2 {
    margin-bottom: 5px !important;
  }
  .gernal-calc h3 {
    margin-bottom: 0px;
  }
  .gernal-calc p {
    margin-bottom: 8px !important;
  }
}
/*04-Dec-2025 maham 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: 250px;
  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);
}
/* Card Content Area */
.blog-width .wp-block-post > * {
  padding-left: 24px;
  padding-right: 24px;
}
/* Date Styling - Above Title */
.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: 24px;
    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;
    margin-top: 20px;
}
.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;
}
.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;
}
.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;
}
.wp-block-group.side-pade {
  padding: 0 18px !important;
}
/* Banner Css Redesign Css */
.home .hero-banner-custom {
    margin-top: 0; 
    position: relative;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: flex-end;
    padding-top: 200px;
    padding-bottom: 74px;
}

.home .fixed-header i.fa.fa-shopping-cart {
    color: #000 !important;
}
.home .fixed-header .search-cursor img {
    filter: unset;
}
.hero-text h1 {
    color: #fff;
    font-weight: 900;
}
.home .hero-content {
    position: relative;
    z-index: 3;
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}
.hero-overlay{
  position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(12, 30, 33)), color-stop(60%, rgba(12, 30, 33, 0.4)), to(rgba(12, 30, 33, 0.1)));
    background: linear-gradient(90deg, rgb(12, 30, 33) 20%, rgba(12, 30, 33, 0.4) 60%, rgba(12, 30, 33, 0.1) 100%);
  }
.home .navbar-columns{
    background: #f1f1f100 !important;
}
 .home header .nav-link {
    color: #fff;
}
.home i.fa.fa-shopping-cart {
    color: #fff !important;
}
.home img.wp-image-600 {
    filter: brightness(0) invert(1);
}
.home .search-cursor img {
    filter: brightness(0) invert(1);
}
 /* header.wp-block-template-part {
    background: linear-gradient(
        to bottom,
        #0077C8 0%,
        #0077C8 25%,
        transparent 10.1%
    );
} */
/* .wp-block-columns.for-desktop {
    background: #0077c8 !important;
} */
.menu-img.ss {
    display: none;
}
.nested-parent-link {
    width: auto;
}
.menu-item-contain:has(.menu-item-has-children) {
    display: flex;  
}
.nested-parent-link {
    border-bottom: 0;
}
ul.sub-menu.dropdown-menu.megaMenu.open:not(:has(.dropdown-btn-child)) {
    width: auto;
    min-width: 250px;
    left: 0;
    top: 100%;
}
ul.sub-menu.dropdown-menu.megaMenu.open:not(:has(.dropdown-btn-child)) .menu-item-contain {
    display: block;
    width: 100%;
}
.nested-nav-link:hover {
    background: unset;
}
a.nav-link.main-dropdown:hover {
    color: #000 !important;
    cursor: pointer;
}
a.nav-link.main-dropdown.active {
    color: #000 !important;
}
.home .acf-innerblocks-container {
    margin-top: 10px;
}
a.nav-link.main-dropdown {
    position: relative;
}
.main-dropdown.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 1rem;
    left: 0px;
    border: 1.2rem solid transparent;
    border-bottom-color: #0077C8;
}
ul.navbar-nav > li.menu-item-has-children:not(:has(.nested-parent-link)) {
    position: relative;
}
ul.sub-menu.dropdown-menu.megaMenu.open:not(:has(.nested-parent-link)) {
    width: max-content !important;   
    min-width: 220px !important;     
    max-width: 420px !important;     
    padding: 12px 0;                
    left: 0 !important;
    top: 100% !important;
    position: absolute !important;
    margin-top: -1px;
}
.nested-nav-link::after, .nested-parent-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; 
    bottom: 0;
    left: 0;
    background-color: #0077c8; 
    transition: width 0.3s ease-in-out; 
}
.nested-nav-link:hover::after, .nested-parent-link:hover::after {
    width: 90%;
}
ul.navbar-nav li.menu-item-has-children > .menu-items-contain-parent:before {
    content: "";
    position: absolute;
    top: -1.5rem; 
    left: 50%;    
    transform: translateX(-50%);
    border: 1rem solid transparent;
    border-bottom-color: #0077C8;
    z-index: 10;
    display: block;
}


/* MURAD UI FIX */
.header-cart-wrapper{
  width: max-content;
  margin-left: auto !important;
}

.megaMenu .sub-dropdown-menu{
  padding-top: 0 !important;
}

:where(.wp-site-blocks) > *{
  margin-block-start: 0 !important
}


@media screen and (max-width: 991px) {
  .home header .nav-link {
    color: #000;
}
.navbar-columns .menu-col,
.navbar-columns .cart-toggle-mble,
.navbar-columns .wp-block-column:has(.mble-cart) {
    display: contents !important;
}
.navbar-columns nav.navbar {
    order: 4 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.menu-item-contain:has(.menu-item-has-children) {
    display: block;
}
.menu-items-contain-parent:before {
display: none;
}
.menu-items-contain-parent{
  border: none !important;
}
.offcanvas-body {
    padding-top: 0;
}
header .nav-link {
    font-size: 20px !important;
}
.nested-parent-link {
    width: 100%;
}
.home header.wp-block-template-part {
    background: transparent;
}
  /* .home .hero-banner-custom {
    height: 75vh;
    min-height: 75vh;
} */
header.wp-block-template-part {
    background: none;
}
}
 .btn-image {
    flex-direction: column;
    gap: 22px 0px !important;
}
.fixed-header.visible .scro {
    display: none;
}
.home .fixed-header.visible .nav-link {
    color: #000;
}
/* Banner Css Redesign Css End */
/* 11-june-2026 */
.ramadan-resource-card figure img {
    width: 100%;
    height: 350px;
}
/* timetable css 11-june-2026 start */
.ramadan-timetable {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #0b73c9;
  font-size: 14px;
}
.ramadan-timetable thead tr {
  background-color: #0b73c9;
}
.ramadan-timetable thead tr th {
    padding: 20px 10px;
    color: white;
    font-size: 16px;
}
.ramadan-timetable thead tr th {
  color: #ffffff;
  padding: 17px 7px;
  text-align: center;
  font-weight: 600;
  border: none;
}
.ramadan-timetable tbody td {
  padding: 17px 7px;
  text-align: center;
  border: none;
}
.ramadan-timetable tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.ramadan-timetable tbody tr:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .ramadan-timetable thead th {
    padding: 17px 10px;
  }
  .ramadan-timetable tbody td {
      padding: 17px 4px;
      font-size: 14px;
  }
  .home .hero-banner-custom{
    padding-top: 164px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .ramadan-timetable thead th {
    padding: 17px 11px;
  }
  .ramadan-timetable tbody td {
      padding: 17px 0px;
      font-size: 14px;
  }
  .home .hero-banner-custom{
    padding-top: 140px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  .ramadan-timetable {
    min-width: 800px; 
  }
   .ramadan-timetable thead tr th {
    font-size: 14px;
  }
  .ramadan-timetable tbody td {
      padding: 14px 0px;
      font-size: 14px;
  }

  .search-popup .top-search-input-wrap .search-wrap .search.educon-top-search{
    width: 90%;
  }
  .home .hero-banner-custom{
    padding-top: 90px;
    padding-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .table-responsive {
    overflow-x: visible; 
  }
 
}

@media (max-width: 781px) {
  .top-header{
    display: none !important;
  }

}
/* timetable css 11-june-2026 ends */
/* ===== ICON STYLING ===== */
.owl-nav button span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    font-size: 32px;
    font-weight: 200;
    line-height: 1;
    margin-top: -2px;
}
/* ===== HOVER STATE ===== */
.owl-nav button:hover {
    background: #ffffff !important;
    transform: scale(1.08) translateY(-2px);
    box-shadow: 
        0 16px 40px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.08),
        0 0 0 2px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.3) !important;
    color: #0a0a1a !important;
}
.owl-nav button:hover span {
    transform: scale(1.1);
}
/* ===== ACTIVE/PRESSED STATE ===== */
.owl-nav button:active {
    transform: scale(0.92) translateY(0px);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition-duration: 0.1s;
}
/* ===== PREVIOUS BUTTON SPECIFIC ===== */
.owl-nav .owl-prev {
    transform: translateX(0);
}
.owl-nav .owl-prev:hover {
    transform: scale(1.08) translateX(-3px) translateY(-2px);
}
.owl-nav .owl-prev:active {
    transform: scale(0.92) translateX(0px) translateY(0px);
}
/* ===== NEXT BUTTON SPECIFIC ===== */
.owl-nav .owl-next {
    transform: translateX(0);
}
.owl-nav .owl-next:hover {
    transform: scale(1.08) translateX(3px) translateY(-2px);
}
.owl-nav .owl-next:active {
    transform: scale(0.92) translateX(0px) translateY(0px);
}
/* ===== DISABLED STATE ===== */
.owl-nav button.owl-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.5);
}
/* ===== WITH TEXT LABELS (optional) ===== */
.owl-nav button .nav-label {
    position: absolute;
    bottom: -28px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.owl-nav button:hover .nav-label {
    opacity: 1;
    color: rgba(0, 0, 0, 0.6);
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .owl-nav {
        gap: 12px;
        margin-top: 20px;
    }   
    .owl-nav button {
        width: 48px;
        height: 48px;
        font-size: 24px !important;
    }  
    .owl-nav button span {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .owl-nav {
        gap: 10px;
        margin-top: 16px;
    } 
    .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 20px !important;
    } 
    .owl-nav button span {
        font-size: 22px;
    }
      header .wp-block-columns.navbar-columns {
    padding: 0 !important;
}
}
/* ===== VARIANT: DARK THEME ===== */
@media (prefers-color-scheme: dark) {
    .owl-nav button {
        background: rgba(30, 30, 50, 0.9) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
        color: #e0e0e8 !important;
        box-shadow: 
            0 8px 24px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }  
    .owl-nav button:hover {
        background: #2a2a45 !important;
        color: #ffffff !important;
        border-color: rgba(255, 215, 0, 0.2) !important;
    }
    .owl-nav button .nav-label {
        color: rgba(255, 255, 255, 0.2);
    }
    .owl-nav button:hover .nav-label {
        color: rgba(255, 255, 255, 0.5);
    }
}
/* ===== VARIANT: WITH BACKGROUND BLUR WRAPPER ===== */
.owl-nav-wrapper {
    position: relative;
    padding: 10px 20px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    display: inline-flex;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
/* ===== ANIMATED PULSE DOT (optional) ===== */
.owl-nav .nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 215, 0, 0.3);
    animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.5); }
}
@media (max-width: 390px) {
    .navbar-toggler img.hamBurger {
        width: 32px !important;
        
    }
}


@media only screen and (max-width: 350px) {
  .top-header .wp-block-buttons {
    width: 88px !important;
  }
.wp-block-button.has-custom-width.wp-block-button__width-100.for-mobile {
    width: 85px;
    position: relative;
    left: 11px;
}
/* .home .hero-banner-custom {
    height: 90vh !important;
    min-height: 75vh;
} */

  .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;
  }
  .top-header .wp-block-button > a {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 !important;
    height: 36px;
    top: 68px;
  }
  .top-header .cart-toggle-mble {
    display: block !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);
  }
}


/* New Header Style Start */


img.custom-logo {
    width: 154px;
}

@media (max-width: 991px) {
 
    .btn-head-search {
        order: 3 !important; 
    }

    .navbar {
        order: 3 !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
.btn-head-search.search-cursor {
    display: none;
}
}



@media (max-width: 991px) {
  
.navbar {
        margin-left: 55px !important;
    }

    .wp-block-group.wp-container-core-group-is-layout-3a88641f {
        margin-left: auto !important;
        gap: 12px !important; 
    }
}

@media (max-width: 600px) {
img.custom-logo {
    width: 130px;
}
.navbar {
    margin-left: 26px !important;
}
 .wp-block-buttons.flip-button .wp-block-button__link {
       white-space: nowrap !important;
       font-size: 16px !important;
    }
}

@media (max-width: 991px) {
    
    header .wp-block-group.wp-block-group-is-layout-flex {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
      
    }

    /* 3. Cart Icon Styling */
    .dropdown-toggle.cartIcon {
     
        padding: 5px !important;
    }
    
    /* .dropdown-toggle.cartIcon i {
        color: #ffffff !important; 
        font-size: 18px !important;
    } */
    .wp-block-buttons.flip-button {
        order: 2 !important;
        margin: 0 !important;
    }

    .wp-block-buttons.flip-button .wp-block-button__link {
        background-color: #c32122 !important;
        color: #ffffff !important;
        font-size: 16px !important;            
        font-weight: 600 !important;
        padding: 8px 16px !important;        
        border-radius: 4px !important;     
        white-space: nowrap !important;        
        display: inline-block !important;
    }

    /* 5. Hamburger/Toggle Container */
    .navbar {
        order: 3 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .navbar-toggler {
        padding: 4px !important;
        border: none !important;
        background: transparent !important;
    }

    .offcanvas form{
      margin-top: 14px;
    }

    .offcanvas form button[type="submit"]{
      width: 100%;
      margin-top: 10px;
      background: #c32122;
      border: 0;
      color: #fff;
      padding: 8px;
      border-radius: 4px;
    }

    .offcanvas form input{
      width: 100%;
      padding: 6px;
      border-radius: 4px;
      border: 1px solid #c7c7c7;
    }

}

/* New Header Style Start */


/* Custom fonts size start */
footer .title{
  font-family: "Geogrotesque Cyr" !important;
}

.wp-singular p, .wp-singular ul li, .wp-singular ol li{
  font-size: 18px;
}

.wp-singular footer ul li{
  font-size: 16px;
}

.wp-singular h2, .wp-singular h3{
  font-size: 30px;
  font-family: 'Lato';
  font-weight: bold;
}

@media (max-width: 1199px) {
  .wp-singular h2, .wp-singular h3{
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .wp-singular h2, .wp-singular h3{
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .wp-singular p, .wp-singular ul li, .wp-singular ol li{
    font-size: 16px;
  }
  .wp-singular h2, .wp-singular h3{
    font-size: 24px;
  }
  .wp-singular footer ul li{
  font-size: 16px;
  }
}
/* Custom font size end */