body {
  background-image: url('../imgs/16_milk.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  padding-top: 30px;
}
#carouselExample h1{
  padding-left: 1.5rem !important;
}
h5 {
  color: #007ffc;
}

p {
  text-align: center;
  text-align: justify;
}

.section-title {
  text-decoration: underline;
}

.button {
  color: #fff;
  background-color: #4db5ea;
}

.secondary {
  background-image: url('../imgs/bg1.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section {
  position: relative;
  padding: 60px 0;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.testimonial-section h2 {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  position: relative;
  z-index: 1;
  padding: 55px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid white;
}

.carousel-indicators {
  bottom: 8px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.quote-icon {
  font-size: 2rem;
  opacity: 0.5;
  margin-bottom: 20px;
}

.dairy-process {
  background-image: url("../imgs/16_milk.jpg") no-repeat center center/cover;
  position: relative;
  padding: 80px 0;
}

.dairy-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.dairy-process .container {
  position: relative;
  z-index: 1;
}

.dairy-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.dairy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(1, 129, 249, 0.3);
}

/* Custom =================================================================================*/
.anav{
  justify-content: end !important;
}

.bp{
  text-align: left; margin-left: 1.5rem;
}

.ca{
  margin-left: 1.5rem; padding: 10px 20px; font-size: 18px;
}

.fullservice{
  border-radius: 20px;
}

.dcont{
  padding-top: 0 !important; padding-bottom: 0 !important;
}

.bb{
color: #ffffff; font-weight: bold; text-shadow: -1px -1px 0 #000,  
             1px -1px 0 #000,  
            -1px  1px 0 #000,  
             1px  1px 0 #000;
}

.cn{
  font-family: 'Courier New', Courier, monospace;
}

.bc{
  width: 40px; height: 40px; font-size: 14px; padding: 5px; border-radius: 50%;
}