@font-face {
    font-family:'Poppins Medium';
    src: url('fonts/Poppins-Medium.ttf');
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Poppins Black';
    src: url('fonts/Poppins-Black.ttf');
	font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Poppins ExtraBold';
    src: url('fonts/Poppins-ExtraBold.ttf');
	font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Poppins Light';
    src: url('fonts/Poppins-Light.ttf');
	font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Poppins SemiBold';
    src: url('fonts/Poppins-SemiBold.ttf');
	font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Poppins Bold';
    src: url('fonts/Poppins-Bold.ttf');
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family:'Poppins';
    src: url('fonts/Poppins-Regular.ttf');
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

* {
	margin: 0px;
	padding: 0px;
}

.wrap_grid {
	padding: 0px 10px;
	max-width: 1200px;
	margin: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Poppins';
}

body {
	line-height: 1;
	
}
:root {
  --primary:   #764C29;
  --secondary: #915C33;
  --dark:      #6E4520;
  --light:     #A7693D;
  --cream:     #F5EFE6;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

button {
	outline: none !important;
}

a,
a:hover {
	/* margin: 0; */
	/* padding: 0; */
	/* font-size: 100%; */
	/* vertical-align: baseline; */
	background: transparent;
	text-decoration: none !important;
	color: inherit !important;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: Bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	display: block;
}
nav {
	width: 100%;
    z-index: 1000;
	display:inline-block;
	padding:20px 0;
	background-color:#fff;
}
nav .container {
	width:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
nav .container  ul {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	width:fit-content;
	margin:auto 0 auto auto;
}
nav .container ul li a{
    padding: 10px 17px 10px 38px;
    border-radius: 4px;
    background: transparent;
    color: #333 !important;
    margin: 0 15px 0 0;
    display: inline-block;
    position: relative;
    font-family: Poppins Medium;
	transition:all 0.3s ease;
}
/* Navbar fixed height */
.premium-navbar {
  height: 80px;
  background-color: var(--cream);
  display: flex;
  align-items: center;
}

/* Container fills navbar */
.premium-navbar .container {
  height: 100%;
}

/* Brand container */
.premium-navbar .navbar-brand {
  height: 100%;
  display: flex;
  align-items: center;
}

/* LOGO MAGIC (DO NOT FIX WIDTH/HEIGHT) */
.premium-navbar .navbar-brand img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Nav links */
.nav-link-custom {
  color: var(--dark) !important;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.nav-link-custom:hover {
  color: var(--light) !important;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(110,69,32,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Dropdown */
/* Dropdown container */
.premium-dropdown {
  background: #ffffff;
  border-radius: 14px !important;
  padding: 10px 0 !important;
  border: none !important;
  min-width: 260px !important;

  /* Premium soft shadow */
  box-shadow: 0 18px 40px rgba(110, 69, 32, 0.18) !important;
}

/* Dropdown item */
.premium-dropdown .dropdown-item {
  padding: 7px 22px;
  font-weight: bold;
  color: var(--dark) !important;
  transition: all 0.2s ease;
  border-radius: 8px;
}

/* Hover state */
.premium-dropdown .dropdown-item:hover {
  background: var(--cream);
  color: var(--primary);
}

/* Active item */
.premium-dropdown .dropdown-item.active {
  background: var(--light);
  color: #fff;
}

/* Dropdown arrow spacing fix */
.dropdown-toggle::after {
  margin-left: 6px;
}

/* Button */
.btn-premium {
  background: var(--dark) !important;
  color: var(--cream) !important;
  border-radius: 30px !important;
  padding: 8px 20px !important;
  font-weight: 500 !important;
}

.btn-premium:hover {
  background: var(--primary) !important;
  color: #fff !important;
}
.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}
/* Contact links in header */
.nav-contact {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}
.nav-contact span{
	color:var(--dark) ;
}
.nav-contact img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.nav-link-custom.active {
  color: #6E4520;
  font-weight: 700;
}

/* Optional underline effect */
.nav-link-custom.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #6E4520;
}
/* Hover */
.nav-contact span:hover {
  color: var(--light);
}






































p{
	color: #717171;
}


.banner_mob {
	display: none !important;
}

img.banner_desk {
	width: 100% !important;
}

.head_text {
	width:100%;
	display:inline-block;
	margin:0 0 20px 0;
}
.head_text h4 {
	color: var(--cream);
    text-transform: uppercase;
    font-family: 'Poppins Bold';
    letter-spacing: 0.8px;
    padding: 10px 25px;
    background: var(--dark);
    border-radius: 30px;
    width: fit-content;
    line-height: 1.5;
    margin: 0 0 18px 0;
	font-size: 16px;
} 
.head_text h1, .head_text h2 {
	font-size: 39px;
    line-height: 1.4;
    font-family: 'Poppins Bold';
    letter-spacing: 0px;
    text-transform: uppercase;
	color:var(--dark);
}



.contact-section .head_text, .home_section3 .head_text, .home_section5 .head_text , .home_section6 .head_text, .home_section7 .head_text, .home_section8 .head_text, .about_section3 .head_text{
	text-align:center;
}
.contact-section .head_text h4, .home_section3 .head_text h4, .home_section5 .head_text h4, .home_section6 .head_text h4, .home_section7 .head_text h4 , .home_section8 .head_text h4 , .about_section3 .head_text h4{
	    margin: 0 auto 18px auto;
}

/* first section */

.container-fluid, .col-lg-12, .container, .col-sm-12, .col-12{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.container-fluid {
    height: auto;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.fixed-container {
    /*max-width: 1400px*/;
    width: 100% !important;
    float: none !important;
    padding: 0 80px;
}
.home_page .banner-section {
  background-image: url("images/Home-Banner-Desktop.jpeg");
}
.banner-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px; /* adjust as needed */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  color: #fff; /* text color */
}

.mainheading span, .mainheading h1 {
    font-family: 'Poppins Bold';
    line-height: 80%;
    color: #fff;
    font-size: 45px;
    display: inline-block;
    overflow-wrap: break-word;
    text-wrap: wrap !important;
}
h1.hnostyle{
    font-family: 'Poppins Bold';
    color: #fff;
    font-size: 32px!important;
    line-height: 32px;
    margin-bottom: 10px!important;
    margin-top: 35px!important;
    display: block!important;
    letter-spacing: .3px;
}

/*section2*/
.home_section2 {
  background: #F5EFE6;
}
.home_section2 .feature_box.premium {
  background: linear-gradient(180deg, #ffffff, #F5EFE6);
  border-radius: 16px;
  padding: 80px 30px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.home_section2 .feature_box.premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.home_section2 .icon_wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}

.home_section2 .icon_wrap img {
  max-width: 100%;
  transition: transform 0.3s ease;
}

.home_section2 .feature_box:hover .icon_wrap img {
  transform: scale(1.1);
}

.home_section2 .feature_box h6 {
  font-weight: 600;
  color: #6E4520;
  letter-spacing: 0.4px;
  margin: 0;
}
.home_section2 p{
	text-align:justify;
}



/* section 3 */
.home_section3 {
  background:  #ffffff;
}
.home_section3 .fade-slide {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.home_section3 .fade-slide.active {
  opacity: 1;
  transform: translateY(0);
}
.home_section3 .product_item {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 18px;
  margin: 10px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.home_section3 .product_item img {
  max-height: 100%;
  object-fit: contain;
}

.home_section3 .product_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.home_section3 .slick-premium .slick-slide {
  padding: 15px;
}

.home_section3 .product_inner {
  background: #F5EFE6;
  border-radius: 18px;
  padding: 28px 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  height: 100%;
}


.home_section3 .product_inner img {
  max-height: 150px;
  margin: 0 auto 15px;
  display: block;
  object-fit: contain;
}


.home_section3 .product_inner h6 {
  font-weight: 600;
  margin-top: 10px;
  color: #6E4520;
}

.home_section3 .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.home_section3 .slick-center {
  opacity: 1;
  transform: scale(1);
}

.home_section3 .product_inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.1);
}
/* Arrow styling */
.home_section3 .slick-premium .slick-prev,
.home_section3 .slick-premium .slick-next {
  width: 40px;
  height: 40px;
  background: #6E4520;
  border-radius: 30%;
  z-index: 10;
}

.home_section3 .slick-premium .slick-prev:before,
.home_section3 .slick-premium .slick-next:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.home_section3 .slick-premium .slick-prev {
  left: -50px;
}

.home_section3 .slick-premium .slick-next {
  right: -50px;
}

.home_section3 .slick-premium .slick-dots {
  bottom: -40px;
}

.home_section3 .slick-premium .slick-dots li {
  margin: 0 4px;
}

.home_section3 .slick-premium .slick-dots li button:before {
  font-size: 10px;
  color: #F5EFE6;
  opacity: 1;
}

.home_section3 .slick-premium .slick-dots li.slick-active button:before {
  color: #6E4520;
}
/*section 4*/

.home_section4  .count_box img {
	height: 100px;
    margin: auto auto 25px auto;
}
.home_section4  .count_box h4 {
	font-size: 40px !important;
    font-family: 'Poppins Bold';
    line-height: 1.5;
    color: #333;
	text-align:center;
}
.home_section4  .count_box p {
	font-family:Poppins Medium;
	font-size:16px;
	line-height:1.5;
	text-align:center;
}
.home_section4  .count_box h4:after {
    content: '+';
}




/* section 5 */
.home_section5 {
  background: #F5EFE6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_section5 .product_card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.home_section5 .product_card h4 {
  color: #6E4520;
  font-weight: 700;
}

.home_section5 .product_card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.home_section5 .product_showcase {
  background: linear-gradient(180deg, #F5EFE6 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 42px 32px;
  max-width: 520px;
  margin: auto;
  transition: all 0.4s ease;
}

.home_section5 .product_showcase:hover {
  transform: translateY(-6px);
}

.home_section5 .product_title {
  font-weight: 700;
  color: #6E4520;
  letter-spacing: 0.3px;
  margin-bottom: 22px;
  font-size:16px;
}

.home_section5 .product_media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.home_section5 .product_media img {
  max-width: 280px;
  transition: transform 0.4s ease;
  height:280px;
}

.home_section5 .product_showcase:hover img {
  transform: scale(1.05);
}

.home_section5 .product_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #717171;
  max-width: 420px;
  margin: auto;
}
.btn-primary {
	background: var(--dark) !important;
	color: var(--cream) !important;
    border: none !important;
	font-family: 'Poppins Medium' !important;
    line-height: 2.0 !important;
    text-align: justify !important;
	letter-spacing: 0.8px;
	
}
.btn-primary:hover {
  background: var(--light) !important;
  color: #fff !important;
}
.btn-primary:focus, .btn-primary:active:focus {
    box-shadow: 0 0 0 0rem rgb(49 132 253 / 50%) !important;
}



/* section 6 */
.home_section6 {
  background-color: #ffffff;
}

.home_section6 .client_logo {
  background: #F5EFE6;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_section6 .client_logo img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.home_section6 .client_logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.home_section6 .client_logo:hover img {
  filter: grayscale(0%);
}


/* section 7 */
.home_section7 {
  background-color: #F5EFE6;
}


.home_section7 .box_type_list li {
  position: relative;
   margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #6E4520;
}

.home_section7 .head_text h2 {
  color: #6E4520;
}
.home_section7 .svg-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_section7 .animated-box {
  width: 100%;
  max-width: 360px;
}

.home_section7 .box-base {
  fill: #F5EFE6;
  stroke: #6E4520;
  stroke-width: 3;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawBox 8s ease-in-out infinite;
  animation-delay: 2s;
}

.home_section7 .box-flap {
  fill: #ffffff;
  stroke: #764C29;
  stroke-width: 3;
  transform-origin: center;
  opacity: 0;
  animation: flapOpen 8s ease-in-out infinite;
  animation-delay: 6s;
}

.home_section7 .box-line {
  stroke: #6E4520;
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
   animation: drawLine 8s ease-in-out infinite;
   animation-delay: 2.5s;
}

.home_section7 .flap-top   { animation-delay: 3s; }
.home_section7 .flap-left  { animation-delay: 3s; }
.home_section7 .flap-right { animation-delay: 3s; }

@keyframes drawBox {
  0%   { stroke-dashoffset: 600; }
  30%  { stroke-dashoffset: 0; }
  70%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 600; }
}

@keyframes drawLine {
  0%   { stroke-dashoffset: 200; opacity: 0; }
  40%  { stroke-dashoffset: 0; opacity: 1; }
  70%  { opacity: 1; }
  100% { stroke-dashoffset: 200; opacity: 0; }
}

@keyframes flapOpen {
  0%   { opacity: 0; transform: translateY(2px); }
  40%  { opacity: 1; transform: translateY(0); }
  70%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(2px); }
}

.home_section8 {
  background-color: #fff;
}

.home_section8 .we_serve_box {
  height: 100%;
  text-align: center;
  padding: 25px 15px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.home_section8 .we_serve_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.home_section8 .we_serve_box img {
  max-width: 60px;
  margin-bottom: 15px;
}

.home_section8 .we_serve_box h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #6E4520;
}

.home_section8 .we_serve_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Footer */
.premium-footer {
  background-color: var(--cream);
  padding: 70px 0 25px;
}

/* Logo */
.premium-footer .footer-logo {
  max-height: 60px;
  width: auto;
}

/* Titles */
.premium-footer .footer-title {
  font-weight: bold;
  color: var(--dark);
  margin-bottom: 16px;
}

/* Text */
.premium-footer .footer-text {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6;
}

/* Links */
.premium-footer .footer-link {
  display: block;
  color: var(--dark) !important;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.premium-footer .footer-link:hover {
  color: var(--light) !important;
}

/* Bottom Bar */
.premium-footer .footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 18px;
  font-size: 13px;
  
}
.premium-footer .footer-bottom  p{
	color: var(--light);
}

/* Contact section wrapper */
.footer-contact .footer-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  
}

/* Icon styling */
.footer-contact img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Text spacing */
.footer-contact span {
  line-height: 1.6;
}

/* Hover effect (optional but premium) */
.footer-contact span:hover {
  color: var(--primary);
  cursor: pointer;
}

















/*About_us*/

.about_page .banner-section {
  background-image: url("images/about_page.jpg");
}
.about_section {
  background: #ffffff;
}
.about_section2 p{
	text-align:justify;
}

.about_section3{
	background-color:#fff;
}
.about_section3 .vm-card {
  background: linear-gradient(180deg, #F5EFE6 0%, #ffffff 100%);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about_section3 .vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.about_section3 .vm-card h4 {
  color: #6E4520;
  font-size:16px;
}
.about_section3 img{
	height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.about_section3 .vm-card p {
  line-height: 1.7;

}
/*Quality*/

.quality_page .banner-section {
  background-image: url("images/quality_page.png");
}
.quality_section2 .intro-text p {
  font-size: 16px;
  line-height: 1.7;
}

.quality_section2 .info-box {
   background: linear-gradient(180deg, #F5EFE6 0%, #ffffff 100%);
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.quality_section2 .info-box h5 {
  color: #6E4520;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.quality_section2 .info-box p {
  font-size: 16px;
  line-height: 1.6;
}

.quality_section2 .testing-box {
  background: linear-gradient(180deg, #F5EFE6 0%, #ffffff 100%);
}

.quality_section2 .testing-list li {
 position: relative;
  margin-bottom: 8px;
  color:#717171;
}

/*Gallery*/

.gallery_page .banner-section {
  background-image: url("images/gallery_page.png");
}
.gallery_section2 {
  background:  #ffffff;
}

/* Masonry Grid */
.gallery_section2 .masonry-grid {
  column-count: 3;
  column-gap: 1.5rem;
}

/* Responsive columns */
@media (max-width: 992px) {
  .gallery_section2 .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .gallery_section2 .masonry-grid {
    column-count: 1;
  }
}

/* Items */
.gallery_section2 .masonry-item {
position: relative;
  overflow: hidden;
  border-radius: 18px;
}

/* Images */
.gallery_section2 .masonry-item img {
  width: 100%;
  display: block;
  border-radius: 18px;
  transition: transform 0.5s ease;
}

/* Hover effect */
.gallery_section2 .masonry-item:hover img {
  transform: scale(1.08);
}

/* Subtle overlay */
.gallery_section2 .masonry-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(110, 69, 32, 0.18);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery_section2 .masonry-item:hover::after {
  opacity: 1;
}

/* Optional height variations */
.gallery_section2 .masonry-item.tall img {
  min-height: 420px;
  object-fit: cover;
}

.gallery_section2 .masonry-item.wide img {
  min-height: 240px;
  object-fit: cover;
}

/* Caption overlay */
.gallery_section2 .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.05)
  );
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

/* Caption text */
.gallery_section2 .caption h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.gallery_section2 .caption span {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* Show caption on hover */
.gallery_section2 .masonry-item:hover .caption {
  transform: translateY(0);
}

/* Mobile: caption always visible */
@media (max-width: 768px) {
  .gallery_section2 .caption {
    transform: translateY(0);
  }
}



/*Corrugated box page*/

.corrugated_box_page .banner-section {
  background-image: url("images/corrugated-box-page.png");
}
.premium-product {
  background: #ffffff;
}
.premium-product{
	scroll-margin-top: 90px; /* adjust offset as needed */
}
.product-visual {
  padding: 40px;
  border-radius: 32px;
  text-align: center;
}

.product-visual img {
  max-height: 450px;
  object-fit: contain;
}

.tag-eco {
  display: inline-block;
  background: #e6f4ea;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}

.product-desc {
  font-size: 16px;
  line-height: 1.7;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.spec {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  text-align: center;
}

.spec span {
  display: block;
  font-size: 14px;
  color:#717171;
}

.spec strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}

@media (max-width: 768px) {
  .product-specs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lightbg{
	 background: var(--cream);
}

/*contact page*/
.contact_page .banner-section {
  background-image: url("images/contact_page.jpg");
}
 
    .contact-section .contact-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.08);
      height: 100%;
    }

    .contact-section .contact-title {
      font-weight: 700;
      color:var(--dark);
      margin-bottom: 16px;
	  font-size:16px;
    }

    .contact-section .contact-info p {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 12px;
    }

    .contact-section .contact-info img {
      width: 18px;
    }

    .contact-section .form-control {
      border-radius: 10px;
    }

    .contact-section .btn-submit {
      background:var(--dark);
      color: var(--cream);
      border-radius: 10px;
      padding: 10px 28px;
      border: none;
    }

    .contact-section .btn-submit:hover {
      background: var(--light);
	  color: #fff;
    }

    .contact-section iframe {
      border-radius: 16px;
    }
	.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 15px;
}

.contact-section .social-icons a {
  width: 42px;
  height: 42px;
  background: #F5EFE6;
  color: #6E4520;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(110, 69, 32, 0.15);
}

.contact-section .social-icons a:hover {
  border: 2px solid #6E4520;
  background: #F5EFE6;
  transform: translateY(-3px);
}
/*air_bubble_page page*/
.air_bubble_page .banner-section {
  background-image: url("images/bubble_page.jpeg");
}
/*foam-page page*/
.foam_page .banner-section {
  background-image: url("images/foam-page.webp");
}
/*film-page page*/
.film_page .banner-section {
  background-image: url("images/film_page.jpg");
}
/*honeycomb page*/
.honeycomb_page .banner-section {
  background-image: url("images/honeycomb_page.jpg");
}
/*honeycomb page*/
.tape_page .banner-section {
  background-image: url("images/tape_page.jpeg");
}

.pp-stapping_page .banner-section {
  background-image: url("images/pp-stapping_page.jpg");
}

.brown-paper_page .banner-section {
  background-image: url("images/brown-paper_page.jpg");
}

/* Product Page */
.products_page .banner-section {
  background-image: url("images/products_page.webp");
}
.products_section2 {
  background-color: #fff;
}
.products_section2 .intro-text p {
  font-size: 16px;
  line-height: 1.7;
}

.products_section2 .info-box {
  background: linear-gradient(180deg, #F5EFE6 0%, #ffffff 100%);
  padding: 24px;
  border-radius: 14px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.products_section2 .info-box h5 {
  color: #6E4520;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.products_section2 .info-box p {
  font-size: 16px;
  line-height: 1.6;
}

.products_section2 .info-box:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

.products_section2 .img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

.products_section2 .img-wrapper img {
  transition: transform 0.4s ease;
  height:250px;
  margin-left:auto;
  margin-right:auto;
}

.products_section2 .info-box:hover .img-wrapper img {
  transform: scale(1.12);
}




















/* ===============================
   MOBILE NAVBAR FIX
================================ */
@media (max-width: 991px) {

  /* Navbar height auto on mobile */
  .premium-navbar {
    height: auto;
    padding: 10px 0;
  }
	.premium-navbar .navbar-brand img {
    height: 48px;
  }
  /* Collapse panel */
  .navbar-collapse {
    background: var(--cream);
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  }

 .nav-contact span {
    display: none;
  }

  .nav-contact {
    gap: 0;
  }