/* ANCHOR About Us */
/* #region  */

/* -------------------------------------------------------------------------- */
/*                               HEADER BANNER                                */
/* -------------------------------------------------------------------------- */

.Header_Banner {
    height: 3rem;
    width: 100%;
}

.Header_Banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.Header_Banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #endregion */

/* ANCHOR About Us */
/* #region  */

/* -------------------------------------------------------------------------- */
/*                                 ABOUT US                                  */
/* -------------------------------------------------------------------------- */

.aboutUs__Video {
    width: 100%;
    border-radius: 15px;
}

.aboutUs__Video a {
    position: relative;
    display: block;
    width: 100%;
}

.aboutUs__Video a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #02432f80;
    border-radius: 15px;
}

.aboutUs__Video a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: url(/Portals/0/Images/play.svg) no-repeat center;
    background-size: cover;
    width: 72px;
    height: 72px;
}

.aboutUs__Video a img {
    border-radius: 15px;
}

.aboutUs__TopContent {
    margin-inline-start: 5.5rem;
    padding-top: 4px;
}

.aboutUs__TopContent h3 {
    font-size: var(--fz-xl);
    font-weight: var(--fw-300);
    line-height: 48px;
    color: var(--tc1);
}

.aboutUs__TopContent h3 span {
    font-weight: var(--fw-700);
}

.aboutUs__TopContent p {
    margin-top: 1.5rem;
    font-size: var(--fz-sm);
    line-height: 22px;
    color: var(--tc1);
    text-align: justify;
}

.aboutUs__Services {
    margin: 6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background-color: #ffffff1a;
    border: 1px solid var(--mc4);
    box-shadow: 0px 2px 16px -5px #00000008;
    border-radius: 15px;
    padding: 3.75rem 0;
}

.aboutUs__Services__Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
}

.aboutUs__Services__Item div {
    margin-top: 1.5rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-600);
    line-height: 25px;
    color: var(--black);
}

.aboutUs__Title {
    font-size: var(--fz-xl);
    font-weight: var(--fw-300);
    line-height: 50px;
    color: var(--black);
    margin-bottom: 5rem;
    text-align: center;
}

.aboutUs__Title span {
    font-weight: var(--fw-700);
}

.aboutUs__Image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 2px 16px -5px #0000001a;
    margin-bottom: 7.5rem;
}

.aboutUs__ImageEnd {
    margin-bottom: 0;
}

.aboutUs__Text {
    padding-top: 8.5rem;
}

.aboutUs__Text p {
    font-size: var(--fz-sm);
    font-weight: var(--fw-300);
    line-height: 22px;
    color: var(--black);
    text-align: justify;
}

