
.customer-content{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee8e8;

}

.customer-content p:nth-child(1){

  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  gap:
10px;
  color: white;
 /*  text-transform: uppercase; */
    letter-spacing: 2px;
  margin-bottom: 10px;
}
 .customer-content p span{
width: 40px;
  border-bottom:
2px solid black;
} 

.customer-contentt h2{
font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 10px;}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #B70000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.read-more-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}
.read-more-btn:hover::after {
    width: 200px;
    height: 200px;
}
.read-more-btn:hover {
    background-color: #B70000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(154, 6, 6, 0.3);
}
.read-more-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(154, 6, 6, 0.2);
}
.sec1{
    width: 50%;
  }
  .customer-testimonial{
    padding: 80px 0;
    background: #f8f9fa;
}
.customer-testimonial .sec1 {
    text-align: center;
    margin-bottom: 50px;
}

.customer-testimonial .sec1 p {
    color: #B70000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.customer-testimonial .sec1 h2 {
    color: #1a1a1a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
   
    
}

#owl-demo1 {
    padding: 0 20px;
}

.blog-allof {
    background: #fff;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
   /*  border-right:2px solid black ;
    border-left: 2px solid black; */
    
}

.blog-allof::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
/*     background: linear-gradient(90deg, #B70000, #710505); */
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.blog-allof:hover::before {
    transform: scaleX(1);
}

.blog-allof:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(154, 6, 6, 0.1);
}

.img-date {
    text-align: center;
    margin-bottom: 30px;
}

.img-date img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 20px;
    background: rgba(154, 6, 6, 0.03);
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 2px solid rgba(154, 6, 6, 0.1);
}

.blog-allof:hover .img-date img {
    background: rgba(154, 6, 6, 0.05);
    transform: scale(1.1);
    border-color: rgba(154, 6, 6, 0.2);
}

.discretion-blog h3 {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
    transition: color 0.3s ease;
}

.blog-allof:hover .discretion-blog h3 {
    color: #9a0606;
}

.discretion-blog p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 15px;
}

.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid rgba(154, 6, 6, 0.1);
    border-radius: 50%;
    color: #9a0606;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.owl-carousel .owl-nav button:hover {
    background: #9a0606;
    color: #fff;
    border-color: #9a0606;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(154, 6, 6, 0.2);
}

.owl-carousel .owl-dots {
    margin-top: 40px;
    text-align: center;
    display: none;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(154, 6, 6, 0.1);
    border-radius: 50%;
    margin: 0 8px;
    transition: all 0.3s ease;
}

/* .owl-carousel .owl-dots .owl-dot.active {
    background: #044697;
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(154, 6, 6, 0.3);
} */
#message{
    font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient:
vertical;
  overflow:
hidden;
  text-overflow: ellipsis;
  transition:
all 0.5s ease;
  padding-right: 10px;
  text-transform: capitalize;
}
.achivements{
    width: 100%;
    height: 150px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.achivements .count{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px   ;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #9a0606;
    z-index: 3000;
}

.achivements .text{
    color: #9a0606;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px   ;
    font-size: 1.2rem;
}
.items{
    border-right: 2px solid rgb(255, 255, 255);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 23%;
    z-index: 300;
}
#director{
    background-color: red;
    height: 300px !important;
    background-image: url(ramachandran.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    padding: 0px;
    display: flex;
    justify-content: start;
    align-items: end;
}
#director .name{
    width: 80%;
    padding: 10px;
    background-color: #044697;
    /* color: white; */
}
 #director .name p{
    color: white;
}

#director .view {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

#director .view:hover {
    background: #B70000;
    transform: scale(1.1);
}
 
#director .view i {
    color: #000000;
    font-size: 20px;
    transition: all 0.3s ease;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #044697;
}
.modal-title {
    color: #044697;
    font-weight: 600;
}
.director-info h4 {
    color: #1a1a1a;
    font-weight: 600;
}
.director-info p {
    color: #666;
    line-height: 1.6;
}
.modal-body {
    padding: 20px;
}
.img-fluid.rounded {
    border: 2px solid #044697;
    padding: 5px;
}

.instagram-modal {
    border-radius: 12px;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.instagram-header {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 20px;
}

.director-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #044697;
    padding: 2px;
}

.instagram-header h5 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin: 0;
}

.instagram-header p {
    font-size: 14px;
    color: #8e8e8e;
    margin: 0;
}

.instagram-body {
    padding: 20px;
    background: #fafafa;
}

.director-bio {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.director-bio p {
    color: #262626;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.instagram-footer {
    background: #fff;
    border-top: 1px solid #dbdbdb;
    padding: 15px 20px;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #044697;
    color: #fff;
    transform: translateY(-2px);
}

.btn-close {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.btn-close:hover {
    opacity: 1;
}
.big-para{
    width: 50%;
} 



.owl-carousel .allitem {
    height: 100%; /* ensure full container height */
    padding: 20px;
}

.blog-allof {
    height: 350px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    color: white;
    background-size: cover;
    background-position: center;

    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.blog-allof .view {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

    .blog-allof .name {
        color: white;
    }
.customer-content{
    padding: 20px;
}

@media(max-width:850px){
    .owl-carousel .owl-nav {
        display: none;
    }
    .sec1 {
        width: 100%;
    }
   
}