/*==================================================
  Styles for Home Page - Video Banner with Slide-Over Effect
==================================================*/

/*==================================================
  Video Hero Banner Section - FULL VIEWPORT HEIGHT
==================================================*/
.hero-banner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0px;                    /* ✅ Starts below your 162px header */
    height: 1021px;   /* ✅ Fits within remaining viewport */
    overflow: hidden;
    z-index: 1;
}

/* Background Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Black Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 4.33%, rgba(0, 0, 0, 0.40) 59.73%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 2;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
}
.hero-title {
    margin-bottom: 32.6px;
    animation: 6;
    max-width: 687px;
    color: #FFF;
    text-align: center;
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 92%;
    letter-spacing: -5.4px;
}
.hero-description {
    max-width: 607px;
    margin-bottom: 63.9px;
    opacity: 0.95;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 133.33%;
}
.hero-button {
    display: inline-block;
    padding: 25px 63px;
    text-decoration: none;
    transition: all 0.3s ease;
    /* animation: fadeInUp 1s ease-out 0.4s;
    animation-fill-mode: backwards; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #728E02;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.762%;
    letter-spacing: -1.05px;
}

.hero-button:hover {
    background-color: #9cbc1d;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 140, 21, 0.3);
}

/*==================================================
  Content Wrapper - Slide Over Effect
==================================================*/
.content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    /* margin-top: 100vh; */
    margin-top: calc(100vh - 162px);
    min-height: 100vh;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
}

/* Example Content Section Styling */
.content-section {
    padding: 72.5px 0;
    overflow: hidden;
}
.content-section h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 46.2px */
    letter-spacing: -1.8px;
    text-transform: uppercase;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    width: 100%;
}

.content-section p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 133.333%;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    width: 100%;
    padding-bottom: 20px;
}
.content-section p:last-child { padding-bottom: 0; }
#about-us.content-section p, .content-section.sub-aboutus p {
    font-size: 18px;
    line-height: 166.667%;
}
#our-brands .sw-container.flexbox {
    justify-content: flex-start !important;
}

.oru-brand-title-dec{
text-transform: capitalize !important;
font-size: 84px !important;

}
h2.sec-Titles.mission {
    margin-top: 122px;
}
.hallmark {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 3;
}
.u-up-vector {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.u-up-vector.large {
    background-image: url(../images/u-up-vector-large.svg);
    width: 456px;
    height: 366px;
}
.u-up-vector.small {
    background-image: url(../images/u-up-vector-small.svg);
    width: 202px;
    height: 160px;
}
.u-down-vector.small {
    background-image: url(../images/u-down-vector-small.svg);
    width: 202px;
    height: 159.29px;
}


.hero-banner .hallmark {
    right: 100px;
}
.where-craftsmanship .hallmark {
    left: 88px;
    animation: fadeInDown 1s ease-out 0.2s;
    animation-fill-mode: backwards;
}

/*Green bg*/
.greenbg-sec { 
    background: #5B6828;
}
.greenbg-sec .flexbox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.greenbg-sec .sec-Titles {
    padding-bottom: 15px;
}
.sec-content {
    max-width: 805px;
}
.greenbg-sec .sec-content {
    display: inline-block;
}

.bg-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus {
    height: 960px;
}
.aboutus .flexbox {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    gap: 53px;
}
.sec-content-Outer {
    align-self: center;
    text-align: center;
}

.aboutus .sec-Titles {
    padding-bottom: 53px;
    text-transform: capitalize;
    font-size: 84px;
    letter-spacing: -2.52px;
}
.aboutus .sec-content {
    padding-bottom: 80px;
}
#our-people.aboutus .sec-content, .sub-aboutus .sec-content {
    padding-bottom: 0;
}
.aboutus .hallmark {
    right: 100px;
}
.aboutus .hallmark.u-down-vector.small {
    bottom: auto;
    top: 0;
    left: 92px;
}
.aboutus .cta-button {
    background-color: transparent;
    text-transform: unset;
    font-size: 18px;
    font-weight: 500;
    line-height: 189.845%;
    letter-spacing: normal;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    position: relative;
}
.aboutus .cta-button::before {
    content: '';
    position: absolute;
    right: 22px;
    top: auto;
    z-index: 1;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../images/Arrow-right.svg);
    width: 36.45px;
    height: 14.728px;
    bottom: auto;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}
