span.wpcf7-list-item.first.last {
    margin-left: 0px;
    margin-bottom: 10px;
}
.dgp-banner-img{
	width: 100%;	
}

.dgp-banner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
	width: 100%;
  
}
.dgp-content-area {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 15px;
}
.dgp-title {
  /*font-size: 36px;
  font-weight: 700;*/
  text-align: left;
  margin-bottom: 20px;
}
.dgp-main-content {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.dgp-main-content h4 {
	color: #252525;
	padding-bottom: 20px;
}
.dgp-download-wrap {
  text-align: center;
  margin: 40px 0;
}
.dgp-download-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s;
}
.dgp-download-btn:hover {
  background: #333;
  background-color: #2b71e0;
  color: #fff;
}
.dgp-recommended {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}
.dgp-recommended h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
}
.dgp-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
}
.dgp-slide {
  max-width: 280px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
}
.dgp-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.dgp-slide h3 {
  font-size: 18px;
  margin: 12px 0 6px;
}
.dgp-slide p {
  font-size: 14px;
  color: #555;
  padding: 0 12px 12px;
  min-height: 50px;
}
.dgp-btn {
  display: block;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid #eee;
  transition: background 0.3s;
}
.dgp-btn:hover {
  background: #333;
}
.dgp-carousel::-webkit-scrollbar {
  display: none;
}

select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #bcbcbc;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    height: auto;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    border: 1px solid #bcbcbc;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    height: auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
.dgp-form-area, .dgp-content-area{
	flex: none !important;
    max-width: 100% !important;
}
	.diet-banner{
		margin-top: 0px !important;
	}
	.dgp-carousel {
		justify-content: center;
	}
}
