.case-study-hero {
  background-color: #a09c9cab;
  height: auto;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.breadcrumb {
  margin-bottom: 0;
}
.CASESTUDY{
    font-size: 20px;
}

/* Service / About Us Section */
.sb-service-section.aboutus {
    padding: 60px 0;
    background-color: #fff;
}

.sb-service-section .container {
    max-width: 1100px;
}

/* Image styling */
.sb-service-section img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Paragraph text */
.sb-service-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* List section */
.cs-list {
    margin-top: 25px;
    margin-bottom: 35px;
}

.cs-square {
    list-style: none;
    padding-left: 0;
}
.cs-square li {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 12px;
    font-size: 18px;
    color: #333;
}

.cs-square li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0; 
    font-size: 25px;
    color: red;
    line-height: 1; 
}


/* Content block */
.b-content {
    margin-top: 40px;
}

.b-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.b-content p {
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .sb-service-section.aboutus {
        padding: 40px 15px;
    }

    .b-content h2 {
        font-size: 22px;
    }
}



/* Titles */
.form-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

/* Inputs */
.form-box {
    margin-bottom: 14px;
    border-radius: 10px;
    
}
.group-form-box{
    padding: 30px;
    border-radius: 10px;
    
}
.gradient-bg{
      border-radius: 10px;

}



.group-form-box input,
.group-form-box select,
.group-form-box textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.group-form-box input:focus,
.group-form-box select:focus,
.group-form-box textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Button */
.submit-btn {
    width: 100%;
    background: #007bff;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0056b3;
}

@media (min-width:590px)   {
    .res {
        margin-bottom: -100px;
    }
}
@media (min-width:320px)   {
    .res {
        padding: -160px;
        margin-top: 130px;
    }
}