.lgryp {
    padding-top: 100px;
    /* background: rgba(0, 134, 227, 0.05); */
    overflow: hidden;
}

.lgryp-nav {
    height: 45px;
    line-height: 45px;
    color: #999;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: var(--font-style);
    font-weight: 500;
    text-transform: capitalize;
}

.lgryp-nav .lgryp-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.lgryp-nav .lgryp-current {
    color: var(--primary-color);
}

.lgryp-nav-line {
    width: 100%;
    height: 1px;
    background: #D8D9DB;
}

.lgryp-top {
    /* padding-top: 110px;
    padding-bottom: 60px;
    display: flex; */
    /* margin-top: 100px; */
    position: relative;
}

.lgryp-top-con {
    padding-top: 110px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D9DB;
    display: flex;
    gap: 70px;
}

.lgryp-top .lgryp-left {
    width: 750px;
    /* height: 600px; */
    /* display: flex; */
}

.lgryp-left .lgryp-thumb-swiper {
    width: 100%;
    height: 100px;
    margin-top: 24px;
}

.lgryp-left .swiper-slide {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lgryp-left .swiper-slide.lgryp-active{
    border: 2px solid var(--primary-color);
}

.lgryp-left .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lgryp-left .swiper-button-prev,
.lgryp-left .swiper-button-next {
    width: 14px;
    height: 36px;
    background: #0D0F1480;
    /* transform: translateX(-50%) rotate(90deg) !important; */
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.lgryp-left .swiper-button-prev {
    left: 0;
}

.lgryp-left .swiper-button-next {
    right: 0;
}
.lgryp-left .swiper-button-prev:hover,
.lgryp-left .swiper-button-next:hover{
    background: #0086E3;
} 
.lgryp-left .swiper-button-prev:after,
.lgryp-left .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.lgryp-left .lgryp-media-main {
    width: 100%;
    aspect-ratio: 1;
    /* padding: 0 50px; */
}

.lgryp-media-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lgryp-top .lgryp-right {
    flex: 1;
}

.lgryp-top .lgryp-top-bg {
    width: 2305.298px;
    height: 999.678px;
    transform: rotate(-25.004deg);
    border-radius: 500px;
    background: #0086E3;
    position: absolute;
    top: 0;
    left: 470px;
    z-index: -1;
    transform-origin: 0 0;
}

.lgryp-right {
    /* padding-left: 20px; */
}

.lgryp-right .lgryp-product-title {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.lgryp-right .lgryp-product-summary{
    margin-top: 10px;
}
.lgryp-right .lgryp-product-summary p,
.lgryp-right .lgryp-product-summary span {
    color: var(--text-color-white) !important;
    font-family: var(--font-family);
    font-size: 16px !important;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
    
}

.lgryp-right .lgryp-product-line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin: 30px 0;
}

.lgryp-right .lgryp-detail {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.lgryp-detail-item .lgryp-detail-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.lgryp-detail-head img{
    width: 30px;
    aspect-ratio: 1;
    object-fit: cover;
}
.lgryp-detail .lgryp-detail-value {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.lgryp-detail .lgryp-detail-label {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.lgryp-right .lgryp-contact {
    margin-top: 300px;
    display: flex;
    align-items: center;
    gap: 43px;
}

.lgryp-right .lgryp-contact div {
    display: inline-flex;
    padding: 10px 42px;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: var(--font-style);
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer;
}

.lgryp-right .lgryp-contact div:hover {
    background: var(--second-color);
    color: var(--text-color-black);
    border: 2px solid var(--second-color);
}

.lgryp-right .lgryp-share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

.lgryp-share img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .lgryp-top .lgryp-top-bg {
        left: 300px;
    }

    .lgryp-top-con {
        padding-top: 80px;
        gap: 50px;
    }
    .lgryp-top .lgryp-left{
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .lgryp-right .lgryp-contact div {
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    .lgryp-top-con {
        flex-wrap: wrap;
    }

    .lgryp-top .lgryp-left,
    .lgryp-top .lgryp-right {
        width: 100%;
    }

    .lgryp-right {
        /* margin-top: 30px; */
    }

    .lgryp-top .lgryp-top-bg {
        left: -30%;
        bottom: -30%;
        top: inherit;
    }
    .lgryp-right .lgryp-product-summary,
    .lgryp-right .lgryp-product-summary p,
    .lgryp-right .lgryp-product-summary span{
        color: #333 !important;
    }
}

@media screen and (max-width: 768px) {
    .lgryp-top .lgryp-top-bg {
        left: -50% !important ;
        /* display: none; */
    }

    .lgryp-left .swiper-slide {
        width: 50px;
    }

    .lgryp-left .lgryp-media-main {
        padding: 0 5px;
    }

    .lgryp .swiper-wrapper {
        align-items: center;
    }

    .lgryp-right .lgryp-detail {
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }

    .lgryp-right .lgryp-contact div {
        padding: 10px;
    }
    .lgryp-nav{
        height: auto;
        line-height: normal;
    }
    .lgryp-nav .lgryp-current{
        color: #fff;
    }
}


.lgryp-tabs {
    border-radius: 10px;
    border: 1px solid rgba(153, 153, 153, 0.30);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
    padding: 20px 50px;
    margin-top: 110px;
    overflow-y: scroll;
}
.lgryp-tabs::-webkit-scrollbar{
    display: none;
}

.lgryp-tabs ul {
    display: flex;
    gap: 90px;
}

.lgryp-tabs ul .lgryp-tab {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 40px; */
    color: #666;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
}

.lgryp-tabs ul .lgryp-tab:hover,
.lgryp-tabs ul .lgryp-tab.active {
    color: var(--primary-color);
}
.lgryp-tabs ul .lgryp-tab:hover svg path,
.lgryp-tabs ul .lgryp-tab.active svg path{
    fill: var(--primary-color);
}

.lgryp-tabs .lgryp-tab .lgryp-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1;

}

.lgryp-tabs .lgryp-tab .lgryp-ico svg,
.lgryp-tabs .lgryp-tab img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    max-width: max-content;
}

.lgryp-about {
    position: relative;
    /* height: 280px; */
    z-index: 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    margin-top: 110px;
    border-radius: 20px;
}

.lgryp-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(0, 134, 227, 0.90);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.lgryp-about .lgryp-about-left {
    padding: 14px 5px;
}

.lgryp-about .lgryp-about-middle {
    max-width: 900px;
}

.lgryp-about-middle .lgryp-about-title {
    color: var(--text-color-white);
    /* font-family: var(--font-family); */
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 800;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.lgryp-about-middle .lgryp-about-desc {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lgryp-about .lgryp-about-right {
    display: inline-flex;
    height: 60px;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--second-color);
    color: var(--text-color-black);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}


@media screen and (max-width: 1919px) {
    .lgryp-top .lgryp-left{
        width: 50%;
    }
}
@media screen and (max-width: 1500px) {
    .lgryp-about {
        padding: 30px;
        margin-top: 50px;
    }

    .lgryp-about .lgryp-about-right,
    .lgryp-tabs ul .lgryp-tab {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 992px) {
    .lgryp-about {
        flex-direction: column;
        gap: 10px;
    }

    .lgryp-tabs .lgryp-tab .lgryp-ico svg,
    .lgryp-tabs .lgryp-tab img {
        width: 30px;
        height: 30px;
    }

    .lgryp-about .lgryp-about-middle {
        text-align: center;
    }
}



.lgryp-form {
    padding: 50px 0;
    margin-top: 60px;
}

#goods-detail-form div {
    padding: 0;
    margin: 0;
}

#goods-detail-form form {
    gap: 40px;
}

#goods-detail-form .input-label,
#goods-detail-form .char-count {
    display: none !important;
}

#goods-detail-form .inqury-form.form .half {
    width: calc(33% - 22px);
}

#goods-detail-form input,
#goods-detail-form textarea {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
    border: none;
    color: #999;
    padding: 28px 30px;
}

#goods-detail-form textarea {
    height: 300px;
}

