.position-relative {
    position: relative !important;z-index:1;
}
.center-element-addiction {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.addt_area{padding:140px 0 60px;position:relative;}
.addt_item.style_two {
    background: #f0f3f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.addt_area.style_two .section-title {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.addt_area.style_two .section-title h2 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
.addt_area.style_two p{font-size:15px;color:#000;font-weight:500;line-height:24px;text-align:justify;}
.addt_item.style_two .addt-thumb {
    flex-shrink: 0;border-radius:10px 0 0 10px;
}
.addt_item.style_two h3{color:#000;font-weight:700;font-size:24px;line-height:34px;margin-bottom:10px;}
.addt_item.style_two .addt-content {
    padding: 0 30px 0;
}
.testi_list .owl-nav {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testi_list .owl-prev i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    margin-bottom: 10px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-next i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-prev i, .testi_list .owl-next i:hover {
    background: #1976d2;
    color: #fff;
}
.testi_list .owl-carousel .owl-dot{display:none}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px 0 0 10px;
}
.bg-img {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.top-0 {
  top: 0 !important;
}
.position-absolute {
  position: absolute !important;
}
img.position-relative.z-1 {
    width: 62%;
}
@media (min-width:100px) and (max-width:767px){
.section-title {text-align: center;padding-bottom: 20px;}
.img-fluid {max-width: 100%;height: auto;}
img{max-width:100%;}
.addt_area.style_two .section-title h2 {font-size: 26px;margin-bottom: 0;text-align: center;}
.addt_item.style_two {background: #f0f3f9;display: block;align-items: center;justify-content: center;border-radius: 10px;}
.owl-carousel .owl-item img {display: block;width: 100%;border-radius: 10px;}
.addt_item.style_two .addt-content {padding: 14px;text-align: center;}
.addt_area.style_two p {text-align: center;font-size:14px;}
.owl-carousel .owl-dots{margin:10px auto;text-align:center;position:absolute;left:0;right:0;top:100%;}
.owl-carousel .owl-dot {cursor: pointer;background: #000;width: 10px;height: 10px;border-radius: 50px;display: inline-block;margin: 0 6px;text-align: center;}
.owl-dot.active { background: #1976d2;}
.testi_list .owl-nav{display:none;}
.addt_area.style_two p {font-size: 14px;color: #000;font-weight: 500;line-height: 30px;text-align: center;margin-bottom:10px}
.addt-wrapper-content{padding:20px;margin-bottom:20px;margin-top:-20px;}
section.about_area.style_five {padding: 40px 0 20px 0;}
section.about_area .section-title h2 {font-size: 32px;text-align: center;}
section.about_area p {font-size: 14px;text-align: center;padding: 0 4px;}
.about_thumb {text-align: center;margin: 10px auto 0 auto;}
.addt_area {padding: 72px 0 30px 0;}
.addt-wrapper-content p {font-size: 14px;text-align: center;}
.testi_list {
    display: flex;
    flex-direction: column;
}

.testi_list .addt_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.testi_list .addt-thumb {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.testi_list .addt-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
}

.testi_list .addt-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Ensure content aligns from the top */
    padding: 10px 0;
    gap: 0; /* Remove any gap */
}

.testi_list .addt-content h3,
.testi_list .addt-content p {
    margin: 0;  /* Remove all default margins */
    padding: 0; /* Remove padding if any */
    line-height: 1.4; /* Adjust line height for better spacing */
}

/* Optional: fine-tuning space between heading and paragraph */
.testi_list .addt-content h3 + p {
    margin-top: 2px; /* Tighten space only when p follows h3 */
}
}