@media (max-width:991px) {
    .aboutUs__Text p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .aboutUs__Video a::after {
        width: 56px;
        height: 56px;
    }

    .aboutUs__TopContent {
        margin-inline-start: 0;
        padding-top: 1.5rem;
    }

    .aboutUs__Services {
        justify-content: space-between;
        align-items: start;
        margin: 4rem 0;
        gap: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .aboutUs__Services__Item {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 60px;
    }

    .aboutUs__Services__Item img {
        width: 32px;
    }

    .aboutUs__Services__Item div {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-top: 0;
    }

    .aboutUs__Title {
        font-size: 24px;
        line-height: 37px;
        margin-bottom: 4rem;
    }

    .aboutUs__Image {
        border-radius: 10px;
        margin-bottom: 0;
    }

    .aboutUs__Text {
        padding-top: 1.5rem;
        padding-bottom: 120px;
    }
}

/* #endregion */

/* ANCHOR Contact Us */
/* #region  */

/* -------------------------------------------------------------------------- */
/*                                 CONTACT US                                  */
/* -------------------------------------------------------------------------- */

.contactUs__Right,
.contactUs__Left {
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px 0px #00000008;
    padding: 5px;
    padding-top: 3rem;
    height: 100%;
}

.contactUs__Right {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
}

.contactUs__Right > a {
    display: block;
    width: 100%;
}

.contactUs__Right > a img {
    width: 100%;
    border-radius: 10px;
}

.contactUs__InfoItem {
    display: flex;
    align-items: center;
    column-gap: 51px;
    padding: 0 3.5rem;
}

.contactUs__InfoItem:first-child div {
    display: flex;
    flex-direction: column;
}

.contactUs__Call {
    flex-direction: column;
}

.contactUs .footer__Socials {
    margin: 0 !important;
    margin-inline-start: 158px !important;
}

.contactUs__Maps {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.contactUs__Maps a {
    transition: var(--transition);
}

.contactUs__Maps a:hover {
    box-shadow: 0px 2px 16px -5px #0000001a;
}

.contactUs__Left {
    padding: 0 111px;
    padding-top: 147px;
}

.contactUs__Left h4 {
    padding-bottom: 0.5rem;
    font-size: var(--fz-lg);
    font-weight: var(--fw-300);
    line-height: 37px;
    color: var(--tc1);
}

.contactUs__Left h4 span {
    font-weight: var(--fw-600);
}

.contactUs__Left p {
    margin-bottom: 2rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-300);
    line-height: 22px;
    color: var(--tc1);
}

@media (max-width: 991px) {
    .contactUs__Right {
        row-gap: 3rem;
    }

    .contactUs__Right,
    .contactUs__Left {
        padding: 4px;
        padding-top: 1.5rem;
        height: auto;
    }

    .contactUs__InfoItem {
        column-gap: 3rem;
        padding: 0 1.5rem;
        gap: 2rem;
    }

    .contactUs__InfoItem img {
        width: 2.5rem;
    }

    .contactUs .footer__Socials {
        margin-inline-start: 0 !important;
        width: 300px !important;
        margin: 0 auto !important;
    }

    .contactUs .footer__Socials a .WbIcon,
    .contactUs .footer__Socials a:focus .WbIcon,
    .contactUs .footer__Socials a:visited .WbIcon {
        --icon: 2rem;
    }

    .contactUs .footer__Socials a .footer__Icon img:last-child {
        width: 2rem;
    }

    .contactUs__Left {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #endregion */

/* ANCHOR FAQ */
/* #region  */

/* -------------------------------------------------------------------------- */
/*                                 FAQ                                        */
/* -------------------------------------------------------------------------- */

.faqList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faqItem {
    background-color: var(--white);
    border-radius: 15px;
    padding: 1.5rem 1rem;
}

.faqItem__Header {
    padding-inline-end: 0.5rem;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.faqItem__Header::before {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    background: linear-gradient(180deg, #44af8e 0%, #02432f 100%);
    border-radius: 50%;
    translate: 0 -50%;
}

.faqItem__Title {
    --line: 1;
    --line-height: 25px;

    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: var(--line);
    height: calc(var(--line) * var(--line-height));
    line-height: var(--line-height);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--fz-md);
    color: var(--tc1);
    display: flex;
    align-items: center;
}

.faqItem__Header .WbIcon {
    --icon: 1.5rem;
    --icon-color: var(--tc1);
}

.faqItem.active .faqItem__Header .WbIcon {
    rotate: 180deg;
}

.faqItem__BodyInner {
    padding: 0.75rem 0 1.25rem;
}

.faqItem__BodyInner p {
    font-size: var(--fz-sm);
    line-height: 22px;
    font-weight: var(--fw-300);
    color: var(--tc1);
    text-align: justify;
}

.contactUs__Bottom {
    margin: 2.5rem 0;
    width: 100%;
}

.contactUs__Bottom img {
    width: 100%;
}

.homeFaq .btnStyle_Primary {
    margin: 0 auto;
    margin-top: 3.25rem;
    display: block;
    width: max-content;
}

/* specialized advice */

.specializedAdvice {
    width: 100%;
    display: flex;
    padding: 2rem 2rem 2.25rem;
    background: linear-gradient(90deg, #02432f 24.06%, #05a977 129.11%);
    border-radius: 15px;
    position: relative;
    margin-top: 4rem;
}

.specializedAdvice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 100%;
    border: 3px solid #becec9;
    border-radius: 15px;
    rotate: -4deg;
    z-index: -1;
}

.specializedAdvice__Content {
    width: 70%;
}

.specializedAdvice__Content p:first-child {
    font-size: var(--fz-xl);
    font-weight: var(--fw-700);
    line-height: 48px;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.specializedAdvice__Content p:nth-child(2),
.specializedAdvice__Links a,
.specializedAdvice__Links a span {
    font-size: var(--fz-lg);
    font-weight: var(--fw-300);
    line-height: 36px;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.specializedAdvice__Links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.specializedAdvice__Links a {
    margin-bottom: 0;
    direction: ltr;
    text-align: left;
    font-weight: var(--fw-100);
}

.specializedAdvice__Links a span {
    font-weight: var(--fw-700);
}

.specializedAdvice img {
    position: absolute;
    bottom: 0;
    left: 1rem;
}

@media (max-width: 991px) {
    .faqItem__Title {
        --line: 3;
        --line-height: 21px;
    }

    .faqItem {
        padding: 1.25rem 1rem;
    }

    .faqItem__Header::before {
        display: none;
    }

    .contactUs__Bottom {
        margin: 0;
    }

    .specializedAdvice img {
        width: 40%;
    }

    .specializedAdvice {
        margin-top: 0;
        padding-inline: 1rem;
        padding-block: 1.25rem;
    }

    .specializedAdvice::before {
        top: -0.5rem;
        height: calc(100% + 1rem);
    }



    .specializedAdvice__Content {
        width: 100%;
    }

    .specializedAdvice__Content p:first-child {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .specializedAdvice__Content p:nth-child(2),
    .specializedAdvice__Links a,
    .specializedAdvice__Links a span {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .specializedAdvice__Content p:nth-child(2) {
        margin-bottom: 2rem;
    }

    .specializedAdvice__Links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        width: 50%;
        flex-direction: column;
    }

    .specializedAdvice__Links a {
        margin-bottom: 0;
    }
}

/* #endregion */

/* -------------------------------------------------------------------------- */
/*                                 EMPLOYMENT                                 */
/* -------------------------------------------------------------------------- */

/* ANCHOR Employment */
/* #region  */

.employmentForm_Wrapper {
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px 0px #00000008;
    padding: 4rem 7rem 6rem;
    margin-top: -93px;
}

.employment__Title {
    font-size: var(--fz-xxl);
    line-height: 74px;
    font-weight: var(--fw-300);
    color: var(--tc1);
    text-align: center;
    width: 100%;
    padding-bottom: 3rem;
}

.employment__Title span {
    font-weight: var(--fw-700);
}

.employmentForm_Wrapper p {
    font-size: var(--fz-sm);
    font-weight: var(--fw-300);
    line-height: 22px;
    color: var(--tc1);
}

.employmentForm_Wrapper p:nth-child(2) {
    margin-bottom: 2.5rem;
}

.employmentForm_Wrapper p:nth-child(3) {
    margin-bottom: 2rem;
}

p.employment__BoldText {
    font-size: var(--fz-md);
    font-weight: var(--fw-700);
    line-height: 25px;
    margin-bottom: 0.5rem;
}

.employmentForm {
    margin-top: 2rem;
}

.employmentBanner {
    width: 100%;
    height: 446px;
}

.employmentBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .employmentForm_Wrapper {
        border-radius: 10px;
        padding: 1rem;
    }

    .employment__Title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 1.5rem;
    }
}


/* #endregion */

.why_atigh {
    display: flex;
    width: 100%;
    gap: 5rem;
    align-items: center;
    margin-bottom: var(--main-space);
}

.why_atigh_right {
    color: var(--MC-Black, #3c3c3c);
    text-align: right;
    font-size: var(--fz-xl);
    font-weight: 300;
    line-height: 150%; /* 48px */
}

.why_atigh_right span {
    font-weight: 700;
}

.why_atigh_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
}

.why_atigh_left div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kesh_category {
    margin-bottom: var(--main-space);
}

.kesh_category .sectionTtl1 {
    text-align: center;
    margin-bottom: 3.3125rem !important;
}

.kesh_category > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.kesh_category a {
    width: 310px;
    height: 420px;
    transition: var(--transition);
}

@media (min-width: 992px) {
    .kesh_category a:hover {
        scale: 1.05;
    }
}

@media (max-width: 991px) {
    .kesh_category div > a:first-child {
        width: 100%; /* Makes the first item full width */
    }

    .kesh_category div > a:not(:first-child) {
        flex: 1; /* Ensures equal width for bottom items */
        width: calc(50% - 5px); /* Adjust for spacing */
    }
}

.kesh_category a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .why_atigh {
        flex-direction: column;
        gap: 2.5rem;
    }

    .why_atigh img {
        width: 32px;
        height: 32px;
    }

    .why_atigh_left div span {
        font-weight: 600;
    }
}

/* home banner */

.wbSlides__Item {
    border-radius: 15px;
    aspect-ratio: 5/2;
    overflow: hidden;
}

.wbSlides__Item video,
.wbSlides__Item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wbSlides__Info {
    top: 20%;
    left: 2.75rem;
}

.wbSlides__Title h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff !important;
    font-weight: 300;
    line-height: 160%;
}

.wbSlides__Title > * {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff !important;
    font-weight: 300;
    line-height: 160%;
}

.wbSlides__Desc p {
    color: #fff !important;
    font-size: 2rem;
    font-weight: 300;
    line-height: 160%;
    text-align: center;
}

.wbSlides .slick-arrow.slick-arrow.slick-arrow {
    bottom: 2rem !important;
    top: auto !important;
}

.wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-next {
    left: 43% !important;
}

.wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-arrow::before {
    background: #ffffff75 !important;
}

.wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-arrow:hover::before {
    background: #fff !important;
}

.wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-prev {
    right: 43% !important;
}

.wbSlides.wbSlides.wbSlides .slick-dots {
    bottom: 3rem;
}

.wbSlides.wbSlides.wbSlides .slick-dots li button {
    height: 6px !important;
    width: 6px !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.wbSlides.wbSlides.wbSlides .slick-dots li.slick-active button {
    width: 18px !important;
    background: #fff !important;
}

@media (max-width: 991px) {
    .wbSlides__Title > * {
        font-size: 1.5rem !important;
        line-height: 49px !important;
        margin-bottom: 4px !important;
    }

    .wbSlides__Info {
        top: 1rem;
        right: 1rem;
        left: unset;
    }

    .wbSlides__Desc p {
        font-size: 1rem !important;
        line-height: 24px;
        text-align: right;
    }

    .wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-prev {
        right: 30% !important;
    }

    .wbSlides .slick-arrow.slick-arrow.slick-arrow.slick-next {
        left: 30% !important;
    }

    .kesh_category > div {
        flex-wrap: wrap;
    }

    .kesh_category a {
        width: auto;
        height: auto;
    }

    .kesh_category .sectionTtl1 {
        margin-bottom: 2.5rem !important;
    }

    .why_atigh_left div {
        width: 60px;
    }

    .why_atigh_left {
        align-items: start;
        justify-content: space-between;
        width: 100%;
    }

    .why_atigh_left div {
        gap: 1.5rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60px;
    }

    .wbSlides__Item {
        min-height: 330px !important;
    }
}

.homeClothCtg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.homeClothCtg__Item,
.homeClothCtg__Item:visited,
.homeClothCtg__Item:focus {
    padding: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fz-lg);
    font-weight: var(--fw-700);
    line-height: 38px;
    color: var(--white);
    transition: var(--transition);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: exclusion;
    overflow: hidden;
    position: relative;
}

.homeClothCtg__Item:hover {
    box-shadow: 0px 2px 20px 0px #0000004d;
}

.homeClothCtg__Item::after {
    content: "";
    background-image: url(/portals/0/Images/homecloth-ctg.jpg);
    background-size: contain;
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.2;
}

.homeClothCtg__Item:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(360deg, #005d55 0%, #02ad9e 100%);
}

.homeClothCtg__Item:nth-child(2)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(360deg, #02432f 0%, #05a977 100%);
}

.homeClothCtg__Item:nth-child(3)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #0091af 0%, #003c49 100%);
}

.homeClothCtg__Item:nth-child(4)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #007881 0%, #00191b 100%);
}

.homeClothCtg__Item:nth-child(5)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #ffc50a 0%, #997606 100%);
}

