/* recent blog section styles */
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.blog-section .blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-section .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.blog-section .blog-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.blog-section .blog-content {
  padding: 15px 18px 10px;
}

.blog-section .blog-title {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #222;
}

.blog-section .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
  color: #555;
  font-size: 0.9rem;
}

.blog-section .meta-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.blog-section .meta-left i {
  margin-right: 5px;
}

.blog-section .meta-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-section .meta-right i {
  color: #e74c3c;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* recent blog section styles end */

/* File download box styles */
.file-download-box {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}

.file-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.file-icon i {
  font-size: 2.5rem;
  color: #555;
}

.file-details {
  flex: 1;
}

.file-details a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.file-details a:hover {
  text-decoration: underline;
}

.file-meta {
  font-size: 0.9rem;
  color: #888;
  margin-top: 4px;
}

.file-download a {
  font-size: 1.4rem;
  color: #000;
}

.file-download a:hover {
  color: #0073aa;
}

/* File download box styles end */

.blog-section .blog-content .meta-left span {
  display: flex;
  align-items: center;
}

.blog-section .blog-content .meta-left .post-views {
  line-height: 1;
}

.view-count .elementor-shortcode {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  color: #2f2e2e;
  font-size: 14px;
  font-weight: 600;
}

.blog-listing-wrap .view-count .elementor-shortcode {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  color: #2f2e2e;
  font-size: 12px;
  font-weight: 400;
}

.search-box-warpper {
  overflow-x: hidden !important;
}

.blog-listing-wrap .elementor-widget-post-info .elementor-post-info__item--type-comments {
  line-height: 1.3 !important;
  color: #2f2e2e !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.blog-custom-fields .elementor-icon-list-item {
  position: relative;
}

.blog-custom-fields .elementor-icon-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
}

.blog-custom-fields .elementor-icon-list-item:first-child::before {
  content: unset;
}

/* isk */

.comments-area .comment-reply-title,
.comments-area .reply-title {
  display: none;
}

.comments-area .comment-notes,
.comments-area .logged-in-as {
  margin-bottom: 20px;
}

.comments-area .comment-notes a:hover,
.comments-area .logged-in-as a:hover {
  color: #000;
  text-decoration: underline;
}

.comments-area .comment-form-comment,
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.comments-area .comment-form-comment label,
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  width: 85px;
}

.comments-area .comment-form-comment textarea,
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  flex-grow: 1;
  border: 1px solid #57606d;
  padding: 10px;
}

.comments-area .comment-form-comment textarea:focus,
.comments-area .comment-form-author input:focus,
.comments-area .comment-form-email input:focus,
.comments-area .comment-form-url input:focus {
  outline: 0;
  border-color: #000;
}

.comments-area .comment-form-author input,
.comments-area .comment-form-url input {
  height: 40px;
}

.comments-area .comment-form-cookies-consent {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comments-area .comment-form-cookies-consent input {
  margin: 0;
}

.comments-area .form-submit input {
  border: 0 !important;
  border-width: 0 !important;
  font-weight: 600;
}

#safety,
#leadership {
  scroll-margin-top: 100px !important;
}

.single-post .comment-form .form-submit input#submit {
  background-color: #BBB323A6;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 30px 12px;
  transition: all .5s ease-in-out;
} 

.single-post .comment-form .form-submit input#submit:hover {
  background-color: #2f2e2e;
  color: #fff;
}

.contact-form select {
  border: 1px solid #2F2E2E !important;
  font-family: "Avenir Light", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.3em !important;
  padding: 5px !important;
  width: 100% !important;
}
.contact-form .wpcf7-form-control-wrap{
  width: 100% !important;
}

@media (max-width: 750px) {

  .comments-area .comment-form-comment,
  .comments-area .comment-form-author,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url {
    flex-direction: column;
    align-items: unset;
  }
}

@media (min-width:1024px) and (max-width:1200px) {

  .elementor-element.elementor-element-c3ac524.e-con-full.fixed-bg-img.e-flex.e-con.e-child,
  .elementor-element.elementor-element-8a85791.e-con-full.elementor-hidden-desktop.work-bg-imgs.e-flex.e-con.e-parent.e-lazyloaded,
  .elementor-element.elementor-element-42e8af1.e-con-full.floorcare-fixed-img {
    background-attachment: scroll !important;
  }
  header.elementor-16 .top-header-menu.main-header-custom.e-flex{
    width: 100% !important;
  }
  header.elementor-16 .elementor-element.elementor-element-f6fbae6 .elementor-nav-menu .elementor-item {
    font-size: 18px;
    margin: 0 14px;
  }

  header .e-con-inner .elementor-element.elementor-element-0a708e5.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-child {
    display: none !important;
  }

  header .e-con-inner {
    justify-content: space-between !important;
  }

  header .e-con-inner .elementor-element.elementor-element-a553e3a.e-con-full.e-flex.e-con.e-child {
    --width: 79% !important;
    padding-left: 20px !important;
  }
}

