.her-inner-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.social-bar {
    
     /* green similar to your image */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    gap: 25px;
    position: relative;
    left: -68px;
    margin-top: 41px;
}

/* Vertical Text */
.follow-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg); /* makes text read top to bottom like design */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Icons container */
.social-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Icon style */
.social-icons a {
    /* width: 38px; */
    /* height: 38px; */
    /* border: 2px solid #fff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #fff;
    color: #4f8f3d;
}
.center-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 40px; */
    height: 518px;
    top: -10px;
}
.center-img img {
   width: -webkit-fill-available;
   height: -webkit-fill-available;
}
.hero2-img img {
    width: 100%;
    height: auto;
}
.hero-2 {
    padding: 100px 0 0px;
}
.hero-section.hero-2 {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-end; 
    overflow: hidden;
}
.hero-2 .container {
    position: relative;
    width: 100%;
}
.hero-2 .row {
    align-items: flex-end; 
}
.hero-2 .col-md-5 {
    position: static; 
}
.hero-2 .content-1 {
    position: absolute;
    left: 85px; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; 
    width: 75%; 
    pointer-events: none;
}
.hero-2 h1 { 
    font-size: 100px; 
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.8;
    margin: 0;
}
.breadcrumb-text {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.hero-2 .hero-copy-1 {
    position: relative;
    display: block; 
    font-size: 100px; 
    font-weight: 700;
    color: #ffffff;
    line-height: normal; 
    margin-bottom: 100px;
}
.hero-2 .social-bar-1 {
    position: absolute;
    right: calc(100% + 40px); 
    top: 53px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; 
    pointer-events: auto; 
}
.hero-2 .follow-text {
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    transform-origin: center;
    letter-spacing: 1px;
}
.hero-2 .social-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}
.hero-2 .social-icons a img {
    width: 27.17px;
    height: 27.17px;
    filter: brightness(0) invert(1);
    transition: opacity 0.2s ease;
}
.hero-2 .social-icons a:hover img {
    opacity: 0.7;
}
.hero-2 .col-md-7 {
    position: relative;
    z-index: 2; 
    margin-left: auto; 
}
.hero-2 .hero2-img img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    .hero-section {
        padding: 56px 0 34px;
        overflow: hidden;
    }

    .her-inner-1 {
        min-height: 430px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .center-img {
        height: 400px;
        left: 58%;
        top: 20px;
        opacity: .95;
    }

    .content-1,
    .content-2 {
        position: relative;
        z-index: 2;
    }

    .social-bar {
        left: 0;
        align-items: flex-start;
        margin-top: 28px;
    }

    .hero-note {
        max-width: 260px;
        padding-left: 0;
        margin-top: 24px;
    }

    .hero-section.hero-2 {
        min-height: 390px;
        padding-top: 54px;
    }

    .hero-2 h1 {
        font-size: 4.5rem;
    }

    .hero-2 .content-1 {
        left: 18px;
        top: 50%;
        width: 80%;
    }

    .hero-2 .hero-copy-1 {
        margin-bottom: 40px;
    }

    .hero-2 .social-bar-1 {
        right: auto;
        left: 0;
        top: calc(100% + 18px);
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .hero-2 .social-bar-1 .follow-text {
        writing-mode: initial;
        transform: none;
        margin: 0;
    }

    .hero-2 .social-icons {
        flex-direction: row;
        gap: 12px;
    }

    .hero-2 .hero2-img {
        opacity: .85;
    }
}

@media (max-width: 900px) {
    .hero-content {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 38px 24px 0;
        text-align: center;
    }

    .hero-copy {
        padding-bottom: 14px;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-dots {
        display: none;
    }

    .hero-model {
        order: 2;
        height: 440px;
        transform: scale(.86);
        transform-origin: bottom center;
    }

    .hero-note {
        order: 3;
        padding: 0 0 34px;
        display: grid;
        justify-items: center;
    }
}

@media (max-width: 576px) {
    .hero-copy h1 {
        font-size: 38px;
    }

    .her-inner-1 {
        min-height: 380px;
    }

    

    .social-bar {
        gap: 14px;
    }

    .social-icons {
        flex-direction: row;
        gap: 12px;
    }

    .follow-text {
        writing-mode: initial;
        transform: none;
        margin-bottom: 0;
    }

    .hero-note p {
        font-size: 14px;
        max-width: 210px;
    }

    .hero-section.hero-2 {
        min-height: 330px;
    }

    .hero-2 h1 {
        font-size: clamp(42px, 14vw, 64px);
    }

    .breadcrumb-text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .hero-2 .content-1 {
        width: calc(100% - 32px);
    }

    .hero-2 .social-bar-1 {
        display: none;
    }
}
