@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


:root {
    --primary-color: #34A04F;
    --accent-color: #F3C11C;
    --black-color: #333333;
    --color-gray: #767676;
    --bg-color: #F4F4F4;
}

/* Set global font to Poppins */
body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}

/* Navbar styles */
.navbar {
    background-color: #ffffff !important;
    /* White background */
    box-shadow: 0px 1px 0px 0px #00000040;
    /* Box shadow */
    /* padding-left: 60px;
    padding-right: 60px; */
}

.navbar-brand img {
    height: 55px;
    /* Adjust the height of the logo */
}

/* Menu item styles */
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;
    padding: 0px 10px !important;
    /* Black color */
}

/* Change menu item color on hover */
.navbar-nav .nav-link:hover {
    color: #34A04F !important;
    /* Optional hover effect */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color) !important;
}

.search-input {
    height: 45px;
    background: #F4F4F4;
    border-color: #949494;
    color: #888686;
    padding: 5px 0px 5px 35px;
    border-radius: 10px;
    font-size: 16px;
}

.search-form {
    width: 300px;
}

.search-form img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}

.full-page-section {
    height: 100%;
    /* Full height of the viewport */
    /* display: flex; */
    align-items: center;
    /* Vertically center content */
    justify-content: space-between;
    /* Distribute space between text and image */
    /* padding: 0 80px; */
    /* Padding on left and right */
    /* background-color: #f9f9f9; */
    /* Optional background color */
    /* gap: 65px; */
    /* Adjusted gap between text and image */
    margin-top: 181px;
    margin-bottom: 100px;
}

.full-page-section .text-container {
    flex: 0 0 30%;
    /* Occupies 40% of the width */
}

.full-page-section h2, .full-page-section h1 {
    font-size: 32px;
    /* Adjusted font size for better readability */
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    /* Ensure text color is consistent */
}

.full-page-section .image-container {
    flex: 0 0 69%;
    /* Occupies 60% of the width */
    display: flex;
    justify-content: center;
    /* Center the image horizontally */
    align-items: center;
    /* Center the image vertically */
}

.full-page-section img {
    width: 100%;
    /* Ensure image scales within its container */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 10px;
    /* Optional styling for rounded corners */
}

.btn-theme,
.btn-theme:hover {
    background-color: var(--primary-color);
    color: white;
    font-size: 16px;
    /* font-weight: 500; */
    text-align: center;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-c-theme,
.btn-c-theme:hover {
    background-color: var(--primary-color);
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primaryu-color {
    color: var(--primary-color);
    /* Custom primary color variable */
}

.section-heading {
    color: black;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

.home-products-images {
    /* gap: 30px; */
    justify-content: center;
}

.home-products-images img {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-products-images .home-product-img {
    border: 1px solid #C4C4C4;
    padding: 0px 33px;
    border-radius: 10px;
    min-height: 250px;
    display: flex;
    align-items: center;
}


.home-products-images .col-md-2 {
    width: calc((100% / 12) * 2 + 3%);
    /* Default width + 1% */
}

.home-products-images h5 {
    columns: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    margin-top: 24px;
}

.section-footer {
    margin-top: 100px;
}

.section-footer-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0;
    text-align: center;
}

.production-section {
    margin-top: 100px;
}

.production-section-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 35px; */
    margin-bottom: 20px;
}

.production-section-content p {
    margin-bottom: 0px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    text-align: left;
    margin-top: 20px;
}

.production-section-content span {
    font-weight: 500;
}

.production-section img {
    width: 100%;
}

.mission-section img {
    width: 100%;
}

.mission-section-content h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 24px;
}

.mission-section-content p {
    /* font-size: 16px; */
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

.mission-content {
    margin-bottom: 60px;
}

.offer-section {
    margin-top: 100px;
}

.offer-section img {
    width: 100%;
}

.offer-section-content h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 28px;
}

.offer-section-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}

.catalogue-section img {
    width: 100px;
}

.catalogue-section .col-md-2 {
    padding: 50px;
}

.catalogue-section {
    margin-top: 100px;
}

.catalogue-section h5,
.catalogue-section h2 {
    font-size: 20px;
    color: var(--black-color);
    margin-bottom: 24px;
    text-align: center;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.commitments-section .commitment-card {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding: 26px;
    height: 100%;
}

.commitment-card-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px;
}

.commitment-card-header h4 {
    font-size: 20px;
}

.commitment-card-body p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    margin: 0;
}

.program-section .program-main {
    background-color: var(--primary-color);
    padding: 24px 35px 20px;
    border-radius: 21px;
}

.program-section .program-main h1 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.program-section .program-main p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.btn-transparent {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.btn-transparent img {
    margin-left: 10px;
}

.btn-transparent:hover {
    background-color: black;
    color: white;
}

.help-section img {
    width: 100%;
}

.help-section-content {
    margin-left: 60px;
    margin-bottom: 32px;
}

.help-section-content h1,
.help-section-content h2 {
    font-size: 26px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 24px;
}

.help-section-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}

.help-buttons {
    display: flex;
    margin-top: 48px;
}

.help-buttons img {
    width: 100%;
    height: 65px;
}

.help-section-col {
    flex-direction: column-reverse;
}

.footer {
    background-color: var(--bg-color);
    padding: 56px 0px;
    border-bottom: 12px solid var(--primary-color);
}

.footer-section-1 h2 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--black-color);
}

.footer-section-1 p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-gray);
}

.footer input {
    width: 100%;
    height: 35px;
    padding: 8px;
    border: 1px solid #949494;
    border-radius: 5px;
    font-size: 14px;
}

.footer input::placeholder {
    color: #B9B9B9;
    opacity: 1;
    /* Ensures full color visibility in some browsers */
}

/* For better browser support, use these prefixes */
.footer input::-webkit-input-placeholder {
    /* Chrome, Safari, Edge */
    color: #B9B9B9;
}

.footer input::-moz-placeholder {
    /* Firefox */
    color: #B9B9B9;
}

.footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B9B9B9;
}

.footer input:-moz-placeholder {
    /* Older versions of Firefox */
    color: #B9B9B9;
}


.subscribe-btn {
    width: 100%;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    height: 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 7px 12px;
    white-space: nowrap;
}

.footer-inputs {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}

.footer-section-2 {
    padding: 0px 50px;
}

.footer-section-2 img {
    height: 75px;
    margin-bottom: 16px;
}

.footer-section-2 p {
    margin-bottom: 0;
    color: #656262;
    font-size: 15px;
}

.footer-quick-links-section {
    position: relative;
    padding-right: 18px;
}

.footer-quick-links-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.footer-quick-links-section h5,
.footer-quick-links-section h3 {
    font-size: 20px;
    color: #4B4B4B;
    font-weight: 600;
    margin-bottom: 20px;
    /* text-align: center; */
}

.footer-quick-links-section a {
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    white-space: pre;
}

.footer-quick-links-section::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #89A5977D;
    right: 0;
    top: 0;
}

.footer-about {
    padding-left: 30px;
}

.footer-about h5,
.footer-about h3 {
    font-size: 20px;
    color: #4B4B4B;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-about p, .footer-about p a {
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
    text-decoration: none;
}

/* New Footer Styles - Dark Background */
.footer-home {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0;
}

.footer-company-info {
    color: #ffffff;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
}

.footer-certification {
    color: #ffc107;
    font-size: 14px;
    font-weight: 500;
}

.footer-contact-item {
    margin-bottom: 20px;
}

.footer-contact-item p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer-icon {
    flex-shrink: 0;
    color: #ffffff;
    margin-top: 2px;
}

.footer-icon svg {
    stroke: #ffffff;
    fill: none;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffc107;
    text-decoration: none;
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-business-verticals {
    padding-left: 30px;
}

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

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: inline-block;   /* KEY FIX */
    padding: 6px 10px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.footer-list li a:hover {
    background-color: #ffc107;
    color: #fff;
    text-decoration: none;
}

.footer-newsletter {
    padding-left: 30px;
}

.footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.9;
}

.footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    .footer-business-verticals,
    .footer-newsletter {
        /* padding-left: 0; */
        margin-top: 40px;
    }
    
    .footer-contact-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer-home {
        padding: 40px 0;
    }
    
    .footer-heading {
        font-size: 18px;
    }
    
    .footer-certification {
        font-size: 12px;
    }
    
    .footer-contact-item p,
    .footer-list li a {
        font-size: 13px;
    }
}

.mt-section {
    margin-top: 161px;
}

/* Distributor */
.page-heading-title {
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 32px;
    text-align: center;
}

.page-section-info {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.why-choose-section h2,
.our_commitment h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 42px;
    text-align: center;
}

.why-choose-section {
    text-align: center;
}

.why-choose-section img {
    width: 130px;
    margin-bottom: 32px;
}

.why-choose-section h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 10px;
}

.why-choose-section p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0px;
}

.why-choose-section .col-md-4 {
    margin-bottom: 24px;
}

/* Distributor */

/*Our Commitment*/

.our_commitment {
    text-align: center;
}

.our_commitment .main-img {
    margin-bottom: 16px;
    width: 80px;
}

.our_commitment h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 16px;
}

.our_commitment p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
}

.arrow-icon {
    position: absolute;
    right: -15px;
    top: 45px;
    bottom: 0;
    width: 35px;
}

/*Our Commitment*/


/* Category */

.mt-category-section {
    margin-top: 81px;
}

.banner-img {
    width: 100%;
}

.category-images {
    text-align: center;
}

.category-images a {
    text-decoration: none;
}

.category-images .category {
    padding: 25px;
    height: 100%;
}

.category-images .category .category-product-img {
    border: 1px solid #B9B9B9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-images .category .category-info {
    margin-top: 24px;
}

