/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.4.1769064050
Updated: 2026-01-22 06:40:50

*/

.content-area, .content-left-sidebar .content-area{
	margin-bottom:0;
}

.content-area{
	width: 100%;
    padding-right: 0px;
}

a:focus {
    outline: solid 0px !important;
}

h1,h2,h3,h4,h5,h6{
/* 	font-family: "DM Serif Display", serif; */
	 font-family: "Poppins", sans-serif;
}

a{
	 font-family: "Poppins", sans-serif;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
	font-family: "Outfit", sans-serif;
}

p{
  font-family: "Outfit", sans-serif;
	font-size:16px;
}

option{
	font-family: "Outfit", sans-serif;
}

span{
	font-family: "Outfit", sans-serif;
}

form > *{
	font-family: "Outfit", sans-serif;
}

ul li{
	font-family: "Outfit", sans-serif;
}

.page-header{
display:none;	
}

#main #content-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-section{
	
    position: absolute;
    width: 100%;
    z-index: 999;
	background: #00000042;
}

.header-sec-cont{
	
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-logo img{
	
    width: 125px;

}



.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-weight:600;
}

.hero-btn:hover {
  background: #f1b209;
  color: #000;
   border: 1px solid #f1b209;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,0,0,0.8) 40%, rgba(0,0,0,0.2));
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 40px;
 display:none;
}

.hero-left h1 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.hero-left h1 span {
  font-weight: 300;
}

.hero-left p {
  color: #ddd;
  max-width: 420px;
  margin-top: 20px;
	font-size:16px;
}

.hero-right {
  text-align: right;
}

.hero-right img {
  max-height: 520px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Navigation */
.hero-nav {
  position: absolute;
  bottom: 60px;
  left: 3%;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hero-prev,
.hero-next {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  transition: 0.3s;
}

.hero-prev:hover,
.hero-next:hover {
  background: #fff;
  color: #000;
}

/* Mobile */
@media(max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-right {
    margin-top: 30px;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 26px;
        line-height: 40px;
  }
	.hero-btn {
    padding: 10px 25px;
    font-size: 12px;
 
}
	.hero-left p {
    color: #ddd;
    max-width: 65%;
    margin-top: 20px;
    font-size: 16px;
    margin: 20px auto;
}
	.hero-slider {
  position: relative;
  height: 60vh;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}
	.hero-slide {
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
}

.our-story {
  padding: 120px 0;
  background: #fff;
/*   font-family: "Playfair Display", serif; */
  background: url(https://colour.themerex.net/wp-content/uploads/2026/01/custom-img-110-copyright.png);
    background-size: cover;
    background-position-y: bottom;
    background-attachment: fixed;
}

.our-story-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* Left Content */


.our-story-content{
	
    position: relative;

}


.story-label {
    display: inline-block;
    color: transparent;
    font-size: 130px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    -webkit-text-stroke:2px #00000026;
    position: absolute;
    top: -170px;
	display:none;
}

/* .story-label::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #b38a2c;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
} */

.our-story-content h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #015a8b;
  margin-bottom: 5px;
  font-weight:400;
	position:relative;
	z-index:8;
}

.our-story-content h2::before{
	content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f1b209;
    z-index: -1;
}

.our-story-content h2 strong {
  font-size: 70px;
  font-weight: 700;
  color:#015a8b;
}

.our-story-content h2 span {
  font-size:50px;
      position: relative;
    top: -8px;
}

.our-story-content p {
  max-width: 480px;
  color: #555;
  line-height: 1.7;
  font-size:16px;
}

/* Right Media */
.our-story-media {
  position: relative;
}

.our-story-media img {
  width: 100%;
  border-radius: 2px;
  display: block;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: #f2b400;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

/* Mobile */
@media (max-width: 968px) {
  .our-story-container {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .our-story-content h2 {
    font-size: 24px;
  }

  .our-story-content h2 strong {
    font-size: 26px;
  }
	.our-story{
		padding:50px 0;
	}
	.our-story-content h2 span {
    font-size: 30px;
    position: relative;
    top: 0px;
}
	.our-story-content h2::before{
		height:30px;
	}
}

.category-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

.categorySwiper {
  height: 100%;
}

.categorySwiper .swiper-slide {
  width: 25%;
}

/* Card */
.category-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark Overlay */
.card-overlay {
  position: absolute;
  inset: 0;
  background: #254a61e0;
  transition: 0.4s;
}

/* Content */
.card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 75%;
  padding: 20px;
  color: #fff;
  transition: 0.5s ease;
	background: #ffffff;
}

.card-content h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
	color: #045c8c;
}

.card-content p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 20px;
  color:#b2b2b2;
}

.card-content a {
  color: #f2b400;
  font-weight: 600;
  text-decoration: none;
}

/* Hover effect */
.category-card:hover .card-content {
  bottom: 0;
}

.category-card:hover .card-overlay {
/*   background: rgba(0,0,0,0.65); */
	background:transparent;
}

/* Navigation */
.cat-prev,
.cat-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.85);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 22px;
}

.cat-prev { left: 20px; }
.cat-next { right: 20px; }

/* Mobile */
@media(max-width: 1024px) {
  .categorySwiper .swiper-slide {
    width: 50%;
  }
}