@media(max-width: 1024px) {

  #safety,
  #leadership {
    scroll-margin-top: 120px !important;
  }
}

/* serach-box */
.search-box-warpper .elementor-icon {
  cursor: pointer;
}

.search-box-warpper .elementor-widget-search {
  width: 0 !important;
  transition: all 0.3s linear !important;
}

.search-box-warpper .e-search-form .e-search-input {
  width: 0 !important;
  transition: all 0.3s linear !important;
}

.search-box-warpper .elementor-widget-search.active {
  width: 50% !important;
}

.search-box-warpper .elementor-widget-search.active .e-search-input {
  width: 100% !important;
}

@media (max-width: 767px) {
  .search-box-warpper {
    flex-direction: unset !important;
  }

  .search-box-warpper .elementor-widget-search.active {
    width: 100% !important;
  }

  .search-box-warpper .e-search-form .e-search-input {
    width: 100%;
    transition: all 0.3s linear !important;
  }

  .search-box-warpper .elementor-widget-search {
    width: 100% !important;
  }

  .search-box-warpper .elementor-widget-icon {
    display: none !important;
  }

  .search-box-warpper .e-search-form .e-search-input {
    width: 100% !important;
    border-bottom: 1px solid #000 !important;
  }
}

.our-process-sec .card p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.our-process-sec .card:hover p {
  opacity: 1;
  max-height: 115px;
}

.our-process-sec .card h2 {
  transition: all 0.3s linear;
}

.our-process-sec .card:hover h2 {
  color: #bbb323;
}

.file-download-box:hover {
  border: 1px solid #000;
}

.file-download-box .file-details a:hover {
  color: #2f2e2e;
}

/* Portfolio Grid Style */

/* Grid */
.portfolio-container .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  gap: 10px;
}

/* Each Card */
.portfolio-container .portfolio-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* keeps 320x320 shape */
  overflow: hidden;
}

.portfolio-container .portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Subtle zoom on hover */
.portfolio-container .portfolio-item:hover img {
  transform: scale(1.03);
}

/* Overlay (hidden until hover) */
.portfolio-container .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: rgba(187, 179, 35, 0.6) !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}

/* Fade in on hover */
.portfolio-container .portfolio-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Text */
.portfolio-container .text {
  color: #fff;
  font-family: inherit;
  padding: 20px;
}

.portfolio-container .text h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.portfolio-container .text p {
  margin: 4px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.eael-contact-form .newsletter.checkbox .wpcf7-list-item {
  align-items: center;
}

.eael-contact-form .newsletter.checkbox .wpcf7-list-item input[type="checkbox"] {
  margin-top: 0;
}

header .elementor-nav-menu li.current-menu-ancestor>a,
header .elementor-nav-menu li.current-menu-parent>a,
header .elementor-nav-menu li.-page-ancestor>a {
  color: #D2CD7C !important;
}

/* Hide default icons */
.home-banner-sec .elementor-swiper-button-prev svg,
.home-banner-sec .elementor-swiper-button-next svg {
  display: none !important;
}

/* Base arrow style */
.home-banner-sec .elementor-swiper-button-prev:after,
.home-banner-sec .elementor-swiper-button-next:after {
  content: "";
  display: block;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-141deg);
}

.home-banner-sec .elementor-swiper-button-next:after {
  transform: rotate(45deg);
}





/* Responsive tweaks */
@media (max-width: 1024px) {

  header .top-header-menu .elementor-nav-menu a:hover svg path {
    fill: #949DA5;
  }

  header .top-header-menu .elementor-nav-menu .current_page_item a svg path {
    fill: #D2CD7C;
  }

  .top-gallery-banner.elementor-widget-gallery {
    min-height: 190px !important;
  }
}

@media (max-width: 767px) {
  .portfolio-container .portfolio-container {
    padding: 10px;
  }

  .home-banner-sec .elementor-swiper-button-prev:after,
  .home-banner-sec .elementor-swiper-button-next:after {
    width: 20px;
    height: 20px;
  }

  .portfolio-container .portfolio-grid {
    gap: 10px;
  }

  .portfolio-container .text h3 {
    font-size: 1.2rem;
  }
}

/* Portfolio Grid Style End*/

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 40px !important;
}

.img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev {
  left: 100px;
}

.img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next {
  right: 100px;
}

.home-banner-sec .swiper .elementor-swiper-button-next {
  right: 70px !important;
}

.home-banner-sec .swiper .elementor-swiper-button-prev {
  left: 70px !important;
}

@media (max-width: 992px) {
  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev {
    left: 50px;
  }

  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next {
    right: 50px;
  }

  .home-banner-sec .swiper .elementor-swiper-button-next {
    right: 50px !important;
  }

  .home-banner-sec .swiper .elementor-swiper-button-prev {
    left: 50px !important;
  }
}

