<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::selection             { background-color: #E1F3EE; color: #000000; }
html                    { overflow-x: hidden !important; scroll-padding-top: 200px; scroll-behavior: smooth;}
body 					{ overflow-x: hidden !important; position: relative; font-family: "Inter", serif !important; font-style: normal; color: #000000; background: #ffffff;} 
.clear 					{ clear:both;}
img 					{ border: 0px; transition: all 0.15s; user-select: none;}
a 						{ text-decoration: none; outline: none; transition: all 0.15s;}
a:focus, a:active, a:visited, a:hover, .btn:focus, .btn:active, .btn:visited, .btn:hover{ text-decoration: none; outline: none; box-shadow: none; }
p 						{ margin: 0; padding: 0; font-size: 20px; line-height: 30px; font-weight: 400; color: #565656;} 
input:focus             { outline: 0 !important;}
textarea                { resize: none;}
p:empty                 { display: none;}
ul , ol                 { padding-left: 21px; list-style: none;}
ul li                   { list-style: disc; }
ol li                   { list-style: decimal; }
ul li::marker ,ol li::marker {  font-size: 110%; }
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover { transition: background-color 1000s ease-in-out 0s, color 1000s ease-in-out 0s; -webkit-transition: background-color 1000s ease-in-out 0s, color 1000s ease-in-out 0s; -moz-transition: background-color 1000s ease-in-out 0s, color 1000s ease-in-out 0s; -o-transition: background-color 1000s ease-in-out 0s, color 1000s ease-in-out 0s; -ms-transition: background-color 1000s ease-in-out 0s, color 1000s ease-in-out 0s } header.wp-block-template-part .wp-block-navigation, header.wp-block-template-part .wp-block-navigation .wp-block-page-list, header.wp-block-template-part .wp-block-navigation__container, header.wp-block-template-part .wp-block-navigation__responsive-container-content { gap: unset !important; } /* Button */
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 }
:focus-visible{outline: none;}
.wpcf7-form-control-wrap{width: 100%; margin: 0 !important;}

.bg-01{background: #F9FAFC !important;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {background: transparent;border: 0;}

span.wpcf7-spinner {
    position: absolute;
    top: 20px;
    right: -100px;
    width: 35px !important;
    height: 35px !important;
}

.common-btn.d-inline-flex.submit-btn {
    position: relative;
}
/* Common Gap */
.common-gap{padding: 120px 0;}
.gx-60{ --bs-gutter-x: 60px; }

/* Title */
.main-title .text{ margin-bottom: 10px; font-size: 20px; line-height: 32px; font-weight: 300; color: #232323; display: flex; align-items: center; justify-content: flex-start; gap: 6px;}
.main-title .title{font-size: 64px; line-height: 72px; font-weight: 400; letter-spacing: -0.64px; text-align: left; color: #232323;}

/* Button */
.btn{transition: all ease-in-out 0.35s;}
.btn:focus, .btn:focus-visible, .btn:active, .btn:visited{box-shadow: none !important; outline: 0 !important;}
/* CTA button */
.cta-btn{padding: 9px 24px; font-size: 14px; line-height: 24px; font-weight: 600; color: #ffffff; background-color: transparent; border: 1px solid #ffffff; border-radius: 54px; display: flex; align-items: center; justify-content: center; white-space: nowrap;  transition: all ease-in-out 0.35s;}
.cta-btn:hover, .cta-btn:active{background-color: #ffffff; color: #000000; border-color: #ffffff;}
/* common btn */
.common-btn{padding: 6px 6px 6px 32px; font-size: 20px; line-height: 30px; font-weight: 500; color: #04080B; background: #C8FE62; border-radius: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: all ease-in-out 0.35s;} 
.common-btn span{height: 52px; width: 52px; background: #232323; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all ease-in-out 0.35s;}
.common-btn span i{color: #ffffff;}
/* sub button */
.common-btn.sub-btn{ padding: 8px 25px; font-size: 16px; gap: 8px;}
.common-btn.sub-btn span{ height: 16px; width: 16px; background: transparent;}
.common-btn.sub-btn span i{ font-size: 22px; color: #04080B;}


/* form */
.form-control,
.form-select{height: 52px; padding: 17px 14px; background-color: #FAFAFA; border: 1px solid #DEDEDE; border-radius: 10px !important; font-size: 15px; line-height: 18px; font-weight: 400; color: #000000;}
.form-control::placeholder{color: #7A7A7A; font-weight: 300;}
.form-control::-moz-placeholder{color: #7A7A7A; font-weight: 300;}
.form-control:focus,
.form-select:focus{box-shadow: none; background: #FAFAFA; border-color: #DEDEDE;}
.input-group{ margin: 0 0 17px; position: relative;}
.input-group .input-group-text{height: 18px; width: 18px; padding: 0; border-radius: 0; border: 0; position: absolute; top: 0; left: 0; transform: translate(14px, 18px); z-index: 10;}
.input-group .input-group-text img{height: 100%; width: 100%; object-fit: cover; object-position: center;}
.input-group .form-control,
.input-group .form-select{padding-left: 42px; margin: 0 !important;}
textarea.form-control{height: 153px;}
.number-group{margin: 0 0 17px; display: flex; align-items: center;}
.number-group .dropdown-toggle{ min-width: 90px; min-height: 52px; padding: 8px 10px; border: 1px solid #DEDEDE; border-right: 0; border-radius: 10px 0 0 10px; background-color: #ffffff; }
.number-group .dropdown-toggle::after{border: 0; font-size: 13px; content: '\F282'; font-family: bootstrap-icons !important; margin: 0 0 0 2px;}
.number-group .dropdown-menu{padding: 8px; border-color: #e8e8e8; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; margin-top: 4px;}
.number-group .dropdown-menu li{list-style: none;}
.number-group .dropdown-toggle,
.number-group .dropdown-menu .dropdown-item{font-size: 15px; line-height: 18px; font-weight: 400; color: #000000; display: flex; align-items: center; justify-content: flex-start; gap: 4px;}
.number-group .dropdown-menu .dropdown-item{padding: 8px 16px;}
.number-group .dropdown-toggle:active{border-color: #e8e8e8;}
.number-group .dropdown-toggle img{width: 16px;}
.number-group .dropdown-menu .dropdown-item img{width: 18px;}
.number-group .dropdown-menu .dropdown-item:hover{background-color: #FAFAFA}
.number-group .form-control{border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.number-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{
    width: auto;
    min-width: 85px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    background-color: #FFFFFF;
    border-right: 1px solid #DEDEDE;
    border-radius: 10px 0 0 10px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, 
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], 
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{
    border-radius: 10px !important;
    padding-left: 99px;
}
.intl-tel-input.separate-dial-code .selected-flag{
    background-color: #FFFFFF !important;
    border-right: 1px solid #DEDEDE !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{
    padding-right: 16px;
}
.intl-tel-input .selected-flag .iti-arrow{
    position: relative;
    top: 11px;
    right: -3px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    transform: rotate(135deg);
    margin: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 1px;
}
.intl-tel-input .country-list{
    border-color: #e8e8e8;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 11;
}
.intl-tel-input .country-list .country{
    padding: 8px 16px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

/*  */
.swiper-button-next,
.swiper-button-prev{ height: 36px; width: 36px; border-radius: 100%; background-color: #FFFFFF1A;}
.swiper-button-next::after,
.swiper-button-prev::after{font-family: bootstrap-icons !important; color: #ffffff; font-size: 18px; }
.swiper-button-prev::after{content: '\F284';}
.swiper-button-next::after{content: '\F285';}

/*=== Header ===*/
header{padding: 10px 39px; position: fixed; top: 0; left: 0; right: 0; transition: all ease-out 0.3s; z-index: 1024; }
header.sticky{box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); background: #03816E;}
header .navbar{ padding: 10px 13px; border-radius: 80px; background-color: rgb(0 0 0 / 20%); transition: all ease-out 0.3s;}
header.sticky .navbar{background-color: transparent; padding: 0;}
header .navbar-brand{ margin: 0; padding: 12px 16px; border-radius: 90px; background-color: #ffffff; display: flex; align-items: center; justify-content: center;}
header .navbar-brand img{ width: 97px; }
header .navbar-nav{gap: 32px;}
header .navbar-nav .nav-item, 
header .navbar-nav .menu-item{list-style: none; text-align: center;}
header .navbar-nav .nav-link,
header .navbar-nav .menu-item a{padding: 0; font-size: 14px; line-height: 24px; font-weight: 400; color: #ffffff;}
header .navbar-nav .nav-link.active,
header .navbar-nav .menu-item.current-menu-item a{ font-weight: 600; color: #ffffff;}

/*=== Footer ===*/
footer{padding: 120px 0 0;background: #232323;}
footer .footer-logo a{ margin: 0 0 32px; padding: 12px 16px; border-radius: 90px; background-color: #ffffff; display: inline-flex; align-items: center; justify-content: center;}
footer .footer-logo a img{ width: 97px; }
footer .footer-logo p{font-size: 16px; line-height: 24px; font-weight: 400; color: #888888;}
footer .f-btm-part{ padding: 44px 0; margin-top: 42px; border-top: 1px solid #434846;}
footer .f-btm-part p{font-size: 10px; line-height: 12px; font-weight: 400; color: #AAAAAA; text-align: center; letter-spacing: -0.32px; }
footer .quick-links h5{margin-bottom: 16px; font-size: 14px; line-height: 20px; font-weight: 600; color: #888888;}
footer .quick-links ul{ margin: 0; padding: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 18px; } 
footer .quick-links li{list-style: none; font-size: 16px; line-height: 24px; font-weight: 500; color: #FFFFFF;}
footer .quick-links li a{color: #FFFFFF;}
footer .social-links{margin: 42px 0 0; padding: 0; display: flex; gap: 32px;}
footer .social-links li{list-style: none;}
footer .social-links li a{padding: 0; display: block;} 
footer .social-links li a i{font-size: 24px; color: #AAAAAA;}
footer .social-links li a:hover i,
footer .quick-links li a:hover{color:#C8FE62;}

/*=== Landing Page ===*/
/* Banner */
.home-banner{ background-color: #ffffff; }
.banner-content{padding: 150px 0; background-color: #03816E;}
.banner-content .sub-title{margin-bottom: 16px; font-size: 18px; line-height: 32px; font-weight: 300; color: rgb(255 255 255 / 70%); display: flex; align-items: center; justify-content: flex-start; gap: 6px;  }
.banner-content .title{margin-bottom: 20px; font-size: 80px; line-height: 86px; font-weight: 400; letter-spacing: -0.48px; color: #ffffff;}
.banner-content p{ margin-bottom: 40px; font-size: 16px; line-height: 28px; font-weight: 300; color: rgb(255 255 255 / 80%);}
.banner-content .bannerSwiper .swiper-slide{width: 650px; height: 556px;}
.banner-content .bannerSwiper .swiper-slide img{height: 100%; width: 100%; object-fit: contain; object-position: center;}
.home-banner .btm-part{margin-top: -118px;}
.value-card{width: 303px; padding: 32px; border-radius: 16px;}
.value-card h4{ margin: 0; font-size: 54px; line-height: 64px; font-weight: 500;}
.value-card h5{ margin: 0; font-size: 20px; line-height: 32px; font-weight: 400;}
.value-card:nth-child(odd){background: #28694B;}
.value-card:nth-child(even){background: #C8FE62;}
.value-card:nth-child(odd) h4, .value-card:nth-child(odd) h5{color: #FDFDFD;}
.value-card:nth-child(even) h4, .value-card:nth-child(even) h5{color: #04080B;}
/* About Us */
.about-us-wrap{padding: 120px 0 80px; position: relative; z-index: 1;}
.about-us-wrap::after,
.about-us-wrap::before{max-width: 1200px; left: 50%; width: 100%;  content: ''; position: absolute;  border-color: #D4D4D4; border-style: solid; border-width: 0px 1px 0px 1px; z-index: 2; }
.about-us-wrap::after{ height: 60.3%;transform: translate(-50%, -90px);top: 0;}
.about-us-wrap::before{ height: 37%;transform: translate(-50%, 0px);bottom: 0;}
.about-us-wrap .main-title .title{margin-bottom: 40px;}
.about-content-part{max-width: 1017px; padding: 52px 110px 193px 62px; background: #E1F3EE; position: relative; z-index: 3;}
.about-content-part p{font-size: 24px; line-height: 43px; font-weight: 400; color: #242424;}
.about-content-part p:not(:last-child){margin-bottom: 43px;}
/* Video */
.about-video-part{ height: 574px; margin-top: -110px; aspect-ratio: 15.25/9; border-radius: 40px; overflow: hidden; position: relative; }
.about-video-part::before{position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; content: ''; background-color: rgb(0 0 0 / 60%);}
.about-video-part video{height: 100%; width: 100%; object-fit: cover; object-position: center;}
.about-video-part .control-icon{height: 50px; width: 50px; border-radius: 100%; background: #FFFFFF66; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; z-index: 11;}
.about-video-part .control-icon button{padding: 0; border: 0; background-color: transparent; }
.about-video-part .control-icon button i{font-size: 28px; color: #ffffff;}
/* Product Showcase */
.product-showcase-wrap{ position: relative; z-index: 1;}
.product-showcase-wrap::before{ content: ''; max-width: 1007px; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #085C44; border-radius: 0px 32px 32px 0; z-index: -1; }
.product-showcase-wrap::after{ content: ''; max-width: 1200px; top: 0; left: 50%; width: 100%; height: 315px;transform: translate(-50%, 0);  content: ''; position: absolute;  border-color: #D4D4D4; border-style: solid; border-width: 0px 1px 0px 0px; z-index: -1; }
.product-showcase-wrap .main-title{ width: 485px; padding: 0 17px 97px 120px; flex-shrink: 0;}
.product-showcase-wrap .box{height: 313px; width: 313px; flex-shrink: 0; }
.product-showcase-wrap .box.box-lg{ width: 500px; }
.product-showcase-wrap .box.box-sm{ width: 124px; }
.product-showcase-wrap .border1{ border: 1px solid #339277}
.product-showcase-wrap .rounded-top-right-0{ border-top-right-radius: 0  !important; }
.product-showcase-wrap .rounded-top-left-0{ border-top-left-radius: 0  !important; }
.product-showcase-wrap .rounded-left-bottom-0{ border-bottom-left-radius: 0  !important; }
.product-showcase-wrap .box.bg-light{background: #E1F3EE; }
.product-showcase-wrap .box.bg-green{background: #E4F7C1; }
.product-showcase-wrap .box.bg-fill-green{background: #0F7054;}
.product-showcase-wrap .box.bg-light-green{background: #E4F7C14D;}
.product-showcase-wrap .box.bg-dark-g{background: #C8FE62; border-color: #0F705433}
.product-showcase-wrap .transform-x{transform: translateX(209px);}
.product-showcase-wrap .transform-x-sm{transform: translateX(137px);}
.product-showcase-wrap .ml-1{margin-left: -1px;}
.product-showcase-wrap .content{width: 385px; padding: 32px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.product-showcase-wrap .content h5{ margin-bottom: 12px; font-size: 24px; line-height: 32px; font-weight: 600; color: #ffffff; text-transform: capitalize; transition: all ease-in-out 0.8s;}
.product-showcase-wrap .content:hover h5{transform: translateY(-5px);}
.product-showcase-wrap .content p{font-size: 15px; line-height: 24px; font-weight: 400; color: rgb(255 255 255 / 80%);  transition: all ease-in-out 0.8s;}
.product-showcase-wrap .content:hover p{transform: scale(1.02); opacity: 0;}
.product-showcase-wrap .content .show-img{position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 100%); transition: all ease-in-out 0.8s; }
.product-showcase-wrap .content:hover .show-img{transform: translate(-50%, 0);}
.product-showcase-wrap .link-text{position: absolute; top: 26px; bottom: 26px; left: 26px; right: 26px; }
.product-showcase-wrap a .go-arrow{transition: all ease-in-out 0.8s;}
.product-showcase-wrap a:hover .go-arrow{transform: rotate(45deg);}
/* Our Approach */
.our-approach-wrap{background: #E1F3EE; z-index: 1;}
.our-approach-wrap .vector{width: clamp(263px, 33vw, 899px); transform: translate(0, 40%); position: absolute; right: 0; bottom: 0; z-index: -1; pointer-events: none;}
.our-approach-wrap .approch-gap{margin-top: 50px;}
.our-approach-wrap .g-md{--bs-gutter-x: 20px; --bs-gutter-y: 30px;}
.approch-card{ height: 100%; padding: 50px 17px 50px 50px; border: 1px solid #EAEAEA; border-radius: 20px; background-color: #ffffff;}
.approch-card img{width: 75px; margin-bottom: 40px;}
.approch-card h5{ margin-bottom: 10px; font-size: 30px; line-height: 36px; font-weight: 500; letter-spacing: -0.65px; color: #232323;}
.approch-card p{font-size: 17px; line-height: 29px; font-weight: 400; color: #565656;}
/* Printing &amp; Design Solutions */
.pd-solution-wrap {background: #F6F7F8;}
.pd-solution-wrap .row{margin-bottom: 60px;}
.pd-solution-wrap .design-card:not(:last-child){margin-bottom:20px;}
.pd-solution-wrap .design-card{padding: 50px; gap: 60px; border: 1px solid #EAEAEA; border-radius: 20px; background-color: #ffffff; display: flex;}
.pd-solution-wrap .design-card .card-img{height: 100%; width: 485px; border-radius: 20px; overflow: hidden; flex-shrink: 0; }
.pd-solution-wrap .design-card .card-img img{height: 100%; width: 100%; object-fit: cover; object-position: center;}
.pd-solution-wrap .design-card .card-content h3{margin-bottom: 10px; font-size: 30px; line-height: 36px; font-weight: 400; color: #232323; letter-spacing: -0.65px;}
.pd-solution-wrap .design-card .card-content p{font-size: 17px; line-height: 29px; font-weight: 300; color: #565656;}
.pd-solution-wrap .design-card .card-content ul{padding: 0; margin: 38px 0;}
.pd-solution-wrap .design-card .card-content li{list-style: none; display: flex; align-items: flex-start; justify-content: flex-start; gap: 12px; font-size: 15px; line-height: 26px; font-weight: 300; color: #565656;}
.pd-solution-wrap .design-card .card-content li strong{color: #000000; font-weight: 700;}
.pd-solution-wrap .design-card .card-content li:not(:last-child){margin-bottom: 20px;}
.pd-solution-wrap .design-card .card-content li img{width: 24px;}
.pd-solution-wrap .design-card .view-btn{font-size: 14px; line-height: 16px; font-weight: 400; color: #232323; display: flex; align-items: center; justify-content: flex-start; gap: 4px;}
.pd-solution-wrap .design-card .view-btn i{transition: all ease-in-out 0.35s;}
.pd-solution-wrap .design-card .view-btn:hover{color: #03816E;}
.pd-solution-wrap .design-card .view-btn:hover i{transform: translateX(2px);}
/* Industries we serve */
.industries-wrap{background: #F9FAFC;}
.industries-wrap .main-title .title{ margin-block: -80px 81px; display: table; font-size: 54px;}
.industries-wrap .main-title .title img{ display: inline-table; vertical-align: bottom;}
.industries-wrap .main-title .title img.industries2{vertical-align: text-top; transform: translate(10px, -15px);}
.industries-wrap .main-title .title span{color: #808080;}
.industries-card{padding: 0 0 24px; height: 100%; border-bottom: 1px solid #D4D4D4; display: flex; align-items: flex-start; justify-content: flex-start; gap: 2px;}  
.industries-card img{width: 42px; flex-shrink: 0;}
.industries-card h5{ margin: 7px 0 0; font-size: 26px; line-height: 31px; font-weight: 400; color: #232323;}
.industries-wrap .row{margin-bottom: -24px;}
.industries-wrap .row .col{margin-bottom: 24px;}
/* Materials */
.materials-wrap{background: #F9FAFC;}
.materialsSwiper{margin-top: 50px; height: 729px; width: 100%; border-radius: 24px; overflow: hidden;}
.materialsSwiper .swiper-wrapper{counter-reset: material-counter; }
.materialsSwiper .swiper-slide{ position: relative; z-index: 1; height: 100%; width: 100%;}
.materialsSwiper .swiper-slide .num{display: block;}
.materialsSwiper .swiper-slide .num::before{font-size: 100px; line-height: 121px; counter-increment: material-counter; content:  "0"counter(material-counter); font-weight: 700; color: #ffffff; letter-spacing: -0.32px; position: absolute; top: 21px; right: 34px; z-index: 2; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #ffffff;}
.materialsSwiper .swiper-slide::before{content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: #0f7054; mix-blend-mode: multiply;}
.materialsSwiper .swiper-slide .img-part{position: relative; height: 100%; width: 100%; z-index: -1;}
.materialsSwiper .swiper-slide .img-part img{height: 100%; width: 100%; object-fit: cover; object-position: center;}
.materialsSwiper .swiper-slide .caption{ max-width: 58%; padding: 31px 32px; position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; z-index: 2;} 
.materialsSwiper .swiper-slide .caption h3{ margin: 0; font-size: 50px; line-height: 64px; font-weight: 400; letter-spacing: -0.32px; color: #ffffff; }
.materialsSwiper .swiper-slide .caption p{font-size: 20px; line-height: 30px; font-weight: 300; color: #ffffff;}
.materialsSwiper .swiper-pagination{gap: 4px; padding: 0 32px 32px 0; bottom: 0; display: flex; align-items: center; justify-content: flex-end; }
.materialsSwiper .swiper-pagination .swiper-pagination-bullet{padding: 20px; margin: 0; height: auto; width: auto; font-size: 20px; line-height: 30px; font-weight: 500; color: #232323; letter-spacing: -0.64px; background-color: #FFFFFF99; border-radius: 16px; opacity: 1; display: flex; gap: 2px; z-index: 1; position: relative; overflow: hidden; transition: all ease-in-out 0.35s;}
.materialsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #FFFFFF;}
.materialsSwiper .swiper-pagination .swiper-pagination-bullet .swiper-slide-name{display: none;}
.materialsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-slide-name{display: block;}
.progress-bar {  position: absolute; left: 0; top: 0; width: 0%; height: 100%; background: #E6E6E6; border-radius: 16px; transition: width 3.5s linear; z-index: -1;}
@keyframes fillProgress { 0%{width: 0%;}  100%{width: 100%;} }
@-webkit-keyframes fillProgress { 0%{width: 0%;}  100%{width: 100%;} }
/* Quality Materials */
.quality-materials .row-grid{margin-top: 14px; --bs-gutter-x: 32px; --bs-gutter-y: 40px;}
.quality-card{position: relative; z-index: 1; border-radius: 24px; overflow: hidden;  }
.quality-card::before{content: ''; position: absolute; top: 50%; left: 50%; height: 300px; width: 300px; opacity: 0; transform: translate(-50%, -50%) scale(0.05); background: rgb(0 0 0 / 59%); border-radius: 100%; transition: all ease-in-out 0.65s;}
.quality-card:hover::before{transform: translate(-50%, -50%) scale(2.5); opacity: 1;}
.quality-card .card-img{height: 503px; width: 100%; position: relative; z-index: -2; }
.quality-card .card-img img{width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all ease-in-out 0.65s;}
.quality-card:hover .card-img img{transform: scale(1.02);}
.quality-card .caption{position: absolute; left: 50%; bottom: 0; transform: translate(-50%, -16px); width: calc(100% - 32px); display: flex; align-items: center; z-index: 2; }
.quality-card .caption h5{ min-height: 100px; margin: 0; padding: 20px 24px; background-color: #ffffff; border-radius: 12px; font-size: 20px; line-height: 30px; font-weight: 500; color: #232323; text-transform: capitalize; display: flex; align-items: center; justify-content: flex-start; flex-grow: 1; }
.quality-card .caption span{ width: 80px; height: 100px; background: #F7F7F7; border-radius: 16px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.quality-card .caption span i{font-size: 30px; color: #232323;}
/* FAQ */
.faq-section .row{--bs-gutter-x: 50px; --bs-gutter-y: 40px;}
.faq-section .row p{width: 65%;}
.faq-section .accordion .accordion-item{ margin: 0 0 20px; border: 0; border-bottom: 1px solid #E7E5E4; border-radius: 0;}
.faq-section .accordion .accordion-item:last-child{margin-bottom: 0;}
.faq-section .accordion .accordion-button{ padding: 0 40px 0 0; margin: 0 0 21px; font-size: 16px; line-height: 24px; font-weight: 600; color: #1C1917; border: 0; border-radius: 0; box-shadow: none; background-color: transparent; position: relative;}
.faq-section .accordion .accordion-button::after{position: absolute; content: ''; width: 20px; height: 20px; top: 50%; right: 0; transform: translate(0, -50%); background-image: url(../images/minus.svg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.faq-section .accordion .accordion-button.collapsed::after{background-image: url(../images/plus.svg);}
.faq-section .accordion .accordion-button:focus{box-shadow: none;}
.faq-section .accordion .accordion-body{padding: 0 0 20px;}
.faq-section .accordion .accordion-body p{ width: 100%; font-size: 16px; line-height: 29px; font-weight: 400; color: #535353;}
/* CTA  */
.cta-section{ padding: 109px 0 170px; background: #0F7054; box-shadow: 0px 10px 15px -3px #0000001A; position: relative; z-index: 1; overflow: hidden;}
.cta-section .title{ margin-bottom: 20px; font-size: 48px; line-height: 72px; font-weight: 700; text-align: center; letter-spacing: -0.64px; color: #ffffff;}
.cta-section p{margin-bottom: 41px; font-size: 18px; line-height: 28px; font-weight: 300; color: #ffffff; text-align: center;}
.cta-section img{pointer-events: none; z-index: -1;}
.cta-section .img-02{z-index: -2;}
/* Get In Touch */
.get-in-touch{background: #3D3D3D;}
.get-in-touch .container{padding: 61px; border-radius: 8px;}
.get-in-touch .row{--bs-gutter-x: 61px; --bs-gutter-y: 50px;}
.get-in-touch .gridcol p{width: 80%;}
.get-in-touch .common-btn{margin-top: 21px; position: relative;}
.get-in-touch .common-btn .wpcf7-form-control{ padding: 0; border: 0; background-color: transparent;}
.get-in-touch .common-btn .wpcf7-spinner{position: absolute;  left: -100; top: 20;}
.get-in-touch .title{font-size: 44px; line-height: 62px; font-weight: 400; letter-spacing: -0.64px; color: #232323;}

/*=== Sub Pages Banner ===*/
.subpage-banner{padding: 192px 0 160px; background: #037C69; position: relative; z-index: 1; overflow: hidden;}
.subpage-banner.pb-100{padding-bottom: 100px;}
.subpage-banner h1{ text-align: center; margin-bottom: 31px; font-size: 80px; line-height: 86px; font-weight: 400; letter-spacing: -0.48px; color: #ffffff;}
.subpage-banner .sub-title{ margin: 0 auto 31px; padding: 0px 19px; border-radius: 100px; display: table; background: #FFFFFF1A; font-size: 18px; line-height: 32px; font-weight: 400; color: #FFFFFFB2; text-align: center; }
.subpage-banner p{margin-bottom: 70px; font-size: 20px; line-height: 30px; font-weight: 400; text-align: center; color: #FFFFFFCC;}
.subpage-banner .img-fluid{position: absolute; border-radius: 15px; z-index: -1;}
.subpage-banner .product-01{width: 136px; height: 137px; top: 180px; left: 16px; }
.subpage-banner .product-02{width: 212px; height: 217px; top: 146px; right: -18px;}
.subpage-banner .product-03{width: 136px; height: 137px; bottom: 70px; left: 178px;}
.subpage-banner .product-04{width: 167px; height: 170px; bottom: 57px; right: 73px;}
.subpage-banner.text-start .sub-title{ margin-inline: 0 auto; }
.subpage-banner.text-start h1,
.subpage-banner.text-start p{text-align: left;}
.subpage-banner.text-start p{margin: 0;}
.subpage-banner .subpage-banner-img{ height: 460px; width: 557px; border-radius: 16px 0 0 16px; overflow: hidden; position: absolute; right: 0; top: 50%; transform: translate(0px, -50%); }
.subpage-banner .subpage-banner-img img{height: 100%; width: 100%; object-fit: cover; object-position: center center; border-radius: 0;}
.product-shape{height: 82px; width: 100%;}
.product-shape img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
/* With Banner Images */
.subpage-images-banner{padding-bottom: 226px;}
.subpage-images-banner .pattern-img{position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; z-index: -1; pointer-events: none;}
.subpage-images-banner .banner-imgs{position: absolute; left: 0; bottom: 0; transform: translateY(43%);}
.subpage-images-banner .banner-imgs img{position: relative; border-radius: 0;}
.subpage-images-banner .banner-imgs .col{aspect-ratio: 1/1; width: 100%; overflow: hidden; border-radius: 24px 0 0 0;}
.subpage-images-banner .banner-imgs .col:nth-child(1),
.subpage-images-banner .banner-imgs .col:nth-child(3),
.subpage-images-banner .banner-imgs .col:nth-child(4),
.subpage-images-banner .banner-imgs .col:nth-child(6){border-radius: 100%;}
.subpage-images-banner .banner-imgs .col img{height: 100%; width: 100%; object-fit: cover; object-position: center;}
/*=== Product Main Page ===*/
.logo-part{margin-top: 70px;}
.logo-part .row{border-top: 1px solid #5656561A; border-left: 1px solid #5656561A;}
.logo-part .col{border-bottom: 1px solid #5656561A; border-right: 1px solid #5656561A; height: 200px; display: flex; align-items: center; justify-content: center; } 
/* .logo-part .col img{height: 100%; width: 100%; object-fit: contain; object-position: center;} */
.bg-green{background: #085C44;}
.bglight-green{background: #0F7054;}
.bg-blue{background: #037B7B;}
.bglight-blue{background: #036E6E;}
.bg-theme-blue{background: #035A7C;}
.bg-theme-lightblue{background: #0C425B;}
/* Product Showcasing */
/* .product-showcasing{position: relative; z-index: 1;} */
.product-showcasing .point{position: absolute; bottom: 0; left: 0;}
/* left part */
.product-showcasing .left-part{padding: 114px 120px; width: 50%; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.product-showcasing .left-part .vector{position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.product-showcasing .left-part .label-wrap{ margin: 31px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 12px;}
.product-showcasing .left-part .label-wrap span{ padding: 8px 12px; border: 1px solid #FFFFFF1A; background: #FFFFFF33; border-radius: 80px; font-size: 14px; line-height: 16px; font-weight: 400; color: #ffffff;}
.product-showcasing .left-part .product-content p{font-size: 17px; line-height: 29px; font-weight: 400; color: #FFFFFFCC;}
.product-showcasing .left-part .product-content p:not(:last-child){margin-bottom: 29px;}
/* right part */
.product-showcasing .right-part{ height: 800px; width: 50%; padding: 120px 40px; overflow-y: auto;}
.product-showcasing .right-part::-webkit-scrollbar{display: none;}
.product-showcasing .right-part .row{ --bs-gutter-y: 50px;}
.product-showcasing .right-part .quality-card .card-img{height: 405px;}
.product-showcasing .right-part .quality-card .caption h5{ min-height: 74px; padding: 16px; font-size: 14px; line-height: 22px;}
.product-showcasing .right-part .pro-show-img{height: 100%; width: 100%;}
.product-showcasing .right-part .pro-show-img img{height: 100%; width: 100%; object-fit: cover; object-position: center center;}
/* Showcase Card */
.showcase-card{ padding: 40px; border: 1px solid #EAEAEA; background: #ffffff; border-radius: 20px;}
.showcase-card img{width: 42px; margin-bottom: 30px;}
.showcase-card h5{ margin-bottom: 10px; font-size: 30px; line-height: 36px; letter-spacing: -0.64px; color: #232323; text-transform: capitalize;}
.showcase-card h6{ margin: 0; font-size: 17px; line-height: 29px; font-weight: 400; color: #565656;}
/* Move Text */
.move-text-wrap{padding: 162px 0;}
.move-text-wrap .swiper-wrapper{ transition-timing-function: linear; }
.move-text-wrap .swiper-slide{ width: 250px; font-size: 24px; line-height: 28px; font-weight: 600; color: #232323; }
.move-text-wrap .swiper-slide span{ padding: 0 0 0 24px; margin-right: 24px; font-size: 24px; line-height: 28px; font-weight: 600; color: #232323; position: relative;}
.move-text-wrap .swiper-slide span::before{content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: #E4E5EB; height: 8px; width: 8px; border-radius: 100%;}



/* Why We Are The Perfect Choice */
.packaging-solutions-wrap{background: #F9FAFC;}
.packaging-solutions-wrap .row-grid{ margin-top: 81px; --bs-gutter-x: 20px; --bs-gutter-y: 20px;}
.packaging-solutions-card{padding: 40px; border-radius: 30px; background: #F1F4F8; height: 100%;}
.packaging-solutions-card .card-img{transform: translateX(-22px);}
.packaging-solutions-card h5{ width: 83%; margin-bottom: 10px; font-size: 30px; line-height: 40px; font-weight: 500; letter-spacing: -0.64px; color: #232323; text-transform: capitalize; }
.packaging-solutions-card p{ margin: 0; font-size: 17px; line-height: 29px; font-weight: 400; color: #565656; }
/* Our clients' success */
.client-success-stories{position: relative; padding-bottom: 0 !important; overflow: hidden;}
.client-success-stories::before{ height: 437px; width: 100%; content: ''; position: absolute; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); z-index: 1;}
.client-success-stories .main-title .title{font-size: 54px; line-height: 72px; font-weight: 500; letter-spacing: -0.64px; color: #232323;}
.client-success-stories .row-grid{ height: 1430px; /* overflow-y: auto; */ margin-top: 81px; --bs-gutter-x: 0; --bs-gutter-y: 0; border-width: 1px 0px 0px 1px; border-style: solid; border-color: #D4D4D4B2;}
/* .client-success-stories .row-grid::-webkit-scrollbar{display: none;} */
.client-success-stories .card{ height: 100%; padding: 43px 43px 72px; border-width: 0px 1px 1px 0px; border-style: solid; border-color: #D4D4D4B2; border-radius: 0;}
.client-success-stories .card::before{ height: 6px; content: ''; background: #035A7C1A; width: 100%; position: absolute; top: 0; left: 0;}
.client-success-stories .card .icon{width: 17px; margin-bottom: 22px; display: block;}
.client-success-stories .card .icon img{width: 100%; height: 100%; object-fit: contain; object-position: center;}
.client-success-stories .card p{font-size: 18px; line-height: 30px; font-weight: 500; color: #232323;}
.client-success-stories .card .card-caption{margin-top: 42px; display: flex; align-items: flex-start; justify-content: space-between; gap: 60px;} 
.client-success-stories .card .card-caption h3{ margin: 0; font-size: 14px; line-height: 16px; font-weight: 600; color: #232323;}
.client-success-stories .card .card-caption h4{ margin: 0; font-size: 13px; line-height: 22px; font-weight: 400; color: #808080;}
.client-success-stories .card .card-caption .card-img{height: 48px; width: 48px; flex-shrink: 0; border-radius: 12px; overflow: hidden;}
.client-success-stories .card .card-caption .card-img img{height: 100%; width: 100%; object-fit: cover; object-position: center;}
/* Design Card Content */
.pd-solution-wrap .features-title{ margin: 32px 0 8px; font-size: 15px; line-height: 26px; display: block; font-weight: 700; color: #232323;}
.design-card.design-card-content .card-content ul{margin-top: 0 !important;}
.design-card.design-card-content .card-content li:not(:last-child){margin-bottom: 4px;}
.design-card.design-card-content .card-img{height: 450px;}
.pro-sub-card{ padding: 8px; height: 100%; width: 100%; border: 1px solid #EAEAEA; border-radius: 8px; background: #F6F7F8; display: flex; flex-direction: column; align-items: flex-start;} 
.pro-sub-card h5{margin: 0; font-size: 15px; line-height: 26px; font-weight: 400; color: #565656;}
.pro-sub-card h5 span{font-weight: 700; display: block; color: #232323;}
/* Sachet Packaging Solutions */
.design-card.small-design-card{padding: 50px 20px;}
.design-card.small-design-card .row{ --bs-gutter-x: 60px; margin: 0;}
.design-card.small-design-card .card-content p:not(:last-child){margin-bottom: 24px;}
/* key feature card */
.key-feature-card{ height: 100%; padding: 50px; background: #ffffff; border: 1px solid #EAEAEA; border-radius: 20px;}
.key-feature-card .title{ margin-bottom: 16px; font-size: 30px; line-height: 36px; font-weight: 500; letter-spacing: -0.64px; color: #232323;}
.key-feature-card ul{padding: 0; margin: 16px 0 0;}
.key-feature-card li{list-style: none; display: flex; align-items: flex-start; justify-content: flex-start; gap: 12px; font-size: 15px; line-height: 26px; font-weight: 300; color: #565656;}
.key-feature-card li strong{color: #000000; font-weight: 700;}
.key-feature-card li:not(:last-child){margin-bottom: 4px;}
.key-feature-card li img{width: 24px;}

/* Pint services */
.packaging-printing-services .row-reverse{--bs-gutter-x: 60px;}
.pd-solution-wrap .packaging-printing-services .design-card:not(:last-child){margin-bottom: 24px;}
.pd-solution-wrap .packaging-printing-services .design-card:nth-child(odd) .row-reverse{flex-direction: row;}
.pd-solution-wrap .packaging-printing-services .design-card:nth-child(even) .row-reverse{flex-direction: row-reverse;}
.pd-solution-wrap .packaging-printing-services .design-card .card-img{height: 381px; margin-bottom: 38px;}
.pint-ser-benifits{ padding: 24px; background: #F6F7F8; border: 1px solid #EAEAEA; border-radius: 16px;}
.pint-ser-benifits .features-title{margin: 0;}
.pint-ser-benifits ul{padding: 0; margin: 12px 0 0;}
.pint-ser-benifits li{list-style: none; display: flex; align-items: flex-start; justify-content: flex-start; gap: 12px; font-size: 15px; line-height: 26px; font-weight: 300; color: #565656;}
.pint-ser-benifits li strong{color: #000000; font-weight: 700;}
.pint-ser-benifits li:not(:last-child){margin-bottom: 4px;}
.pint-ser-benifits li img{width: 24px;}

/*=== Contact Us ===*/
.contact-form-wrap{position: relative;}
/* Form */
.contact-form-wrap .connect-part .form{margin-top: 38px;}
.contact-form-wrap .connect-part .form .common-btn{margin-top: 21px;}
.contact-form-wrap .connect-part{ padding: 121px 0; background-color: #ffffff;}
.contact-form-wrap .social-list{ position: absolute; top: 0; right: 0; width: 680px; background: #037C69; height: 100%; padding: 80px 60px; display: flex; align-items: center; justify-content: center;}
.contact-form-wrap .social-list .nav{gap: 16px;}
.contact-form-wrap .social-list .nav-item{ padding: 34px; background-color: #fafafa; border-radius: 10px; display: flex; align-items: center; justify-content: flex-start; gap: 16px; }
.contact-form-wrap .social-list .nav-item img{width: 55px;}
.contact-form-wrap .social-list .nav-item span{ width: 100%; display: flex; align-items: flex-start; flex-direction: column; gap: 10px;} 
.contact-form-wrap .social-list .nav-item span h5{ margin: 0; font-size: 20px; line-height: 24px; font-weight: 600; color: #232323; text-transform: capitalize;}
.contact-form-wrap .social-list .nav-item span .nav-link{ width: 68%; padding: 0; margin: 0; font-size: 15px; color: #7A7A7A;}
.contact-form-wrap .social-list .nav-item span .nav-link:hover{color: #037B7B;}
/* Map */
.contact-map-wrap{background: #F6F7F8; }
.contact-map-wrap .map-part{ width: 100%; height: 365px; margin: 60px 0 0; border: 1px solid #EAEAEA; overflow: hidden; border-radius: 20px; }
.contact-map-wrap .map-part iframe{width: 100%; height: 100%;}


@media (min-width: 1600px){
  .subpage-banner .subpage-banner-img{ width: 750px; height: 520px; }
}

@media (min-width: 1440px) {
    /* Container */
    .container{max-width: 1224px;}
}

@media (max-width: 1339px){
    /* Common Gap */
    .gx-60{ --bs-gutter-x: 40px; }

    /* About Us */
    .about-us-wrap::after,
    .about-us-wrap::before{max-width: 1116px;}
    /* Industries we serve */
    .industries-card{padding-bottom: 20px;}
    .industries-card img{width: 36px;}
    .industries-card h5{ margin-top: 4px; font-size: 22px;}
    /* Product Showcasing */
    .product-showcasing .left-part{padding: 80px 60px;}
    .product-showcasing .right-part{padding-block: 80px;}
    .product-showcasing .right-part .quality-card .card-img{height: 360px;}
    .product-showcasing .right-part .quality-card .caption h5{min-height: 56px;}

    /*=== Contact Us ===*/
    .contact-form-wrap .social-list{ padding: 80px 40px;}
}

@media (max-width: 1199px){
    /* Common Gap */
    .common-gap{padding-block: 100px;}

    /* main title */
    .main-title .title{font-size: 58px; line-height: 66px;}

    /*=== Footer ===*/
    footer{padding-top: 60px;}
    footer .footer-logo p br{display: none;}

    /*=== Landing Page ===*/
    /* Banner */
    .banner-content .title{font-size: 60px; line-height: 72px;}
    /* About Us */
    .about-us-wrap::before
    .about-us-wrap::after{max-width: 936px;}
    .about-us-wrap{padding-block: 80px 60px;}
    .about-content-part{max-width: 800px; padding: 42px 80px 150px 50px;}
    .about-content-part p{font-size: 22px;}
    .about-content-part p:not(:last-child){margin-bottom: 36px;}
    .about-video-part{ height: 450px;}
    /* Product Showcase */
    .product-showcase-wrap{padding: 80px 20px;}
    .product-showcase-wrap::before{max-width: 100%; border-radius: 0;}
    .product-showcase-wrap::after{display: none;}
    .product-showcase-wrap .main-title{width: 100%; padding: 0; margin-bottom: 30px;}
    .product-showcase-wrap .transform-x{transform: translateX(0);}
    .product-showcase-wrap .box{height: 180px; width: 180px;}
    .product-showcase-wrap .box.content{height: auto; width: 350px;}
    .product-showcase-wrap .link-text{height: calc(100% - 20px); width: calc(100% - 20px); left: 10px; top: 10px; right: auto; bottom: auto;}
    .product-showcase-wrap a .go-arrow{width: 65px;}
    .product-showcase-wrap .transform-x-sm{transform: translateX(0);}
    /* Our Approach */
    .our-approach-wrap .approch-gap{margin-top: 40px;}
    /* Printing &amp; Design Solutions */
    .pd-solution-wrap .design-card{gap: 40px;}
    .pd-solution-wrap .design-card .card-img{width: 380px;}
    /* Industries we serve */
    .industries-wrap .main-title .title{ margin-block: -50px 50px; font-size: 45px;}
    .industries-wrap .main-title .title img{width: 120px;}
    .industries-wrap .main-title .title img.industries2{width: 85px;}

    /*=== Sub Pages Banner ===*/
    .subpage-banner .product-01{top: 130px;}
    .subpage-banner .product-02{width: 185px; height: 184px; top: 100px;}
    .subpage-banner .subpage-banner-img{ width: 450px; height: 320px; }

    /*=== Product Main Page ===*/
    .logo-part .col{height: 160px;}
    /* key feature card */
    .key-feature-card{padding: 32px;}
    .key-feature-card .title{font-size: 26px;}

    /* Pint services */
    .pd-solution-wrap .packaging-printing-services .design-card .card-content .card-img{margin-top: 0;}
    .packaging-printing-services .row-reverse{--bs-gutter-x: 40px;}
    .pd-solution-wrap .packaging-printing-services .design-card .card-img{margin-bottom: 24px;}

    /*=== Contact Us ===*/
    .contact-form-wrap .connect-part{padding-block: 80px;}
    .contact-form-wrap .social-list{ width: 520px; }

    /* Move Text */
    .move-text-wrap{padding-block: 80px;}
    
}   

@media (max-width: 991px) {
    /* main title */
    .main-title .title{font-size: 48px; line-height: 56px;}
    
    /* Button */
    .cta-btn{padding: 8px 18px; font-size: 12px; line-height: 18px;}

   /*=== Header ===*/
   header{padding: 12px 10px;}
   header .container{max-width: 100%;}
   header .navbar{ padding: 9px;}
   header .navbar-brand{padding: 8px 12px;}
   header .navbar-brand img{width: 70px;}
   header .navbar-nav{gap: 16px;}
   header .navbar-nav .nav-link,
   header .navbar-nav .menu-item a,
   header .navbar-nav .menu-item.current-menu-item a,
   header .navbar-nav .nav-link.active{color: #000000;}
   .head-btn{margin-top: 40px;}
   .head-btn .cta-btn{border-color: #03816E; background: #03816E; color: #ffffff; }
   
   /* Toggle */
   .navbar-toggler{padding: 0; width: 37px; height: 31px; position: relative; background: transparent; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: center; z-index: 8889; }
   .navbar-toggler:focus{box-shadow: none; outline: 0;}
   .navbar-toggler span{ position: relative; display: block; height: 100%; width: 100%;}
   .navbar-toggler span i{font-size: 35px; color: black; }
   .navbar-toggler span i, .navbar-toggler span img{  transition: all ease-in-out 0.15s; position: absolute; top: 0; left: 0;}
   .navbar-toggler .bars{opacity: 1; display: block;}
   .navbar-toggler.open .close{opacity: 1; display: block;}
   .navbar-toggler.open .bars{opacity: 0; display: none;}
   .navbar-toggler .close{opacity: 0; display: none;}
   header .navbar-collapse{padding-block: 120px; position: fixed; top: 0; right: 0; height: 100%; width: 100%; z-index: 8888; background-color: #ffffff; transition: all ease-in-out 0.15s; opacity: 0; pointer-events: none; display: flex !important; flex-direction: column; align-items: center; justify-content: center; transform: translate(80%, 0); }
   header .navbar-collapse.show{opacity: 1; pointer-events: all; transform: translate(0, 0);}

    /*=== Landing Page ===*/
    /* About Us */
    .about-us-wrap::after,
    .about-us-wrap::before{max-width: 696px; }
    .about-us-wrap::after{transform: translate(-50%, -98px)}
    .about-us-wrap{padding-block: 60px 40px;}
    .about-content-part{max-width: 640px; padding: 32px 40px 110px 24px;}
    .about-content-part p{font-size: 20px; line-height: 38px;}
    .about-content-part p:not(:last-child){margin-bottom: 24px;}
    .about-video-part{ height: 380px; margin-top: -80px;}
    /* Our Approach */
    .our-approach-wrap .approch-gap{margin-top: 20px;}
    .our-approach-wrap .g-md{--bs-gutter-y: 20px;}
    .approch-card{padding: 40px;}
    .approch-card img{width: 65px;}
    .approch-card h5{font-size: 26px; line-height: 32px;}
    .approch-card p{font-size: 16px; line-height: 26px;}
    /* Printing &amp; Design Solutions */
    .pd-solution-wrap .design-card{padding: 40px; flex-direction: column;}
    .pd-solution-wrap .design-card .card-img{width: 100%; height: 280px;}
    .pd-solution-wrap .design-card .card-content .card-img{margin-top: 30px;}
    /* Industries we serve */
    .industries-wrap .main-title .title{ margin-block: -30px 50px; font-size: 40px;}
    /* Materials */
    .materialsSwiper{height: 620px;}
    .materialsSwiper .swiper-slide .num::before{font-size: 80px; line-height: 1.4;}
    .materialsSwiper .swiper-slide .caption{max-width: 68%; padding: 24px;}
    .materialsSwiper .swiper-slide .caption h3{font-size: 46px; line-height: 52px;}
    .materialsSwiper .swiper-slide .caption p{font-size: 18px; line-height: 26px;}
    .materialsSwiper .swiper-pagination{padding: 0 24px 24px 0;}
    .materialsSwiper .swiper-pagination .swiper-pagination-bullet{padding: 16px; font-size: 18px; line-height: 28px;}
    /* Quality Materials */
    .quality-card .caption{transform: translate(-50%, -14px); width: calc(100% - 28px);}
    .quality-card .card-img{height: 465px;}
    .quality-card .caption h5{ min-height: 74px; padding: 18px 22px; font-size: 18px; line-height: 27px;}
    .quality-card .caption span{height: 92px; width: 74px;}

    /*=== Sub Pages Banner ===*/
    .subpage-banner .product-01{top: 80px;}
    .subpage-banner .product-02{width: 165px; height: 164px; top: 80px;}
    .subpage-banner h1{font-size: 65px;}
    .subpage-banner .product-03{left: 65px;}
    .subpage-banner .product-04{right: 45px;}
    .subpage-images-banner{padding-bottom: 172px !important;}
    .subpage-images-banner .banner-imgs{ left: 50%; transform: translate(-50%,43%);}
    .subpage-images-banner .banner-imgs .col{height: 131px;}
    .subpage-banner.text-start{padding: 118px 0 48px;}
    .subpage-banner .subpage-banner-img{ position: relative; top: 0; transform: none; border-radius: 16px; margin: 0 auto; }
    .subpage-banner.text-start .sub-title{margin-inline: auto;}
    .subpage-banner.text-start h1, .subpage-banner.text-start p { text-align: center; }

    /*=== Product Main Page ===*/
    .product-showcasing .left-part{padding: 60px 24px;}
    .product-showcasing .right-part{padding-block: 60px;}
    /* Why We Are The Perfect Choice */
    .packaging-solutions-wrap .row-grid{margin-top: 40px;}
    .packaging-solutions-card{padding: 32px;}
    .packaging-solutions-card .card-img{width: 105px; transform: translateX(-14px);}
    .packaging-solutions-card h5{ width: 100%; font-size: 22px; line-height: 26px;}
    .packaging-solutions-card p{font-size: 16px; line-height: 27px;}
    /* Our clients' success */
    .client-success-stories .row-grid{height: 100%; margin-top: 40px;}
    .client-success-stories .main-title .title{font-size: 42px; line-height: 65px;}
    .client-success-stories .main-title .title img{width: 42px;}
    /*  Sachet Packaging Solutions */
    .design-card.small-design-card{padding-inline: 20px;}
    .design-card.small-design-card .row{ --bs-gutter-x: 40px;}
    .design-card.small-design-card .card-img{margin-top: 24px;}

    /*=== Contact Us ===*/
    .contact-form-wrap .social-list{width: 100%; position: relative;}
    .contact-form-wrap .social-list .nav{width: 100%;}
}

@media (max-width: 767px){
    p {font-size: 16px; line-height: 29px; font-weight: 400;}
    .container{padding-inline: 20px;}

    /* button */
    .common-btn{ padding:5px 5px 5px 19px; font-size: 15px; line-height: 22px;}
    .common-btn span{height: 39px; width: 39px;}
    .common-btn span i{font-size: 15px;}
    .common-btn.sub-btn{font-size: 14px;}

    /* form */
    .form-control, 
    .form-select{height: 46px; padding: 12px 14px; font-size: 14px; line-height: 16px;}
    .number-group .dropdown-toggle{min-height: 46px;}

    /* Common Gap */
    .common-gap{padding-block: 80px;}

    /* main title */
    .main-title .text{margin-bottom: 21px; font-size: 16px; line-height: 19px;}
    .main-title .title{font-size: 44px; line-height: 59px;}

    /*=== Header ===*/
    header .container{padding-inline: 0;}
    /*=== Footer ===*/
    footer .footer-logo a{padding-inline: 14px; margin-bottom: 22px; }
    footer .footer-logo a img{width: 78px}
    footer .footer-logo p{font-size: 14px; line-height: 22px;}
    footer .quick-links,
    footer .social-links{margin-top: 32px;}
    footer .quick-links.w-md{margin-top: 22px;}
    footer .quick-links.w-md ul{ gap: 14px; flex-direction: row; flex-wrap: wrap;}
    footer .quick-links.w-md li{width: 30%;}
    footer .f-btm-part{ width: calc(100% - 40px); margin: 22px auto 0; padding-block: 24px 44px;}
    footer .f-btm-part p{line-height: 19px;}

    /*=== Landing Page ===*/
    /* Banner */
    .home-banner {background-color: #03816E;}
    .banner-content{padding-block: 118px 80px; background-color: transparent;}
    .banner-content .title{font-size: 52px; line-height: 65px;}
    .banner-content .bannerSwiper .swiper-slide{height: 350px;}
    .bannerSwiper .swiper-button-next, 
    .bannerSwiper .swiper-button-prev{display: none;}
    .home-banner .btm-part{ margin: 0; padding: 0 0 50px; justify-content: center !important;}
    .value-card{width: 100%;}
    .value-card h4{font-size: 32px; line-height: 38px;}
    .value-card h5{font-size: 16px; line-height: 26px;}
    /* About Us */
    .about-us-wrap::before{display: none;}
    .about-us-wrap::after{max-width: calc(100% - 40px); transform: translate(-50%, 0); height: 96%;}
    .about-us-wrap{padding-block: 80px;}
    .about-us-wrap .main-title .title{font-size: 32px; line-height: 47px;}
    .about-content-part{max-width: calc(100% - 40px); padding: 20px; margin:0 auto 40px; border-radius: 20px; }
    .about-content-part p{font-size: 16px; line-height: 29px;}
    .about-content-part p:not(:last-child){margin-bottom: 29px;}
    .about-video-part{ height: 213px; width: 100%; margin-top: 0;}
    /* Product Showcase */
    .product-showcase-wrap .box{height: 95px; width: 95px;}
    .product-showcase-wrap .mt-60{margin-top: 60px;}
    .product-showcase-wrap .box.content{ width: 100%; margin-top: 20px; padding: 32px 0 0;}
    .product-showcase-wrap .box.content h5, .product-showcase-wrap .box.content p{padding-inline: 32px;}
    .product-showcase-wrap .content .show-img{ height: 210px; position: relative; left: 0; transform: none; object-fit: contain; object-position: center bottom;}
    .product-showcase-wrap .box-btm .box{height: 160px; width: 160px;}
    /* Our Approach */
    .approch-card{padding: 30px;}
    .approch-card img{width: 50px; margin-bottom: 30px;}
    .approch-card h5{font-size: 24px; line-height: 29px;}
    .approch-card p{font-size: 15px; line-height: 25px;}
    /* Printing &amp; Design Solutions */
    .pd-solution-wrap .row{margin-bottom: 40px;}
    .pd-solution-wrap .design-card{padding: 40px 30px;}
    .pd-solution-wrap .design-card .card-content h3{ margin-bottom: 12px; font-size: 24px; line-height: 29px;}
    .pd-solution-wrap .design-card .card-content p{font-size: 14px; line-height: 25px;}
    .pd-solution-wrap .design-card .card-img{height: 160px;}
    .pd-solution-wrap .design-card .card-content ul{margin-block: 30px;}
    .pd-solution-wrap .design-card .card-content li{font-size: 14px; line-height: 26px;}
    .pd-solution-wrap .design-card:not(:last-child){margin-bottom: 24px;}
    /* Industries we serve */
    .industries-wrap .main-title .title{ margin-block: 0px 30px; font-size: 32px; line-height: 42px;}
    .industries-wrap .main-title .title img{width: 65px;}
    .industries-wrap .main-title .title img.industries2{width: 55px;}
    .industries-card{padding-bottom: 14px;}
    .industries-card img{width: 32px;}
    .industries-card h5{ margin-top: 7px; font-size: 16px; line-height: 19px;}
    .industries-wrap .row{margin-bottom: 0;}
    .industries-wrap .row .col:last-child{margin-bottom: 0;}
    /* Materials */
    .materialsSwiper{height: 489px;}
    .materialsSwiper .swiper-slide .num{display: none;}
    .materialsSwiper .swiper-slide .caption{max-width: 100%;}
    .materialsSwiper .swiper-slide .caption{padding: 30px 25px;}
    .materialsSwiper .swiper-slide .caption h3{font-size: 28px; line-height: 33px;}
    .materialsSwiper .swiper-slide .caption p{font-size: 16px; line-height: 30px;}
    .materialsSwiper .swiper-pagination{padding: 0 10px 10px 10px;}
    .materialsSwiper .swiper-pagination .swiper-pagination-bullet{font-size: 0; line-height: 30px; min-width: 20px;  padding: 10px 8px 10px 2px;}
    .materialsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{font-size: 16px; min-width: 252px; padding-left: 20px; }
    .progress-bar{border-radius: 12px;}
    /* Quality Materials */
    .quality-card .caption span,
    .quality-card .caption h5{ min-height: 95px;}
    /* FAQ */
    .faq-section .row p{width: 100%;}
    .faq-section .accordion .accordion-button,
    .faq-section .accordion .accordion-item{margin-bottom: 12px;}
    .faq-section .accordion .accordion-button{padding-right: 20px;}
    .faq-section .accordion .accordion-button,
    .faq-section .accordion .accordion-body p{font-size: 14px; line-height: 24px;}
    /* CTA  */
    .cta-section{padding-block: 120px;}
    .cta-section .title{margin-bottom: 10px; font-size: 34px; line-height: 48px; letter-spacing: 0; }
    .cta-section p{margin-bottom: 28px;}
    .cta-section .img-01,
    .cta-section .img-02{width: 100px;}
    .cta-section .cta-01{width: 118px;}
    .cta-section .cta-02{width: 280px;}
    .cta-section .cta-03{width: 175px; transform: translate(10px, 10px);}
    /* Get In Touch */
    .get-in-touch{padding: 30px 20px;}
    .get-in-touch .container{padding: 32px;}
    .get-in-touch .title{font-size: 26px; line-height: 37px;}
    .get-in-touch .gridcol p{width: 100%; line-height: 26px;}

    /*=== Sub Pages Banner ===*/
    .subpage-banner{padding-block: 118px 72px;}
    .subpage-banner h1{ margin-bottom: 20px; font-size: 52px; line-height: 65px;}
    .subpage-banner p{ margin-bottom: 40px; font-size: 16px; line-height: 28px; font-weight: 300;}
    .subpage-banner .common-btn{margin-bottom: 30px;}
    .subpage-banner .product-01{ width: 128px; height: 129px; top: 0; left: -34px;position: relative; display: block;}
    .subpage-banner .product-02{ width: 146px; height: 150px; top: auto; bottom: 257px; right: -23px;}
    .subpage-banner .product-03{ margin-top: 52px; width: 153px; height: 155px; top: 0; left: 28px;position: relative; display: block;}
    .subpage-banner .product-04{ width: 112px; height: 114px; top: auto; right: 18px; bottom: 63px;}
    .subpage-banner .sub-title{font-size: 14px; margin-bottom: 16px; padding-inline: 16px;}
    .subpage-banner .subpage-banner-img{height: 295px; width: calc(100% - 32px);}

    /*=== Product Main Page ===*/
    .logo-part{margin: 40px 12px 0;}
    .logo-part .col{height: 120px;}
    .logo-part .col img{width: 20px;}
    /* Product Showcasing */
    .product-showcasing .left-part,
    .product-showcasing .right-part{width: 100%;}
    .product-showcasing .left-part{padding-block: 80px 40px;}
    .product-showcasing .left-part .vector{display: none;}
    .product-showcasing .left-part .label-wrap{margin-block: 30px;}
    .product-showcasing .left-part .product-content p{font-size: 15px; line-height: 24px;}
    .product-showcasing .left-part .product-content p:not(:last-child){margin-bottom: 24px;}
    .product-showcasing .right-part{padding: 30px 20px; height: 100%; overflow-y: unset;}
    .product-showcasing .right-part .row{ --bs-gutter-y: 20px;}
    .product-showcasing .right-part .quality-card .card-img{height: 280px;}
    .product-showcasing .right-part .quality-card .card-img img{object-position: top center;}
    .product-showcasing .right-part .quality-card .caption h5{ min-height: 50px; font-size: 14px; line-height: 22px;}
    .product-showcasing .right-part .pro-show-img{height: 421px;}
    .product-showcasing .right-part .pro-show-img img{object-position: right top;}
    /* Our clients' success */
    .client-success-stories .main-title .title{font-size: 34px; line-height: 50px;}
    .client-success-stories .main-title .title img{width: 28px;}
    .client-success-stories .card{padding: 28px;}
    .client-success-stories .card::before{display: none;}
    .client-success-stories .card p{font-size: 15px; line-height: 27px;}
    .client-success-stories .card .card-caption{gap: 46px;}
    .client-success-stories{padding-bottom: 80px !important;}
    /* Pouch Packaging Solutions  */
    .pd-solution-wrap .features-title{margin-top: 16px;}
    /*  Sachet Packaging Solutions */
    .design-card.small-design-card{padding: 30px 10px;}
    .design-card.small-design-card .card-content p:not(:last-child){margin-bottom: 16px;}
    /* key feature card */
    .key-feature-card{padding: 24px;}
    .key-feature-card .title{font-size: 24px;}
    /* Advantages of Sustainable Packaging */
    .packing-sol-card .packaging-solutions-card{ padding: 22px 30px; display: flex; align-items: center;} 
    .packing-sol-card .packaging-solutions-card p{display: none;}

    /* Pint services */
    .pd-solution-wrap .packaging-printing-services .design-card{padding: 30px 24px;}
    .pd-solution-wrap .packaging-printing-services .design-card .card-img{height: 210px;}
    .pd-solution-wrap .pint-ser-benifits{padding: 16px}
    .pd-solution-wrap .pint-ser-benifits .features-title{margin-top: 0;}

    /*=== Contact Us ===*/
    .contact-form-wrap .social-list{padding-inline: 16px;}
    .contact-form-wrap .social-list .nav-item{padding: 32px;}
    .contact-form-wrap .social-list .nav-item span .nav-link{width: 100%;}

    /* Move Text */
    .move-text-wrap{padding-block: 30px;}
    .move-text-wrap .swiper-slide{ width: 180px; font-size: 13px; line-height: 28px;}
}

@media (max-width: 389px){
    .materialsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{min-width: 230px;}
}</pre></body></html>