@media(max-width: 900px) {
  .categorySwiper .swiper-slide {
    width: 100%;
  }
	.category-card .card-content {
  bottom: 0;
}

.category-card .card-overlay {
/*   background: rgba(0,0,0,0.65); */
	background:transparent;
}
}


.specifications {
  padding: 120px 0;
  background: #fff;
/*   font-family: "Playfair Display", serif; */
 background: url(https://colour.themerex.net/wp-content/uploads/2026/01/custom-img-110-copyright.png);
    background-size: cover;
    background-position-y: bottom;
    background-attachment: fixed;
}

.spec-top {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

/* Left Content */

.spec-contents{
	position: relative;
}


.spec-label {
display: inline-block;
    color: transparent;
    font-size: 75px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    -webkit-text-stroke: 2px #0000000d;
    position: absolute;
    top: -130px;
	display:none;
}

/* .spec-label::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #f2b400;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
} */

.spec-contents h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
	font-weight: 400;
  color:#015a8b;
	position:relative;
    z-index: 8;
}

.spec-contents h2::before{
	    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f1b209;
    z-index: -1;
	
}

.spec-contents h2 span {
  font-weight: 300;
}

.spec-contents p {
  max-width: 460px;
  line-height: 1.7;
  color: #555;
}

/* Slider */
.spec-slider-wrap {
  position: relative;
  width: 650px;	
}

.spec-slider-wrap .swiper-slide{
	width: 650px !important;
}

.specSwiper {
  position: relative;
  overflow: hidden;
}

.specSwiper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Slider Arrows */
.spec-prev,
.spec-next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.spec-prev {
  right: 70px;
}

/* Bottom Cards */
.spec-cards {
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.spec-card {
  text-align: left;
	width:60%;
}

.spec-card img {
  height: 60px;
  margin-bottom: 20px;
}

.spec-card h4 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #015a8b;
}

.spec-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.spec-card a {
  font-size: 14px;
  color: #f2b400;
  text-decoration: none;
}

@media (max-width:1280px){
	.spec-slider-wrap {
    position: relative;
    width: 450px;
}
}

/* Mobile */
@media (max-width: 968px) {
  .spec-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
	
	.spec-content p{
		max-width: unset;
	}
	.spec-contents h2{
		font-size:24px;
	}
	.spec-contents h2::before{
		height:30px;
	}


  .spec-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width:900px){
		.spec-slider-wrap {
  position: relative;
  width: 300px;	
}
}

.types-labels {
  padding: 120px 0;
  background: #f1f9ff;

}

.types-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* Left Content */
.types-label {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f2b400;
  display: inline-block;
  margin-bottom: 20px;
}

.types-content h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight:400;
  color: #045c8c;
  position:relative;
z-index:8;
}

.types-content h2::before{
	    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f1b209;
    z-index: -1;
}

.types-content{
	position:relative;
}

.types-content h2 span {
  font-weight: 300;
}

.types-content p {
  max-width: 420px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size:16px;
}

.types-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #00000061;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
      text-decoration: none;
    border-radius: 0px;
	text-decoration:none!important;
}

.types-btn:hover {
      background: #f1b209;
    color: #000;
    border: 1px solid #f1b209;
}

/* Slider */
.types-slider {
  position: relative;
  width:700px;
}

.typesSwiper .swiper-slide {
  width: 50%;
}

.label-card {
  position: relative;
}

.label-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.label-card h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
color:#2f2e2e;
	position:relative;
}

.label-card h4::before{
	content:"";
	position:absolute;
	width:50px;
	height:1px;
	border-bottom:1px solid #555;
	bottom: -10px;
}


/* Navigation */
.types-prev,
.types-next {
/*   position: absolute; */
  bottom: -40px;
  width: 40px;
  height: 40px;
  border: 1px solid #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	font-size: 24px;
    color: #0000009e;
}

.arrow-section{
	display: flex;justify-content: end;gap: 15px;
	margin-top:20px;
}


.types-prev { left: 0; }
.types-next { left: 50px; }


@media (max-width:1280px){
	.types-slider {
    position: relative;
    width: 600px;
}
	.types-container{
		gap:50px;
	}
}

/* Mobile */
@media(max-width: 968px) {
  .types-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .typesSwiper .swiper-slide {
    width: 100%;
  }
}

@media (max-width:600px){
	.types-slider {
    position: relative;
    width: 300px;
}
}


.grow-with-us {
  position: relative;
  height: 350px;
  overflow: hidden;
  
}

.grow-parallax {
  position: relative;
  height: 100%;
  background-image: url("https://nivorahlabels.com/wp-content/uploads/2026/01/revolutionary-automatic-label-printing-machine-with-digital-control-panel-scaled.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

.grow-overlay {
  position: absolute;
  inset: 0;

	background: rgb(4 92 140 / 83%);
}

.grow-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  display:flex;
  justify-content:end;
}

.grow-content {
  max-width: 520px;
  color: #000;
    background: #fff;
    padding: 20px;
	
}

.grow-label {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f2b400;
  display: inline-block;
  margin-bottom: 20px;
}

.grow-content h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 300;
    color: #045c8c;
	position:relative;
	z-index:8;
}

.grow-content h2::before{
	content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f1b209;
    z-index: -1;
}

.grow-content h2 span {
  font-weight: 300;
}

