/* Your custom style */
.cdz-subcategories.base-slider.rounded-corners.no-title {
    display: none;
}
.hb-hor-lyn.loaded {
    display: none;
}
body .page-title-wrapper[class] {
    margin-bottom: 12px;
}
body:not(.cms-index-index) .page-main {
    padding-top: 20px;
    padding-bottom: 12px;
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a {
    color: #000000;
}
.filter-options-item.rating, .filter-options-item.price {
    display:none;
}
.toolbar .pages .action.next:hover, .toolbar .pages .action.previous:hover, .toolbar .pages a.page:hover, .toolbar .pages strong.page, .toolbar .modes-mode:not(.active):hover, .toolbar .modes-mode.active {
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.product-info-main .overview .type {
    margin-bottom: 16px;
}
.review-add .review-form-actions .submit.primary {
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.review-add .review-form-actions .submit.primary:hover {
    color: #1c4b1f;
    border-color: #1c4b1f;
}
.account .form-address-edit .actions-toolbar .action.primary, a.action.primary, .action.primary, .action-primary, .action.primary, .cdz-popup-area .cdz-popup .actions-toolbar .primary button {
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.qs-button:focus, a.qs-button:focus, .qs-button:active, a.qs-button:active, .qs-button:hover, a.qs-button:hover {
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.stock-availability-note {
    margin-top: -4px;
    /* margin-bottom: 16px; */
    /* padding: 12px 20px; */
    /* background: #fff8e5; */
    /* border: 1px solid #f0d98a; */
    border-radius: 6px;
    color: #1c4b1f;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.stock-availability-note p {
    margin-top: 8px;
}
.stock-cartons .page-title-wrapper[class] {
    margin-bottom: 14px;
}

div#product-list-container {
    border: 1px solid #e9eaec;
}
.product-info-main .box-tocart .primary.tocart {
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.pdv-l06 .pdif-box .box-tocart .action.primary.buy-now:not(:hover) {
    color: #1c4b1f;
    border-color: #1c4b1f;
}
.page-header .sticky-menu.active .header-panel-center {
    top: 20px;
}
.page-header .sticky-menu.active .header-panel-right {
    top: 20px;
}

.page-header .sticky-menu.active .header-middle {
    margin-top: 0;
    padding: 0px 0;
}
.page-header .header-panel-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header .header-top a {
    color: #ffffff;
}

.page-header {
    background-color: #ffffff;
    margin-bottom: 0px;
}
.page-header .header-panel-left .logo {
    margin-top: 0px;
}
.page-header .header-middle {
    padding: 16px 0;
}
.header-panel-row.row {
    display: flex;
    align-content: center;
    align-items: center;
}
.page-header .header-bottom {
    background: #1c4b1f;
}
.cdz-horizontal-menu .groupmenu, .cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    color: #ffffff;
    border-color: #4f7f2c;
    background: #1c4b1f;
}
.page-header .sticky-menu:not(.active) .action.showcart .text, .page-header .sticky-menu:not(.active) .account-wrapper {
    background-color: #1c4b1f;
}

[class*="vertcial-menu-container"] .menu-title {
    color: #1c4b1f;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #ffcc0000;
}

.header-bottom .menu-area {
    display: flex;
    align-items: center;
}
.custom-header-btn a.action.primary {
    background: #fdfdfd;
    border-radius: 12px;
    border-color: transparent;
    color: #285f25;
    text-transform: capitalize;
}

.header-bottom-button-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 60px;
}

.bottom-header-btn {
    display: flex;
    align-items: center;
}

.custom-menu-btn {
    background: #ffd400;
    color: #000;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.2;
}

.custom-menu-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}



.page-header .header-top {
    background: linear-gradient(90deg,#1c4b1f 0%, #2d6728 50%, #1f4b1f 100%);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}
.top-header-container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.top-header-left{
    display: flex;
    align-items: center;
    gap: 12px;

    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.top-header-left i{
    color: #d7ff8b;
    font-size: 16px;
    font-family: 'FontAwesome';
}
.top-header-right{
    display: flex;
    align-items: center;
    gap: 35px;
}

.top-header-item{
    display: flex;
    align-items: center;
    gap: 9px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 500;

    transition: all 0.3s ease;
    white-space: nowrap;
}
.top-header-item i{
    color: #d7ff8b;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: 'FontAwesome';
}
.top-header-item:hover{
    transform: translateY(-2px);
    opacity: 0.9;
}
.top-header-item:hover i{
    transform: scale(1.1);
}
/* Slider Caption */
.slide-caption.slide-top-left {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
/* Description */
.slide-caption .slide-text{
    font-size: 26px;
    line-height: 1.7;
    color: #4b4b4b;
    max-width: 500px;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
/* Buttons Wrapper */
.slide-caption .button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
    margin-right: 18px;
    font-family: 'Poppins', sans-serif;
}
.slide-caption .slide-title strong {
    color: #4f7f2c;
}

/* Shop Button */
.slide-caption .button-link:first-of-type{
    background: #4f7f2c;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(79,127,44,0.25);
}
.slide-caption .button-link:first-of-type:hover{
    background: #3d6620;
    transform: translateY(-3px);
}
/* Explore Button */
.slide-caption .button-link:last-of-type{
    background: transparent;
    border: 2px solid #7da25a;
    color: #35571f;
}
.slide-caption .button-link:last-of-type:hover{
    background: #4f7f2c;
    color: #ffffff;
    border-color: #4f7f2c;
    transform: translateY(-3px);
}
.advertisement-sec{
    width: 100%;
    padding: 35px 20px;
    background: #f8f6f2;
}

.advertisement-sec *{
    box-sizing: border-box;
}

.advertisement-sec__container{
    /*max-width: 1300px;*/
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.advertisement-sec__item{
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.advertisement-sec__icon{
    width: 52px;
    height: 52px;
    min-width: 52px;
    border: 2px solid #6d8d4f;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #6d8d4f;
    font-size: 22px;
}

.advertisement-sec__content h3{
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #5d7345;
}

.advertisement-sec__content p{
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7a7a;
}

.wrapper-adv-style-25 .item {
    padding: 5px;
    margin: 5px;
    border-radius: 12px;
    box-shadow: rgb(60 64 67 / 11%) 0px 1px 2px 0px, rgb(60 64 67 / 11%) 0px 2px 10px 2px;
}
.sl-static-nav .owl-nav[class] [class*='owl-'][class].disabled {    
cursor: not-allowed;
}

.wrapper-adv-style-25 .item-title {
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 95%;
    color: #000;
    font-weight: 500;
}

.product-short-desc {
    width: 100%;
    font-family: Arial, sans-serif;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
    flex-wrap: wrap;
    gap: 8px;
}

.product-header .label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}

.product-header .value {
    background: #f4f7fb;
    color: #1f3c88;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.product-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-info li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.product-info li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #1f3c88;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.lid-fit {
    margin-top: 22px;
    padding: 14px 16px;
    background: #f8fafc;
    border-left: 4px solid #1f3c88;
    border-radius: 8px;
    font-size: 15px;
}

.lid-label {
    font-weight: 600;
    color: #555;
}

.lid-value {
    font-weight: 700;
    color: #1f3c88;
    margin-left: 5px;
}

.container.space-lg.corrugated-sec {
    background: url(https://packnest.designshore.online/media/wysiwyg/codazon/main-content-57/add-banner.png);
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.banner-style39 .bc-desc {
    margin-bottom: 3rem;
    font-size: 16px;
    color: #000;
}
.banner-style39 .item-content.text-left {
    padding: 22px 26px;
}
.banner-style39 .b-caption {
    font-weight: 600;
}
.banner-style39 .bc-title {
    font-weight: 700;
    font-size: 280%;
    margin-bottom: 14px;
}
.banner-style39 .bc-actions .bc-btn {
    color: #ffffff;
    border-color: #1c4b1f;
    background: #1c4b1f;
}
.header-search .actions .search[class] {
    background: #1c4b1f;
}
.header-search .actions .search[class]:before {
    color: #ffffff;
}

.cdz-marquee-02 .mq-inner {
    background: rgb(28 75 31 / 94%);
    color: #fff;
}
.cdz-marquee-02 .mq-item {
    border: 1px solid rgb(255 255 255 / 79%);
}
.tabs-style-20 .box-cate-link .active .tab-title {
    background: #1c4b1f;
    color: #ffffff;
    border-color: #1c4b1f;
}
.product-list-style-63 .product-item[class] .action.towishlist, .product-list-style-63 .product-item[class] .action.towishlist:hover:before {
    color: #1c4b1f;
}
.product-list-style-63 .product-item[class] .qs-button:hover, .product-list-style-63 .product-item[class] .action.tocompare:hover {
    background: #1c4b1f;
}
.product-list-style-63 .action.primary:not(:hover) {
    background: #1c4b1f;
    border: 1px solid #1c4b1f;
}
.base-slider .owl-nav[class] [class*="owl"][class]:hover {
    background: #1c4b1f;
    border-color: #1c4b1f;
}


.add-sec-ad{
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
        margin-bottom: 60px;
}
.cdz-timer-05 .countdown-timer .timer-wrap:before {
    color: #1c4b1f;
}

.add-sec-ad-card{
    width:100%;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    border:1px solid #e8e8e8;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
    transition:0.3s ease;
}

.add-sec-ad-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.10);
}

.add-sec-ad-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.add-sec-ad-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.add-sec-ad-content{
    text-align:center;
    padding:28px 25px 30px;
}

.add-sec-ad-content h3 {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #1c4b1f;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}

.add-sec-ad-content p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #5a5a5a;
    font-weight: 500;
}

.add-sec-ad-content a{
    margin-top:22px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    color:#4b6f3b;
    transition:0.3s ease;
}

.add-sec-ad-content a:hover{
    color:#1c4b1f;
    gap:12px;
}

.add-sec-ad-content a span{
    font-size:18px;
    transition:0.3s ease;
}


.owner-review {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, #2f6b1f 0%, #1d4d15 50%, #244f18 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    font-family: 'Poppins', sans-serif;
}

.owner-review__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 35%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 35%);
    pointer-events: none;
}

.owner-review__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.owner-review__text {
    color: #fff;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0 auto 18px;
}

.owner-review__name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.owner-review__role {
    display: block;
    color: #d7e6d2;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
}

.owner-review__underline {
    width: 70px;
    height: 5px;
    background: #ff3b30;
    border-radius: 20px;
    margin: 14px auto 0;
}

.owner-review__quotes {
    position: absolute;
    font-size: 90px;
    color: rgba(255,255,255,0.08);
    font-weight: bold;
    z-index: 1;
    line-height: 1;
}

.owner-review__quotes--left {
    top: 10px;
    left: 30px;
}

.owner-review__quotes--right {
    bottom: -10px;
    right: 30px;
}

.page-footer .footer-content-top {
    background-color: #1c4b1f;
    padding: 10px 0px;
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 30%), linear-gradient(135deg, #173815 0%, #2b5d1f 30%, #265c14 60%, #1e4218 100%);
}
.page-footer .middle-top {
    padding: 8px 0px;
    display: flex;
    align-items: center;
}
.page-footer .footer-logo img {
    width: auto;
    max-width: 50%;
    filter: invert(1);
}
.newsletter-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
.page-footer .block.newsletter .actions {
    margin-left: 12px;
}
.page-footer .block.newsletter .field.newsletter {
    width: 360px;
    max-width: 100%;
}
.page-footer .block.newsletter input {
    border: 2px solid #ffffff;
    border-radius: 12px;
}
.page-footer .block.newsletter .action.subscribe {
    border-radius: 12px;
}
.newsletter-content span.title {
    font-size: 18px;
    color: #fff;
}
.page-footer .footer-box .h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1c4b1f;
    font-size: 18px;
}
.page-footer .footer-content-bottom {
    padding: 16px 0px;
    background-color: transparent;
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 30%), linear-gradient(135deg, #173815 0%, #2b5d1f 30%, #265c14 60%, #1e4218 100%);
}
.page-footer .footer-content-middle {
    background: url(../../../../codazon/themelayout/images/tspr.png) transparent;
    background-color: #08080800;
}
.page-footer .footer-box .footer-link a {
    color: #000000;
}
.page-footer .main-footer {
    color: #000000;
}
.cdz-block-title {
    margin-bottom: 18px;
}
.cdz-vertical-menu .item.level0:hover>a.menu-link {
    background: #1c4b1f;
}
.cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    padding: 12px 12px;
    text-transform: capitalize;
    font-weight: 500;
    /*font-family: 'Roboto', sans-serif;*/
}
.footer-text.space-md {
    margin-bottom: 20px;
}
a.copyrights {
    color: #d7ff8b;
}

.page-header:not(.sksnhv) .sticky-menu.active .header-search .actions .search {
    right: 4px;
    top: 4px;
    background-color: transparent;
}



.about-us-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.about-us-page {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #222;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /*margin: 4px 41px 40px 40px;*/
    border-radius: 12px;
    padding: 10px;
}

/* COMMON */

.about-us-page img {
    width: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 10px;
}

.about-us-page .about-small-title{
    font-size:13px;
    font-weight:600;
    color:#5f8d24;
    letter-spacing:1px;
    margin-bottom:12px;
    display:block;
}

.about-us-page .about-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    background:#2f5f16;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    transition:0.3s ease;
}

.about-us-page .about-primary-btn:hover{
    background:#1e420d;
}

/* HERO */

.about-us-page .about-hero-section {
    padding: 60px 30px;
    background: #f9f7f2;
}

.about-us-page .about-hero-container{
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.about-us-page .about-hero-content{
    flex:1;
}

.about-us-page .about-breadcrumb{
    font-size:14px;
    color:#777;
    margin-bottom:20px;
}

.about-us-page .about-breadcrumb span{
    margin:0 8px;
}

.about-us-page .about-hero-content h1{
    font-size:64px;
    line-height:1.1;
    margin-bottom:15px;
    font-weight:700;
}
.about-us-page .about-commitment-section i, .about-us-page .about-stats-section i {
    font-family: 'FontAwesome';
    font-style: normal;
}
.about-us-page .about-hero-content h1 span{
    color:#3f7b22;
}

.about-us-page .about-hero-content h3{
    font-size:34px;
    color:#3f7b22;
    margin-bottom:25px;
}

.about-us-page .about-hero-description{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:35px;
    max-width:650px;
}

.about-us-page .about-hero-image{
    flex:1;
}

/* STORY */

.about-us-page .about-story-section{
    padding:90px 40px;
}

.about-us-page .about-story-container{
    margin:auto;
    display:flex;
    gap:60px;
    align-items:center;
}

.about-us-page .about-story-image,
.about-us-page .about-story-content{
    flex:1;
}

.about-us-page .about-story-image img{
    border-radius:30px;
}

.about-us-page .about-story-content h2{
    font-size:50px;
    line-height:1.2;
    margin-bottom:25px;
}

.about-us-page .about-story-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

/* STATS */

.about-us-page .about-stats-section {
    margin: auto;
    padding: 32px;
    border-radius: 16px;
    background: #faf8f4;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}

.about-us-page .about-stat-item{
    text-align:center;
    padding:2px;
}

.about-us-page .about-stat-icon{
    font-size:40px;
    color:#3f7b22;
    margin-bottom:20px;
}

.about-us-page .about-stat-item h3{
    font-size:38px;
    color:#2d5f14;
    margin-bottom:10px;
}

.about-us-page .about-stat-item p{
    color:#666;
    line-height:1.6;
}

/* QUALITY */

.about-us-page .about-quality-section{
    padding:90px 40px;
}

.about-us-page .about-quality-container{
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.about-us-page .about-quality-content,
.about-us-page .about-quality-image{
    flex:1;
}

.about-us-page .about-quality-content h2{
    font-size:50px;
    margin-bottom:25px;
}

.about-us-page .about-quality-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.about-us-page .about-quality-image img{
    border-radius:30px;
}

/* BUSINESS */

.about-us-page .about-business-section{
    padding:0 40px 80px;
}

.about-us-page .about-business-heading{
    margin:0 auto 50px;
    text-align:center;
}

.about-us-page .about-business-heading h2{
    font-size:52px;
    margin-bottom:20px;
}

.about-us-page .about-business-heading p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.about-us-page .about-business-grid{
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.about-us-page .about-business-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
}

.about-us-page .about-business-card img{
    height:220px;
    object-fit:cover;
}

.about-us-page .about-business-card-content{
    padding:25px;
}

.about-us-page .about-business-card-content h3{
    font-size:24px;
    margin-bottom:15px;
}

.about-us-page .about-business-card-content p{
    font-size:16px;
    line-height:1.7;
    color:#666;
}

/* COMMITMENT */

.about-us-page .about-commitment-section {
    margin: 0 auto 6px;
    background: linear-gradient(90deg,#174d16,#2d7a22);
    border-radius: 18px;
    padding: 40px;
    display: flex;
    gap: 60px;
    color: #fff;
}

.about-us-page .about-commitment-left{
    flex:1;
}

.about-us-page .about-commitment-left span{
    font-size:13px;
    letter-spacing:1px;
    display:block;
    margin-bottom:15px;
}

.about-us-page .about-commitment-left h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
}

.about-us-page .about-commitment-left p{
    line-height:1.9;
    color:#dfe8d7;
}

.about-us-page .about-commitment-right{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.about-us-page .about-commitment-box{
    border:1px solid rgba(255,255,255,0.2);
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
}

.about-us-page .about-commitment-box i{
    font-size:40px;
    margin-bottom:20px;
}

.about-us-page .about-commitment-box h4{
    font-size:24px;
}


.packnest-faq-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.packnest-faq-page {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f4;
    overflow: hidden;
    color: #222;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 12px;
    padding: 10px;
}

/* HERO */

.packnest-faq-page .faq-hero-section {
    margin: auto;
    padding: 14;
    display: flex;
    align-items: center;
    gap: 60px;
}

.packnest-faq-page .faq-hero-content{
    flex:1;
}

.packnest-faq-page .faq-mini-title{
    color:#6a9627;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
    display:block;
}

.packnest-faq-page .faq-hero-content h1{
    font-size:72px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:700;
    color:#111;
}

.packnest-faq-page .faq-hero-content h1 span{
    color:#6b9928;
}

.packnest-faq-page .faq-hero-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    max-width:650px;
    margin-bottom:35px;
}

.packnest-faq-page .faq-search-box{
    width:100%;
    max-width:520px;
    position:relative;
}

.packnest-faq-page .faq-search-box input{
    width:100%;
    height:70px;
    border:none;
    border-radius:50px;
    padding:0 80px 0 30px;
    font-size:17px;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
}

.packnest-faq-page .faq-search-box button{
    position:absolute;
    right:8px;
    top:8px;
    width:54px;
    height:54px;
    border:none;
    border-radius:50%;
    background:#6a9627;
    color:#fff;
    font-size:18px;
    cursor:pointer;
}

.packnest-faq-page .faq-hero-image{
    flex:1;
}

.packnest-faq-page .faq-hero-image img{
    width:100%;
}

/* CATEGORY */

.packnest-faq-page .faq-category-section{
    padding:0 40px 60px;
}

.packnest-faq-page .faq-category-box{
    margin:auto;
    background:#fff;
    border-radius:30px;
    padding:35px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.04);
}

.packnest-faq-page .faq-category-item{
    text-align:center;
    border-right:1px solid #ececec;
}

.packnest-faq-page .faq-category-item:last-child{
    border:none;
}

.packnest-faq-page .faq-category-item i{
    font-size:42px;
    color:#6a9627;
    margin-bottom:18px;
}

.packnest-faq-page .faq-category-item span{
    display:block;
    font-size:16px;
    font-weight:600;
}

/* FAQ */

.packnest-faq-page .faq-question-left i, .packnest-faq-page .faq-main-section i{
   font-family: 'FontAwesome';
   font-style:normal;
}
.packnest-faq-page .faq-main-section{
    padding:0 40px 80px;
}

.packnest-faq-page .faq-main-wrapper{
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.packnest-faq-page .faq-item{
    background:#fff;
    border-radius:22px;
    margin-bottom:20px;
    overflow:hidden;
    border:1px solid #ececec;
}

.packnest-faq-page .faq-question{
    padding:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.packnest-faq-page .faq-question-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.packnest-faq-page .faq-question-left i{
    width:50px;
    height:50px;
    background:#eef5df;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6a9627;
    font-size:20px;
}

.packnest-faq-page .faq-question-left span{
    font-size:18px;
    font-weight:600;
    color:#111;
}

.packnest-faq-page .faq-arrow{
    color:#555;
}

.packnest-faq-page .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:0.4s ease;
}

.packnest-faq-page .faq-answer p{
    padding:0 28px 28px 95px;
    color:#666;
    line-height:1.9;
    font-size:16px;
}

.packnest-faq-page .faq-item.active .faq-answer{
    max-height:300px;
}

/* HELP */

.packnest-faq-page .faq-help-section{
    padding:0 40px 80px;
}

.packnest-faq-page .faq-help-box{
    margin:auto;
    background:#eef3e5;
    border-radius:30px;
    padding:45px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.packnest-faq-page .faq-help-left{
    display:flex;
    align-items:center;
    gap:25px;
}

.packnest-faq-page .faq-help-icon{
    width:100px;
    height:100px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    color:#6a9627;
}

.packnest-faq-page .faq-help-left span{
    color:#6a9627;
    font-weight:600;
    display:block;
    margin-bottom:10px;
}

.packnest-faq-page .faq-help-left h3{
    font-size:42px;
    margin-bottom:12px;
}

.packnest-faq-page .faq-help-left p{
    color:#666;
    line-height:1.8;
}

.packnest-faq-page .faq-help-buttons{
    display:flex;
    gap:15px;
}

.packnest-faq-page .faq-btn-primary,
.packnest-faq-page .faq-btn-outline{
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.packnest-faq-page .faq-btn-primary{
    background:#6a9627;
    color:#fff;
}

.packnest-faq-page .faq-btn-outline{
    border:2px solid #6a9627;
    color:#6a9627;
}

/* CTA */

.packnest-faq-page .faq-cta-section{
    padding:0 40px 80px;
}

.packnest-faq-page .faq-cta-content {
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(90deg, #3f6f16, #365915);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.packnest-faq-page .faq-cta-text{
    flex:1;
}

.packnest-faq-page .faq-cta-text h2{
    font-size:42px;
    color:#fff;
    line-height:1.2;
    margin-bottom:25px;
}

.packnest-faq-page .faq-cta-text p{
    color:#e8f0df;
    line-height:1.9;
    font-size:18px;
    margin-bottom:35px;
    max-width:650px;
}

.packnest-faq-page .faq-cta-text a{
    display:inline-block;
    padding:18px 36px;
    background:#fff;
    border-radius:50px;
    color:#3f6f16;
    text-decoration:none;
    font-weight:600;
}

.packnest-faq-page .faq-cta-image{
    flex:1;
    text-align:right;
}

.packnest-faq-page .faq-cta-image img{
    max-width:100%;
}


.packnest-delivery-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.packnest-delivery-page {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f5;
    overflow: hidden;
    color: #222;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 4px 40px 40px 40px;
    border-radius: 12px;
    padding: 10px;
}

/* HERO */

.packnest-delivery-page .delivery-hero-section {
    margin: auto;
    padding: 21px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.packnest-delivery-page .delivery-hero-content{
    flex:1;
}

.packnest-delivery-page .delivery-mini-title{
    display:inline-block;
    margin-bottom:18px;
    color:#6e9a2c;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.packnest-delivery-page .delivery-hero-content h1{
    font-size:56px;
    line-height:1.1;
    margin-bottom:25px;
    color:#111;
    font-weight:700;
}

.packnest-delivery-page .delivery-hero-content h1 span{
    color:#5e8f1e;
}

.packnest-delivery-page .delivery-hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    max-width:650px;
    margin-bottom:45px;
}

.packnest-delivery-page .delivery-hero-image{
    flex:1;
}

.packnest-delivery-page .delivery-hero-image img{
    width:100%;
}

/* FEATURES */

.packnest-delivery-page .delivery-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.packnest-delivery-page .delivery-feature-item{
    text-align:center;
}

.packnest-delivery-page .delivery-feature-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    background:#eef5df;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.packnest-delivery-page .delivery-feature-icon i{
    color:#6e9a2c;
    font-size:28px;
}

.packnest-delivery-page .delivery-feature-item h4{
    font-size:16px;
    line-height:1.6;
}

/* INFO */

.packnest-delivery-page .delivery-info-section{
    padding:30px 40px 80px;
}

.packnest-delivery-page .delivery-section-heading{
    text-align:center;
    margin:0 auto 70px;
}

.packnest-delivery-page .delivery-section-heading span{
    display:inline-block;
    padding:10px 24px;
    border-radius:40px;
    background:#eef5df;
    color:#6e9a2c;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.packnest-delivery-page .delivery-section-heading h2{
    font-size:64px;
    margin-bottom:25px;
    color:#111;
}

.packnest-delivery-page .delivery-section-heading p{
    color:#666;
    line-height:1.9;
    font-size:18px;
}

/* GRID */

.packnest-delivery-page .delivery-info-grid{
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.packnest-delivery-page .delivery-info-card,
.packnest-delivery-page .delivery-help-card{
    background:#fff;
    border-radius:30px;
    padding:40px;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,0.03);
}

.packnest-delivery-page .delivery-card-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#eef5df;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.packnest-delivery-page .delivery-card-icon i{
    font-size:28px;
    color:#6e9a2c;
}

.packnest-delivery-page .delivery-info-card h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #5d8b1f;
}

.packnest-delivery-page .delivery-info-card ul{
    padding-left:20px;
}

.packnest-delivery-page .delivery-info-card ul li{
    margin-bottom:18px;
    color:#555;
    line-height:1.9;
    font-size:16px;
}

/* HELP */

.packnest-delivery-page .delivery-help-top{
    display:flex;
    gap:25px;
    margin-bottom:35px;
}

.packnest-delivery-page .delivery-help-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#eef5df;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.packnest-delivery-page .delivery-help-icon i{
    font-size:38px;
    color:#6e9a2c;
}

.packnest-delivery-page .delivery-help-top h3{
    font-size:42px;
    margin-bottom:12px;
}

.packnest-delivery-page .delivery-help-top p{
    color:#666;
    line-height:1.8;
}

.packnest-delivery-page .delivery-contact-box{
    background:#f7f7f5;
    border-radius:18px;
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.packnest-delivery-page .delivery-contact-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.packnest-delivery-page .delivery-contact-left i{
    color:#6e9a2c;
    font-size:24px;
}

.packnest-delivery-page .delivery-contact-left span{
    display:block;
    font-size:14px;
    color:#777;
    margin-bottom:5px;
}

.packnest-delivery-page .delivery-contact-left p{
    font-size:18px;
    font-weight:600;
    color:#111;
}

/* CTA */

.packnest-delivery-page .delivery-cta-section {
    padding: 0 12px 20px;
}

.packnest-delivery-page .delivery-cta-content{
    margin:auto;
    background:linear-gradient(90deg,#497c13,#78a92a);
    border-radius:35px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.packnest-delivery-page .delivery-cta-text{
    flex:1;
}

.packnest-delivery-page .delivery-cta-text h2{
    font-size:54px;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
}

.packnest-delivery-page .delivery-cta-text p{
    color:#e8f0df;
    line-height:1.9;
    font-size:18px;
    max-width:650px;
    margin-bottom:35px;
}

.packnest-delivery-page .delivery-cta-text a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#fff;
    color:#497c13;
    padding:18px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.packnest-delivery-page .delivery-cta-image{
    flex:1;
    text-align:right;
}

.packnest-delivery-page .delivery-cta-image img{
    max-width:100%;
}

.packnest-services-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.packnest-services-page {
    font-family: 'Poppins', sans-serif;
    background: #f8f8f5;
    overflow: hidden;
    color: #222;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 12px;
    padding: 10px;
}
/* HERO */

.packnest-services-page .services-hero-section {
    margin: auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: linear-gradient(90deg,#1d4d06,#5e981d);
    border-radius: 0 0 40px 40px;
}

.packnest-services-page .services-hero-content{
    flex:1;
}

.packnest-services-page .services-mini-title{
    display:inline-block;
    color:#d9f0c3;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.packnest-services-page .services-hero-content h1 {
    font-size: 72px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 700;
}

.packnest-services-page .services-hero-content p{
    font-size:20px;
    line-height:1.9;
    color:#eef5e8;
    max-width:650px;
    margin-bottom:40px;
}

.packnest-services-page .services-primary-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:18px 36px;
    background:#fff;
    color:#2d6410;
    text-decoration:none;
    border-radius:60px;
    font-weight:600;
    transition:0.3s ease;
}

.packnest-services-page .services-primary-btn:hover{
    transform:translateY(-3px);
}

.packnest-services-page .services-hero-image{
    flex:1;
    text-align:right;
}

/* SERVICES */

.packnest-services-page .services-content-section {
    padding: 80px 20px;
}

.packnest-services-page .services-grid-layout {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 0 20px;
}

.packnest-services-page .services-heading-wrap{
    display:flex;
    align-items:center;
    gap:25px;
    margin-bottom:35px;
}

.packnest-services-page .services-heading-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#eef5df;
    display:flex;
    align-items:center;
    justify-content:center;
}

.packnest-services-page .services-heading-icon i{
    font-size:36px;
    color:#6f9d2b;
}

.packnest-services-page .services-heading-wrap h2{
    font-size:58px;
    color:#111;
    margin-bottom:10px;
}

.packnest-services-page .services-line{
    width:80px;
    height:4px;
    border-radius:20px;
    background:#6f9d2b;
}

.packnest-services-page .services-description{
    font-size:18px;
    line-height:2;
    color:#555;
    margin-bottom:20px;
}

/* FEATURES */

.packnest-services-page .services-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin:20px 0;
}

.packnest-services-page .services-feature-item{
    text-align:center;
    padding:10px 10px;
    border-right:1px solid #e6e6e6;
}

.packnest-services-page .services-feature-item:last-child{
    border:none;
}

.packnest-services-page .services-feature-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#eef5df;
    display:flex;
    align-items:center;
    justify-content:center;
}

.packnest-services-page .services-feature-icon i{
    font-size:28px;
    color:#6f9d2b;
}

.packnest-services-page .services-feature-item h4{
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.packnest-services-page .services-contact-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:18px 34px;
    border-radius:60px;
    background:#5e981d;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    margin-top:20px;
}

/* RIGHT IMAGE */

.packnest-services-page .services-right-image img{
    width:100%;
    border-radius:35px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* CTA */

.packnest-services-page .services-cta-section {
    padding: 0 30px 50px;
}

.packnest-services-page .services-cta-wrapper {
    margin: auto;
    background: #eef3e6;
    border-radius: 35px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.packnest-services-page .services-cta-left{
    display:flex;
    align-items:flex-start;
    gap:30px;
    flex:1;
}

.packnest-services-page .services-cta-icon{
    width:95px;
    height:95px;
    border-radius:50%;
    background:#5e981d;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.packnest-services-page .services-cta-icon i{
    font-size:38px;
    color:#fff;
}

.packnest-services-page .services-cta-left h2{
    font-size:32px;
    line-height:1.4;
    color:#111;
    margin-bottom:35px;
}

.packnest-services-page .services-cta-left h2 span{
    display:block;
    color:#5e981d;
}

.packnest-services-page .services-quote-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:18px 34px;
    background:#5e981d;
    color:#fff;
    text-decoration:none;
    border-radius:60px;
    font-weight:600;
}

.packnest-services-page .services-cta-image{
    text-align:right;
}

.packnest-services-page .services-cta-image img{
    max-width:100%;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .packnest-services-page .services-feature-item{
        border-right:none;
        border-bottom:1px solid #e6e6e6;
    }

}

@media(max-width:991px){

    .packnest-services-page .services-hero-section,
    .packnest-services-page .services-cta-wrapper{
        flex-direction:column;
    }

    .packnest-services-page .services-grid-layout{
        grid-template-columns:1fr;
    }

    .packnest-services-page .services-hero-content h1{
        font-size:56px;
    }

    .packnest-services-page .services-heading-wrap h2{
        font-size:42px;
    }

    .packnest-services-page .services-cta-left h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .packnest-services-page .services-hero-section,
    .packnest-services-page .services-content-section,
    .packnest-services-page .services-cta-section{
        padding-left:20px;
        padding-right:20px;
    }

    .packnest-services-page .services-hero-content h1{
        font-size:40px;
    }

    .packnest-services-page .services-hero-content p,
    .packnest-services-page .services-description{
        font-size:16px;
    }

    .packnest-services-page .services-heading-wrap{
        flex-direction:column;
        align-items:flex-start;
    }

    .packnest-services-page .services-heading-wrap h2{
        font-size:34px;
    }

    .packnest-services-page .services-cta-wrapper{
        padding:35px 25px;
    }

    .packnest-services-page .services-cta-left{
        flex-direction:column;
    }

    .packnest-services-page .services-cta-left h2{
        font-size:24px;
    }
    .packnest-services-page .services-cta-icon i {
    font-size: 32px;
}
.packnest-services-page .services-cta-icon {
    width: 82px;
    height: 82px;
}

}

/* RESPONSIVE */

@media(max-width:1200px){

    .packnest-delivery-page .delivery-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .packnest-delivery-page .delivery-hero-section,
    .packnest-delivery-page .delivery-cta-content{
        flex-direction:column;
    }

    .packnest-delivery-page .delivery-info-grid{
        grid-template-columns:1fr;
    }

    .packnest-delivery-page .delivery-hero-content h1,
    .packnest-delivery-page .delivery-section-heading h2,
    .packnest-delivery-page .delivery-cta-text h2{
        font-size:48px;
    }

}

@media(max-width:767px){

.packnest-delivery-page .delivery-hero-section, .packnest-delivery-page .delivery-info-section, .packnest-delivery-page .delivery-cta-section {
    padding-left: 12px;
    padding-right: 12px;
}
.packnest-delivery-page .delivery-hero-section {
    padding: 18px 18px;
}
.packnest-delivery-page {
    margin: 20px 12px 20px 12px;
}
.packnest-delivery-page .delivery-hero-content p {
    font-size: 16px;
    max-width: fit-content;
    margin-bottom: 30px;
}
.packnest-delivery-page .delivery-cta-section {
    padding: 0 40px 24px;
}

    .packnest-delivery-page .delivery-feature-grid{
        grid-template-columns:1fr;
    }

    .packnest-delivery-page .delivery-hero-content h1,
    .packnest-delivery-page .delivery-section-heading h2,
    .packnest-delivery-page .delivery-cta-text h2{
        font-size:32px;
    }

    .packnest-delivery-page .delivery-info-card,
    .packnest-delivery-page .delivery-help-card{
        padding:25px;
    }

    .packnest-delivery-page .delivery-help-top{
        flex-direction:column;
    }

    .packnest-delivery-page .delivery-contact-box{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .packnest-delivery-page .delivery-cta-content{
        padding:40px 25px;
    }

}



/* RESPONSIVE */

@media(max-width:1200px){

    .packnest-faq-page .faq-category-box{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .packnest-faq-page .faq-hero-section,
    .packnest-faq-page .faq-help-box,
    .packnest-faq-page .faq-cta-content{
        flex-direction:column;
    }

    .packnest-faq-page .faq-main-wrapper{
        grid-template-columns:1fr;
    }

    .packnest-faq-page .faq-hero-content h1{
        font-size:52px;
    }

    .packnest-faq-page .faq-cta-text h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .packnest-faq-page .faq-hero-section,
    .packnest-faq-page .faq-category-section,
    .packnest-faq-page .faq-main-section,
    .packnest-faq-page .faq-help-section,
    .packnest-faq-page .faq-cta-section{
        padding-left:18px;
        padding-right:14px;
    }

    .packnest-faq-page .faq-category-box{
        grid-template-columns:repeat(2,1fr);
    }

.packnest-faq-page .faq-hero-content h1 {
    font-size: 28px;
    margin-bottom: 14px;
}
.packnest-faq-page .faq-hero-content p {
    font-size: 16px;
    margin-bottom: 28px;
}
.packnest-faq-page .faq-search-box input {
    height: 55px;
    padding: 0 70px 0 18px;
}
.packnest-faq-page .faq-hero-section {
    padding: 18px 16px;
}
.packnest-faq-page .faq-category-box {
    padding: 10px;
    gap: 18px;
}
.packnest-faq-page .faq-category-item i {
    font-size: 34px;
}
.packnest-faq-page .faq-category-item span {
    font-size: 14px;
}
.packnest-faq-page .faq-help-box {
    padding: 14px;
}
.packnest-faq-page .faq-help-left h3 {
    font-size: 30px;
}

.packnest-faq-page .faq-search-box button {
    right: 2px;
    top: 0px;
    width: 52px;
    height: 52px;
    font-size: 18px;
}

    .packnest-faq-page .faq-question{
        padding:22px;
    }

    .packnest-faq-page .faq-question-left span{
        font-size:16px;
    }

    .packnest-faq-page .faq-help-left{
        flex-direction:column;
        text-align:center;
    }

    .packnest-faq-page .faq-help-buttons{
        flex-direction:column;
        width:100%;
    }

    .packnest-faq-page .faq-btn-primary,
    .packnest-faq-page .faq-btn-outline{
        width:100%;
        text-align:center;
    }

    .packnest-faq-page .faq-cta-content{
        padding:40px 25px;
    }

    .packnest-faq-page .faq-cta-text h2{
        font-size:18px;
    }
    .packnest-faq-page .faq-cta-text p {
    font-size: 16px;
}
.packnest-faq-page {
    margin: 18px 12px 30px 12px;
    padding: 10px;
}
.packnest-faq-page .faq-cta-section {
    padding: 0;
}
.packnest-faq-page .faq-main-section {
    padding: 0 40px 60px;
}
.packnest-faq-page .faq-answer p {
    padding: 0 18px 18px 18px;
}

}


/* RESPONSIVE */

@media(max-width:1200px){

    .about-us-page .about-business-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .about-us-page .about-stats-section{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:991px){

    .about-us-page .about-hero-container,
    .about-us-page .about-story-container,
    .about-us-page .about-quality-container,
    .about-us-page .about-commitment-section{
        flex-direction:column;
    }

    .about-us-page .about-hero-content h1{
        font-size:48px;
    }

    .about-us-page .about-story-content h2,
    .about-us-page .about-quality-content h2,
    .about-us-page .about-business-heading h2,
    .about-us-page .about-commitment-left h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .about-us-page .about-hero-section,
    .about-us-page .about-story-section,
    .about-us-page .about-quality-section,
    .about-us-page .about-business-section{
        padding-left:20px;
        padding-right:20px;
    }

    .about-us-page .about-business-grid,
    .about-us-page .about-stats-section,
    .about-us-page .about-commitment-right{
        grid-template-columns:1fr;
    }

    .about-us-page .about-hero-content h1{
        font-size:38px;
    }

    .about-us-page .about-hero-content h3{
        font-size:28px;
    }

    .about-us-page .about-story-content h2,
    .about-us-page .about-quality-content h2,
    .about-us-page .about-business-heading h2,
    .about-us-page .about-commitment-left h2{
        font-size:32px;
    }

    .about-us-page .about-commitment-section{
        padding:40px 25px;
    }
}






/* Mobile */

@media (max-width: 767px){

    .top-header{
        padding: 10px 0 8px;
    }

    .top-header-container{
        padding: 0 15px;
    }

    .top-header-left{
        font-size: 13px;
        line-height: 1.5;
        gap: 8px;
    }

    .top-header-right{
        gap: 12px;
    }

    .top-header-item{
        font-size: 12px;
        gap: 6px;
    }

    .top-header-item i,
    .top-header-left i{
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .header-bottom-row {
        flex-wrap: wrap;
    }

    .header-bottom-button-wrap {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }

}

/* Mobile */
@media (max-width: 767px){

    .slide-caption.slide-top-left{
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        transform: translateY(-50%);
        max-width: 100%;
    }

    .slide-caption .slide-title{
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .slide-caption .slide-text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .slide-caption .button-link{
        height: 48px;
        padding: 0 22px;
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .owner-review {
        padding: 32px 18px;
    }

    .owner-review__text {
        font-size: 18px;
        line-height: 1.6;
    }

    .owner-review__quotes {
        font-size: 65px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .owner-review {
        padding: 26px 16px;
        border-radius: 10px;
    }

    .owner-review__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .owner-review__name {
        font-size: 16px;
    }

    .owner-review__role {
        font-size: 13px;
    }

    .owner-review__quotes {
        font-size: 45px;
    }

    .owner-review__quotes--left {
        top: 5px;
        left: 12px;
    }

    .owner-review__quotes--right {
        right: 12px;
        bottom: -5px;
    }
}

/* Responsive */

@media(max-width:768px){

    .add-sec-ad-card{
        max-width:100%;
    }

    .add-sec-ad-content p{
        font-size:17px;
        line-height:1.6;
    }

}

@media(max-width:480px){

    .add-sec-ad{
        padding:10px;
    }

    .add-sec-ad-image{
        height:170px;
    }

    .add-sec-ad-content h3{
        font-size:21px;
    }

    .add-sec-ad-content p{
        font-size:15px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .product-card {
        padding: 18px;
    }

    .product-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-info li {
        font-size: 14px;
    }

    .lid-fit {
        font-size: 14px;
    }
}

/* =========================
   Tablet Responsive
========================= */

@media (max-width: 991px){

    .advertisement-sec__item{
        min-width: calc(50% - 15px);
    }

}

/* =========================
   Mobile Responsive
========================= */

@media (max-width: 576px){

    .advertisement-sec{
        padding: 25px 15px;
    }

    .advertisement-sec__container{
        flex-direction: column;
        gap: 20px;
    }

    .advertisement-sec__item{
        width: 100%;
    }

    .advertisement-sec__icon{
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 20px;
    }

    .advertisement-sec__content h3{
        font-size: 15px;
    }

    .advertisement-sec__content p{
        font-size: 13px;
    }

}

/* Laptop */
@media (max-width: 1200px){

    .top-header-container{
        padding: 0 25px;
    }

    .top-header-right{
        gap: 22px;
    }

    .top-header-left{
        font-size: 14px;
    }

    .top-header-item{
        font-size: 13px;
    }
}

/* Tablet */
@media (max-width: 991px){

    .top-header{
        padding: 10px 0;
    }

    .top-header-container{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .top-header-right{
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}

/* Small Mobile */
@media (max-width: 480px){

    .top-header-right{
        flex-direction: column;
        gap: 8px;
    }

    .top-header-left{
        font-size: 12px;
    }

    .top-header-item{
        font-size: 12px;
    }
}

/* Desktop Large */
@media (max-width: 1600px){
    .slide-caption .slide-text{
        font-size: 24px;
    }
}

/* Laptop */
@media (max-width: 1366px){

    .slide-caption.slide-top-left{
        left: 6%;
        max-width: 470px;
    }

    .slide-caption .slide-text{
        font-size: 22px;
        margin-bottom: 28px;
    }

    .slide-caption .button-link{
        height: 58px;
        padding: 0 32px;
    }
}

/* Tablet */
@media (max-width: 991px){

    .slide-caption.slide-top-left{
        left: 5%;
        max-width: 400px;
    }

    .slide-caption .slide-text{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 22px;
    }
}

/* Small Mobile */
@media (max-width: 480px){

    .slide-caption .slide-text{
        font-size: 14px;
    }

    .slide-caption .button-link{
        width: 100%;
        margin-right: 0;
    }
}


/*Ipad Pro*/
@media only screen and (min-width: 1024px)and (max-width: 1365px) {
.page-wrapper {
    overflow: hidden;
}

.page-header .sticky-menu:not(.active) .account-trigger:after, .page-header .sticky-menu:not(.active) .action.showcart:before {
    color: #2c6628;
}
.page-header .sticky-menu:not(.active) .account-trigger:after {
    right: 22px;
}
.header-panel-right-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sstext-6x {
    font-size: 32px;
}
.banner-style39 .bc-title {
    font-size: 240%;
}
.add-sec-ad-image {
    height: 230px;
}
.page-footer .middle-top .col-left {
    width: 30%;
}
.page-footer .middle-top .col-right {
    width: 70%;
}
.footer-address p {
    text-align: center;
}
.page-header .sticky-menu.active .header-panel-right {
    top: 16px;
    
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search .actions .search {
    right: 0px;
    top: 10px;
}
.footer.content {
    margin-top: 5px;
}

.packnest-faq-page .faq-hero-content h1 {
    font-size: 38px;
}
.packnest-faq-page .faq-category-box {
    padding: 22px;
}
.packnest-faq-page .faq-cta-text h2 {
    font-size: 24px;
}
.packnest-faq-page .faq-help-box {
    padding: 18px;
    gap: 18px;
}
.packnest-faq-page .faq-help-section {
    padding: 0px 18px 60px;
}
.packnest-delivery-page .delivery-cta-text h2 {
    font-size: 42px;
}
.packnest-services-page .services-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;

}
.packnest-services-page .services-feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 2px;
}
.packnest-services-page .services-feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 4px 0;
}
.packnest-services-page .services-feature-item h4 {
    font-size: 12px;
    line-height: 1.2;
}
.packnest-services-page .services-description {
    font-size: 14px;
    margin-bottom: 18px;
}
.packnest-services-page .services-heading-wrap h2 {
    font-size: 48px;
}
.packnest-services-page .services-cta-left h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

}

/*Ipad*/
@media only screen and (min-width: 768px)and (max-width: 1023px) {
 .page-wrapper {
    overflow: hidden;
}

.page-header .sticky-menu:not(.active) .account-trigger:after, .page-header .sticky-menu:not(.active) .action.showcart:before {
    color: #2c6628;
}

.header-panel-left {
    width: 30%;
}
.header-panel-center.header-search-wrap {
    width: 50%;
}
.header-panel-right {
    width: 20%;
}

.top-header-left {
    display: none;
}
.slide-caption .slide-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.slide-caption .button-link {
    height: 46px;
    padding: 0 20px;
    font-size: 14px;
    margin-right: 12px;
}
.page-header .header-top {
    padding: 4px 0;
}
.page-header .sticky-menu:not(.active) .account-trigger:after {
    right: 28px;
}
.banner-style39 .bc-title {
    font-size: 148%;
    margin-bottom: 12px;
}
.banner-style39 .b-caption {
    font-size: 136%;
}
.banner-style39 .bc-desc {
    margin-bottom: 12px;
    font-size: 14px;
}
.banner-style39 .bc-actions .bc-btn {
    padding: 12px 16px;
    font-size: 14px;
}
.banner-style39 .item-content.text-left {
    padding: 18px 12px;
}
.add-sec-ad-content {
    padding: 22px 12px 20px;
}
.add-sec-ad-content h3 {
    font-size: 20px;
}
.add-sec-ad-content a {
    font-size: 14px;
}
.add-sec-ad-image {
    height: 150px;
}
.newsletter-content span.title {
    display: none;
}
.page-footer .middle-top .col-right {
    width: 80%;
}
.page-footer .middle-top .col-left {
    width: 20%;
}
.page-footer .footer-logo img {
    max-width: 100%;
}
.footer-address p {
    text-align: center;
}
.footer.content {
    margin-top: 0px;
}
.page-header .sticky-menu.active .header-bottom-button-wrap {
    display: none;
}

}

/*Mobile*/
@media only screen and (min-width: 320px)and (max-width: 767px) {
.page-header .mobi-cart-wrapper .action.showcart:before, .header-search .search-toggle:before {
    color: #000000;
}
.page-header a.logo[class] {
    margin-block: 5px;
    margin-inline: 0px 0;
    margin-left: 68px;
    max-width: 165px;
}
.page-header .nav-toggle>span:before, .page-header .nav-toggle>span:after, .page-header .nav-toggle:before {
    background: #000000;
}
.page-header .header-middle {
    padding: 8px 0;
}
div#mobi_vertcial-menu-container {
    display: none !important;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.slide-caption .slide-title {
    font-size: 16px;
    text-align: left;
}
.page-wrapper {
    overflow: hidden;
}
.page-header .sticky-menu.active {
    background-color: #ffffff9e;
}
.wrapper-adv-style-25 .item-title {
    font-size: 84%;
}
.cdz-block-title .b-title.h2 {
    font-size: 140%;
    padding-left: 12px;
}
.cdz-timer-05 .countdown-timer .timer-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner-style39 .bc-title {
    font-size: 200%;
}
.banner-style39 .b-caption {
    font-size: 124%;
}
.banner-style39 .bc-desc {
    margin-bottom: 1rem;
    font-size: 14px;
}
.banner-style39 .bc-actions .bc-btn {
    padding: 10px 20px;
    font-size: 12px;
}
.banner-style39 .item-content.text-left {
    padding: 20px 0px;
    backdrop-filter: blur(2px);
}
.container.space-lg.corrugated-sec {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.add-sec-ad {
    margin-bottom: 16px;
}
.newsletter-content {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.page-footer .middle-top .col-left {
    display: none;
}
.page-footer .footer-social {
    text-align: justify;
}
.footer-address p {
    font-size: 12px;
}
.cdz-horizontal-menu .groupmenu, .cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    color: #000000;
    border-color: #000000;
    background: transparent;
}
li.greet.welcome {
    display: none;
}

.packnest-services-page {
    margin: 14px 10px 10px 10px;
    padding: 8px;
}
.packnest-services-page .services-content-section {
    padding: 42px 6px;
}
.packnest-services-page .services-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
}
.packnest-services-page .services-feature-grid {
    grid-template-columns: repeat(1,1fr);
}

}

/*Desktop-sys*/
@media only screen and (min-width: 1365px)and (max-width: 1440px) {
.slide-caption .slide-title {
    font-size: 34px;
}
.cdz-navigation .cdz-horizontal-menu .groupmenu {
    display: flex;
    justify-content: space-around;
}
.page-header .sticky-menu:not(.active) .features-links {
    display: flex;
    flex-wrap: nowrap;
    vertical-align: top;
    margin-top: 0;
    align-items: center;
}
.page-header .sticky-menu:not(.active) .account-wrapper .text-uppercase {
    font-size: 12px;
}
.page-header .sticky-menu:not(.active) .account-wrapper .account-trigger:after {
    right: 10px;
    line-height: 44px;
    font-size: 20px;
}
.page-header .sticky-menu:not(.active) .account-wrapper {
    padding: 10px 34px 12px 10px;
}
.slide-caption .button-link {
    font-size: 16px;
}

}

