/*About 2 section start*/
.hr-about-sec{
    overflow: hidden;
}
.hr-image-column {
    margin-bottom: 50px;
}
.hr-image-column .hr-inner-column {
    margin-bottom: 82px;
    margin-top: 50px;
    position: relative;
}
.hr-image-column .hr-inner-column:before {
    background-color: var(--color-3);
    content: "";
    height: 678px;
    left: 80px;
    position: absolute;
    top: -50px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
    width: 350px;
}
.hr-reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.hr-reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.hr-image-column .hr-inner-column .hr-image, .hr-image-column .hr-inner-column .hr-image-2 {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.hr-image-column .hr-inner-column .hr-image img, .hr-image-column .hr-inner-column .hr-image-2 img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.hr-image-column .hr-inner-column .hr-image-2 {
    position: absolute;
    right: -12px;
    top: 30px;
}
.hr-image-column .hr-inner-column .hr-video-box {
    bottom: -93px;
    position: absolute;
    right: 50px;
}
.hr-image-column .hr-inner-column .hr-video-box .hr-play-btn {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hr-play-btn .hr-icon-triangle {
    background-color: var(--white);
    border: 6px solid var(--color-3);
    border-radius: 50%;
    color: var(--black);
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 93px;
    width: 93px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: center;
}
.hr-list-style {
    position: relative;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.hr-list-style li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 28px;
    margin-bottom: 10px;
    color: var(--black);
}
.hr-list-style li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--color-4);
    background-color: var(--white);
}
.hr-bottom-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
    padding-top: 55px;
    position: relative;
}
.hr-bottom-box .hr-info-btn {
    position: relative;
}
.hr-bottom-box .hr-info-btn small {
    color: var(--black);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}