#goods-detail-form input::placeholder,
#goods-detail-form textarea::placeholder {
    color: #999;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 500;
    line-height: 30px;
    /* 115.385% */
    text-transform: capitalize;
}

#goods-detail-form .inqury_title_text {
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-size);
    font-style: var(--font-style);
    font-weight: var(--font-title-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

#goods-detail-form .inqury_titl_desc {
    color: #666;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: var(--font-title-desc-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    margin: 12px 0 60px 0;
}

#goods-detail-form button[type='submit'] {
    display: inline-flex;
    height: 60px;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--second-color);
    color: var(--text-color-black);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

.lgryp-faq{
    position: relative;
}
.lgryp-faq .lgryp-faq-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.lgryp-faq::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 134, 227, 0.80);
    z-index: -1;
}
.lgryp-faq .lgryp-faq-content{
    display: flex;
    gap: 30px;
    padding: 60px 0;
}
.lgryp-faq-content .lgryp-faq-left{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgryp-faq-left .lgryp-faq-panel{
    max-width: 585px;
}
.lgryp-faq-left .lgryp-faq-title{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--font-title-size);
    font-style: normal;
    font-weight: 800;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
}
.lgryp-faq-left .lgryp-faq-desc{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 800;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
    margin-top: 30px;
}
.lgryp-faq-left .lgryp-faq-btn{
    display: inline-flex;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 30px;
    background: #CF0;
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
    margin-top: 20px;
}
.lgryp-faq-content .lgryp-faq-right{
    max-width: 822px;
}
.lgryp-faq-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lgryp-faq-list .lgryp-faq-item{
    padding: 10px 50px;
    border-radius: 30px;
    background: #FFF;
}
.lgryp-faq-item .lgryp-faq-question-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.lgryp-faq-question-wrap .lgryp-faq-question{
    color: #333;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
}
.lgryp-faq-question-wrap .lgryp-faq-icon{
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; /* 133.333% */
    text-transform: capitalize;
    transition: transform 0.3s ease;
}

