.brandhero{
    width:100%;
    height:100%;
    background:url(pictures/debby-hudson-jcc8sxK2Adw-unsplash.jpg);
    background-size:cover;
    display:flex;
    align-items:center;
    padding-left: 80px;
    padding-top: 40px;
    }
    
    .brandhero-card{
    width:631px;
    height:562px;
    background:rgba(255,255,255,0.8);
    border-radius:30px;
    padding: 80px;
    box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.25);
    }
    
    .brandhero-title{
    font-family:'Fredoka';
    font-weight:bold;
    font-size:50px;
    color:#DA3B80;
    margin-top: 80px;
    }
    
    .brandhero-text{
    font-family:'Didact Gothic';
    font-size:20px;
    margin-top:20px;
    line-height:1.6;
    color: #333333;
    }

    .brand-section {
        width: 100%;
        padding: 80px 100px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 1141.jpg'); 
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        gap: 60px;
        position: relative;
    }
    
    .brand-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        width: 100%;
    }
    
    .brand-logo {
        width: 280px;
        border-radius: 20px;
        position: relative;
        z-index: 2;
        margin-left: 40px;
        margin-bottom: -40px;
    }
    
    .brand-product-img {
        width: 360px;
        border-radius: 20px;
        object-fit: cover;
        position: relative;
        z-index: 2;
        margin-left: 40px;
        margin-bottom: -40px;
    }
    
    .brand-card {
        background: #f5f5f5;
        border-radius: 30px;
        padding: 70px 50px 40px 50px;
        width: 85%;
        align-self: flex-end;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        position: relative;
        z-index: 1;
        margin-right: 20px;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .brand-card-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 36px;
        color: #DA3B80;
        margin-bottom: 16px;
    }
    
    .brand-card-text {
        font-family: 'Didact Gothic';
        font-size: 20px;
        color: #333333;
        line-height: 1.8;
        text-align: justify;
    }

    .brand-deco {
        position: absolute;
        right: 40px;
        top: -40px;
        width: 220px;
        z-index: 3;
    }

    .strengths-section {
        width: 100%;
        padding: 80px 100px;
        box-sizing: border-box;
        background-image: url('pictures/keystrengthsbackground.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }
    
    .strengths-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        margin: 0 0 10px 0;
    }
    
    .strength-item {
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .strength-circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #50B7E8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .strength-check {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    
    .strength-card {
        background: #A2CF62;
        border-radius: 50px;
        padding: 20px 40px 20px 60px;
        margin-left: -30px;          
        flex: 1;
        z-index: 1;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .strength-card-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        margin: 0 0 6px 0;
    }
    
    .strength-card-text {
        font-size: 18px;
        color: #333333;
        line-height: 1.6;
        margin: 0;
    }

    .cert-section {
        width: 100%;
        padding: 80px 100px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 7.jpg'); 
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        position: relative;
    }
    
    .cert-title {
        font-family: 'Fredoka';
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        align-self: flex-start;
        margin: 0;
    }
    
    .cert-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 900px;
        border-radius: 30px;
        overflow: hidden;
    }
    
    .cert-tab {
        width: 40px;
        height: 100%;        
        background: #d0d0d0;
        border-radius: 20px;
        flex-shrink: 0;
        z-index: 1;
        align-self: stretch; 
    }
    
    .left-tab {
        margin-right: -20px;
        border-radius: 20px 0 0 20px;
    }
    
    .right-tab {
        margin-left: -20px;
        border-radius: 0 20px 20px 0;
    }
    
    .cert-main {
        flex: 1;
        border-radius: 20px;
        overflow: hidden;
        z-index: 2;
    }
    
    .cert-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .partner-box {
        width: 160px;
        height: 160px;
        background: #f5f0e8;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .partner-icon {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    
    .partner-logos {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .partner-logo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: contain;
        background: #FFF7EE;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    
    .partner-x {
        font-size: 32px;
        font-weight: bold;
        color: #333333;
    }
    
    .discover-btn {
        padding: 18px 60px;
        background: #F5A623;
        border-radius: 50px;
        font-family: 'Didact Gothic';
        font-size: 24px;
        color: #333333;
        text-decoration: none;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
        transition: 0.3s;
    }
    
    .cert-desc {
        font-size: 24px;
        color: #333333;
        text-align: center;
        line-height: 1.7;
        max-width: 700px;
        margin: 0;
    }
    
    .cert-bubble {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 150px;
    }

.tips-section {
    width: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    background-image: url('pictures/Rectangle\ 197.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tips-main-title {
    font-family: 'Fredoka';
    font-weight: bold;
    font-size: 40px;
    color: white;
    margin: 0;
}

.tips-subtitle {
    font-family: 'Fredoka';
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin: 0;
}

.tips-intro {
    font-size: 20px;
    color: white;
    line-height: 1.7;
    text-align: justify;
    max-width: 900px;
    margin: 0;
}

.tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 20px;
}

.tip-card {
    background: #FFF7EE;
    border-radius: 30px;
    padding: 30px;          
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;             
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tip-title {
    font-family: 'Fredoka';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin: 0;
}

.tip-text {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

.tip-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
    align-self: center;
    margin-top: 20px;
}