.grow-content h3{
	
    font-weight: 300;
    font-size: 38px;
    width: 50%;
    line-height: 40px;

}

.grow-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.grow-btn {
  display: inline-block;
  padding: 0;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  text-decoration:none !important;
}

.grow-btn:hover {
  background: #fff;
  color: #000;
}

/* Mobile fix (disable fixed parallax) */
@media(max-width: 968px) {
  .grow-parallax {
    background-attachment: fixed;
  }
	
	.grow-with-us{
		height:auto;
	}

  .grow-content h2 {
    font-size: 24px;
  }
}

.projects-grid {
  padding: 75px 0;
  background: #fff;
  font-family: "Playfair Display", serif;
}

.projects-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

/* Heading */


.projects-label {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f2b400;
  display: inline-block;
  margin-bottom: 15px;
}

.projects-head{
	position:relative;
}

.projects-head .spec-label {
    display: inline-block;
    color: transparent;
    font-size: 80px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    -webkit-text-stroke: 2px #0000000d;
    position: absolute;
    top: -80px;
	display:none;
}

.projects-head h2 {
  font-size: 32px;
  font-weight:300;
  color: #045c8c;
  position:relative;
  z-index:8;
}

.projects-head h2::before{
	content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f1b209;
    z-index: -1;
}

/* Grid */
.projects-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 3; }
.div5 { grid-area: 2 / 3 / 3 / 4; }



/* Card */
.project-card {
  position: relative;
  height: 420px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: 0.4s;
}

/* Content (slide-up) */
.project-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 30px;
  transition: 0.5s ease;
}

.project-content span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #f2b400;
}

.project-content h3 {
  font-size: 22px;
  margin-top: 8px;
  line-height: 1.3;
}

/* Hover */
.project-card:hover .project-content {
  bottom: 0;
}

.project-card:hover .project-overlay {
  background: rgba(0,0,0,0.6);
}


.project-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  transition: 0.4s ease;
}

.project-title h3 {
    font-size: 18px;
    color: #045c8c;
    line-height: 1.3;
    padding: 15px;
    margin-bottom: 0;
	background:#fff;
}

/* Hover content */
.project-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 70%;
  padding: 15px;
  color: #555;
	background:#fff;
  z-index: 4;
  transition: 0.5s ease;
}

.project-content span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #f2b400;
}

.project-content h3 {
  font-size: 18px;
  margin-top: 8px; 
 color:#045c8c;
}

/* Overlay */
.project-overlay {
  position: absolute;
  inset: 0;
  background: #0000008c;
  transition: 0.4s;
}

/* Hover states */
.project-card:hover .project-overlay {
  background: transparent;
}

.project-card:hover .project-content {
  bottom: 0;
}

.project-card:hover .project-title {
  opacity: 0;
  transform: translateY(20px);
}


/* Mobile */


@media(max-width: 900px) {
  .projects-cards {
    display: flex;
    flex-direction: column;
  }
}


.site-footer {
  background: #044065;
  color: #ccc;
  font-family: "Playfair Display", serif;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 80px 40px 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 60px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-col h4 {
  color: #d7a417;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  color: #cfc4c4;
}

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

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

.footer-col ul li a {
  color: #cfc4c4;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
	font-family: "Outfit", sans-serif;
}

.footer-col ul li a:hover {
  color: #f2b400;
}

/* Address links */
.footer-address a {
  color: #ccc;
  text-decoration: none;
	font-family: "Outfit", sans-serif;
}

.footer-address a:hover {
  color: #f2b400;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 40px;
  text-align: center;
  font-size: 13px;
  color: #cfc4c4;
}

.footer-bottom p{
	font-size: 13px;
  color: grey;
}

/* Mobile */
@media(max-width: 968px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 20px 0;
  }
}



#social-links a i{
	
    font-size: 18px;

}

@media (max-width:968px){
	.projects-head h2 {
    font-size: 24px;

}
	.project-card .project-content{
		 bottom: 0;
	}
	.project-title{
		display:none;
	}
	.project-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    transition: 0.4s;
}
	.projects-head .spec-label{
		font-size: 40px;
	}
	.grow-content h3 {
    font-weight: 300;
    font-size: 24px;
    width: 100%;
    line-height: 40px;
}
	.projects-head h2::before{
		height:35px;
	}
	.grow-content h2::before {

    height: 30px;
    width: 35px;

}
	.types-labels {
    padding: 50px 0;
    background: #f4f4f3;
}
	.label-card h4{
		font-size:16px;
	}
	.label-card p{
		font-size:15px;
	}
	.types-content h2{
		font-size: 24px;
	}
	.types-content h2::before{
		height: 35px;
	}
	.spec-label {

    font-size: 40px;
    top: -50px;
		
}
	.specifications{
		padding: 50px 0;
	}
	.spec-content h2{
		font-size:24px;
	}
	.spec-content h2::before{
		height: 35px;
	}
	.spec-card h4{
		font-size: 20px;
	}
	.spec-card {
    text-align: center;
    width: 100%;
}
	.spec-card img {
    height: 40px;
    margin-bottom: 20px;
}
	.story-label {
    display: inline-block;
    color: transparent;
    font-size: 45px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    -webkit-text-stroke: 2px #0000000d;
    position: absolute;
    top: -100px;
}
}

.inner-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}

