* {
    margin: 0px;
    padding: 0px;
    font-family: 'UniNeueBook', sans-serif;
}

@font-face {
    font-family: 'UniNeue-Regular';
    src: url('../font/UniNeue-Regular.otf') format('opentype');
  
  }
  
  @font-face {
    font-family: 'UniNeue-Bold';
    src: url('../font/UniNeue-Bold.otf') format('opentype');
  }
  
  p,button,a,input {
    font-weight: 400;
    font-family: 'UniNeue-Regular';
  }
  
  h1, h2, h3, h4, h5, h6,span {
    font-family: 'UniNeue-Bold';
  }
h4.case_study_highlight_text {
    font-weight: bold;
    font-size: 32px;
    /* color: red; */
    margin-top: 40px;
}

img.card-img-top {
    width: 100%;
    height: 45vh;
    border-radius: 20px;
    object-fit: cover;
    background-size: cover;
}

@font-face {
    font-family: 'UniNeueBlack';
    src: url('/assets/font/UniNeueBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


.hero-section {
    background-image: url(../images/about_banner_background.jpeg);
    color: white;
    padding: 60px 20px 40px 20px;
}


.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 18px;
    margin-top: 20px;
}

.hero-btn {
    background: white;
    color: black;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 5px;
}

.card-box {
    background: #eaeaea;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.card-box.half {
    height: 80px;
}

.card-box.gradient {
    background: linear-gradient(135deg, #787879, #4b4b4b);
    /* Based on your image */
    color: white;
}

.card-grid {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    align-items: end;
}

.card-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    gap: 20px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .card-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .card-column {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .card-box {
        flex: 1 1 calc(50% - 10px);
    }
}


.section {
    padding-left: 30px;
    padding-top: 30px;
    margin-right: -30px;
}

.section h4 {
    font-weight: bold;
    padding-bottom: 15px;

}

.card-demo {
    border: none;
    max-width: 380px;
}

.card-demo-img-top {
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}

h6 {
    font-size: 22px;
    font-weight: 600;
}

.card-demo-body p {
    font-size: 19px;

}

.card-demo-body {
    padding: 0;
    margin: 0;
}

.read-more {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}


.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}


.sol_banner_sapn {
    background-color: #fff;
    color: #333333;
    border: 2px solid white;
    border-radius: 5px;
    padding: 2px 5px;
}



.sol_banner_heading {
    color: #fff;
    font-weight: bolder;
    padding: 20px;
    line-height: 1.5;
}