.aboutus .cta-button::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../images/Ellipse-white.svg);
    width: 38.728px;
    height: 38.728px;
    margin-left: 33.27px;
}
.aboutus .cta-button:hover {
    color: #728E02;
}
.aboutus .cta-button:hover::before {
    transform: translateX(6px);
}

.ourpeople.bg-content, .goals.bg-content, .visionmission.bg-content, .values.bg-content, .team.bg-content {
    background-attachment: fixed;
}


#brandsContents .hallmark.u-down-vector {
    display: none;
}

.brands >  .flexbox {
    justify-content: center;
    height: 100%;
}

.brands .logo-gap-aligment{
    column-gap: 70px !important;
}


.brands .sec-content-Outer.flexbox {
    column-gap: 128px;
    row-gap: 60px;
}
.brands .sec-content-Outer, .brands.content-section p {
    text-align: left;
}
.content-section .brand-dec-home-page p {
  padding: 0px !important;
}
.brands.content-section p {
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
    line-height: 156%;
}
.brands .sec-content {
    padding-bottom: 60px;
}
.brands .u-up-vector.large {
    bottom: auto;
    top: 0;
    right: 88px;
    background-image: url(../images/img_bottom.png);
    width: 335px;
    height: 292px;
}
.brands .cta-button {
    text-align: center;
    font-size: 21px;
    line-height: 111.762%;
    letter-spacing: -1.05px;
    min-width: auto;
    border-radius: 10px;
}
#tatami .cta-button { 
    background-color: #9C7D4B;
}
#tatami .cta-button:hover{
     background-color: #b79257 ;
}
#chotto-by-tatami .cta-button { 
    background-color: #EBB5A4;
    color: #6D1610;
}
#chotto-by-tatami .cta-button:hover { 
    background-color: #e19f8b;
    color: #6D1610;
}

#neo-eatery .cta-button { 
    background-color: #9C5E45;
}
#neo-eatery .cta-button:hover { 
   background: #b87153;
}
.logo-top-aligment{
    padding-top: 20px;
}

/* .brands .cta-button:hover {
    background-color: #000!important;
} */









/*==================================================
  Animations
==================================================*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*==================================================
  Responsive Styles
==================================================*/

@media only screen and (max-width: 1600px) {
    .content-wrapper { margin-top: calc(100vh - 140px); }
    .hero-banner {
        top: 0px;
         height: 915px; 
    }
    .hero-title { font-size: 71px; }
    .hero-description { font-size: 21px; }
    .hero-button {
        padding: 23px 59px;
        font-size: 20px;
    }
    .content-section h2 { font-size: 52px; }
    .content-section p { font-size: 21px; }
    .aboutus .sec-Titles { font-size: 75px; }
    .oru-brand-title-dec{font-size: 52px !important;}
    .aboutus .sec-content {
    padding-bottom: 0px;
}
.aboutus {
    height: 820px;
}
.aboutus .sec-Titles {
    padding-bottom: 37px;
}
.brands.content-section p {
    color: #FFF;
    font-size: 17px;
   
}
#about-us.content-section p, .content-section.sub-aboutus p {
    font-size: 17px;
    line-height: 166.667%;
}

@media only screen and (max-width: 1440px) {

    .brands.content-section p {
    color: #FFF;
    font-size: 16px;
   
}
#about-us.content-section p, .content-section.sub-aboutus p {
    font-size: 16px;
    line-height: 166.667%;
}
    .content-wrapper { margin-top: calc(100vh - 130px); }
    .hero-banner {
        top: 0px;
         height: 793px;
    }
    .u-up-vector.large {
        width: 400px;
        height: 310px;
        background-size: contain;
    }
    .u-up-vector.small, .u-down-vector.small {
        width: 152px;
        height: 120px;
        background-size: contain;
    }
    .only-heading .u-up-vector.large {
        max-height: 259px;
        max-width: 320px;
    }
    .brands .u-up-vector.large {
        width: 235px;
        height: 205px;
    }
    .site-footer {
        background-size: 600px;
    }
    .hero-title { font-size: 72px; }
    .hero-description { font-size: 20px; }
    .brands .cta-button {
        font-size: 20px;
    }
    .brands .sec-content-Outer.flexbox {
        column-gap: 100px;
    }
    .content-section h2 { font-size: 50px; }
     .content-section p { font-size: 20px; }
     .content-section {
    padding: 50.5px 0;
    overflow: hidden;
}
    .aboutus {
        height: 673px;
    }
    .aboutus .sec-Titles { font-size: 74px; }

    
}