@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 30px !important;
  }

  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev {
    left: 20px;
  }

  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next {
    right: 20px;
  }

  .home-banner-sec .swiper .elementor-swiper-button-next {
    right: 20px !important;
  }

  .home-banner-sec .swiper .elementor-swiper-button-prev {
    left: 20px !important;
  }
}

@media (max-width: 500px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 30px !important;
  }

  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-prev {
    left: 10px;
  }

  .img-slider-home .elementor-image-carousel-wrapper.swiper .elementor-swiper-button-next {
    right: 10px;
  }

  .home-banner-sec .swiper .elementor-swiper-button-next {
    right: 10px !important;
  }

  .home-banner-sec .swiper .elementor-swiper-button-prev {
    left: 10px !important;
  }
}

.contact-form .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 0;
  margin-bottom: 0 !important;
}

.contact-form .col {
  margin-bottom: 20px !important;
}

.contact-form label {
  margin-bottom: 9px;
}

.contact-form .checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-form .checkbox .wpcf7-list-item {
  margin: 0px;
  display: flex;
}

.contact-form .checkbox .wpcf7-list-item input {
  margin: 0;
  width: 18px;
  height: 18px;
  margin-top: 2.5px;
}

.contact-form .col input,
.contact-form .col textarea {
  border-color: rgba(47, 46, 46, 1) !important;
}

.contact-form .col input.wpcf7-not-valid,
.contact-form .col textarea.wpcf7-not-valid {
  border-color: rgba(255, 64, 64, 1) !important;
}

.contact-form .col input:focus,
.contact-form .col textarea:focus {
  border-color: rgba(101, 110, 118, 1) !important;
}

.contact-form .col input.wpcf7-not-valid:focus,
.contact-form .col textarea.wpcf7-not-valid:focus {
  border-color: rgba(101, 110, 118, 1) !important;
}

.contact-form .checkbox .wpcf7-list-item-label {
  margin-left: 11px;
}

@media (max-width: 600px) {
  .contact-form .two-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-form {
    padding: 30px 0;
  }
}

.wpcf7-form .subscribe-form {
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
}

.wpcf7-form .subscribe-form input[type="email"] {
  border-radius: 60px !important;
  background: rgba(250, 250, 250, 1);
  height: 44px;
  width: 100% !important;
  border: 1px solid transparent !important;
  padding-left: 16px !important;
  padding-right: 139px !important;
}

.wpcf7-form .subscribe-form input[type="email"]:focus {
  outline: none;
  background: rgba(229, 235, 250, 1) !important;
}

.wpcf7-form .subscribe-form input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: fit-content;
}

.wpcf7-form .subscribe-form input.wpcf7-not-valid[type="email"] {
  border-color: rgba(255, 64, 64, 1) !important;
  background: rgba(255, 64, 64, 0.2) !important;
}

.wpcf7-form .subscribe-form input.wpcf7-not-valid[type="email"]:focus {
  background: rgba(229, 235, 250, 1) !important;
  border-color: transparent !important;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em !important;
}

body .wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: rgba(255, 64, 64, 1) !important;
  border-radius: 5px;
  width: fit-content;
  border: unset !important;
  border: 1px solid rgba(255, 64, 64, 1) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  border-radius: 5px;
  width: fit-content;
  color: #46b450 !important;
  border: 1px solid #46b450 !important;
}

body .contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

body .contact-form .wpcf7-spinner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.blog-meta-bullet ul li {
  position: relative;
}

.blog-meta-bullet ul li:first-child::before {
  content: unset;
}

.blog-meta-bullet ul li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}

@media (max-width: 1082px) {
  .portfolio-container .overlay {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .terrazzo-left-right-sec .elementor-element.elementor-element-8e76c73.e-transform.elementor-widget.elementor-widget-heading {
    transform: unset !important;
  }
}

.comments .comment .comment-body .comment-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.comments .comments-title {
  margin-bottom: 10px;
  font-size: 30px;
}

.comments .comment .comment-body .comment-author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.comments .comment .comment-body .comment-meta {
  margin-bottom: 10px;
}

.comments .comment .comment-body .comment-meta a:hover {
  text-decoration: underline;
  color: #000;
}

.comments .comment .comment-body p {
  margin-bottom: 10px;
}

.comments .comment .comment-body .reply {
  margin-bottom: 10px;
}

.comments .comment .comment-body .reply a:hover {
  text-decoration: underline;
  color: #000;
}

.spiked-badge {
  position: relative;
  background-image: none !important;
}

.spiked-badge:hover::before {
  transform: rotate(360deg) !important;
  /* rotate same jagah par */
}

.spiked-badge::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("https://bonitz1.wpenginepowered.com/wp-content/uploads/2025/11/star.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  transition: transform 0.6s linear !important;
  transform-origin: center center !important;
  transform: rotate(0deg) !important;
}

.elementor-post-info__item--type-comments {
  line-height: 1.3 !important;
  color: #2f2e2e !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}