.hr-bottom-box .hr-info-btn strong {
    color: var(--black);
    display: block;
    font-size: 26px;
    line-height: 1.4em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hr-bottom-box .hr-author-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 57px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-image {
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-image:before {
    background-color: var(--color-3);
    clip-path: polygon(45% 0, 100% 0, 55% 100%, 0% 100%);
    content: "";
    height: 108px;
    left: -2px;
    position: absolute;
    top: -9px;
    width: 100px;
}
.hr-bottom-box .hr-author-box .hr-author-image img {
    position: relative;
    z-index: 1;
}
.hr-bottom-box .hr-author-box .hr-author-info {
    padding-left: 16px;
    padding-top: 5px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-info .hr-name {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px;
    position: relative;
}
.hr-bottom-box .hr-author-box .hr-author-info .hr-designation {
    color: var(--black);
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden; /* Allows scrolling if content is too large */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 700px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* Responsive Video */
.modal-content iframe {
  width: 100%;
/*  height: auto;*/
}
.hr-section-content .hr-titel .hr-about-text{
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: var(--color-2);
}
.hr-section-content .hr-titel .hr-about-text:before{
    display: none;
}
.hr-section-content .hr-title-one h3{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    position: relative;
    margin-bottom: 46px;
}
.hr-section-content .hr-title-one h3:before{
    position: absolute;
    content: '';
    background: var(--color-6);
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -15px;
}
.hr-about-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.speciallst-card {
    background-color: #F4F1EE;
    padding: 35px 50px 20px 30px;
    margin-bottom: 25px;
    position: relative;
}
.speciallst-card h3 img {
    position: absolute;
    left: 28px;
    top: 28%;
    transform: translateY(-50%);
    width: 45px;
}
.speciallst-card h3{
    font-size: 20px !important;
    text-align: justify!important;
    font-family: var(--font-02);
    color: var(--color-3);
    margin-left: 68px;
}
.parallax {
    position: relative;
    height: 100vh;
    background: url('https://grindhamburgers.itsprowebsite.com/public/GRINDHAMBURGER/themeaB9xY12z/assets/images/about/img_3300-1024x768.png') no-repeat center center/cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 2rem;
    font-family: Arial, sans-serif;
}

/* Overlay Color */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% transparency */
}

/* Text Styling */
.text-content {
    position: relative;
    z-index: 1;
    max-width: 80%;
}
.text-content h2{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 700;
    font-family: var(--font-03);
}
.text-content h3{
    text-transform: capitalize;
    font-size: 55px;
    font-family: var(--font-03);
}
/*section2*/
.list {
    display: flex;
    flex-direction: column;
    gap: var(--gap, 1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 25px 15px;
    background: #fbfcf8;
}
.about-card__img {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
}
.about-card__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section2 h5{
    font-size: 1.333rem;
    font-weight: 700;
    font-family: var(--font-02);
}
.t-short-para {
    max-width: 55ch;
}
.about-image {
    display: grid;
    gap: 1rem;
}
.about-image__content {
    padding: 20px;
    background: var(--color-3);
    position: relative;
    isolation: isolate;
}
.about-image__text {
    display: block;
    letter-spacing: 0.04em;
    font-family: var(--font-02);
}
.text--white {
    color: #fff;
}
.about-image__content::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed #fff;
}
.about-image__one-is {
    width: 100%;
    height: 100%;
}
.about-image__two-is {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .about-card {
        gap: 3.4rem;
        flex-direction: row;
        align-items: center;
        padding: 30px 40px;
        border-right: 2px solid var(--color-3);
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .about-card__img {
        position: relative;
        isolation: isolate;
    }
    .about-card__img::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% + 1.57rem);
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #86c305;
    }
    .text-md-start {
        text-align: left !important;
    }
    .about-image {
        display: flex;
        position: relative;
        isolation: isolate;
    }
    .about-image__content {
        position: absolute;
        top: 15px;
        right: 15px;
        aspect-ratio: 1;
        z-index: 1;
    }
    .about-image__one {
        width: 50%;
    }
    .about-image__two {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
    .about-image__content {
        top: 30px;
        right: 0;
    }
    .about-image__one {
        width: 400px;
        height: 400px;
        position: absolute;
        top: 0;
        right: 30px;
    }
    .about-image__one-is {
        object-fit: cover;
        aspect-ratio: 1;
    }
    .about-image__two {
        width: 280px;
        height: 280px;
        position: relative;
        top: 230px;
        left: 0;
    }   
    .about-image__two::after {
        content: "";
        width: 140px;
        height: 10px;
        position: absolute;
        left: 0;
        top: -30px;
        background: var(--color-3)
    }
}
@media (min-width: 1200px) {
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
}
/* Media Query for Small Screens */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .speciallst-card {
        padding: 25px 15px 15px 15px;
        margin-bottom: 15px;
    }
    .speciallst-card h3 {
        padding-left: 60px;
        font-size: 16px;
        color: #333333;
    }
    .speciallst-card p {
        font-size: 13px !important;
        color: #555555;
    }
}
@media (max-width: 1199.98px) {
    .hr-image-column .hr-inner-column {
        margin-bottom: 0;
        margin-top: 0;
    }
    .hr-image-column .hr-inner-column .hr-image {
        height: 600px;
        width: 100%;
    }
    .hr-image-column .hr-inner-column .hr-image-2 {
        display: none;
    }
    .hr-image-column .hr-inner-column .hr-video-box {
        display: none;
    }
    .hr-bottom-box {
        margin-left: 0;
        padding-top: 30px;
    }
}
@media (max-width: 600px) {
  .modal-content {
    width: 100%;
    margin: 10% auto;
  }
  
  .close {
    font-size: 25px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
    .hr-image-column .hr-inner-column .hr-image {
        height: auto;
    }
    .hr-bottom-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hr-bottom-box .hr-author-box {
        margin-left: 0;
        margin-top: 10px;
    }
    .hr-image-column .hr-inner-column:before {
        display: none;
    }
}
/*About 2 section end*/


/*Section 7 css start*/
.section7 {
    background: none;
    padding-top: 135px;
    padding-bottom: 116px;
}
.section7 .themesflat-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1603px;
    max-width: 100%;
}
.section7 .content{
    margin-top: 38px;
    margin-right: 80px;
    margin-left: 3px;
    flex-grow: 1;
}
.section7 .mb-27 {
    margin-bottom: 27px;
}
.section7 .heading-section .sub {
    color: #C3A27C;
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}
.section7 .heading-section .sub-before {
    padding-left: 22px;
}
.section7 .heading-section .sub-before::before {
    position: absolute;
    content: url('https://dev.hrinfocare.com/hrcmsci4/public/assets/images/section-images/coffee-2.png');
    top: -4px;
    left: -2px;
}
.section7 .heading-section .main {
    color: #171412;
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 9px;
}
.section7 .content p {
    color: #666666;
    margin-bottom: 25px;
    margin-top: 27px;
}
.section7 .content ul {
    margin-bottom: 47px;
    padding-left: 0;
}
.section7 .content ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #2d2723;
    margin-bottom: 13px;
    gap: 15px;
}
.section7 .content ul li i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #FFF;
    background-color: #C3A27C;
}
.section7 .button-style-1 {
    width: max-content;
    height: 50px;
    background-color: #c3a27c;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2.5px;
    padding: 0 38px 0 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section7 .button-style-1:hover {
    background-color: #2D2723;
}
.section7 a:hover, .section7 a:focus {
    color: #C3A27C;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section7 .right {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-left: 0;
    position: relative;
}
.section7 .box-infor {
    position: absolute;
    background-color: #FFF;
    min-width: 300px;
    height: max-content;
    padding: 46px 28px 43px;
    border-radius: 30px;
    z-index: 10;
    top: 146px;
    left: 0;
}
.section7 .box-infor.style-1 {
    background-color: #2d2723;
    position: unset;
    transform: none;
}
.section7 .counter-item {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.8);
    margin-bottom: 27px;
}
.section7 .counter-item .icon i {
    font-size: 57px;
    color: #C3A27C;
    margin-bottom: 30px;
}
.section7 .counter-item .counter {
    color: #171412;
    font-size: 45px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 11px;
}
.section7 .counter-item .text {
    color: #171412;
    font-size: 15px;
    font-family: 'DM Sans';
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.section7 .counter-item.style-1 .counter, .section7 .counter-item.style-1 .text {
    color: #FFF;
}
.section7 .counter-item:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.section7 .image {
    width: 740px;
    position: relative;
    z-index: 5;
    width: 511px;
}
.section7 .w-full {
    width: 100%;
}
.section7 .image img {
    border-radius: 10px;
}
@media (max-width: 1200px) {
    .section7 .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .section7 .content {
        margin-right: 0;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .section7 .image {
        width: unset;
    }
}
@media (max-width: 767px) {
    .section7 .right {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section7 .right .box-infor {
        position: unset;
        margin-bottom: 15px;
        width: 100%;
    }
    .text-content h3 {
    text-transform: capitalize;
    font-size: 45px;
    font-family: var(--font-03);
}
.about-image__one img {
    width: 100%;
}
.about-image__two {
    text-align: center;
}
}
@media(max-width:576px){
    .parallax {
    height: 480px;
}
.text-content h3 {
    text-transform: capitalize;
    font-size: 28px;
    font-family: var(--font-03);
}
.text-content h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 700;
    font-family: var(--font-03);
}
}
/*Section 7 css end*/