@media only screen and (max-width: 1366px) {

       .hero-button {
        padding: 17px 37px;
        font-size: 20px;
    }
            .hero-title {
            font-size: 70px;
        }
                .content-section h2 {
            font-size: 48px;
        }
            .oru-brand-title-dec {
        font-size: 48px !important;
    }
    .aboutus .sec-Titles {
            font-size: 72px;
        }
}
@media only screen and (max-width: 1280px) {
        .hero-title {
            font-size: 68px;
        }
        .hero-description {
            font-size: 19px;
        }
               .content-section h2 {
            font-size: 47px;
        }
                .content-section p {
            font-size: 19px;
        }
            .oru-brand-title-dec {
        font-size: 47px !important;
    }
    .aboutus .sec-Titles {
            font-size: 70px;
        }
}




@media only screen and (max-width: 1152px) {
    .hero-title { font-size: 70px; }
    .hero-description { font-size: 21px; }
    .content-section h2 { font-size: 45px; }
    .content-section p { font-size: 20px; }
    .aboutus {
        height: 100vh;
        max-height: 637px;
    }
    
    .aboutus .sec-Titles { font-size: 66px; }
    .oru-brand-title-dec{font-size: 66px !important;}
    .aboutus .sec-content { padding-bottom: 52px; }
    h2.sec-Titles.mission { margin-top: 65px; }
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
        .content-section p {
            font-size: 18px;
        }
    .hero-description { font-size: 19px; }
    .hero-title { font-size: 66px; }
    .content-section h2 { font-size: 40px; }
    .content-section {  padding: 60px 20px; }
    .content-section h2 { font-size: 42px; }
    .aboutus .sec-Titles { font-size: 55px; }
    .oru-brand-title-dec{font-size: 55px !important;}
    #about-us.content-section p, .content-section.sub-aboutus p, .brands.content-section p {
        font-size: 17px;
    }
    .brands .sec-content { padding-bottom: 48px; }
    .cta-button {
        padding: 19px 44px;
    }
    .u-up-vector.large {
        width: 275px;
        height: 221px;
    }
    .brands .sec-content-Outer.flexbox {
        column-gap: 70px;
    }
    #footerTop {
        padding-bottom: 50px;
    }
    .site-footer {
    padding: 50px 0 0;
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .site-footer {
    padding: 34px 0 0;
}
    .hero-title { font-size: 55px; }
    .content-section {
        padding: 50px 15px;
    }
    .content-section h2 { font-size: 38px; }

    #our-brands .sw-container.flexbox {
    justify-content: center !important;
}
.hero-banner {
            top: 0px;
            height: 746px;
        }
               #about-us.content-section p, .content-section.sub-aboutus p, .brands.content-section p {
        font-size: 16px;
        text-align: left;
    }

    .aboutus .hallmark.u-down-vector.small {
    bottom: auto;
    top: 0;
    left: 111px;
}
.where-craftsmanship .hallmark {
    left: 108px;
}
.aboutus .hallmark {
    right: 50px;
}
    
}

@media (max-width: 600px) {
    .hero-content {
        padding: 0px 30px;
    }
    .content-section {
        padding: 70px 15px;
        max-height: none;
        height: auto;
    }
    .content-section.brands {
        height: auto;
        background-attachment: fixed !important;
        position: inherit;
        top: 0 !important;
    }
    .content-section.sub-aboutus {
        min-height: 600px;
        min-height: initial;
    }
    .content-section.sub-aboutus .hallmark.u-down-vector.small {
        display: none;
    }
    #about-us.content-section p, .content-section.sub-aboutus p, .brands.content-section p {
        font-size: 16px;
    }
    .brands .sec-content-Outer.flexbox {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
        transform: translateY(0);
    }
    .sec-content-Outer-Cols {
        text-align: center;
    }
    .sec-brandlogo {
        max-height: 120px;
        max-width: 180px;
    }


    .aboutus .sec-Titles {
        padding-bottom: 33px;

    }
    
}

}}