.lgryp-faq-item .lgryp-faq-answer-wrap{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lgryp-faq-item .lgryp-faq-answer{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    padding: 10px 0;
}

.lgryp-faq-item.active .lgryp-faq-answer-wrap{
    max-height: var(--faq-height);
}

.lgryp-faq-item.active .lgryp-faq-icon svg{
    transform: rotate(45deg);
}



@media screen and (max-width: 1500px) {
    #goods-detail-form form {
        justify-content: space-between;
    }

    #goods-detail-form .inqury-form.form .half {
        width: 30%;
    }
    .lgryp-faq-content .lgryp-faq-right{
        max-width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .lgryp-top-con{
        padding-top: 50px;
        gap: 30px;
    }
    .lgryp-top .lgryp-top-bg{
        left: 170px;
        top: -70px;
    }
    .lgryp-right .lgryp-contact{
        margin-top: 100px;
    }
}
@media screen and (max-width: 992px) {
    .lgryp-top .lgryp-left{
        width: 100%;
    }
    .lgryp-right .lgryp-product-title,
    .lgryp-right .lgryp-product-summary,
    .lgryp-detail .lgryp-detail-label,
    .lgryp-detail .lgryp-detail-value{
        color: #333;
    }
    .lgryp-tabs ul{
        gap: 30px;
    }
    .lgryp-tabs ul .lgryp-tab{
        width: auto;
    }
    .lgryp-right .lgryp-product-line{
        background: #333;
        margin: 10px 0;
    }
    .lgryp-right .lgryp-contact{
        margin-top: 30px;
    }
    .lgryp-tabs{
        margin-top: 50px;
        padding: 10px 30px;
    }
    .lgryp-right .lgryp-product-title{
        font-size: 24px;
    }
    .lgryp-detail .lgryp-detail-value{
        font-size: 20px;
    }


    #goods-detail-form form {
        gap: 20px;
    }

    #goods-detail-form input::placeholder,
    #goods-detail-form textarea::placeholder {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    #goods-detail-form .inqury-form.form .half {
        width: 100%;
    }
    .lgryp-faq .lgryp-faq-content{
        flex-direction: column;
    }
    .lgryp-faq-content .lgryp-faq-right{
        max-width: 100%;
    }
    
}

.lgryp-content {
    margin: 60px auto;
}
.lgryp-content img{
    height: auto;
}
.lgryp-content .lgryp-title{
    color: #333;
    font-family: var(--title-font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
}
.lgryp-content table{
    border: none !important;
}
.lgryp-content table tr td{
    border: none !important;
    padding: 24px 0 !important;
}

.lgryp-content .applications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-width: 0;
}

.lgryp-application-item {
    min-width: 0;
    overflow: hidden;
}

.lgryp-application-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 73 / 57;
    object-fit: cover;
    border-radius: 10px;
}

.lgryp-application-title {
    margin-top: 20px;
    color: #333;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}

.lgryp-why-choose {
    margin: 60px 0;
    padding: 80px 0;
    background: #F6FAFE;
}

.lgryp-why-layout {
    display: flex;
    align-items: center;
    gap: 126px;
}

.lgryp-why-copy {
    width: 548px;
    flex-shrink: 0;
}

.lgryp-why-eyebrow {
    color: #333;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.lgryp-why-title {
    margin-top: 25px;
    color: #333;
    font-family: var(--title-font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.lgryp-why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.lgryp-why-list-item {
    display: flex;
    align-items: center;
    gap: 19px;
    color: #333;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.lgryp-why-icon {
    display: inline-flex;
    width: 24px;
    flex-shrink: 0;
}

.lgryp-why-icon svg {
    display: block;
    width: 24px;
    height: 25px;
}

.lgryp-why-list-text {
    min-width: 0;
}

.lgryp-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 222px;
    height: 61px;
    margin-top: 50px;
    padding: 10px 32px;
    border-radius: 30px;
    background: var(--second-color);
    color: #333;
    font-family: var(--title-font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.lgryp-why-cards {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-width: 0;
}

.lgryp-why-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 399px;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--primary-color);
    background-size: cover;
    background-position: center;
}

.lgryp-why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(1, 148, 208, 0.70) 0%, rgba(1, 148, 208, 0.70) 100%);
}

.lgryp-why-card-body {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 135px;
    padding: 0 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
}

.lgryp-why-card-num {
    font-family: var(--font-family);
    font-size: var(--font-banner-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.lgryp-why-card-title {
    margin-top: 8px;
    color: #fff;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media screen and (max-width: 1500px) {
    .lgryp-why-layout {
        gap: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .lgryp-why-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .lgryp-why-copy {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .lgryp-content .applications{
        grid-template-columns: repeat(2,1fr);
    }
}
    

@media screen and (max-width: 768px) {
    .lgryp-why-cards,
    .lgryp-content .applications {
        grid-template-columns: repeat(1, 1fr);
    }

    .lgryp-why-card {
        min-height: 320px;
    }
}