.inner-hero-bg {
  position: relative;
  height: 100%;
  background-size: cover;
/*   background-position: center; */
/*   background-attachment: fixed; */
}

.about-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/about-banner.webp);
	background-size:cover;
	    height: 100%;
    background-position-y: -200px;
}

.product-label-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/product-labels-banner-e1778327306782.webp);
	background-size:cover;
	    height: 100%;
    background-position-y: -200px;
}

.labels-by-type-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/labels-by-type-banner.webp);
/* 	background-size:cover; */
	    height: 100%;
    background-position-y: -200px;
}

.gallery-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/gallery-banner.webp);
	background-size:cover; 
	    height: 100%;
    background-position-y: -200px;
}


.contact-us-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/contact-banner-e1778327725615.webp);
	background-size:cover; 
	    height: 100%;
    background-position-y: -420px;
}

@media (max-width:768px){
	.about-banner{
	background:url(https://nivorahlabels.com/nivorah/wp-content/uploads/2026/05/about-banner.webp);
	background-size:cover;
	    height: 100%;
    background-position-y: 0px;
}
	.product-label-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/product-labels-banner-e1778327306782.webp);
	background-size:cover;
	    height: 100%;
    background-position-y: 0px;
}
	.contact-us-banner{
	background:url(https://nivorahlabels.com/wp-content/uploads/2026/05/contact-banner-e1778327725615.webp);
	background-size:cover; 
	    height: 100%;
    background-position-y: 0px;
}
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
 background: linear-gradient(90deg, rgb(0 0 0 / 17%) 35%, rgba(0, 0, 0, 0.3));
}

.inner-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.inner-hero-content {
  max-width: 600px;
  color: #fff;
}

.inner-hero-label {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f2b400;
  display: inline-block;
  margin-bottom: 20px;
}

.inner-hero-content h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
color:#fff;
	position:relative;
	top:40px;
}



.inner-hero-content h1 span {
  font-weight: 300;
}

.inner-hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
  max-width: 480px;
}

/* Mobile */
@media(max-width: 968px) {
  .inner-hero {
    height: 320px;
  }

 

  .inner-hero-content h1 {
    font-size: 26px;
  }
	.inner-hero-content {
    max-width: 600px;
    color: #fff;
    position: relative;
    top: 30px;
}
	.arrow-section{
		margin-top:20px;
	}
}

/*--------------------------------------------  */
.specs-accordion {
  padding: 100px 0;
  background: #0b0b0b;
  color: #fff;
}

.specs-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: flex-start;
}

/* LEFT ACCORDION */
.specs-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.spec-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 0px;
  cursor: pointer;
}

.spec-item h3 {
  font-size: 16px;
 
  position: relative;
  margin-bottom:0;
}

.spec-item h3::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Accordion content */
.spec-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.spec-content p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #a19292;
}

.spec-content ul{
	list-style:none;
	margin-left:0;
}

.spec-content ul li{
	font-size:15px;
}

/* HOVER OPEN */
.spec-item:hover .spec-content {
  max-height: 200px;
  opacity: 1;
}

.spec-item:hover h3::after {
  content: "-";
}

/* RIGHT IMAGE */


/* MOBILE */
@media(max-width: 900px) {
  .specs-container {
    grid-template-columns: 1fr;
  }

  .specs-right img {
    height: auto;
  }
}



 


/* -------------------------------------------- */


.timeline-section {
  padding: 100px 0;
  background: #dbeffe;
}

.timeline-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 40px;
}

.timeline-title {
  font-size: 40px;
  margin-bottom: 70px;
  text-align: center;
}

/* TIMELINE CORE */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
}

/* YEAR */
.timeline-year {
  min-width: 90px;
  font-size: 20px;
  font-weight: 600;
}

/* CONTENT */
.timeline-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.timeline-note {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #888;
  font-style: italic;
}

/* HIGHLIGHT YEAR */
.timeline-item.highlight::before {
  background: #f2b400;
}

.timeline-item.highlight .timeline-year {
  color: #f2b400;
      position: relative;
    top: -8px;
}

/* TODAY */
.timeline-item.today .timeline-year {
  font-size: 24px;
}

.timeline-item.today .timeline-content h4 {
  font-size: 26px;
}

/* MOBILE */
@media(max-width: 968px) {
  .timeline {
    padding-left: 20px;
  }

  .timeline-item {
    flex-direction: column;
    gap: 10px;
  }

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

	.timeline::before{
		left: -12px;
	}
}


/* label type page */

.label-types {
  padding: 110px 0;
  background: #f7f7f7;
}

.label-types-wrap {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 70px;
  align-items: flex-start;
}

/* LEFT INTRO */
.label-types-intro {
  position: sticky;
  top: 120px;
}

.label-types-intro h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #015a8b;
}

.label-types-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.label-types-btn {
  display: inline-block;
  padding: 14px 34px;
  border: 1px solid #f2b400;
  color: #000;
  text-decoration: none !important;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.label-types-btn:hover {
  background: #f2b400;
color:#000;
}

/* RIGHT GRID */
.label-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.label-card {
  background: #fff;
  padding: 35px;
  border: 1px solid #e5e5e5;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.label-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #f2b400;
  opacity: 0.07;
  transition: width 0.35s ease;
}

.label-card:hover::before {
  width: 100%;
}

.label-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.label-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
}

