/* Main header section */
.redesign1-con .hero-section {
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
   
}

.redesign1-con .cracked-wall {
    background-image: url("https://c.animaapp.com/mTDl9VjH/img/bg-1.png") no-repeat;
    background-size: cover; 
    width: 100%;
    height: 100vh; 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; 
}


.hero-section h1 {
    font-weight: bold;
    font-size: 2.5rem;
}

.highlight {
    font-weight: bold;
}

/* Brand section */
.redesign2-con .content-section {
    background: #198577;
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.redesign3-con {
    padding: 20px;
    background-color: #0E6C60;
}

.redesign3-con .feature-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 470px;
    text-align: center;
    transition: transform 0.3s ease;
}

.redesign3-con .feature-card:hover {
    transform: translateY(-5px);
}

.redesign3-con .feature-icon {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.feature-card h5{
    font-size: 25px;
    font-weight: 600;
}

.feature-card p{
    font-size:17px;
    text-align: justify;
}

.redesign4-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
}

.redesign4-con .nav-title h2{
    color: #030303;

}

.redesign4-con .nav-para p{
    color: #030303;
}

.redesign4-con .nav-img{
    max-width: 450px; 
    margin: auto;
}

.redesign4-con .nav-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden; 
    border: 5px solid #fcfdfd; 
    transition: all 0.3s ease; 
}

.redesign4-con .nav-img:hover {
    border: 5px solid #0E6C60; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}


.redesign5-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #0E6C60;
    gap: 20px;
}

.redesign5-con .card {
    background: #0E6C60;
    padding: 20px;
    max-width: 350px; 
    border-radius: 10px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.redesign5-con .quote-mark {
    font-size: 40px;
    color: rgb(252, 251, 251); 
    position: absolute;
    top: -10px;
    left: 10px;
}

.redesign5-con .blog-content {
    padding: 20px;
}

.redesign5-con .blog-img {
    max-width: 450px; 
    margin: auto;
}

.blog-content .blog-title h2 {
    font-size: 45px;
    margin: 30px 0;
}

.blog-para p {
    color: rgb(252, 251, 251);
}

.blog-title h2{
    font-size: 20px;
    color: rgb(252, 251, 251);
}

.redesign6-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
    gap: 20px;
}

.redesign6-con .card {
    background: #fff;
    padding: 20px;
    max-width: 350px; 
    border-radius: 10px;
    border: 2px solid black; 
    margin: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.redesign6-con .quote-mark {
    font-size: 40px;
    color: black; 
    position: absolute;
    top: -10px;
    left: 10px;
}

.card-para p {
    color: #030303;
}

.card-title h2{
    font-size: 20px;
    color: #030303;
}

.redesign7-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
}

.redesign7-con .media-img {
    max-width: 450px; 
    margin: auto;
}

.redesign7-con .media-title h2{
    color: #030303;

}

.redesign7-con .media-para p{
    color: #030303;
}

.redesign8-con {
    background: #fff;
    padding: 20px;
    width: 95%; 
    border-radius: 10px;
    border: 2px solid black; 
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.redesign8-con .quote-mark {
    font-size: 40px;
    color: #020202; 
    position: absolute;
    top: -10px;
    left: 10px;
}

