/* Reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

/* Header styles */
header {
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 50px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover,
nav ul li a.active {
  color: #007BFF;
}

.service_heading h1 {
    text-align: center;
    margin-top: 40px;
}
.service_heading p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.container {
      display: flex;
      gap: 20px;
    }
    .column {
    float: left;
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 6px 4px 58px -32px;
}
    .column img{
        width: 100%;
    }

    .service_img .container {
    width: 1300px;
    margin: 0 auto;
}
.service_img {
    margin-top: 50px;
}

 .gallery {
  background: #EEE;
}

/* slider */
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
}
.card-item .card-list .user-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    padding: 4px;
}
.slider-wrapper {
    overflow: hidden;
    max-width: 100%;
    /* margin: 0 202px 55px; */
    margin-left: 122px;
}
/* .card-item.swiper-slide.swiper-slide {
    width: 460px !important;
} */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    margin-top: 74px;
}
.card-item {
  box-sizing: border-box;
  padding: 20px;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}

.swiper-button {
    color: #83c341 !important;
}