/* HOVER REVEAL */
.label-card ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  max-height: 0;
  transition: all 0.35s ease;
}

.label-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}

.label-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f2b400;
  font-size: 13px;
}

.label-card:hover ul {
  opacity: 1;
  max-height: 300px;
  margin-bottom: 5px;
}

/* MOBILE & TABLET: SHOW CONTENT BY DEFAULT */
@media (max-width: 992px) {

  .label-card ul {
    opacity: 1 !important;
    max-height: none !important;
    margin-top: 20px;
  }

  .label-card::before {
    width: 100%;
  }
}


/* MOBILE */
@media(max-width: 992px) {
  .label-types-wrap {
    grid-template-columns: 1fr;
  }

  .label-types-intro {
    position: static;
    max-width: 600px;
  }

  .label-types-grid {
    grid-template-columns: 1fr;
  }
	.label-types-intro h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #015a8b;
}
	.label-types {
    padding: 50px 0;
    background: #f7f7f7;
}
}

.wcu-section {
      background: #f4f7fb;
      padding: 80px 40px;
      position: relative;
      overflow: hidden;
    }
 
    .wcu-bg-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 180px;
      font-weight: 800;
      color: rgba(0, 0, 0, 0.03);
      letter-spacing: 10px;
      white-space: nowrap;
      pointer-events: none;
      user-select: none;
    }
 
    .wcu-inner {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
 
    .wcu-header {
      text-align: center;
      margin-bottom: 52px;
    }
 
    .wcu-label {
      display: inline-block;
      background: #c9a227;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 2px;
      margin-bottom: 14px;
    }
 
    .wcu-title {
      font-size: 40px;
   
      color: #1a2a4a;
      margin: 0 0 14px;
      line-height: 1.2;
    }
 
    .wcu-title span {
      color: #c9a227;
    }
 
    .wcu-divider {
      width: 48px;
      height: 3px;
      background: #c9a227;
      margin: 12px auto 0;
      border-radius: 2px;
    }
 
    .wcu-subtitle {
      color: #6b7a92;
   
      max-width: 520px;
      margin: 14px auto 0;
      line-height: 1.7;
    }
 
    .wcu-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
    }
 
    .wcu-card {
      background: #fff;
      border-radius: 6px;
      padding: 28px 20px 24px;
      text-align: center;
      border-bottom: 3px solid transparent;
      transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
      cursor: default;
    }
 
    .wcu-card:hover {
      border-bottom-color: #c9a227;
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
    }
 
    .wcu-icon-wrap {
      width: 60px;
      height: 60px;
      background: #eaf0fa;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
      transition: background 0.25s;
    }
 
    .wcu-card:hover .wcu-icon-wrap {
      background: #c9a227;
    }
 
    .wcu-icon-wrap svg {
      width: 26px;
      height: 26px;
      stroke: #1a3a6b;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.25s;
    }
 
    .wcu-card:hover .wcu-icon-wrap svg {
      stroke: #fff;
    }
 
    .wcu-card-title {
      font-size: 16px;
      font-weight: 700;
      color: #1a2a4a;
      margin: 0 0 8px;
      line-height: 1.3;
    }
 
    .wcu-card-desc {
      font-size: 13px;
      color: #6b7a92;
      line-height: 1.65;
      margin: 0;
    }
 
    /* Responsive */
    @media (max-width: 1024px) {
      .wcu-grid { grid-template-columns: repeat(4, 1fr); }
      .wcu-bg-text { font-size: 120px; }
    }
 
    @media (max-width: 768px) {
      .wcu-section { padding: 60px 24px; }
      .wcu-grid { grid-template-columns: repeat(2, 1fr); }
      .wcu-title { font-size: 26px; }
      .wcu-bg-text { font-size: 80px; }
    }
 
    @media (max-width: 480px) {
      .wcu-grid { grid-template-columns: 1fr; }
    }


/* -------------------------------------------------------------------- */

