/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --swiper-navigation-size: 28px; /* or any size you want */
}

/* header css start */
.btn-withArrow {
  background: #e9e9e9;
  color: #000000;
  font-weight: 600;
  padding: 3px 10px 3px 2px;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.btn-login {
  background: #e9e9e9;
  color: #000000;
  font-weight: 600;
  padding: 3px 10px 3px 2px;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.btn-withArrow .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  font-size: 0.75rem;
  background: url("images/Ellipse_black.png") center;
}
/* end header css */

/* content css start */
.augment-latest-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.augment-post-card {
  width: 32%;
  overflow: hidden;
}
.augment-post-card .augment-media-wrapper {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  height: 289px;
  display: flex;
  align-items: center;
  background: #00302d;
}
.augment-post-card .augment-media-wrapper .augment-logo-block {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 90%;
  margin: auto;
}

.augment-post-image {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 5px;
}

.augment-post-meta {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.augment-post-meta h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.augment-read-more {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  background: #f1efeb;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.augment-read-more:hover {
  background: #d9d7d2;
}

/* end content css */

/* footer css start */
/* Ensure full width for first two blocks */
/* Wrap last three blocks into a grid visually */

.ct-footer .ct-container > div:first-child h4 {
  color: #09090966;
  font-weight: 600;
}

/* Full-width for block 1 and 2 */

.ct-footer .ct-container > div:first-child > .ct-widget:nth-child(2) {
  margin-top: 0px !important;
}

/* Grid override: re-layout 3rd to 5th widgets in 3 auto columns */
.ct-footer .ct-container > div:first-child > .ct-widget .wp-block-group {
  display: inline-flex;
  gap: 20px;
}
/* Remove extra margin on last item */
.ct-footer div[data-column="widget-1"] > .ct-widget:nth-child(4) {
  margin-right: 0;
}

/* Icon styling */
div[data-column="widget-1"] img {
  max-width: 30px;
  height: auto;
  display: inline-block;
}

/* end footer css */

/* End button css */
ul#breadcrumbs-pro {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul#breadcrumbs-pro li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #868ca9;
}
ul#breadcrumbs-pro li.home {
  display: none;
}
ul#breadcrumbs-pro li a:after {
  display: inline-block;
  content: ">";
  color: #ffffff;
  opacity: 1;
  font-family: "Lato", Sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  top: -2px;
  padding: 0 10px;
}
ul#breadcrumbs-pro li:last-child a:after {
  display: none;
}
ul#breadcrumbs-pro a {
  color: #398eb6;
}
#page-title-pro ul#breadcrumbs-pro li.current_item {
  color: #868ca9;
}
ul#breadcrumbs-pro a:hover {
  color: #46b7e4;
}
/* iPad Portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* iPad portrait styles */
  .augment-latest-posts {
    display: block;
    justify-content: center;
    margin-bottom: 15px;
  }

  .augment-post-card {
    width: 100%;
    overflow: hidden;
  }
  .btnDark,
  .btnLight {
    padding: 4px 16px 4px 4px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
  }

  .laLogin {
    color: #000;
    max-width: 180px !important;
  }

  .clickToreadMore {
    color: #000;
    max-width: 210px !important;
  }
  .btnNewsletter {
    color: #000;
    max-width: 200px !important;
  }

  .btnDark a,
  .btnLight a {
    background: transparent;
    color: #000 !important;
    padding: 0px;
  }

  .btnCenter {
    margin: auto;
    align-self: center;
  }

  .btnRight {
    align-self: end;
  }

  .btnDark::before,
  .btnLight::before {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  /* Your responsive CSS rules go here */
  .augment-latest-posts {
    display: block;
    justify-content: center;
    margin-bottom: 15px;
  }

  .augment-post-card {
    width: 100%;
    overflow: hidden;
  }
  .btnDark,
  .btnLight {
    padding: 4px 16px 4px 4px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
  }

  .laLogin {
    color: #000;
    max-width: 180px !important;
  }
  .clickToreadMore {
    color: #000;
    max-width: 210px !important;
  }
  .btnNewsletter {
    color: #000;
    max-width: 200px !important;
  }

  .btnDark a,
  .btnLight a {
    background: transparent;
    color: #000 !important;
    padding: 0px;
  }

  .btnCenter {
    margin: auto;
    align-self: center;
  }

  .btnRight {
    align-self: end;
  }

  .btnDark::before,
  .btnLight::before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 540px) {
  /* iPhone 16 styles */
  .btnDark,
  .btnLight {
    padding: 4px 16px 4px 4px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
  }

  .laLogin {
    color: #000;
    max-width: 180px !important;
  }

  .clickToreadMore {
    color: #000;
    max-width: 210px !important;
  }
  .btnNewsletter {
    color: #000;
    max-width: 200px !important;
  }

  .btnDark a,
  .btnLight a {
    background: transparent;
    color: #000 !important;
    padding: 0px;
  }

  .btnCenter {
    margin: auto;
    align-self: center;
  }

  .btnRight {
    align-self: end;
  }

  .btnDark::before,
  .btnLight::before {
    width: 28px;
    height: 28px;
  }
  .augment-post-meta {
    align-items: start;
  }

  .augment-post-meta h4 {
    flex-basis: 60%;
  }
}
