/* About section css  */

table {
    width: 85%;
    margin: 20px auto;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
}

th {
    background-color: #f2f2f2;
    color: #333;
}

td {
    color: #717171;
    text-align: justify;
    
}

h5 {
    margin-bottom: 20px;

}

/* pura content about-lavi  */
.about-lavi p {
    font-family: 'poppins-regular';
    line-height: 2.0;
    color: #717171;
    text-align: justify;
}



/* DONO SIDE CONTENT KE LIYE  */

.two-side-section {
    max-width: 85%;
    margin: 20px auto;
    color: #717171;
    text-align: justify;
    /* Align text to justify */
}

.two-side-next {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    text-align: justify;
}

.two-side-left,
.two-side-right {
    flex: 1;
    min-width: 280px;
    /* Ensures responsiveness on smaller screens */
    padding: 20px;
}

.head_text h4 {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    /* Center align header text */
    text-align: justify;
}

/* .head_text h1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    text-align: justify;
} */

p {
    line-height: 2.0;
}

/* our team section  */

.head_text p {
    font-family: 'poppins-regular';
    line-height: 2.0;
    color: #717171;
}

.team-section {
    max-width: 85%;
    /* margin: 20px auto; */
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
    font-family: 'poppins-regular';
    line-height: 1.0;
    color: #717171;
    text-align: justify;
}

.team-list-container {
    width: 100%;
}

.team-list {
    list-style-type: none !important;
    /* Remove default list styling */
    padding: 0;
    margin: 0;
}

.team-list li {
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
    /* Align text to the left */
}

/* for list  */

.team-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    /* Align heading text to the left */
}

/* Responsive Design */
@media (max-width: 768px) {
    .two-side-next {
        flex-direction: column;
    }

    .two-side-left,
    .two-side-right {
        text-align: justify;
        /* Maintain justified text alignment on smaller screens */
        padding: 10px;
    }

    .team-list li {
        font-size: 16px;
        margin: 8px 0;
    }

    .lavi-table {
        overflow: scroll;
    }
}

/* why section  */

.why-us-section {
    max-width: 85%;
    margin: 20px auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    /* Ensure Poppins font is available or fallback to sans-serif */
    line-height: 2.0;
    color: #717171;
    overflow: hidden;
    justify-content: center;
    text-align: justify;
}

.why-us-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.why-us-text {
    margin-bottom: 20px;
}

.why-us-list-container {
    display: flex;
    gap: 20px;
    /* Adds space between the two columns */
}

.why-us-list-column {
    flex: 1;
    /* Allows the columns to take up equal space */
    min-width: 280px;
    /* Ensures responsiveness on smaller screens */
}

.why-us-list-column ul {
    list-style-type: none;
    /* Sets list items to be bulleted */
    padding-left: 20px;
    /* Adds padding to ensure bullets are not cut off */
    margin: 0;
}

.why-us-list-column li:before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    margin-left: -30px;
    margin-right: 10px;
    /* font-family: "fontawesome"; */
    font-weight: 900;
    /* color: #0799d5; */
    font-size: 24px;
    /* background: #EEE7DA; */
    color: #f5c544;
}

.why-us-list-column li:before {
    position: relative;
    top: 4px;
}

.why-us-list-column li {
    font-size: 18px;
    margin: 10px 0;
}

.why-us-section p {
    font-size: 16px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .why-us-list-container {
        flex-direction: column;
    }

    .why-us-list-column {
        padding: 0;
        border: none;
        /* Remove any border for smaller screens */
    }

    .why-us-list-column ul {
        padding-left: 10px;
        /* Adjust padding for smaller screens */
    }

    .why-us-list-column li {
        font-size: 16px;
        margin: 8px 0;
        padding-left: 25px;
    }

    .quality-align img {
        height: 350px;
        width: auto;
    }
}

/* about section css end  */



/* cartons section css  */

.about-section {
    width: 100%;
    display: inline-block;
    margin: 50px 0 30px 0;
}

.about-section .about-align {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.about-section p,
.helps-grid .items p,
.quality-section p {
    font-family: 'poppins-regular';
    line-height: 2.0;
    color: #717171;
    text-align: justify;
    margin: 0 0 15px 0;
}

.about-align h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 20px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 60px 0px 0px;
}

.why-section {
    padding: 50px 0px 0px;
}

.why-section h4 {
    margin: 0px auto 18px;
}

.why-grid h3 {
    color: #000;
    font-size: 20px;
    padding: 30px 20px 0px;
    font-weight: bold;
}

.helps-section {
    padding: 50px 0px;
}

.helps-section .head_text {
    text-align: center;
    margin: auto;
}