.dn-section {
      background: #1a2a4a;
      padding: 90px 40px;
      position: relative;
      overflow: hidden;
    }
 
    .dn-accent-bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: #c9a227;
    }
 
    .dn-bg-text {
      position: absolute;
      bottom: -30px;
      right: -20px;
      font-size: 200px;
      font-weight: 800;
      color: rgba(255,255,255,0.03);
      letter-spacing: 8px;
      pointer-events: none;
      user-select: none;
      line-height: 1;
    }
 
    .dn-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 80px;
      align-items: center;
      position: relative;
      z-index: 1;
    }
 
    .dn-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
 
    .dn-label {
      display: inline-block;
      background: #c9a227;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 2px;
      margin-bottom: 20px;
    }
 
    .dn-title {
      font-size: 40px;

      color: #ffffff;
      line-height: 1.15;
      margin-bottom: 36px;
    }
 
    .dn-title span {
      color: #c9a227;
    }
 
    .dn-photo-wrap {
      position: relative;
      width: 220px;
    }
 
    .dn-photo-wrap::before {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      width: 100%;
      height: 100%;
      border: 3px solid #c9a227;
      border-radius: 4px;
      z-index: 0;
    }
 
    .dn-photo-wrap img {
      width: 220px;
      height: 280px;
      object-fit: cover;
      object-position: top;
      border-radius: 4px;
      display: block;
      position: relative;
      z-index: 1;
      filter: grayscale(20%);
    }
 
    .dn-photo-placeholder {
      width: 220px;
      height: 280px;
      background: #2c3e60;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
    }
 
    .dn-photo-placeholder svg {
      width: 64px;
      height: 64px;
      stroke: #c9a227;
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-bottom: 10px;
    }
 
    .dn-photo-placeholder span {
      font-size: 11px;
      color: #6b8ab0;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
 
    .dn-right {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
 
    .dn-quote-mark {
      font-size: 80px;
      line-height: 0.6;
      color: #c9a227;
      font-family: Georgia, serif;
      opacity: 0.6;
      margin-bottom: 8px;
    }
 
    .dn-points {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 22px;
    }
 
    .dn-points li {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
 
    .dn-bullet {
      flex-shrink: 0;
      width: 8px;
      height: 8px;
      background: #c9a227;
      border-radius: 50%;
      margin-top: 7px;
    }
 
    .dn-points li p {
      font-size: 15px;
      color: #b8c8dc;
      line-height: 1.8;
      font-weight: 400;
    }
 
    .dn-divider {
      width: 48px;
      height: 2px;
      background: #c9a227;
      opacity: 0.5;
    }
 
    .dn-signature {
      padding-top: 8px;
    }
 
    .dn-sig-regards {
      font-size: 13px;
      color: #6b8ab0;
      font-weight: 500;
      margin-bottom: 6px;
      font-style: italic;
    }
 
    .dn-sig-name {
      font-size: 17px;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
    }
 
    .dn-sig-role {
      font-size: 13px;
      color: #c9a227;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 2px;
    }
 
    .dn-sig-company {
      font-size: 12px;
      color: #6b8ab0;
      font-weight: 400;
    }
 
    @media (max-width: 860px) {
      .dn-inner {
        grid-template-columns: 1fr;
        gap: 48px;
      }
      .dn-left {
        align-items: center;
        text-align: center;
      }
      .dn-title { font-size: 36px; }
      .dn-photo-wrap { width: 180px; }
      .dn-photo-wrap img,
      .dn-photo-placeholder { width: 180px; height: 230px; }
    }
 
    @media (max-width: 480px) {
      .dn-section { padding: 60px 24px; }
      .dn-title { font-size: 28px; }
    }


/* ----------------------product page -------------------------------- */

    :root {
      --navy: #044065;
      --navy-light: #243558;
      --gold: #c9a227;
      --gold-light: #e8bc3a;
      --white: #ffffff;
      --off-white: #f4f7fb;
      --text-dark: #1a2a4a;
      --text-mid: #4a5a74;
      --text-muted: #6b7a92;
      --border: #e0e8f0;
    }

/* ── SECTION LABEL ── */
    .section-heading {
      text-align: center;
      padding: 70px 40px 20px;
      background: var(--off-white);
    }
    .section-heading .tag {
      display: inline-block;
      background: var(--gold);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 2px;
      margin-bottom: 12px;
    }
    .section-heading h2 {
      font-size: 40px;
      
      color: var(--navy);
    }
    .section-heading h2 span { color: var(--gold); }
    .section-divider {
      width: 40px;
      height: 3px;
      background: var(--gold);
      margin: 12px auto 0;
      border-radius: 2px;
    }
 
    /* ── PRODUCT ITEM ── */
    .product-item {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 420px;
    }
 
    .product-item.reverse .product-content { order: 2; }
    .product-item.reverse .product-image  { order: 1; }
 
    /* Content Side */
    .product-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 64px 60px;
      background: #fff;
      position: relative;
    }
    .product-item:nth-child(even) .product-content {
      background: var(--off-white);
    }
 
    .product-number {
      font-size: 72px;
      font-weight: 800;
      color: rgba(26,42,74,0.05);
      line-height: 1;
      margin-bottom: -20px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: -2px;
    }
 
    .product-tag {
      display: inline-block;
      background: var(--gold);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 2px;
      margin-bottom: 14px;
      align-self: flex-start;
    }
 
    .product-content h3 {
      font-size: 30px;
      
      color: var(--navy);
      line-height: 1.25;
      margin-bottom: 20px;
    }
 
    .product-content h3 span { color: var(--gold); }
 
    .product-desc {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 24px;
    }
 
    .product-points {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .product-points li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      color: var(--text-mid);
      line-height: 1.6;
    }
 
    .product-points li::before {
      content: '';
      flex-shrink: 0;
      width: 7px;
      height: 7px;
      background: var(--gold);
      border-radius: 50%;
      margin-top: 6px;
    }
 
    .product-accent-line {
      width: 36px;
      height: 3px;
      background: var(--gold);
      border-radius: 2px;
      margin: 20px 0 22px;
    }
 
    /* Image Side */
    .product-image {
      position: relative;
      overflow: hidden;
      min-height: 380px;
      background: var(--navy-light);
    }
 
    .product-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }
 
    .product-image:hover img {
      transform: scale(1.04);
    }
 
    .product-image-placeholder {
      width: 100%;
      height: 100%;
      min-height: 380px;
      background: var(--navy-light);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }
 
    .product-image-placeholder svg {
      width: 52px;
      height: 52px;
      stroke: var(--gold);
      fill: none;
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.7;
    }
 
    .product-image-placeholder span {
      font-size: 11px;
      color: #4a6080;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }
 
    .img-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, rgba(26,42,74,0.7) 0%, transparent 100%);
      padding: 24px 28px 20px;
    }
 
    .img-overlay-label {
      font-size: 11px;
      font-weight: 700;
      color: var(--gold);
      letter-spacing: 2px;
      text-transform: uppercase;
    }
 
    /* ── DIVIDER BETWEEN SECTIONS ── */
    .section-break {
      height: 6px;
      background: var(--gold);
    }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .product-item {
        grid-template-columns: 1fr;
      }
      .product-item.reverse .product-content { order: 1; }
      .product-item.reverse .product-image  { order: 2; }
      .product-image, .product-image-placeholder { min-height: 280px; }
      .product-content { padding: 48px 32px; }
      .hero h1 { font-size: 34px; }
		   .section-heading h2 {
      font-size: 40px;
      
      color: var(--navy);
    }
		.spec-item h3{
			font-size:14px;
		}
    }
 
    @media (max-width: 540px) {
      .hero { padding: 60px 24px 50px; }
      .hero h1 { font-size: 28px; }
      .product-content { padding: 40px 24px; }
      .section-heading { padding: 50px 24px 16px; }
    }

