 body {
     margin: 0;
     font-family: Arial, sans-serif;
     background: #f5f5f5;
 }

 .section {
     padding: 60px 40px;
     text-align: center;
 }

 .section h1 {
     font-size: 36px;
     font-weight: bold;
     margin-bottom: 40px;
     text-align: left;
 }

 .cards {
     display: flex;
     /* gap: 20px; */
     justify-content: center;
     flex-wrap: wrap;
 }

 .card {
     position: relative;
     /* width: 100%; */
     height: 550px;
     overflow: hidden;
     border-radius: 0px;
     border: none;

 }

 .card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .overlay {
  position: absolute;
    bottom: 40px;
    right: -7px;
    padding: 15px;
    width: 63%;
    backdrop-filter: blur(1px);
    border-radius: 10px;
    min-height: 200.2px;
 }

 .bg1 {
         background: #97b5aba3;
 }

 .bg2 {
        background: #c0bccb7a;
 }

 .bg3 {
     background: #e4c4db75;
 }

 .overlay p {
         font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    color: #000;
    font-weight: 500;
 }
.btn_box{
    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
 .btn {
     display: inline-block;
    padding: 5px 25px;
    background: #523b81;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 0px;
 }

 .logo {
     position: absolute;
     top: 15px;
     left: 15px;
     color: #523b81;
     font-weight: bold;
     font-size: 20px;
     /* background: rgba(255, 255, 255, 0.8); */
     padding: 5px 10px;
     border-radius: 4px;
 }

 .logo img {
     width: 100%;
     max-width: 200px;

 }

 .top-text {
     position: absolute;
     top: 15px;
     right: 15px;
     color: #523b81;
     font-weight: bold;
     text-align: right;
     text-transform: uppercase;
     font-size: 1.1rem;
 }

 .top-text span {
     font-size: 2rem;
 }

 .section {
     position: relative;
     padding: 80px 40px;
     text-align: center;
     background: #f5f5f5;
     overflow: hidden;
 }

 /* TOP STRIP */
 .section::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 25px;
     background: linear-gradient(135deg, #a2b2b1 70%, #523b81 70%);
 }

 /* BOTTOM STRIP */
 .section::after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 25px;
     background: linear-gradient(315deg, #523b81 70%, #a2b2b1 70%);
 }

 
 /* testimonial */

 .testimonial-section {
    max-width: 1320px;
    margin: 60px auto;
    text-align: center;
}

.title {
    font-size: 36px;
     font-weight: bold;
     margin-bottom: 40px;
     text-align: left;
     text-transform: uppercase;
}

.slider-container {
    overflow: hidden;
        margin-left: 2px;
}

.testimonial-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

/* Premium Card */
.testimonial {
    min-width: 100%;
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    /* background: rgba(255,255,255,0.08); */
        background: rgb(255 255 255);
    border: 1px solid rgba(255,255,255,0.15);
    /* box-shadow: 0 8px 30px rgba(0,0,0,0.3); */
    text-align: center;
}

/* User Info */
.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-info img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #523b81;
}

.user-info h4 {
    margin: 0;
       font-size: 21px;
    text-transform: uppercase;
    color: #523b81;
}
.user-info div{
    width: 100%;
    text-align: center;
}

.user-info span {
    font-size: 12px;
    /* color: #ccc; */
}

/* Text */
.testimonial p {
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    width: 80%;
    margin: auto;
        color: #838686;
    /* color: #eee; */
}

/* Dots */
.dots {
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 6px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(162 178 177);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #523b81;
    transform: scale(1.4);
}
.testimonial-track {
    display: flex;
    will-change: transform; /* smoother animation */
}

/* about us */

.about-section {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 7rem 10%;
    /* background: linear-gradient(135deg, #a2b2b1, #a2b2b1); */
    flex-wrap: wrap;
        background-image: url(../image/bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

/* Left Content */
.about-content {
    flex: 1;
    color: #000;
}

.about-content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
        color: #000;
        text-transform: uppercase;
}
.about-content img{
       width: 100%;
    max-width: 130px;
    margin-bottom: 23px;
}
.about-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
        color: #000;
}

/* List */
.about-content ul {
        margin-top: 45px;
    padding-left: 20px;
}

.about-content li {
    margin-bottom: 10px;
        font-size: 15px;
    color: #523b81;
}

/* Right Image */
.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    transition: 0.4s;
}

/* Hover Effect */
.about-image img:hover {
    transform: scale(1.05);
}

/* Brand */
.brand-section{
margin: 5rem auto;
}
.img-fluid1{
   width: 100%;
    max-width: 245px;
}
.center{
        text-align: center;
}
.project_box {
   height: 100%;
    padding: 25px;
    background: #ffffff; 
}
.experience-section{
    margin: 5rem auto;
}
.experience-section .card_title{
    background: #523b81;
    padding: 20px;
    color: #ffffffdb;
    font-size: 15px;
    font-weight: 300;
        min-height: 160px;


}
.heading{
       color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    height: 38px;
}
/* Responsive */

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}
@media (max-width: 768px) {
    .about-section {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-content ul {
        padding-left: 0;
        list-style: none;
    }
}