.homeClothCtg__Item:nth-child(6)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #f78d1a 0%, #91530f 100%);
}

.homeClothCtg__Item:nth-child(7)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #f37021 0%, #8d4113 100%);
}

.homeClothCtg__Item:nth-child(8)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #c40c0c 0%, #5e0606 100%);
}

/* sectionCall */
.sectionCall {
    background: url(/Portals/0/Images/sectioncallBG.jpg) no-repeat center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.sectionCall p,
.sectionCall p span {
    font-size: 16px;
    font-weight: var(--fw-700);
    line-height: 24px;
    color: var(--white);
}

.sectionCall p {
    padding-bottom: 0.5rem;
}

.sectionCall p:nth-child(2) {
    font-weight: var(--fw-300);
    padding-bottom: 1.5rem;
}

.sectionCall p:nth-child(2) span {
    font-weight: var(--fw-700);
}

.sectionCall div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.sectionCall a,
.sectionCall a:focus,
.sectionCall a:hover {
    font-size: 16px;
    font-weight: var(--fw-300);
    line-height: 24px;
    color: var(--white);
    direction: ltr;
}

.sectionCall a span,
.sectionCall a:focus span,
.sectionCall a:hover span {
    font-weight: var(--fw-700);
    color: var(--white);
}


#CancelSnappOrder > span:nth-child(2) {
    color: white !important;
}