.helps-section .head_text h4 {
    margin: 0px auto 18px;
}

.helps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    margin: 60px 0px 0px;
}

.helps-grid .items {
    box-shadow: 0px 5px 30px 0px #0000002b;
    text-align: center;
    padding: 50px 20px 30px;
    border-radius: 25px;
    min-height: 485px;
}

.helps-grid .items h3 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0px;
}

.helps-grid .items p {
    text-align: center;
}

.helps-grid .items img {
    height: 100px;
    width: auto;
    margin: 0px auto 30px;
}

.quality-section {
    background-color: #7E6A52;
    padding: 60px 0px 40px;
    display: inline-block;
    width: 100%;
    margin: 5% 0px 0px 0px;
}

.quality-align {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

.quality-align img {
    height: 300px;
    width: auto;
}

.quality-align h3 {
    color: #FFF;
    padding: 0px 0px 20px;
    font-size: 22px;
    font-weight: bold;
}

.quality-align p {
    color: #FFF;
    padding: 0px 0px 20px;
    font-size: 16px;
}

.quality-align2 p {
    color: #FFF;
    padding: 0px 0px 20px;
    font-size: 16px;
    width: 55%;
    margin: auto;
    text-align: center;
}

.service-contact .inner_contact_us_left {
    background: transparent;
    padding: 0px;
    width: 45%;
}

.service-contact .inner_contact_us_right {
    width: 45%;
}

.service-contact .counter-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 60px;
    align-items: start;
    justify-content: center;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

.service-contact .counter-box {
    text-align: center;
    background-color: #EEE7DA;
    padding: 40px;
    border-radius: 100%;
    width: 100%;
    display: initial;
}

.service-contact .counter-box:nth-child(2) {
    margin: 35% 0px 0px 0px;
}

.service-contact .counter-box:nth-child(3) {
    padding: 30px;
}

.service-contact .counter-box:nth-child(4) {
    margin: 35% 0px 0px 0px;
    padding: 30px;
}

.service-contact .counter-box img {
    margin: auto auto 15px;
    height: 75px;
    width: auto;
}

.service-contact .counter-box span {
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 10px;
    display: block;
}

.service-contact .counter-box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.out_clients_section ul {
    grid-template-columns: repeat(6, 1fr);
}

.out_clients_section ul li span img {
    filter: grayscale(100%);
}

.about-slider img {
    width: 100%;
    height: auto;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 45%;
}

.owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 45%;
}

.owl-nav span {
    font-size: 50px;
    color: #000;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.count:after {
    content: ' + ';
}

.quality-full a button {
    margin: auto;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.quality-full a {
    margin: auto;
    text-align: center;
    display: block;
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
    padding: 12px 30px;
    width: fit-content;
    border-radius: 5px;
    font-weight: bold;
}

.quality-full a:hover {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}

.boxpack .quality-full,
.boxpack .quality-full p {
    text-align: left;
}

.boxpack .quality-full h3 {
    font-size: 30px;
    line-height: 1.4;
    font-family: 'poppins-bold';
    letter-spacing: 0px;
    color: #FFF;
    margin: 0px 0px 30px;
}

.boxpack .quality-full p {
    width: 100%;
    margin: 0px;
}

.boxpack .quality-full a {
    margin: 0px;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.helps-grid .items p {
    font-size: 14px;
    line-height: 25px;
}

.helps-grid .items h3 {
    font-size: 20px;
}



@media only screen and (max-width:980px) {
    .helps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .helps-grid .items {
        min-height: auto;
    }

    .service-contact .inner_contact_us_left,
    .service-contact .inner_contact_us_right {
        width: 100%;
        margin: 0px;
    }

    .service-contact .counter-div {
        gap: 30px;
    }

    .service-contact .counter-box:nth-child(2),
    .service-contact .counter-box:nth-child(4) {
        margin: 0px 0px;
        padding: 40px;
    }

    .service-contact .counter-box {
        border-radius: 10px;
    }
}

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

    .about-section .about-align,
    .quality-align {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-align img,
    .quality-align img {
        margin: auto;
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }

    .out_clients_section ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

    .quality-align,
    .helps-grid,
    .service-contact .counter-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .out_clients_section ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .about-align img {
        height: auto;
    }

    .service-contact .counter-box {
        border-radius: 100%;
        width: 75%;
        margin: auto !important;
        padding: 40px !important;
    }

    .quality-align2 p {
        width: 100%;
    }

    .best-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* cartons  sections css end  */


/* image hover effect  */

.about-right img:hover {
    -webkit-animation: shadow-drop-2-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-2-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-11 16:3:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-bottom
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}