.category-images .category .category-info h5,
.category-images .category .category-info p {
    font-size: 20px !important;
    color: var(--black-color) !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.category-images .category .category-info p {
    color: #888686;
    font-size: 16px;
    font-weight: 400;
}

.mb-60 {
    margin-bottom: 50px;
}

.product {
    border: 1px solid #B9B9B9;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}

.product img {
    width: 100%;
    margin-bottom: 16px;
}

.product h5 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.category-product-images a {
    text-decoration: none;
}

.category-product-btn {
    margin-top: 16px;

}

.category-product-btn .btn {
    width: 100%;
}

/* Category */


/* Product Show */

.product-breadcrumb {
    margin-top: 110px;
}

.product-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #888686;
}

.product-breadcrumb a {
    color: #888686;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.product-breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}

.mt-50 {
    margin-top: 50px;
}

.product-title {
    font-size: 23px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}

.product-sub-title {
    font-size: 17px;
    font-weight: 500;
    color: black;
    margin-bottom: 13px;
}

.product-basic-info {
    background-color: #EFF7F3;
    padding: 8px 10px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.product-basic-info .p-title {
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-bottom: 7px;
}

.product-basic-info .p-info {
    font-size: 13px;
    color: black;
    font-weight: 400;
    margin-bottom: 0px;
}

.packaging-option .po-title {
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-bottom: 12px;
}

.packaging-option .po-list label {
    margin-bottom: 15px;
}

.packaging-option .po-list label span {
    padding: 7px 8px;
    color: black;
    border-radius: 4px;
    border: 1px solid #888686;
    font-size: 12px;
    font-weight: 500;
    margin-right: 7px;
}

/* Style when checkbox is checked */
.custom-checkbox input[type="radio"]:checked+span {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: #00C05D12;
}

.product-img-section {
    display: flex;
    width: 100%;
    gap: 3%;
}

.product-img-section .all-images {
    /* flex: 0 0 18.3%; */
    flex: 0 0 14.2%;
    /* Fixed to 30% */
}

.product-img-section .product-main-img {
    flex: 0 0 80%;
    /* Fixed to 30% */
}

.product-images img {
    /* border: 1px solid #DBDBDB; */
    /* border-radius: 7px; */
    /* margin-bottom: 15px; */
    width: 100%;
}

/* Position arrows on the sides of the carousel */
.product-main-img .owl-nav {
    position: absolute;
    top: 46%;
    /* Align arrows vertically in the middle */
    width: 100%;
    /* Make the nav span the full width of the carousel */
    display: flex;
    justify-content: space-between;
    /* Push arrows to the left and right */
    transform: translateY(-50%);
    /* Adjust for vertical alignment */
    pointer-events: none;
    /* Prevent the nav container from blocking clicks */
}

.product-main-img .owl-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    color: #fff;
    /* Arrow color */
    border: none;
    border-radius: 50%;
    /* Make the arrows circular */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    pointer-events: all;
    /* Allow clicking */
    z-index: 100;
    /* Ensure arrows appear above the images */
    transition: all 0.3s ease;
}

.product-main-img .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Darker background on hover */
}

/* Left Arrow */
.product-main-img .owl-nav .owl-prev {
    position: absolute;
    left: 6px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    font-size: 25px !important;
}

/* Right Arrow */
.product-main-img .owl-nav .owl-next {
    position: absolute;
    right: 6px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    font-size: 25px !important;
}


.product-main-img img {
    border: 1px solid #BDBDBD;
    border-radius: 15px;
    width: 100%;
}

.product-description {
    background-color: #EFF7F3;
    padding: 56px 0px;
}

.product-description .nav button,
.product-description .nav button h2 {
    /*font-size: 16px;*/
    font-size: 20px;
    border-radius: 20px;
    color: #000000;
    border: 2px solid transparent;
    font-weight: 500;
}

.product-description .nav-link.active,
.product-description .show>.nav-link {
    border: 2px solid #34A04F;
    background: white;
    color: #34A04F;
}

.product-description .nav-link.active h2 {
    background: white;
    color: #34A04F;
}

.pd-p {
    margin-bottom: 15px;
}

.fw-500 {
    font-weight: 500;
}

.fw-normal {
    font-weight: normal;
}

.font-12 {
    font-size: 12.7px;
    color: #000000;
}

.font-18 {
    font-size: 18px;
}

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

.font-20 {
    font-size: 20px;
}

.tab-content .font-12 {
    font-size: 16px;
}

.accordion .font-12 {
    font-size: 15px;
}

.product-description .tab-content {
    margin-top: 32px;
}

.pd-border {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #000000, #000000 6px, transparent 6px, transparent 9px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}

.specifications_table {
    margin-bottom: 0px;
}

.specifications_table-wrapper {
    border-radius: 5px;
    /* Apply border-radius to the container */
    overflow: hidden;
    /* Ensure the table fits within the rounded corners */
    border: 1px solid #B9B9B9;
    /* Optional border around the table container */
}

.specifications_table thead th {
    background-color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.specifications_table thead th,
.specifications_table tbody td {
    font-size: 13px;
    font-weight: 500;
    border-width: 1px 0px 0px 1px;
    /* Set border width: top, right, bottom, left */
    border-style: solid;
    /* Apply solid border style */
    border-color: #B9B9B9;
    /* Set the border color */
}

.specifications_table tbody tr td:first-child {
    border-left-color: white;
}

.specifications_table thead th:first-child {
    border-left-color: var(--primary-color);
}

.specifications_table tbody td {
    vertical-align: middle;
}

.options_table-wrapper {
    border-radius: 5px;
    /* Apply border-radius to the container */
    overflow: hidden;
    /* Ensure the table fits within the rounded corners */
    border: 1px solid white;
    /* Optional border around the table container */
}

.packaging-options {
    border: 1px solid var(--primary-color);
    padding: 25px;
    border-radius: 10px;
    background-color: white;
}

.packaging-options table {
    border-spacing: 8px;
    border-collapse: separate;
    margin-bottom: 0px;
}

.packaging-options td {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    border-bottom: 0px;
    background-color: #F4F4F4;
}

.packaging-options .images-tr {
    padding: 6px;
}

.packaging-options .info-tr {
    padding: 26px;
    height: 102px;
}

.packaging-options .options-name {
    background-color: var(--primary-color);
    color: white;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.packaging-options img {
    height: 90px;
}

.partner-bg {
    background: url("/honey_assets/images/partner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-radius: 21px;
    padding: 24px 50px;
}

.partner-bg h1,
.partner-bg h2 {
    font-size: 27px;
    color: white;
    font-weight: 600;
    margin-bottom: 24px;
}

.partner-bg p,
.partner-bg h3 {
    font-size: 16.5px;
    font-weight: 500;
    color: #F4F4F4;
}

.pb-p {
    margin-bottom: 24px;
}

.partner-btn {
    height: 50px;
    border-radius: 5px;
    padding: 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid;
}

.product-partner-section .col-2 {
    width: 20%;
}

/* Thumbnails */
.all-images .thumbnail {
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    margin-bottom: 13px;
    padding: 4px;
}

.all-images .thumbnail:last-child {
    margin-bottom: 0;
    /* Remove margin-bottom for the last image */
}

.all-images .thumbnail img {
    /* width: 70px;
    height: 70px; */
    object-fit: cover;
    cursor: pointer;
    /* border: 2px solid transparent; */
    transition: border-color 0.3s;
    /* width: 100px; */
}

.all-images .thumbnail.active,
.all-hr-images .thumbnail.active {
    border-color: var(--primary-color);
    /* Highlight active thumbnail */
    border-width: 2px;
}

/* Main Carousel Images */
.product-main-img .item img {
    width: 100%;
    /* Ensure the image fills the carousel item */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: contain;
    /* Prevent image distortion */
}

/* Ensure the carousel fits within col-md-6 */
.product-main-img {
    width: 100%;
    /* Match the width of col-md-6 */
    overflow: hidden;
    /* Prevent content overflow */
}

.product-main-img .item {
    margin: 1px;
    /* margin-left: -1px; */
}

.product-hr-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

.product-hr-images .thumbnail {
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    margin-bottom: 13px;
    padding: 4px;
}

.product-hr-images img {
    width: 35px;
}

/* Product Show */

/* Quotation */

.quotation-header {
    padding: 10px;
    text-align: center;
    background-color: #EFF7F3;
}

.quotation-header h2 {
    font-size: 20px;
    color: #D90000;
    font-weight: 700;
}

.quotation-header p {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.step-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.step-info .step-details {
    color: #888686;
    font-size: 16px;
    font-weight: 500;
}

.active-step .step-details {
    color: var(--primary-color);
}

.active-step .outer-circle {
    fill: var(--primary-color);
    /* Outer circle color */
}

.active-step .inner-circle {
    fill: white
        /* Outer circle color */
}

.quotation-steps .col-2 {
    width: 14.666667%;
}

.quotation-steps .col-3 {
    width: 28%;
}

.p-step-border {
    height: 4px;
    width: 100%;
    background: #888686;
    border-radius: 5px;
}

.quotation-form {
    padding: 20px 10px;
}

.quotation-form label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.quotation-form .form-control {
    border: 1px solid #949494;
    padding: 8px;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}

.contactForm select,
.quotation-form select {
    /* color: #B9B9B9 !important; */
    background: url('/honey_assets/images/dropdown.png') no-repeat right;
    background-size: 12px;
    background-position-x: 97%;
}

.quotation-form .form-control::placeholder {
    color: #B9B9B9;
}

.quotation-form textarea::placeholder {
    white-space: pre-line;
    /* Enables multiline placeholder */
}

.quoation-details-section .preview-sub-heading {
    color: #888686;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quoation-details-section .preview-sub-heading a {
    text-decoration: none;
    color: #0076B2;
}

.quoation-details {
    border: 1px solid #B9B9B9;
    padding: 16px;
    border-radius: 15px;
}

.quoation-details label {
    font-size: 13px;
    color: #888686;
    font-weight: 500;
}

.quoation-details p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.quoation-details .form-group {
    margin-bottom: 20px;
}

/* Quotation */


/*Contact*/

.contact-heading {
    background-color: var(--primary-color);
    color: white;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.contact-info {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
}

.contact-images .main-contact-img {
    width: 100%;
}

.contact-images .social-images {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact-images .social-images img {
    height: 70px;
}

.contact-images .social-images .s-img {
    margin-bottom: 48px;
}

.contact-form {
    background-color: #EFF7F3;
    padding: 26px 20px;
    border-radius: 10px;
}

.contact-form-heading {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 2px solid #B9B9B9;
    text-align: center;
}

.contact-form label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.contact-form .form-group {
    margin-top: 20px;
}

.contact-form .form-control {
    border: 1px solid #949494;
    border-radius: 10px;
    padding: 8px;
}

.contact-form .form-control::placeholder {
    color: #B9B9B9;
}

.catalouge-section .left-img {
    width: 100%;
    text-align: center;
}

.catalouge-section h1 {
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.right-c-sections {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.catalouge-section p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Container styling */
.pdf-container {
    position: relative;
    overflow: hidden;
}

/* Custom scrollbar styling for iframe content */
.catalogue-pdf {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #000 #f3f3f3;
    /* For Firefox */
}

/* Webkit (Chrome, Edge, Safari) scrollbar customization */
.catalogue-pdf::-webkit-scrollbar {
    width: 10px;
    /* Scrollbar width */
}

.catalogue-pdf::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    /* Darker thumb */
    border-radius: 5px;
    /* Rounded scrollbar */
}

.catalogue-pdf::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    /* Light background */
}

/* Ripple effect */
.scroll-ripple {
    position: absolute;
    bottom: 9px;
    right: 0px;
    left: 14px;
    background: #000000A8;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    /* animation: fadeInOut 2s infinite; */
    z-index: 10;
    width: 96.2%;
}

/* Ripple animation */
/* @keyframes fadeInOut {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(-10px);
    }
} */
.download-c-img {
    /* width: 27px; */
    margin-left: 30px;
}

/* Contact */
.form-control:focus {
    border: 1px solid var(--primary-color);
    outline: var(--primary-color);
    box-shadow: none;
    transition: 1s;
}

.h-100 {
    height: 100%;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-166 {
    margin-top: 166px;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-36 {
    margin-top: 36px;
}

.mt-181 {
    margin-top: 181px;
}

.theme-btn {
    height: 45px;
    border-radius: 9px;
    padding: 11px;
    width: 100%;
}

.btn-bg-success {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-bg-warning {
    background-color: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}
.btn-product-bg-transparent {
    background-color: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-product-bg-transparent:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-bg-warning:hover {
    background-color: #c59c17;
    color: white;
    border-color: #c59c17;
}

.btn-bg-success:hover {
    background-color: #28853f;
    color: white;
    border-color: #28853f;
}

.btn-bg-transparent {
    background-color: transparent;
    color: white;
    border-color: white;
}

.ui-autocomplete {
    z-index: 9999 !important;
    border: 1px solid #cdc5c5;
    border-radius: 6px;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 14px;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background-color: var(--primary-color);
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.all-hr-images {
    display: none;
}

.mobile-help-title {
    display: none;
    margin-top: 10px;
    font-size: 16px !important;
    text-align: center;
}

.mobile-product-title {
    display: none;
}

.help-buttons a:hover img,
.help-buttons a:active img,
.social-images a:hover img {
    transform: scale(0.95);
    /* Slight shrink effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Adds shadow */
}

.mobile-footer-logo {
    display: none;
    margin-bottom: 24px;
}

.faqs-heading {
    font-size: 23px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
    text-align: center;
}

.faqs-sub-heading {
    font-size: 17px;
    /*font-weight: 600;*/
    color: black;
    margin-bottom: 0px;
    text-align: center;
}


.faqs-section .faqs-ques {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.faqs-section .faqs-ans {
    font-size: 16px;
    margin-bottom: 7px;
    margin-left: 20px;
    font-weight: normal;
}

.faqs-section .faqs-ans b {
    font-weight: 600;
}

.mission-img-mobile {
    display: none;
}

.export-packaing-option {
    text-align: center;
}

.export-packaing-option img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.industry-we-serve {
    text-align: center;
}

.industry-we-serve img {
    /*border-radius: 10px;*/
    margin-bottom: 20px;
    width: 100%;
}

.industry-we-serve h5 {
    font-size: 20px !important;
    color: var(--black-color) !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.badge.rounded-pill {
    font-size: 20px;
}

.export-process .process-flow {
    background: #f8fff9;
}

.export-process .process-step {
    border-radius: 1rem;
    border: 2px solid #34A04F;
    position: relative;
    overflow: visible;
    /* allow connectors to sit neatly in the gap */
}

.export-process .process-step .card-body {
    padding: 1.5rem 1.25rem;
}

.export-process .process-step .badge {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    font-weight: 700;
    font-size: 0.7rem;
    background: linear-gradient(135deg, #34A04F, #53C16B);
    box-shadow: 0 0.35rem 0.75rem rgba(52, 160, 79, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.export-process .process-step .badge::before {
    content: "➤";
    font-size: 0.75rem;
}

.export-process .down-arrow-badge {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}


.know-us-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #b7b8b8;
    transition: all 0.3s ease;
    overflow: hidden;
}

.know-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(52, 160, 79, 0.15);
    border-color: #34A04F;
}

.card-icon {
    display: flex;
    align-items: center;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #34A04F 0%, #53C16B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
}

.know-us-card:hover .icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(52, 160, 79, 0.3);
}

.card-title {
    font-size: 1.5rem;
    color: #212529;
    margin-bottom: 1rem;
}

.card-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6c757d;
    min-height: 120px;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #34A04F;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

.explore-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #34A04F;
    transition: width 0.3s ease;
}

.explore-btn:hover {
    color: #2a8040;
    gap: 12px;
}

.explore-btn:hover::after {
    width: 100%;
}

.explore-btn svg {
    transition: transform 0.3s ease;
}

.explore-btn:hover svg {
    transform: translateX(4px);
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 4:3 aspect ratio */
    overflow: hidden;
    background: #f5f5f5;
}

.blog-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    white-space: nowrap;
}

.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-author {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-title {
    font-size: 16px;
    /* font-weight: 700; */
    color: #000;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    padding: 8px 0;
}

.navbar-nav .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: var(--primary-color);
    color: #fff;
}

.navbar-nav .dropdown-item.active {
    background-color: #f0f0f0;
    color: #000;
    font-weight: 600;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 15px;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link.active {
    color: #000;
    font-weight: 600;
}

/* new home page */
.group-company-name {
    text-align: center;
    border: 1px solid #000;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 16px;
}

.alpixo-group-links {
    background: url('/home/home_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    transition: background-image 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.alpixo-group-links::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* darkness level */
    z-index: 1;
}

/* 🟦 Vertical partitions */
.alpixo-group-links::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right,
            transparent 33.33%,
            rgba(255, 255, 255, 0.4) 33.33%,
            rgba(255, 255, 255, 0.4) 33.6%,
            transparent 33.6%,
            transparent 66.66%,
            rgba(255, 255, 255, 0.4) 66.66%,
            rgba(255, 255, 255, 0.4) 66.9%,
            transparent 66.9%);
    z-index: 2;
    pointer-events: none;
}

/* Ensure content stays above overlay */
.alpixo-group-links>div {
    position: relative;
    z-index: 3;
}

.alpixo-group-links .bg-trigger {
    position: relative;
    /* min-height: 350px; */

    /* Align text to bottom */
    display: flex;
    align-items: flex-end;

    /* Left & bottom padding */
    padding: 0 0 30px 30px;

    color: #fff;
    font-weight: 600;

    cursor: pointer;
    justify-content: center;
}

.alpixo-group-links .bg-trigger h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.5px;
    z-index: 3;
    margin-left: 35px;
    margin-bottom: 35px;
}

.manufacturing-carousel {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.manufacturing-carousel .item {
    padding: 0 10px;
}

.manufacturing-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.manufacturing-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

.manufacturing-carousel .owl-nav button {
    background-color: #ffffff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    position: absolute;
}

.manufacturing-carousel .owl-nav button:hover {
    background-color: #f8f9fa !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.manufacturing-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.manufacturing-carousel .owl-nav button.owl-next {
    right: 10px;
}

.manufacturing-carousel .owl-nav button span {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    display: block;
}

.manufacturing-carousel .owl-nav button.owl-prev span {
    display: none;
}

.manufacturing-carousel .owl-nav button.owl-prev::before {
    content: "←";
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: -6px;
}

.manufacturing-carousel .owl-nav button.owl-next span {
    display: none;
}

.manufacturing-carousel .owl-nav button.owl-next::before {
    content: "→";
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: -6px;
}

.contact-card {
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 20px;
    height: 100%;
}
.contact-card a {
    text-decoration: none;
    color: #000;
}
.frozen-item {
    margin-top: 15px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    padding: 10px 10px;
    transition: 0.7s;
}
.frozen-item:hover {
    background-color: #cacaca;
}
.footer-contact {
    display: flex;
    gap: 30px;
}
.why-text {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
}

@media (max-width: 991px) {
    .manufacturing-carousel .owl-nav button {
        width: 45px !important;
        height: 45px !important;
    }

    .manufacturing-carousel .owl-nav button.owl-prev::before,
    .manufacturing-carousel .owl-nav button.owl-next::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .manufacturing-carousel .item {
        padding: 0 5px;
    }

    .manufacturing-carousel .owl-nav button {
        width: 40px !important;
        height: 40px !important;
    }

    .manufacturing-carousel .owl-nav button.owl-prev {
        left: 5px;
    }

    .manufacturing-carousel .owl-nav button.owl-next {
        right: 5px;
    }

    .manufacturing-carousel .owl-nav button.owl-prev::before,
    .manufacturing-carousel .owl-nav button.owl-next::before {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .manufacturing-carousel .owl-nav button {
        width: 35px !important;
        height: 35px !important;
    }

    .manufacturing-carousel .owl-nav button.owl-prev {
        left: 5px;
    }

    .manufacturing-carousel .owl-nav button.owl-next {
        right: 5px;
    }

    .manufacturing-carousel .owl-nav button.owl-prev::before,
    .manufacturing-carousel .owl-nav button.owl-next::before {
        font-size: 16px;
    }
}

/* Hover dropdown functionality for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 15px;
    }
}

/* Mobile dropdown improvements */
@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        margin-top: 0;
        box-shadow: none;
        border-left: 2px solid #f0f0f0;
        padding-left: 15px;
    }

    .navbar-nav .dropdown-item {
        padding: 8px 15px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-content {
        padding: 15px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-date-badge {
        font-size: 11px;
        padding: 5px 10px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 576px) {
    .blog-image-wrapper {
        padding-top: 70%;
    }

    .blog-title {
        font-size: 15px;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .card-description {
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    .know-us-card {
        margin-bottom: 2rem;
    }

    .card-description {
        min-height: auto;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .know-us-card {
        padding: 2rem !important;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-description {
        font-size: 0.9rem;
    }
}

/* Connectors – visible only on large screens */
@media (min-width: 992px) {
    .export-process .step-item {
        position: relative;
    }

    /* Top row arrows: Step 1 → 2 → 3 → 4 */
    .export-process .step-item:nth-child(-n+3) .process-step::after {
        content: '';
        position: absolute;
        top: 50.1%;
        right: -18px;
        width: 14px;
        height: 15px;
        background-color: #34A04F;
        transform: translateY(-50%);
    }

    .export-process .step-item:nth-child(-n+3) .process-step::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -26px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 11px solid #34A04F;
        transform: translateY(-50%);
    }

    /* Vertical connector: Step 4 ↓ Step 5 */
    .export-process .step-item:nth-child(4)::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 15px;
        height: 14px;
        background-color: #34A04F;
        transform: translateX(-50%);
    }

    .export-process .step-item:nth-child(4)::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -23px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 11px solid #34A04F;
        transform: translateX(-50%);
    }

    /* Bottom row arrows reversed visually: second row flows right → left
       (overall snake flow across rows, with arrows shown as &larr; on the row) */
    .export-process .step-item:nth-child(n+5) .process-step::after {
        content: '';
        position: absolute;
        top: 50.1%;
        left: -18px;
        width: 14px;
        height: 15px;
        background-color: #34A04F;
        transform: translateY(-50%);
    }

    .export-process .step-item:nth-child(n+5) .process-step::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -24px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 11px solid #34A04F;
        transform: translateY(-50%);
    }
    .step-8 .process-step::before, .step-8 .process-step::after {
        display: none;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .full-page-section {
        flex-direction: column;
        /* Stack content vertically on smaller screens */
        text-align: center;
        /* Center-align text */
        /* padding: 20px; */
        /* Adjust padding for smaller screens */
    }

    .full-page-section .text-container,
    .full-page-section .image-container {
        flex: 0 0 100%;
        /* Full width for both containers */
        margin-bottom: 20px;
        /* Add spacing between stacked elements */
    }

    .full-page-section .text-container h2 {
        font-size: 22px;
        /* Reduce font size for smaller screens */
    }
}

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

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
} */

/* Container Css */

@media (min-width: 576px) {
    .container {
        max-width: calc(540px + 50px);
        /* Increase by 125px */
    }
}

@media (min-width: 768px) {
    .container {
        max-width: calc(720px + 50px);
        /* Increase by 125px */
    }
}

@media (min-width: 992px) {
    .container {
        max-width: calc(960px + 50px);
        /* Increase by 125px */
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: calc(1140px + 50px);
        /* Increase by 125px */
    }
}

@media (max-width: 430px) {
    .alpixo-group-links::after {
        background: none;
    }
    .alpixo-group-links {
        height: 50vh;
    }
    .quotation-steps .col-8 {
        width: 50%;
    }
    .hero-video-section {
        margin-top: 65px;
    }
    #worldMap {
        height: 175px !important;
    }
    .full-page-section h2 {
        font-size: 25px;
    }
    .mobile-img-top {
        margin-top: 24px;
    }
    .mobile-img-bottom {
        margin-bottom: 24px;
    }

    .mission-img-mobile {
        display: block;
    }
    .catalogue-section {
        margin-top: 65px;
    }
    .page-heading-title {
        margin-bottom: 20px;
    }
    .mission-img-desktop {
        display: none;
    }
    .get-to-know-us .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .why-choose-section img {
        /* width: 100%; */
    }

    .footer-quick-links-section h5,
    .footer-quick-links-section h3 {
        margin-left: 35px;
    }

    .footer-about h5,
    .footer-about h3 {
        margin-left: 85px;
    }
    .footer-about {
        text-align: center;
    }

    .partner-bg h1,
    .partner-bg h2 {
        color: #000000;
    }
    .mb-25 {
        margin-bottom: 25px;
    }
    .how-we-help img {
        width: auto;
    }
    .verified-beekeepers {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: calc(1320px + 50px);
        /* Increase by 125px */
    }

    .product-img-section .all-images {
        flex: 0 0 14.42%;
    }

    .product-title {
        font-size: 26px;
    }

    .product-sub-title {
        font-size: 20px;
    }

    .product-basic-info .p-title {
        font-size: 16px;
    }

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

    .packaging-option .po-title {
        font-size: 16px;
    }

    .packaging-option .po-list label span {
        font-size: 14px;
        margin-right: 10px;
    }

    .packaging-option .po-list label {
        margin-bottom: 20px;
    }

    .product-buttons .theme-btn {
        font-size: 20px;
        height: 51px;
    }

    .product-basic-info .p-info:last-child {
        margin-bottom: 28px;
    }
}

@media (min-width: 1440px) {}

@media (max-width: 768px) {
    .full-page-section {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    /* .full-page-section .col-md-4 {
        margin-bottom: 25px;
    } */

    .help-buttons img {
        width: auto;
        margin-bottom: 10px;
    }

    .arrow-icon {
        display: none;
    }

    .step-border svg {
        width: 35px;
        height: 35px;
    }

    .step-border .outer-circle {
        transform-origin: center;
        /* Ensure the scaling happens from the center */
        transform: scale(0.9);
        /* Scale down by 80% */
    }

    .step-border .inner-circle {
        transform-origin: center;
        /* Ensure the scaling happens from the center */
        transform: scale(0.8);
        /* Scale down by 50% */
    }

    .quotation-steps .col-3 {
        width: 18%;
    }

    .p-step-border {
        background: none;
    }

    .step-info .step-details {
        font-size: 10px;
    }

    .contact-heading {
        font-size: 14px;
        padding: 5px;
    }

    .contact-images .col-md-6 {
        margin-bottom: 10px;
    }

    .contact-images .social-images .s-img {
        margin-bottom: 10px;
    }

    .mt-166 {
        margin-top: 100px;
    }

    .packaging-option .po-list label span {
        margin-right: 0px;
        padding: 7px 4px;
        font-size: 10px;
    }

    .product-img-section .all-images {
        display: none;
    }

    .product-img-section .product-main-img {
        flex: 100%;
    }

    .all-hr-images {
        display: block;
    }

    .tab-content {
        display: none;
    }

    .specifications_table-wrapper,
    .options_table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .specifications_table,
    .options_table-wrapper table {
        width: 100%;
        table-layout: auto;
    }

    .product-description .accordion-button::after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjMxNzcgMTAuMzI0TDEyLjMyNDggMS40MjE1NkMxMi4zMjQ4IDEuMTU1MjYgMTIuMjE5IDAuODk5ODY4IDEyLjAzMDcgMC43MTE1NjRDMTEuODQyNCAwLjUyMzI2MSAxMS41ODcgMC40MTc0NzMgMTEuMzIwNyAwLjQxNzQ3M0MxMS4wNTQ0IDAuNDE3NDczIDEwLjc5OSAwLjUyMzI2IDEwLjYxMDcgMC43MTE1NjRDMTAuNDIyNCAwLjg5OTg2OCAxMC4zMTY2IDEuMTU1MjYgMTAuMzE2NiAxLjQyMTU2TDEwLjMyMzcgMTAuMzI0TDEuNDIxMjEgMTAuMzE3QzEuMTU0OTEgMTAuMzE3IDAuODk5NTExIDEwLjQyMjggMC43MTEyMDcgMTAuNjExMUMwLjUyMjkwMyAxMC43OTk0IDAuNDE3MTE1IDExLjA1NDggMC40MTcxMTUgMTEuMzIxMUMwLjQxNzExNSAxMS41ODc0IDAuNTIyOTAzIDExLjg0MjggMC43MTEyMDcgMTIuMDMxMUMwLjg5OTUxMSAxMi4yMTk0IDEuMTU0OTEgMTIuMzI1MiAxLjQyMTIxIDEyLjMyNTJMMTAuMzIzNyAxMi4zMTgxTDEwLjMxNjYgMjEuMjIwNkMxMC4zMTYxIDIxLjM1MjYgMTAuMzQxNyAyMS40ODM0IDEwLjM5MTkgMjEuNjA1NEMxMC40NDIyIDIxLjcyNzUgMTAuNTE2MSAyMS44Mzg0IDEwLjYwOTUgMjEuOTMxOEMxMC43MDI4IDIyLjAyNTEgMTAuODEzNyAyMi4wOTkgMTAuOTM1OCAyMi4xNDkzQzExLjA1NzkgMjIuMTk5NiAxMS4xODg3IDIyLjIyNTIgMTEuMzIwNyAyMi4yMjQ2QzExLjQ1MjcgMjIuMjI1MiAxMS41ODM1IDIyLjE5OTYgMTEuNzA1NiAyMi4xNDkzQzExLjgyNzcgMjIuMDk5IDExLjkzODYgMjIuMDI1MSAxMi4wMzE5IDIxLjkzMThDMTIuMTI1MyAyMS44Mzg0IDEyLjE5OTIgMjEuNzI3NSAxMi4yNDk1IDIxLjYwNTRDMTIuMjk5NyAyMS40ODM0IDEyLjMyNTMgMjEuMzUyNiAxMi4zMjQ4IDIxLjIyMDZMMTIuMzE3NyAxMi4zMTgxTDIxLjIyMDIgMTIuMzI1MUMyMS4zNTIyIDEyLjMyNTcgMjEuNDgzIDEyLjMwMDEgMjEuNjA1MSAxMi4yNDk4QzIxLjcyNzIgMTIuMTk5NiAyMS44MzgxIDEyLjEyNTYgMjEuOTMxNCAxMi4wMzIzQzIyLjAyNDcgMTEuOTM4OSAyMi4wOTg3IDExLjgyOCAyMi4xNDkgMTEuNzA1OUMyMi4xOTkyIDExLjU4MzkgMjIuMjI0OCAxMS40NTMxIDIyLjIyNDMgMTEuMzIxMUMyMi4yMjQ4IDExLjE4OSAyMi4xOTkyIDExLjA1ODIgMjIuMTQ5IDEwLjkzNjJDMjIuMDk4NyAxMC44MTQxIDIyLjAyNDcgMTAuNzAzMiAyMS45MzE0IDEwLjYwOTlDMjEuODM4MSAxMC41MTY1IDIxLjcyNzIgMTAuNDQyNiAyMS42MDUxIDEwLjM5MjNDMjEuNDgzIDEwLjM0MiAyMS4zNTIyIDEwLjMxNjQgMjEuMjIwMiAxMC4zMTdMMTIuMzE3NyAxMC4zMjRaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
    }

    .product-description .accordion-button:not(.collapsed)::after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDE2IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNSAwLjMyMTI4OUgxQzAuNzM0Nzg0IDAuMzIxMjg5IDAuNDgwNDMgMC40MjY2NDYgMC4yOTI4OTMgMC42MTQxODJDMC4xMDUzNTcgMC44MDE3MTkgMCAxLjA1NjA3IDAgMS4zMjEyOUMwIDEuNTg2NTEgMC4xMDUzNTcgMS44NDA4NiAwLjI5Mjg5MyAyLjAyODRDMC40ODA0MyAyLjIxNTkzIDAuNzM0Nzg0IDIuMzIxMjkgMSAyLjMyMTI5SDE1QzE1LjI2NTIgMi4zMjEyOSAxNS41MTk2IDIuMjE1OTMgMTUuNzA3MSAyLjAyODRDMTUuODk0NiAxLjg0MDg2IDE2IDEuNTg2NTEgMTYgMS4zMjEyOUMxNiAxLjA1NjA3IDE1Ljg5NDYgMC44MDE3MTkgMTUuNzA3MSAwLjYxNDE4MkMxNS41MTk2IDAuNDI2NjQ2IDE1LjI2NTIgMC4zMjEyODkgMTUgMC4zMjEyODlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
        margin-top: -12px;
    }

    .product-description .accordion-item {
        border: none;
        background-color: none;
        border-radius: 10px;
        box-shadow: 0px 4px 15px 0px #D2D5D952;
    }

    .product-description .accordion-header {
        margin-bottom: 15px;
    }

    .product-description .accordion-button {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        border-radius: 10px;
        padding: 10px 12px;
    }

    .product-description .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    .product-description .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: var(--primary-color);
    }

    .product-description .accordion-collapse {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-description .accordion-collapse .accordion-body {
        background: #EFF7F3;
        border-radius: 10px;
        position: relative;
    }

    .product-description .accordion-collapse .accordion-body::before {
        content: "";
        height: 98.5%;
        width: 3px;
        background-color: var(--primary-color);
        display: block;
        position: absolute;
        left: 4px;
        top: 8px;
    }

    .catalogue-section img {
        width: 35px;
    }

    .partner-bg {
        padding: 20px;
        background: #F4F4F4;
        height: auto;
    }

    .partner-bg h1 {
        font-size: 14px;
        color: #000000;
    }

    .partner-bg p {
        color: #888686;
        font-size: 11.5px;
    }

    .partner-bg .cta-buttons .col-2 {
        width: 50%;
        padding-right: 0px;
    }

    .partner-btn {
        height: 40px;
        border-radius: 5px;
        padding: 10px 0px;
        display: block;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        font-size: 12px;
        border: 2px solid;
    }

    .partner-bg .btn-bg-transparent {
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
    }

    .help-section-content {
        margin-left: 0px;
    }

    .web-help-title {
        display: none;
    }

    .mobile-help-title {
        display: block;
        margin-bottom: 6px !important;
    }

    .help-section-content p {
        font-size: 15px;
        text-align: center;
    }

    .help-buttons {
        text-align: center;
    }

    .offer-section img {
        margin-top: 10px;
    }

    .product-breadcrumb .breadcrumb-item a,
    .product-breadcrumb .breadcrumb-item.active {
        font-size: 10px;
    }

    .product-breadcrumb .breadcrumb-item.active {
        display: flex;
        align-items: center;
    }

    .product-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        margin-top: 2px;
    }

    .mobile-product-title {
        display: block;
    }

    .web-product-title {
        display: none;
    }

    .product-title {
        font-size: 20px;
    }

    .product-sub-title {
        font-size: 13px;
    }

    .product-description {
        padding: 0;
        background-color: transparent;
    }

    .footer-section-2 {
        margin-top: 35px;
        text-align: left !important;
        padding: 0px 35px;
    }

    .footer-quick-links-section {
        /*padding-right: 0;*/
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-quick-links-section {
        /* padding-left: 45px; */
        padding-right: 70px;
        padding-left: 75px !important;
    }

    .footer-quick-links-section .col-6 {
        padding: inherit;
    }

    .footer-quick-links-section h5 {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-about h5 {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-about p {
        margin-bottom: 5px;
    }

    .footer-quick-links-section a {
        margin-bottom: 3px;
    }

    .scroll-ripple {
        left: 13px;
        width: 93%;
    }

    .catalouge-section .col-md-7 {
        margin-bottom: 25px;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    .navbar-nav .nav-link {
        padding: 5px 10px !important;
    }

    .search-form {
        width: 100%;
    }

    .footer {
        padding: 5px 10px;
        margin-top: 60px;
    }

    .mobile-footer-logo {
        display: block;
    }

    .footer-section-2 {
        display: none;
    }

    .section-footer {
        margin-top: 65px;
    }

    .production-section,
    .offer-section,
    .mt-100 {
        margin-top: 65px;
    }

    .packaging-options {
        padding: 0;
        border: none;
    }

    #collapseTwo .accordion-body,
    #collapseFour .accordion-body {
        background-color: transparent;
        padding: 0px;
    }

    #collapseTwo .accordion-body::before,
    #collapseFour .accordion-body::before {
        content: none;
    }

    .packaging-options img {
        height: 65px;
    }

    .packaging-options table {
        border-spacing: 3px;
    }

    .specifications_table thead th,
    .specifications_table tbody td {
        border: none;
    }

    .our_commitment_div {
        margin-bottom: 20px;
    }

    .footer-about {
        padding-left: 45px;
        padding-right: 45px;
    }

    .mission-content {
        margin-bottom: 10px;
    }

    .mission-section-content h6 {
        /* margin-bottom: 5px; */
    }

    .footer-inputs {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .category-images .category {
        padding: 10px;
    }

    .category-product-img img {
        width: 100%;
    }

    .category-images .category .category-product-img {
        height: 75%;
        padding: 25px;
    }
}

@media (min-width: 1400px) {
    .product-incoterms {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .product-buttons .col-md-6 {
        margin-bottom: 0px !important;
    }

}


/* Container Css */