#load-more{
	display: none;
}
.custom-slider {
  display: flex;
  align-items: center;
}

.slider-item {
  position: relative;
  width: 30%; /* 3 slides in one row */
  height: 440px;
  overflow: hidden;
  background-color: #00204A; /* Blue background */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  background-size: cover;
  background-position: center;
}

.logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.logo img {
  max-width: 182px;
  height: 100%;
  width: 100%;
}

.excerpt {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slider-navigation {
  margin-bottom: 40px;
  text-align: right;
}

.prev-arrow,
.next-arrow {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
}
.slider-content{
  padding: 30px;
  transition: background-color 0.6s ease-in-out;
}
.service-slider-link-icon{
  padding: 15px 17px 13px 17px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.slider-item:hover .service-slider-link-icon{
  background: #4D6DD9;
}
.slider-item:hover .service-slider-link-icon img{  
  filter: brightness(0) invert(1);
}
.slider-item:hover .slider-content{
  background-color: #4D6DD9;
}
.slider-item:hover .excerpt {
  opacity: 1;
}



/* Service Page Loadmore & List Item CSS */
.service-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #fff;
  background-color: #141414;
  padding: 50px;
  border-radius: 8px;  
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}

.service-item-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-item-content .service-item-image{
  /* flex: 0 1 calc(40% - 20px); */
  flex: 1 1 40%;
  padding-right: 80px;
  position: relative;
}
.service-item-image .feature-img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.service-item-details {
  flex: 1;
  flex: 1 1 60%;
  /* flex: 0 1 calc(60% - 20px); */
}

.service-item-image .service-logo {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  position: absolute;
  left: 25px;
  top: 25px;
}
.service-item-image .service-link-icon{
  padding: 16px 17px 7px 17px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 140px;
  bottom: 20px;
}
.service-item:hover .service-item-image .service-link-icon{
  background: #4D6DD9;
}
.service-item:hover .service-item-image .service-link-icon img{  
  filter: brightness(0) invert(1);
}

.service-item-details h3 {
  margin: 0 0 10px;
  font-family: 'overusedgrotesk-medium', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #f7f8fc !important;
  line-height: 105%;
}
#service-list > p{
  font-family: 'overusedgrotesk-roman', Helvetica, Arial, Lucida, sans-serif;
  color: #f7f8fc !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  text-align: center;
}
.service-item-details p {
  margin: 0;
  font-family: 'overusedgrotesk-roman', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  color: #f7f8fc !important;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.service-item:hover .service-item-details p {
  opacity: 1;
}
.service-item:hover{
  background-color: #4D6DD9;
}

.load-more-button {
  color: #4d6dd9;
  border-width: 1px;
  border-color: #4d6dd9;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'overusedgrotesk-semibold', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #0000;
  cursor: pointer;
  transition: background-color 0.3s;
}

.load-more-button:hover {
  background-color: #3b53b0;
  color: #fff;
}

.load-more-button:disabled {
  background-color: #666;
  cursor: not-allowed;
}


@media only screen and (max-width:1024px){
  .service-item-details h3 {
    font-size: 30px;
    line-height: 105%;
  }
  .service-item-details p{
    font-size: 16px;
    line-height: 130%;
  }
  .service-item{
    padding: 30px;
  }
  .service-item-content .service-item-image {
    padding-right: 20px;
  }
  .service-item-image .service-link-icon {
    padding: 10px 9px 3px 13px;
    right: 40px;
    bottom: 20px;
  }
  .service-item-image .service-link-icon img{
    max-width: 80%;
  } 
  .service-item-image .service-logo{
    left: 15px;
    top: 15px;
  }
  .service-item-content{
    align-items: flex-start;
    flex-wrap: wrap;
  } 
}
@media only screen and (max-width:480px){
  .service-item-content .service-item-image {
    flex: 1 1 100%;
  }
  .service-item-details{
    flex: 1 1 100%;
  }  
  .service-item-image .service-link-icon {
    padding: 10px 9px 3px 13px;
    right: 20px;
    bottom: 20px;
  }  
  .service-item-content .service-item-image {
    padding-right: 0px;
  }
  .service-item-details{
    padding-top: 20px;
  }
  .service-item-details h3 {
    font-size: 24px;
  }
	.service-item-image .feature-img {
		width: 100%;
	}
}

/* Style for products with hidden add to cart */
.product:has(.custom-price-text) .add_to_cart_button {
    display: none !important;
}

/* Admin styling for custom pricing settings */
.wrap .custom-pricing-instructions {
    background: #f0f8ff;
    border-left: 4px solid #0073aa;
    padding: 15px;
    margin: 20px 0;
}

.wrap .custom-pricing-instructions h3 {
    margin-top: 0;
    color: #0073aa;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-price-text {
        font-size: 1em;
        padding: 6px 10px;
    }
}