
.Ai-card-client {
 box-shadow: 0px 0px 16.1px 0px #D2DDFF;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}
.Ai-card-client p{
font-weight: 500;
    text-align: start;
    line-height: 1.3;
}
.Ai-card-client h4 {
      font-size:16px;
   color:#0F297A;
   font-weight:400;
   font-size: 14px;
   
}

.Ai-card-client span {
    color: #0F297A;
    font-size: 13px;}
    

 .articles .card {
   box-shadow: 0px 0px 16.1px 0px #D2DDFF;
   padding: 10px;
   border-radius: 8px;
   }
   
   .articles img {
    max-width: 100%;
    height: 180px;
    object-fit:cover;
}


.articles h2 {
    font-size: 2rem;
    
    line-height: 1.3;
    
}

.articles p {
    font-size: 16px;
    font-weight: 600;
   
}
   .gradient-bg {
   background: white!important; 
   }
   .inner-header .navbar-nav .nav-link {
   color: #0F297A;
   }
   
@media (max-width: 768px) {

.white-button {
    padding: 0.6rem;
    
    font-size: 14px;
}

.main-ai{
        margin: 0px 21px;
}
}

.contact-info {
    color: black !important;
    font-size: 14px;
}
#numberp{
        text-align: start;
            font-size: 1.5rem;
}


/*new-css*/
.Ai-card{
    box-shadow: 0px 0px 14px 0px #D5DFFF;
    padding: 30px;
}
.blue-strip{
    background: #0F297A;
    color:white;
    text-align:center;

}

.case-slider {
  max-width: 900px;
}

.slider-card {
  background: #fff;
  padding: 35px 40px;
  border-radius: 14px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
      height: 100%;
}

.slides {
  position: relative;
}

.slide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

.case-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.case-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.case-text {
     font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 650px;
    font-weight: 400;
}

.case-number {

  font-size: 50px;
  font-weight: 700;
color:white;
    -webkit-text-stroke: 2px #bbb;      /* outline stroke color */
    font-weight: 700;

}

.slider-dots {
  text-align: right;
  margin-top: 40px;
}

.dot {
  height: 13px;
  width: 13px;
  background: #cdd7ff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
  transition: 0.3s;
      cursor: pointer;
}

.dot.active {
  width: 30px;
  border-radius: 10px;
  background: #345bff;
}


.author-icon {
    display: flex;
    align-items: center;
    justify-content: center;
      width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 3px;    /* Rounded corners */
   background: #0f297a;

}

.author-icon img {
    max-width: 100%;       /* Fit inside container */
    max-height: 100%;
}

.label-case{
    font-size:12px;
}


.footer-bg-color {

    display: none;
}

/* Main Modal Wrapper */
.custom-ai-modal .modal-content {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
}

/* Header */
.custom-ai-modal-header {
    border: none;
       padding: 15px 13px 0px 13px;
}

.custom-ai-modal-title {
    color: #0F297A;
    font-size: 20px;
    font-weight: 600;
}

.custom-ai-modal-close {
    filter: brightness(0) saturate(100%);
}

/* Body */
.custom-ai-modal-body {
       padding: 15px;
    background: #fff;
    
}

/* Inputs */
.custom-ai-input,
.custom-ai-select {
    border-radius: 6px;
    border: 1px solid #d1d9f1;
    padding: 10px;
}

.custom-ai-input:focus,
.custom-ai-select:focus {
    border-color: #0F297A;
    box-shadow: 0 0 0 0.2rem rgba(15,41,122,0.2);
}

/* Labels */
.custom-ai-label {
   font-weight: 400;
    color: #333;
    font-size: 14px;
}

/* Captcha */
.custom-ai-captcha {
   background: #e3e5ee;
    color: #0f297a;
    padding: 6px 22px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 15px;
}

/* Submit Button */
.custom-ai-submit-btn {
  background: #0F297A;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

.custom-ai-submit-btn:hover {
    background: #08205c;
}
.custom-ai-modal-body {
    padding: 15px;
    background: transparent;
}
.modal.show .modal-dialog {
    transform: none;
    height: 100vh;
    background: transparent;
}
.btn-close{
    width: 1rem;
    height: 0.5em;
}
.form-control {
    font-size: 14px;
    }
    .sticky{
        background:#fff;
    }