/* -----------------------------product page css end -------------------------------- */

/* -----------------------------contact page css start ------------------------------- */

/* ── MAIN LAYOUT ── */
    .contact-wrap {
      max-width: 1260px;
      margin: 0 auto;
      padding: 60px 40px 80px;
      display: grid;
      grid-template-columns: 1fr 1.7fr;
      gap: 40px;
      align-items: start;
    }
 
    /* ── LEFT INFO PANEL ── */
    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
 
    .info-card {
      background: var(--navy);
      border-radius: 8px;
      padding: 36px 32px;
      margin-bottom: 20px;
    }
 
    .info-card h3 {
      font-size: 24px;
     
      color: #fff;
      margin-bottom: 6px;
    }
    .info-card h3 span { color: var(--gold); }
    .info-card .sub {
      font-size: 15px;
      color: #fff;
      margin-bottom: 28px;
      line-height: 1.6;
    }
 
    .info-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 22px;
    }
    .info-item:last-child { margin-bottom: 0; }
 
    .info-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background: rgba(201,162,39,0.15);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .info-icon svg {
      width: 18px;
      height: 18px;
      stroke: var(--gold);
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .info-text p {
      font-size: 15px;
      font-weight: 600;
      color: var(--gold);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 3px;
    }
    .info-text a, .info-text span {
      font-size: 15px;
      color: #fff;
      font-weight: 500;
      text-decoration: none !important;
      line-height: 1.5;
      display: block;
    }
 
    .divider-gold {
      width: 36px;
      height: 2px;
      background: var(--gold);
      border-radius: 2px;
      margin: 24px 0;
      opacity: 0.4;
    }
 
    .social-row {
      display: flex;
      gap: 10px;
    }
    .social-btn {
      width: 36px;
      height: 36px;
      border-radius: 6px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: background 0.2s, border-color 0.2s;
    }
    .social-btn:hover { background: var(--gold); border-color: var(--gold); }
    .social-btn svg {
      width: 15px;
      height: 15px;
      stroke: #fff;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    /* ── FORM CARD ── */
    .form-card {
      background: #fff;
      border-radius: 10px;
      padding: 44px 44px;
      border: 1px solid var(--border);
    }
 
    .form-card-header {
      margin-bottom: 32px;
    }
    .form-card-header .tag {
      display: inline-block;
      background: var(--gold);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 2px;
      margin-bottom: 10px;
    }
    .form-card-header h2 {
      font-size: 40px;
     
      color: var(--navy);
      margin-bottom: 6px;
    }
    .form-card-header h2 span { color: var(--gold); }
    .form-card-header p {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.6;
    }
    .form-accent {
      width: 36px;
      height: 0px;
      background: var(--gold);
      border-radius: 2px;
      margin: 10px 0 14px;
    }
 
    /* ── CF7 FIELD STYLING ── */
    /* These styles target Contact Form 7 generated markup */
 
    .wpcf7-form .form-row {
      display: grid;
      gap: 16px;
      margin-bottom: 16px;
    }
    .wpcf7-form .form-row.cols-2 {
      grid-template-columns: 1fr 1fr;
    }
    .wpcf7-form .form-row.cols-1 {
      grid-template-columns: 1fr;
    }
 
    .wpcf7-form .field-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
 
    .wpcf7-form label {
      font-size: 11px;
      font-weight: 700;
      color: var(--navy);
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }
 
    .wpcf7-form label .required {
      color: var(--gold);
      margin-left: 2px;
    }
 
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="number"],
    .wpcf7-form select,
    .wpcf7-form textarea {
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-dark);
      background: var(--input-bg);
      border: 1.5px solid var(--border);
      border-radius: 6px;
      padding: 12px 16px;
      outline: none;
      transition: border-color 0.2s, background 0.2s;
      -webkit-appearance: none;
    }
 
    .wpcf7-form input[type="text"]::placeholder,
    .wpcf7-form input[type="email"]::placeholder,
    .wpcf7-form input[type="tel"]::placeholder,
    .wpcf7-form input[type="number"]::placeholder,
    .wpcf7-form textarea::placeholder {
      color: #b0bece;
      font-weight: 400;
    }
 
    .wpcf7-form input[type="text"]:focus,
    .wpcf7-form input[type="email"]:focus,
    .wpcf7-form input[type="tel"]:focus,
    .wpcf7-form input[type="number"]:focus,
    .wpcf7-form select:focus,
    .wpcf7-form textarea:focus {
      border-color: var(--gold);
      background: #fff;
    }
 
    .wpcf7-form select {
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7a92' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 36px;
    }
 
    .wpcf7-form textarea {
      resize: vertical;
      min-height: 110px;
      line-height: 1.6;
    }
 
    /* Radio group */
    .radio-group-label {
      font-size: 11px;
      font-weight: 700;
      color: var(--navy);
      text-transform: uppercase;
      letter-spacing: 1.2px;
      margin-bottom: 10px;
      display: block;
    }
 
    .wpcf7-form .radio-row {
      display: flex;
      gap: 20px;
      align-items: center;
    }
 
    .wpcf7-form .radio-row label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-mid);
      text-transform: none;
      letter-spacing: 0;
      cursor: pointer;
    }
 
    .wpcf7-form .radio-row input[type="radio"] {
      width: 18px;
      height: 18px;
      accent-color: var(--gold);
      cursor: pointer;
    }
 
    /* Checkbox group */
    .wpcf7-form .checkbox-group {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px 16px;
    }
 
    .wpcf7-form .checkbox-group label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12.5px;
      font-weight: 500;
      color: var(--text-mid);
      text-transform: none;
      letter-spacing: 0;
      cursor: pointer;
    }
 
    .wpcf7-form .checkbox-group input[type="checkbox"] {
      width: 16px;
      height: 16px;
      accent-color: var(--gold);
      cursor: pointer;
      flex-shrink: 0;
    }
 
    /* Consent */
    .wpcf7-form .consent-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 4px;
    }
    .wpcf7-form .consent-row input[type="checkbox"] {
      width: 16px;
      height: 16px;
      accent-color: var(--gold);
      cursor: pointer;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .wpcf7-form .consent-row label {
      font-size: 12px;
      font-weight: 400;
      color: var(--text-muted);
      text-transform: none;
      letter-spacing: 0;
      line-height: 1.6;
      cursor: pointer;
    }
 
    /* Section divider inside form */
    .form-section-title {
      font-size: 11px;
      font-weight: 700;
      color: var(--navy);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding-bottom: 8px;
      border-bottom: 2px solid var(--off-white);
      margin-bottom: 16px;
      margin-top: 8px;
    }
    .form-section-title span {
      display: inline-block;
      width: 20px;
      height: 3px;
      background: var(--gold);
      border-radius: 2px;
      margin-right: 8px;
      vertical-align: middle;
    }
 
    /* Submit */
    .wpcf7-form .submit-row {
      margin-top: 28px;
    }
 
    .wpcf7-form input[type="submit"],
    .wpcf7-form .wpcf7-submit {
      width: 100%;
      background: var(--navy);
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      border: none;
      border-radius: 6px;
      padding: 16px 32px;
      cursor: pointer;
      transition: background 0.2s, transform 0.1s;
      position: relative;
    }
 
    .wpcf7-form input[type="submit"]:hover,
    .wpcf7-form .wpcf7-submit:hover {
      background: var(--gold);
    }
 
    .wpcf7-form input[type="submit"]:active {
      transform: scale(0.99);
    }
 
    /* CF7 validation messages */
    .wpcf7-not-valid-tip {
      font-size: 11px;
      color: #c0392b;
      font-weight: 500;
      margin-top: 4px;
      display: block;
    }
 
    .wpcf7-response-output {
      margin-top: 16px;
      padding: 12px 16px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
      border: none !important;
    }
 
    .wpcf7-mail-sent-ok {
      background: #eafaf1;
      color: #1e8449;
    }
 
    .wpcf7-mail-sent-ng,
    .wpcf7-aborted,
    .wpcf7-validation-errors,
    .wpcf7-spam-blocked {
      background: #fdecea;
      color: #c0392b;
    }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .contact-wrap {
        grid-template-columns: 1fr;
        padding: 40px 24px 40px;
      }
      .form-card { padding: 32px 24px; }
      .wpcf7-form .form-row.cols-2 { grid-template-columns: 1fr; }
      .wpcf7-form .checkbox-group { grid-template-columns: 1fr 1fr; }
    }
 
    @media (max-width: 480px) {
      .contact-hero { padding: 50px 24px 40px; }
      .contact-hero h1 { font-size: 28px; }
      .wpcf7-form .checkbox-group { grid-template-columns: 1fr; }
    }

/* ---------------------------- contact page css end ---------------------------------- */

@media (max-width:768px){
	.form-card-header h2 {
    font-size: 24px;
    color: var(--navy);
    margin-bottom: 6px;
}
	.product-content h3 {
    font-size: 20px;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 0px;
}
	.timeline-title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
	.timeline-content h4{
		font-size:16px;
	}
	.timeline-item.today .timeline-year {
    font-size: 18px;
}
	.timeline-item.today .timeline-content h4 {
    font-size: 16px;
}
	    .section-heading h2 {
        font-size: 24px;
        color: var(--navy);
    }
}
