/*
Theme Name: SewaTech
Theme URI: https://sewatech.com
Author: SewaTech
Author URI: https://sewatech.com
Description: A custom WordPress theme for SewaTech cleaning services
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sewatech
*/

/* Add any custom CSS overrides below */

.pagination-wrapper {
    margin-top: 60px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #007bff;
    color: white;
}

.pagination .page-numbers:hover:not(.current) {
    background-color: #e5e5e5;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 40px;
}

/* Sticky Header Styles */
.header-wrapper {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    transition: all 0.3s ease;
}

/* Add shadow only when scrolled */
.header-wrapper.nav-down:not(.at-top) {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Add padding to body to prevent content from hiding behind fixed header */
body {
    padding-top: 82px; /* Adjust this value based on your header height */
}

/* Optional: Hide header on scroll down, show on scroll up */
.header-wrapper.nav-up {
    transform: translateY(-100%);
}

.header-wrapper.nav-down {
    transform: translateY(0);
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
    body {
        padding-top: 70px; /* Adjust for mobile header height */
    }
}
.footer-wrapper .grid-4-columns.grid-footer-4-columns {
    grid-row-gap: 74px;
    grid-template-columns: 1fr 150px 1fr 1fr;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .footer-wrapper .grid-4-columns.grid-footer-4-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .footer-wrapper .grid-4-columns.grid-footer-4-columns {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
}

.footer-wrapper p, .footer-wrapper strong {
    color: white !important;
}

.logo-link img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .logo-link img {
        max-width: 400px; /* Larger size for desktop */
        max-height: 150px;
    }
}
.map-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px; /* Match the container's rounded corners */
}
@media screen and (max-width: 767px) {
  .inner-container._450px---mbl {
    max-width: 450px;
    margin: auto;
  }
}
.secondary-button-icon.slider-left---testimonial-left-arrow{
	display:none;
}
.primary-button-icon.slider-left---testimonial-right-arrow{
	display:none;
}

.card.card-hero-v1---over-image {

z-index: 9999999999999999;
inset: auto 26px -100px;
}

.card {
overflow: visible;
}
.section.hero {
overflow: visible;
}
.content-card-full-image-wrapper {
overflow: visible;
}
.grid-2-columns.about-hero-grid-2-col {
place-items: flex-start;
}
.about-hero---content-right {
padding-top: 10px;
}
.about-hero---content-right p {
  text-align: justify;
}
.image.cover-image.featured-top{
	border-radius: 40px;
}
/* .logo-link img {
  padding-top: 15px;
  margin-bottom: -15px;
} */
.logo-wrapper.middle{
	max-width: 200px;
  max-height: 100px;
	display:none;
}
@media (min-width: 991px) {
  .logo-wrapper._82px {
    display: none;
  }
	.logo-wrapper.middle{
		display:block;

	}
}
.home-heading {
      font-size: 30px;
    }
@media (min-width: 767px) {
    .home-heading {
      font-size: 40px;
    }
  }
@media (min-width: 991px) {
    .home-heading {
      font-size: 48px;
    }
  }