*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: "Epilogue", sans-serif;
}

:root{
  --primary-color:#FB6231;
  --black: #000000;
  --white:#fff;
  --light-text-color:#7F7F7F;
  --border-color:#c3c3c366;
  --fs-15:15px;
  --transition: all 0.3s ease-in-out ;
  --btn-width:53px;
  --font-500:500;
  --font-600:600;
  --font-800:800;
  --font-700:700;
  --spacing: 0.25rem;
}

a{
  text-decoration: none;
  transition: var(--transition);
}

strong{
  color: var(--black);
}


p {
color:var(--black);
line-height: 1.6;
/* font-weight: 500; */
color: #6c6a6a;
}



button{
  background-color: transparent;
  cursor: pointer;
}

input,
textarea,
textarea:focus,
input:focus,
button {
border: none;
outline: none;
user-select: none;
}


p.breadcrumb span a{
color:#2d2d2d;
}

/* header start */
.home .header{
  /* background-color: transparent; */
}

.header {
  border-bottom: 1px solid var(--border-color);
  transition:all 0.2s ease-in-out;
  background-color: var(--white);
}

/* header scrolled */
.header.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.header .toggle-open svg{
  fill: var(--black);
}

.header .toggle-open{
  color: var(--black);
}

.doc-overlay {
  background: var(--black);
}

/* nav start*/
nav .menu li a{
  color: var(--black);
  font-size: var(--fs-15);
  line-height: 1.6;
}

nav .menu li a:hover{
  color:var(--primary-color);
}

.dropdown ul{
  background-color: var(--white);
  box-shadow: 0 0 30px rgb(127 137 161 / .25);
  transition: all 0.3s;
}

/* nav end */

/* menu-search */
.menu-search{
  background: #000000e1;
}

.cross-icon{
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.menu-search form{
  background-color: #282b34;
}

.menu-search input{
  transition: var(--transition);
  background-color: transparent;
  color: #fff;
}

.menu-search svg{
  fill: var(--white);
}

.menu-search input::placeholder{
color: #fff;
}
/* menu-search */
/* header end */

/* hero start */
.hero{
  /* background: #fff url(https://panovalighting.com/wp-content/uploads/2026/05/White-hero-bg.png) no-repeat top; */
  background-size: cover;
  box-shadow: 3px 1px 7px 0px #e1e1e1eb;
}
.page-hero{
  background: #fff url(https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/hero-bg.webp) no-repeat top;
  background-size: cover;
  box-shadow: none !important;  
padding: 40px 0;
}


.hero .hero-img::after{
  background: url("https://panovalighting.com/wp-content/uploads/2026/05/hero-bg3.png") no-repeat top;
  background-size: cover;
}

.hero .hero-img .circle-img::before{
      background: url("https://panovalighting.com/wp-content/uploads/2026/05/circle-img.png") no-repeat top;
      background-size: cover;
}


.hero-title{
  font-size: 42px;
  line-height: 1.2;
  color: var(--light-text-color);
  text-transform: capitalize;
}

.hero-title span{
  color: var(--black);
}

/* Homepage hero only â€” index.html */
.home .camrelo-hero {
  position: relative;
  overflow: hidden;
  background: #f5f5f4;
  box-shadow: none;
  /* padding-top: clamp(32px, 4vh, 56px); */
}

.home .camrelo-hero__fx {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 72%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.85) 88%, transparent 100%);
}

.home .camrelo-hero__fx-layer {
  position: absolute;
  inset: 0;
}

.home .camrelo-hero__fx-layer--grid {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.028) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: camrelo-hero-grid-drift 28s linear infinite;
}

.home .camrelo-hero__fx-layer--blueprint {
  opacity: 0.55;
  background-image:
    repeating-linear-gradient(
      -52deg,
      transparent,
      transparent 72px,
      rgba(0, 0, 0, 0.016) 72px,
      rgba(0, 0, 0, 0.016) 73px
    ),
    radial-gradient(circle at 78% 22%, transparent 58px, rgba(0, 0, 0, 0.02) 59px, transparent 60px),
    radial-gradient(circle at 78% 22%, transparent 98px, rgba(0, 0, 0, 0.018) 99px, transparent 100px),
    radial-gradient(circle at 78% 22%, transparent 138px, rgba(0, 0, 0, 0.014) 139px, transparent 140px);
}

.home .camrelo-hero__fx-layer--scanlines {
  opacity: 0.45;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 4px,
    rgba(0, 0, 0, 0.014) 4px,
    rgba(0, 0, 0, 0.014) 5px
  );
  background-size: 100% 5px;
  animation: camrelo-hero-scanlines 12s linear infinite;
}

.home .camrelo-hero__fx-radar {
  position: absolute;
  background: url("images/newsletter-radar-light.svg") no-repeat center / contain;
  opacity: 0.5;
  filter: grayscale(1);
  animation: camrelo-hero-radar-pulse 6s ease-in-out infinite;
}

.home .camrelo-hero__fx-radar--1 {
  top: -6%;
  right: 8%;
  width: min(360px, 38vw);
  height: min(360px, 38vw);
}

.home .camrelo-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.home .camrelo-hero__row {
  align-items: stretch;
  width: 100%;
  min-height: clamp(550px, 72vh, 700px);
}

.home .camrelo-hero__col-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(24px, 3vh, 40px);
  padding-bottom: clamp(32px, 4vh, 56px);
}

.home .camrelo-hero .hero-content {
  text-align: left;
}

.home .camrelo-hero__col-content::before {
  content: "";
  position: absolute;
  inset: -20px 38% -20px -20px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(245, 245, 244, 0.78) 0%,
    rgba(245, 245, 244, 0.42) 48%,
    transparent 100%
  );
}

@keyframes camrelo-hero-grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 48px 48px, 48px 48px;
  }
}

@keyframes camrelo-hero-scanlines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 20px;
  }
}

@keyframes camrelo-hero-radar-pulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(1);
  }
  50% {
    opacity: 0.58;
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .camrelo-hero__fx-layer--grid,
  .home .camrelo-hero__fx-layer--scanlines,
  .home .camrelo-hero__fx-radar {
    animation: none;
  }
}

.home .camrelo-hero .hero-img::after,
.home .camrelo-hero .hero-img .circle-img::before {
  display: none;
}

.home .camrelo-hero__col-visual {
  display: flex;
  padding-right: 0;
}

.home .camrelo-hero__visual {
  position: relative;
  flex: 1;
  min-height: 100%;
  margin-right: calc(50% - 50vw);
  width: calc(100% + (50vw - 50%));
  display: flex;
  justify-content: flex-end;
}

.home .camrelo-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(550px, 72vh, 700px);
  object-fit: cover;
  object-position: left center;
}

/* Homepage hero â€” iPad & mobile: no image, dark textured background */
@media (max-width: 1024px) {
	
	.product-sec-content.grid-80{
		grid-template-columns: auto !important;
	}
	
	.product-slider-footer{
		margin-left: unset !important
	}
	
  .home .camrelo-hero {
    background-color: #16181c;
    background-image: url("https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .home .camrelo-hero__col-visual {
    display: none;
  }

  .home .camrelo-hero__row {
    min-height: 0;
  }

  .home .camrelo-hero__col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home .camrelo-hero__fx {
    width: 100%;
    mask-image: none;
    background-image:
      radial-gradient(circle at 14% 22%, rgba(251, 98, 49, 0.09) 0%, transparent 42%),
      radial-gradient(circle at 88% 78%, rgba(251, 98, 49, 0.06) 0%, transparent 38%);
  }

  .home .camrelo-hero__fx::after {
    content: "";
    position: absolute;
    left: -6%;
    bottom: -10%;
    width: min(210px, 36vw);
    height: min(210px, 36vw);
    background: url("images/newsletter-radar.svg") no-repeat center / contain;
    opacity: 0.45;
    pointer-events: none;
  }

  .home .camrelo-hero__fx-layer--grid {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    opacity: 0.9;
  }

  .home .camrelo-hero__fx-layer--blueprint {
    opacity: 0.65;
    background-image:
      repeating-linear-gradient(
        -52deg,
        transparent,
        transparent 72px,
        rgba(255, 255, 255, 0.035) 72px,
        rgba(255, 255, 255, 0.035) 73px
      ),
      radial-gradient(circle at 90% 18%, transparent 52px, rgba(255, 255, 255, 0.05) 53px, transparent 54px),
      radial-gradient(circle at 90% 18%, transparent 92px, rgba(255, 255, 255, 0.04) 93px, transparent 94px),
      radial-gradient(circle at 10% 82%, transparent 44px, rgba(251, 98, 49, 0.12) 45px, transparent 46px),
      radial-gradient(circle at 10% 82%, transparent 78px, rgba(255, 255, 255, 0.035) 79px, transparent 80px);
  }

  .home .camrelo-hero__fx-layer--scanlines {
    opacity: 0.55;
    background-image:
      repeating-linear-gradient(
        0deg,
        transparent,
        transparent 3px,
        rgba(0, 0, 0, 0.14) 3px,
        rgba(0, 0, 0, 0.14) 4px
      ),
      repeating-linear-gradient(
        0deg,
        transparent,
        transparent 4px,
        rgba(255, 255, 255, 0.02) 4px,
        rgba(255, 255, 255, 0.02) 5px
      );
    background-size: 100% 4px, 100% 5px;
  }

  .home .camrelo-hero__fx-radar {
    filter: none;
    background-image: url("images/newsletter-radar.svg");
    opacity: 0.5;
  }

  .home .camrelo-hero__fx-radar--1 {
    top: -4%;
    right: -4%;
    width: min(280px, 40vw);
    height: min(280px, 40vw);
    opacity: 0.5;
  }

  .home .camrelo-hero .hero-title span {
    color: #fff;
  }

  .home .camrelo-hero .hero-title {
    color: rgba(255, 255, 255, 0.62);
  }

  .home .camrelo-hero .hero-content p {
    color: rgba(255, 255, 255, 0.78);
  }

  .home .camrelo-hero__col-content::before {
    inset: -12px -8px;
    background: linear-gradient(
      165deg,
      rgba(16, 18, 22, 0.72) 0%,
      rgba(16, 18, 22, 0.42) 55%,
      transparent 100%
    );
  }
	
	#fetchFaqs input{
		min-width: 100% !important;
	}
	
	.tabsCon .scroll-box{
		overflow: auto;
    	flex-wrap: unset;
    	white-space: nowrap;
    	justify-content: start;
	}
	
	.faqTab .flex-tabs button {
    	padding: 10px 20px;
		font-size: 14px !important
	}
	
}

/* Homepage hero â€” iPad typography */
@media (min-width: 768px) and (max-width: 1024px) {
  .home .camrelo-hero {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .home .camrelo-hero__col-content {
    padding-top: 16px;
    padding-bottom: 20px;
    justify-content: center;
  }

  .home .camrelo-hero .hero-title {
    font-size: clamp(34px, 4.1vw, 40px);
    line-height: 1.18;
    margin-bottom: 16px;
  }

  .home .camrelo-hero .hero-content p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home .camrelo-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .home .camrelo-hero__row {
    row-gap: 0;
  }

  .home .camrelo-hero__col-content {
    padding-top: 8px;
    padding-bottom: 12px;
    justify-content: flex-start;
  }

  .home .camrelo-hero .hero-title {
    font-size: clamp(28px, 7.2vw, 34px);
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .home .camrelo-hero .hero-content p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .home .camrelo-hero .pb-btn-text {
    font-size: 12px;
    padding-inline: 18px;
  }

  .home .camrelo-hero__fx-radar--1 {
    top: auto;
    bottom: -14%;
    right: -12%;
    width: min(200px, 56vw);
    height: min(200px, 56vw);
    opacity: 0.42;
  }

  .home .camrelo-hero__fx::after {
    left: -10%;
    bottom: 8%;
    width: min(160px, 44vw);
    height: min(160px, 44vw);
    opacity: 0.38;
  }

  .home .camrelo-hero__fx-layer--scanlines {
    opacity: 0.5;
  }
}

/* Homepage sections â€” tablet & mobile spacing & type */
@media (max-width: 1024px) {
  .home .sec-space {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .home .sec-h,
  .home .camrelo-sec-head .camrelo-sec-title {
    font-size: clamp(28px, 3.8vw, 34px);
    line-height: 1.25;
  }

  .home .camrelo-sec-head {
    margin-bottom: 24px;
  }

  .home .camrelo-about-block {
    padding: 28px 20px;
  }
}

@media (max-width: 767px) {
  .home .sec-space {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home .sec-h,
  .home .camrelo-sec-head .camrelo-sec-title {
    font-size: clamp(24px, 6.2vw, 28px);
  }

  .home .camrelo-sec-head {
    margin-bottom: 20px;
    padding-left: 16px;
  }

  .home .camrelo-about-block {
    padding: 24px 16px 16px;
  }

  .home .camrelo-about-aside {
    min-height: 0;
    padding-bottom: 0;
    gap: 16px;
  }

  .home .camrelo-about-graphic {
    width: 110px;
    right: 0;
    bottom: 0;
    opacity: 0.22;
  }

  .home .camrelo-about-sec-head {
    margin-bottom: 0;
    padding-top: 0;
  }

  .home .camrelo-about-sec .about {
    gap: 24px;
  }

  .home .camrelo-about-sec .about-gallery {
    margin-top: 20px;
  }

  .home .camrelo-about-sec .about-left-gallery {
    margin-top: 0;
  }

  .home .hero-content p,
  .home .about-content p,
  .home .product-sec-content p {
    font-size: 15px;
    line-height: 1.55;
  }

  .home .mid-w-content {
    margin-bottom: 28px;
  }

  .home .pn-button-wrapper .pb-btn-text {
    font-size: 12px;
  }
}

/* hero end */

/* button start */
.pn-button-wrapper a,button.pn-button-wrapper{
transition: var(--transition);
}

.pn-btn-icon{
background-color: var(--black);
border-radius: 54px;
  transition: var(--transition);
}

.pb-btn-text{
  background-color: var(--black);
  color: var(--white);
  border-radius: 49px;
  font-weight: var(--font-600);
  text-transform: uppercase;
  font-size: 14px;
}


.w-btn{
  --black:var(--white);
}
.w-btn .pb-btn-text{
  color: #000000;
}
.w-btn .pn-btn-icon svg{
  fill: #000000;
}
/* button end */

.toggle-open svg{
  fill: var(--black);
}

.home .toggle-open svg{
  /* fill: var(--white); */
}

.home .toggle-open{
  /* color: var(--white); */
}

/* about start */
.sub-heading{
  background-color: #F0F0F0;
  border: 1px solid var(--border-color);
  border-radius: 40px;
  font-weight: var(--font-600);
  font-size: 15px;
  text-transform: capitalize;
}


.sec-h{
  font-size: 36px;
  font-weight: var(--font-700);
  text-transform: capitalize;
  line-height: 1.3;
}

.sec-h span{
  color: var(--light-text-color);
}

.common-link{
  font-weight: var(--font-600);
  color: var(--black);
}

.common-link svg{
  fill: var(--black);
  transition: var(--transition);
}

.common-link:hover svg{
  fill: var(--primary-color);
}
.common-link:hover{
 color: var(--primary-color);
}

.shape-icon::before{
  background: url("https://panovalighting.com/wp-content/uploads/2026/05/shape-icon.webp") no-repeat center;
  background-size:contain;
}
/* about end */


/* partner section start */
.partners-sec{
  background-color: var(--black);
  color: white;
}

/* scroll */

.marquee-list {
  background-color: #000000e8;
  font-size: var(--fs-18);
  color: var(--color-white);
}
/* partner sec end */

/* product section start */

.line-sep::after{
  background: url("https://panovalighting.com/wp-content/uploads/2026/05/line-sep.webp") no-repeat center;
  background-size: contain;
}
/* product section end */

/* product slider start */

  .product-card{
	  background: var(--white);
      border: 1px solid #DADADA;
  }

  .product-card img{
  border-radius: 2px;
  }

  .product-card:hover .product-arrow{
      background-color: var(--primary-color);
  }

  .product-h{
      font-size: 22px;
      font-weight: var(--font-500);
  line-height: 1.5;
  } 

  .product-h a{
      color: var(--black);
  }


  .product-arrow{
  background-color: var(--black);
  border-radius: 50px;
flex-shrink:0;
}
  

/* partners project */
.mid-w-content{
  text-align: center;
}


/* partner project section start */

.portfolio-title a{
  font-size: 32px;
  color: var(--black);
}


.portfolio__slider-2-pagination .swiper-pagination {
  left: calc(100% - 90px) !important;
  width: 90px !important;
  bottom: unset !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
}

.portfolio__slider-2-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.582);
}

.portfolio__slider-2-pagination .swiper-pagination-bullet span {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--black);
  border-radius: 100%;
}

.portfolio__slider-2-pagination .circle-progress {
  fill: #fff;
}

.circle-origin {
  fill: transparent;
  stroke:var(--black);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 156px;
  stroke-dashoffset: 156px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 5s backwards;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 156px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -156px;
  }
}
/* partner project section end */

/* catalogue start */

.catalogus-sec-left{
  background: var(--black) url("https://panovalighting.com/wp-content/uploads/2026/05/cat-bg.webp") no-repeat bottom left;
  background-size: 242px;
}

.catalogus-sec-left .sec-h{
  color: var(--white);
}
/* catalogue end */


/* blog start */
.blog-title{
  font-size: 20px;
  font-weight: var(--font-700);
  line-height: 1.4;
  color: var(--black);
}
.blog-title:hover{
  text-decoration: underline;
}

.blog-details {
  color: #454545;
  font-size: 14px;
}

.blog-details li a{
  color: #454545;
}

.blog-img{
  border-radius: 10px;
  overflow: hidden;
}

.img-placeholder{
aspect-ratio: 16 / 9;
  background: #ccc;
}
/* blog end */


/* why choose us start */
.why-choose-us{
  background:url("https://panovalighting.com/wp-content/uploads/2026/05/light-bg.webp") no-repeat center;
  background-size: cover;
}

.why-choose-profile{
  background: #333333 url("https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/Why-Camrelo-is-the-Best-Choice-for-You-logo-1.webp") no-repeat bottom left;
  background-size: contain;
}


.why-choose-profile::after{
  border-bottom: 35px solid #676565;
}

.why-choose-profile::before{
  border-top: 36px solid #676565;
}

.why-choose-card{
  background-color: var(--white);
}

.why-choose-title{
  font-size: 18px;
  line-height: 1.6;
}

/* why choose us end */


/* newsletter start */
.news-letter{
  background: var(--primary-color) url(https://panovalighting.com/wp-content/uploads/2026/05/newsletter-bg.webp) no-repeat center;
  background-size: cover;
}

.news-letter-h{
  color: var(--white);
  font-size: 32px;
  font-weight: var(--font-700);
  line-height: 1.3;
  text-transform: capitalize;
}

.newletter-form input{
  padding-left: 28px;
  border-radius: 52px;
}
/* newsletter end */

/* footer start */
.footer{
  background-color: var(--black);
}

.footer-social-links{
  border: 1px solid var(--border-color);
}

.footer-social-links li:last-child{
  border-bottom: none;
}

.footer-social-links li a{
  color: var(--light-text-color);
}

.footer-social-links li a:hover{
  color: var(--white);
}

.talk-h{
  font-size: 80px;
  font-weight: var(--font-800);
  text-shadow: -1px -1px 0 #ffffff70, 1px -1px 0 #ffffff70, -1px 1px 0 #ffffff70, 1px 1px 0 #ffffff70;
  color: #000000;
}

.contact-icon{
  background-color: #202020;
}

.contact-details li a{
  color: var(--light-text-color);
}
.contact-details li a:hover{
  color: var(--white);
}

.footer-bottom{
  border-top: 1px solid var(--border-color);
  padding-block: 35px;
}

.footer-links a{
color: var(--light-text-color);
text-transform: uppercase;
line-height: 1.6;
}

.footer-links a:hover{
color: var(--white)
}

/* footer end */


  /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
background: #1a1a1a;
border-radius:10px 0 0 10px;
}
.back-to-top i {
font-size: 16px;
color: #fff;
line-height: 0;
font-weight: 400;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

.back-to-top  svg:not(:root) {
  overflow: visible;
  width: 1em;
  height: 1em;
  position: relative;
}

.back-to-top span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.back-to-top svg {
  transform: rotate(-90deg);
  font-size: 13px;    
  fill: #fff;
}

.back-to-top:before {
  right: 0;
  left: initial;
  border-radius: 0;
  border-bottom-right-radius: 15px;
  box-shadow: 0 15px 0 0 #1a1a1a;
  top: -30px;
  bottom: initial;
}


.back-to-top:before, .back-to-top:after {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 30px;
  width: 15px;
}

.back-to-top:after {
  right: 0;
  left: initial;
  border-radius: 0;
  border-top-right-radius: 15px;
  box-shadow: 0 -15px 0 0 #1a1a1a;
  top: initial;
  mask: none;
  bottom: -30px;
  background: none;
  padding: 0;
}

/* contact us start */

.contact-form{
  background: #f3f3f3;
}

.contact-form :is(input,textarea){
  font-size: 16px;
  border: 1px solid var(--border-color);
}

.contact-form :is(input,textarea)::placeholder{
  font-size: 15px;
}

.contact-pg-info a{
color: var(--light-text-color);
line-height: 1.6;
}

.contact-pg-info a:hover{
color:var(--primary-color);
}
 
/* contact us end */


/* rotate animation start */
@keyframes spin{
  from {
    transform: rotate(0deg);   
  }
  to {
    transform: rotate(360deg);
  }
}
/* rotate animation end */
  .pg-header{
      background-color: var(--light-text-color);
  }

  .pg-header .container span a{
      font-size: 16px;
  color:var(--white);
  }

  .about-bg{
      background: #2d2a2a url(https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/bg.png) no-repeat top;
  }

  .about-bg .container,
.about-bg .container p{
      color: var(--white);
  }

  .page-title{
      font-size: 40px;
  text-transform: capitalize;
  text-align:center;
  line-height:1.3;
  }

.product-info td,.product-info th {
text-align: left;
padding: 8px;
}

.product-info tr:nth-child(even) {
background-color: #f1f1f1;
}

.product-info {
  border-collapse: collapse;
}

.vrt-btn {
  background: var(--black);
  border-radius: 2px;
  color:var(--white);
  font-size: 15px;
  transform: translateY(-40px);
}

.vrt-btn svg {
  font-size: 13px;
  fill: #fff;
}

.product-card:hover .vrt-btn{
  transform: translateY(0px);
}

/* custom start */
/* Lightbox modal styles */
.lightbox {
background-color: rgba(0,0,0,0.8);
}

/* Close button */
.lightbox-close {
color: #fff;
font-size: 40px;
font-weight: bold;
}


.product-img{
cursor: zoom-in;
}
/* custom end */

/* mega menu */
.mega-dropdown{
  padding: 20px !important;
  display: grid !important;
  grid-template-columns: auto auto auto auto;
}

.dropdown .mega-dropdown {
     width: 829px;
  top: 25px;
  position: absolute;
  left: -350px;
}

.mega-dropdown a,.menu-title{
  min-width: 170px;
  list-style: none;
/*     display: block; */
}


.mega-menu a{
   padding: 11px 20px;
}
.mega-menu a:hover{ 
  background: #ebebeb;
}

.mega-dropdown>li.dropdown>a{
  font-weight: var(--font-600);
  font-size: 16px !important;
  margin-bottom: 15px;
width:fit-content;
position:relative;
}

.mega-dropdown li.dropdown ul{
  display: block;
  position: relative;
  visibility: visible;
  transform: scale(1);
  left: 0;
  top: 0;
  padding: 0;
  box-shadow: unset;
}

.mega-dropdown li.dropdown ul li{
  padding-inline-start: 0;
}

.mega-dropdown li.dropdown{
  display: block;
}

.product-card h3{
	margin-bottom: 0 !important
}

.fs-20 {
  font-weight: var(--font-600);
  font-size: 20px !important;
}

/* single page start */
.single-product-img img{
  width: 100%;
  border-radius: 4px;
}

.single-product-img{
  position: sticky;
  top: 100px;
display:grid;
gap:20px;
}

.poduct-title{
  font-size: 26px !important;
/*   color: var(--white); */
/*   padding-inline: 16px; */
}

.all-page  h2.poduct-title{
  margin-bottom:0 !important;
}

.product-head {
/*   background: var(--primary-color); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

/* .product-head a{
  background: var(--black);
  height: 100%;
  padding: 20px 30px;
  color: var(--white);
  gap:10px;
  display: flex;
}
.product-head a:hover{
  background: #202020;
} */

/* table start */

table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
color: var(--black) !important;
margin-bottom: 25px;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 16px;
/*   width: 100px; */
line-height: 1.5;
}

tr:nth-child(even) {
background-color: #f3f3f3;
}
tr:first-of-type {
background-color: #ffe1d7;
}

.product-table{
width:100%;
overflow-x:auto;
margin-bottom:20px;
}

/* table end */

.all-page ul{
  margin-bottom: 25px;
}

.all-page ul li {
  list-style-type: square;
}

.all-page ol li, .all-page ul li {
  line-height: 2.2;
  font-weight: var(--font-500);
  color: var(--light-text-color);
}

.all-page ul li::marker {
  color: var(--primary-color);
}

/* single page end */

.whatsapp_float {
  position: fixed;
  right: 15px;
  bottom: 12px;
  z-index: 996;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* page not found start */
.message-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.message-sec img{
margin-bottom:10px;
}

.pagination {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 100%;
margin-top:40px;
}

.pagination a.page-numbers, .pagination span.page-numbers.current {
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 38px;
  z-index: 1;
}

.pagination a.page-numbers {
  background: #e7e7e7;
  color: #000;
}

.pagination span.page-numbers.current{
color: #fff;
}

.pagination a.page-numbers:after, .pagination a.page-numbers:before, span.page-numbers.current:after, span.page-numbers.current:before {
  background-color: var(--primary-color);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: .3s;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
}

.pagination a.page-numbers:after, span.page-numbers.current:after {
  bottom: 0;
  top: auto;
}

span.page-numbers.current:after, span.page-numbers.current:before {
  color: #fff;
/*     height: 0;
  top: 0; */
}

.pagination a.page-numbers:focus, .pagination a.page-numbers:hover {
  background: #fff;
  border: none;
  color: #fff;
}

.pagination a.page-numbers:focus:after, .pagination a.page-numbers:focus:before, .pagination a.page-numbers:hover:after, .pagination a.page-numbers:hover:before, .pagination span.current:after, .pagination span.current:before, .pagination span.current:hover:after, .pagination span.current:hover:before {
  height: 70%;
}

/* single blog page start*/
.single-page-hero.camrelo-blog-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 75px;
  background-color: #1c1c1c;
  background-image: url("https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.camrelo-blog-hero__fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.12) 3px,
      rgba(0, 0, 0, 0.12) 4px
    ),
    radial-gradient(circle at 15% 25%, rgba(251, 98, 49, 0.07) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(251, 98, 49, 0.05) 0%, transparent 40%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 4px, 100% 100%, 100% 100%, 48px 48px, 48px 48px;
}

.camrelo-blog-hero__content {
  position: relative;
  z-index: 1;
}

.single-page-hero.camrelo-blog-hero h1 {
  margin-bottom: 24px;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.25;
}

.single-page-hero{
padding-block: 75px;
  background: #ffefea;
}

.single-page-hero h1{
margin-bottom: 24px;
}

.flex-author{
color:var(--primary-color);
}

/* Blog single â€” rich meta row */
.camrelo-blog-hero .camrelo-blog-meta {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}

.camrelo-blog-hero .camrelo-blog-meta .cbm-item strong {
  color: var(--white);
}

.camrelo-blog-hero .camrelo-blog-meta .cbm-sep {
  color: rgba(255, 255, 255, 0.25);
}

.camrelo-blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 14px 22px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.camrelo-blog-meta .cbm-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.camrelo-blog-meta .cbm-item strong {
  font-weight: 600;
  color: #333;
}

.camrelo-blog-meta .cbm-item svg {
  flex-shrink: 0;
  color: var(--primary-color);
}

.camrelo-blog-meta .cbm-sep {
  color: #d5d5d5;
  font-size: 14px;
  line-height: 1;
  user-select: none;
}

@media (max-width: 991px) {
  .single-page-hero {
    padding-block: 52px 44px;
  }

  .single-page-hero.camrelo-blog-hero {
    padding-block: 52px 44px;
  }

  .single-page-hero h1 {
    margin-bottom: 20px;
    padding-inline: 8px;
  }

  .camrelo-blog-meta {
    width: 100%;
    max-width: 640px;
    padding: 12px 18px;
    gap: 10px 14px;
  }
}

@media (max-width: 767px) {
  .single-page-hero {
    padding-block: 40px 32px;
  }

  .single-page-hero.camrelo-blog-hero {
    padding-block: 40px 32px;
  }

  .single-page-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.3;
    padding-inline: 4px;
  }

  .camrelo-blog-meta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding: 4px 16px;
    gap: 0;
    text-align: left;
  }

  .camrelo-blog-meta .cbm-sep {
    display: none;
  }

  .camrelo-blog-meta .cbm-item {
    width: 100%;
    white-space: normal;
    justify-content: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
  }

  .camrelo-blog-meta .cbm-item:last-child {
    border-bottom: none;
    padding-bottom: 12px;
  }
  .camrelo-blog-hero .camrelo-blog-meta .cbm-item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 480px) {
  .camrelo-blog-meta {
    font-size: 13px;
    padding: 4px 14px;
  }

  .camrelo-blog-meta .cbm-item {
    padding: 10px 0;
    gap: 8px;
  }

  .camrelo-blog-meta .cbm-item svg {
    width: 13px;
    height: 13px;
  }
}

:is(.accordion, .accordions) details {
  border: 1px solid #b4c8c3;
  background-color: var(--white);
  border-radius: 4px;
margin-bottom: 10px;
}


:is(.accordion, .accordions) summary {
  margin-bottom: 2px;
  padding: 20px;
}

:is(.accordion, .accordions) :is(summary, summary h3) {
  font-size: 18px;
  font-weight: 700;
	line-height:1.5;
	cursor: pointer;
	 display: flex;
  gap: 15px;
}

:is(.accordion, .accordions) summary:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.787 9.688a.626.626 0 0 1 .54.7l-.454 3.507a.626.626 0 0 1-1.24-.16l.26-2.011-5.734 4.42a.624.624 0 1 1-.763-.99l5.733-4.42-2.01-.26a.626.626 0 0 1 .16-1.24l3.506.453z' fill='%23000'/%3E%3C/g%3E%3Cpath stroke='%23000' stroke-width='.028' d='m13.34 19.971 7.896-6.087-6.088-7.896-7.896 6.087z'/%3E%3Ccircle cx='13.945' cy='13' r='12.5' stroke='%23000'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m13.336 19.99 7.918-6.104-6.104-7.918-7.918 6.104z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain
}
:is(.accordion,.accordions) summary:after {
  content: "";
  height: 25px;
  margin-left: auto;
  width: 25px;
flex-shrink:0;
}

.content {
  padding: 16px 23px 14px;
  background-color: #ffefea;
}


@media (min-width: 1025px) {

   .dropdown ul {
      left: -15px;
       top: 36px;
  }


    .dropdown:hover>ul{
      transform: scaleY(1);
      visibility: visible;
      opacity: 1;
      border-radius: 10px;
  } 

      .dropdown {
      display: flex;
      align-items: center;
      gap: 6px;
      justify-content: space-between;
  }

.mega-dropdown .dropdown:after{
  display:none !important;
}

.mega-dropdown>li.dropdown>a:after,.mega-dropdown>li.dropdown>a:before{
 content: "";
  position: absolute;
    left: 0;
}

.mega-dropdown>li.dropdown>a:after{
  width: 27%;
  height: 4px;
  bottom: -14px;
  background: var(--primary-color);
}

.mega-dropdown>li.dropdown>a:before{  
  width: 100%;
  height: 1px;
  bottom: -13px;
  background: #e9e9e9;
}

.mega-dropdown li.dropdown ul{
  margin-top:15px;
}
}


@media (max-width: 1024px) {

  .header nav {
      background: var(--white);
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      transform: translateX(-101%);
      transition: all .2s;
      width: 300px;
      z-index: 10;
  overflow-y:auto;
  }
  
  .header nav ul {
      display: block;
      padding: 50px 30px 30px;
  }
  

  .left-header{
      display: flex;
  }

  .toggle-slide-btn{
      display: block;
      width: 200px;
  }

  .header nav ul li{
      margin-bottom: 10px;
      padding: 10px 0 0;
  }

  .cancel-btn {
      position: fixed;
      right: 9%;
      top: 20px;
      z-index: 1;
  }

      .show-ul {
      transform: translate(0%) !important;
  }

      .header ul li.showMenu>ul {
      display: block !important;
      margin-top: 15px;
      opacity: 1;
      transform: translateX(0);
      visibility: visible;
      position: relative;
  }

.dropdown .mega-dropdown{
  width:100%;
  top:0;
  left:unset;
}

  .header ul .dropdown ul {
  visibility: hidden;
  margin: 0;
  z-index: 99;
  transform-origin: top;
  transform: scale(0);
  padding: 10px;
}

.catalogus-sec{
  grid-template-columns: 50% auto;
}

.partners-sec .shape{
  width: 130px;
  height: 100%;
  object-fit: cover;
}

.portfolio__slide-2{
  grid-template-columns: 50% auto;
}

.portfolio__slide-2{
  gap: 30px;
}

.hero-title{
  font-size: 42px;
}

.sec-h{
  font-size: 36px;
}

.mid-w-content {
  width: 56%;
}

.talk-h{
  font-size: 50px;
}

.hero .hero-img::after{
display: none;
}

.hero:not(.camrelo-hero){
  height: 620px;
}

.why-choose-us{
  grid-template-columns: 2% auto;
}
.toggle-open svg{
  fill: var(--black) !important;
}
.toggle-open{
  color: var(--black) !important;
}

.about-content .sub-heading{
  margin-bottom: 30px;
}

.sec-space{
  margin-top: 60px;
  margin-bottom: 60px;
}

  .hero .hero-img .circle-img::before{
      width: 120px;
      height: 120px;
      bottom: 0;
      right: 10px;
      left: unset;
  }

      .dropdown::after, .dropdown .dropdown::after {
   position: absolute;
  right: 0;
  top: 10px;
  }

.mega-dropdown li.dropdown ul{
  display:inline-block;
  position:absolute;
}

}


@media (max-width: 768px) {
      .product-sec-content{
          grid-template-columns: auto;
          gap:20px;
      }

      .why-choose-content{
          padding: 0;
      }

      .mid-w-content{
          width: 60%;
      }

      .footer-social-links {
  display: grid;
  grid-template-columns: 50% 50%;
}

      .footer-social-links li{
          border: 1px solid var(--border-color);
      }

      .footer-right{
          padding-inline: 0;
      }

  .about{
      grid-template-columns: auto;
      gap:30px;
  }

  .sec-h{
      font-size: 32px;
  }

 
  .hero:not(.camrelo-hero){
      height: 100%;
      padding-top: 36px;
      padding-bottom: 36px;
  }

  .sec-space{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .footer .company-about{
      padding-top: 40px;
  }

  .footer-links{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  border-block: 1px solid var(--border-color);
  padding-block: 30px;
}

.footer-bottom{
  padding-top: 0;
  border: unset;
}

.circle-img{
  text-align: left;
}

.product-sec-content{
  margin-bottom: 25px;
}

.hero-title{
  font-size: 36px;
}
.page-title{
  font-size: 32px;
}


.blog-img img{
height:100%;
}

.img-placeholder{
aspect-ratio: 16 / 9;
}

.pg-header{
  height:200px;
}

.single-product-img{
  grid-template-columns:auto auto;
}

.single-page-hero{
padding-block: 40px;
  background: #ffefea;
}

.single-page-hero.camrelo-blog-hero {
  padding-block: 52px 44px;
  background-color: #1c1c1c;
  background-image: url("https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

 
}

@media (max-width: 600px) {
.why-choose-us{
      grid-template-columns:auto;
  }

  .why-choose-profile{
      display: none;
  }

  .why-choose-us{
      background:unset;

  }

  .why-choose-card{
     padding: 35px 15px;
      background: #f7f7f7de;
  }

  .why-choose-us{
      padding-block:0;
  }

  .mid-w-content{
      width: 100%;
      margin-bottom: 35px;
  }

  .catalogus-sec{
              grid-template-columns:auto;
  }

  .shape-icon::before{
      bottom: 0;
  }
  .shape-icon::before{
  width: 70px;
  height: 70px;
  }

  .hero-title{
      font-size: 34px;
  }

  .line-sep::after{
      background:unset;
  }

   .hero .hero-img img{
      border-radius: 0 0 146px;
      height: 300px;
      width: 100%;
      object-fit: cover;
  }

  .newletter-form{
      grid-template-columns: auto;
      gap:16px;
  }

  .newletter-form input{
      padding: 18px 25px;
  }

  .news-letter{
      padding-block: 35px;
  }

  .footer-links{
     grid-template-columns: 1fr 1fr;
  }

 .hero .hero-img .circle-img::before{
      width: 100px;
      height: 100px;
  }

  .partners-sec .shape{
      display: none;
  }

  .portfolio__slide-2{
      grid-template-columns: auto;
  }

  .portfolio__slide-2 .slide-content{
      padding-inline: 0;
  }

  .slide-img img{
      height: 300px;
      width: 100%;
      object-fit: cover;
  }

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

  .portfolio__slider-2-pagination{
      display: none;
  }

   .column-md-reverse{
      flex-direction: column-reverse;
  }

  .menu-search form{
      width: 80%;
  }

  .toggle-slide-btn,.toggle-open{
      width: fit-content;
  }

  .toggle-open span,  .contact-pg .shape-icon::before{
      display: none;
  }

.product-head{
  flex-direction:column;
  align-items:flex-start;
  background:transparent;
  gap:16px;
}
.poduct-title{
  padding-inline:0;
  color:#000 !important;
}
.product-head a{
      padding: 15px 15px;
}
.contact-form{
  padding:18px;
}

.all-page h1{
  font-size:32px;
}
  }

.flex-single-ath-profile img {
  border-radius: 50%;
margin-bottom:20px;
}

.ath-single-page {
  gap: 20px;
}

/* Author single page */
.camrelo-author-pg-header .camrelo-page-title span {
  color: var(--primary-color);
}

.camrelo-author-layout {
  align-items: flex-start;
}

.camrelo-author-card {
  position: relative;
  padding: 28px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #f8f8f7;
  text-align: center;
}

.camrelo-author-card__avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.camrelo-author-card__avatar-wrap img
  {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.camrelo-author-card__label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: var(--font-600);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.camrelo-author-card__name {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: var(--font-700);
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--black);
}

.camrelo-author-card__role {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: var(--font-600);
  color: #555;
}

.camrelo-author-card__meta {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid #e8e8e8;
  text-align: left;
}

.camrelo-author-card__meta li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.camrelo-author-card__meta li:last-child {
  margin-bottom: 0;
}

.camrelo-author-card__meta strong {
  color: var(--black);
  font-weight: var(--font-600);
}

.camrelo-author-bio p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
}

.camrelo-author-bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .camrelo-author-card {
    max-width: 360px;
    margin-inline: auto;
  }

  .camrelo-author-bio {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .camrelo-author-card {
    padding: 24px 20px;
  }

  .camrelo-author-card__name {
    font-size: 22px;
  }

  .camrelo-author-bio p {
    font-size: 15px;
    line-height: 1.55;
  }
}

.auth-social-follow ul li{
list-style:none;
}

.auth-social-follow ul {
padding-left:0;
}

.copywrite a{
color:#7f7f7f;
}
.copywrite a:hover{
color:var(--primary-color);
}



.dropdown::after,
.dropdown .dropdown::after {
background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 5.588 4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat;
transition: var(--transition);
content: "";
display: flex;
width: 16px;
height: 16px;
cursor: pointer;
}

.dropdown:hover::after{
  transform: rotate(180deg);
}

nav .menu li .active{
 color: var(--primary-color) !important;
}

.card-body {
  border: 1px solid #cdcdcd;
  padding: 22px;
  border-radius: 10px;
  display: grid;
  gap: 12px;
height:100%;
}

.service-cta {
  padding:30px;
  background: #968681 url(https://panovalighting.com/wp-content/uploads/2026/05/newsletter-bg.webp) no-repeat center;
  background-size: cover;
}

/* ===== Camrelo custom (merged from style.css) ===== */
/* Camrelo home â€” custom sections */

/* Header CTA â€” desktop only */
.header-right {
display: flex;
align-items: center;
gap: 24px;
}

.header-cta {
display: none;
}

@media (min-width: 1025px) {
.header-cta {
  display: block;
}

.header-cta a {
  display: inline-block;
  padding: 12px 22px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 49px;
  font-weight: var(--font-600);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
}

.header-cta a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.header-right .toggle-open {
  width: auto;
  flex-shrink: 0;
}
}

/* Section titles â€” security / surveillance accent */
.camrelo-sec-head {
position: relative;
padding: 6px 0 6px 22px;
margin-bottom: 28px;
}

.camrelo-sec-head::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-top: 2px solid var(--primary-color);
border-left: 2px solid var(--primary-color);
opacity: 0.9;
}

.camrelo-sec-head::after {
content: "";
position: absolute;
left: 22px;
bottom: 0;
width: 56px;
height: 2px;
background: linear-gradient(90deg, var(--primary-color), transparent);
}

.camrelo-sec-head .camrelo-sec-title {
margin: 0;
}

.camrelo-blog-layout {
  align-items: stretch;
}

@media (min-width: 992px) {
  .camrelo-blog-layout > .col-lg-4 {
    display: flex;
    flex-direction: column;
  }
}

.camrelo-blog-sidebar {
  flex-shrink: 0;
  width: 100%;
  padding-left: 24px;
}

.camrelo-blog-sidebar .camrelo-sec-title {
  font-size: 22px;
}

.camrelo-blog-sidebar .blog-title {
  font-size: 16px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cbsw-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cbsw-post-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.cbsw-post-item:first-child {
  padding-top: 0;
}

.cbsw-post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cbsw-post-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.cbsw-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cbsw-post-body {
  flex: 1;
  min-width: 0;
}

  .camrelo-blog-sidebar .blog-details {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 14px;
  }


  .camrelo-blog-sidebar .blog-content {
    gap: 5px !important;
  }

.cbsw-sidebar-cta-wrap {
  position: sticky;
  top: 88px;
  z-index: 2;
  width: 100%;
  padding-left: 24px;
  margin-top: 32px;
  align-self: flex-start;
}

.cbsw-sidebar-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: 24px 20px;
  border-radius: 12px;
  background-color: #0a0e12;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.18) 3px,
      rgba(0, 0, 0, 0.18) 4px
    ),
    linear-gradient(rgba(251, 98, 49, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 98, 49, 0.05) 1px, transparent 1px),
    radial-gradient(ellipse at center, rgba(251, 98, 49, 0.04) 0%, transparent 65%);
  background-size: 100% 4px, 24px 24px, 24px 24px, 100% 100%;
  border: 1px solid rgba(251, 98, 49, 0.18);
  box-shadow:
    inset 0 0 40px rgba(0, 0, 0, 0.45),
    0 8px 24px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.cbsw-sidebar-cta__fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

.cbsw-sidebar-cta__inner {
  position: relative;
  z-index: 1;
}

.cbsw-fx__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(251, 98, 49, 0.15) 20%, rgba(251, 98, 49, 0.75) 50%, rgba(251, 98, 49, 0.15) 80%, transparent 100%);
  box-shadow: 0 0 14px rgba(251, 98, 49, 0.45);
  animation: cbsw-scan 5s ease-in-out infinite;
}

.cbsw-fx__corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(251, 98, 49, 0.65);
  border-style: solid;
}

.cbsw-fx__corner--tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.cbsw-fx__corner--tr {
  top: 10px;
  right: 10px;
  border-width: 2px 2px 0 0;
}

.cbsw-fx__corner--bl {
  bottom: 10px;
  left: 10px;
  border-width: 0 0 2px 2px;
}

.cbsw-fx__corner--br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

.cbsw-fx__crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(251, 98, 49, 0.12);
  border-radius: 50%;
}

.cbsw-fx__crosshair::before,
.cbsw-fx__crosshair::after {
  content: "";
  position: absolute;
  background: rgba(251, 98, 49, 0.1);
}

.cbsw-fx__crosshair::before {
  top: 50%;
  left: -8px;
  right: -8px;
  height: 1px;
  transform: translateY(-50%);
}

.cbsw-fx__crosshair::after {
  left: 50%;
  top: -8px;
  bottom: -8px;
  width: 1px;
  transform: translateX(-50%);
}

.cbsw-fx__camera {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  color: rgba(251, 98, 49, 0.07);
}

@keyframes cbsw-scan {
  0% {
    top: 6%;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    top: 94%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cbsw-fx__scan {
    animation: none;
    top: 50%;
    opacity: 0.35;
  }
}

.cbsw-sidebar-cta__label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: var(--font-700);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cbsw-sidebar-cta__title {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 18px;
  font-weight: var(--font-700);
  line-height: 1.3;
}

.cbsw-sidebar-cta__text {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn a {
  width: 100%;
  max-width: 100%;
  --btn-width: 46px;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn .pb-btn-text {
  background-color: var(--primary-color);
  flex: 1;
  text-align: center;
  font-size: 12px;
  padding: 14px 12px;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn .pn-btn-icon {
  background-color: var(--primary-color);
  padding: 14px;
}

.cbsw-sidebar-cta__phone {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  text-decoration: none;
  transition: var(--transition);
}

.cbsw-sidebar-cta__phone:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .camrelo-blog-sidebar {
    padding: 40px 0 0;
  }

  .cbsw-sidebar-cta-wrap {
    position: static;
    top: auto;
    padding-left: 0;
  }

  .cbsw-sidebar-cta {
    margin-top: 0;
  }
}
.related-posts .camrelo-sec-title{
  font-size: 30px;
}
.camrelo-sec-head .sec-h span {
color: var(--primary-color);
}

.camrelo-sec-head--center {
display: inline-block;
padding: 18px 34px 20px;
text-align: center;
}

.camrelo-sec-head--center::before {
top: 0;
left: 0;
}

.camrelo-sec-head--center::after {
left: auto;
right: 0;
bottom: 0;
width: 20px;
height: 20px;
background: none;
border-bottom: 2px solid var(--primary-color);
border-right: 2px solid var(--primary-color);
}

.mid-w-content .camrelo-sec-head--center {
display: block;
}

@media (max-width: 991px) {
.camrelo-sec-head {
  padding-left: 18px;
}

.camrelo-sec-head--center {
  padding-inline: 24px;
}
}

/* Section header band â€” title text only, no panel background or borders */
.camrelo-sec-band,
.camrelo-sec-band.line-sep {
position: relative;
padding: 0 0 40px;
background: none;
background-color: transparent;
border: none;
}

.camrelo-sec-band::before,
.camrelo-sec-band::after,
.camrelo-sec-band.line-sep::after,
.camrelo-sec-band.shape-icon::before {
display: none;
content: none;
background: none;
border: none;
}

.camrelo-sec-band .container {
position: relative;
z-index: 1;
}

.camrelo-sec-band .product-sec-content,
.camrelo-sec-band .mid-w-content {
margin-bottom: 0;
text-align: left;
justify-items: start;
}

.camrelo-sec-band .product-sec-content:not(:has(> :is(p, div))) {
grid-template-columns: 1fr;
width: 100%;
max-width: none;
margin-inline: 0;
}

@media (max-width: 991px) {
.camrelo-sec-band {
  padding-bottom: 32px;
}
}

/* About section â€” surveillance accent panel */
.camrelo-about-aside {
position: relative;
min-height: 260px;
padding-bottom: 36px;
}

.camrelo-about-aside.shape-icon::before {
display: none;
}

.camrelo-about-graphic {
position: absolute;
right: -10px;
bottom: -18px;
width: min(210px, 95%);
opacity: 0.55;
pointer-events: none;
z-index: 0;
}

.camrelo-about-graphic svg {
width: 100%;
height: auto;
}

.camrelo-about-sec-head {
position: relative;
z-index: 1;
padding-top: 4px;
}

.camrelo-about-aside .common-link {
position: relative;
z-index: 1;
}

.camrelo-about-shape {
position: absolute;
right: 0;
bottom: 0;
width: 92px;
height: 88px;
z-index: 2;
pointer-events: none;
}

.camrelo-about-shape::before,
.camrelo-about-shape::after {
content: "";
position: absolute;
bottom: 0;
}

.camrelo-about-shape::before {
right: 42px;
width: 44px;
height: 88px;
border-radius: 44px 0 0 44px;
background: var(--primary-color);
}

.camrelo-about-shape::after {
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 88px 42px;
border-color: transparent transparent var(--black) transparent;
}

@media (max-width: 991px) {
.camrelo-about-block {
  padding: 32px 22px;
}

.camrelo-about-aside {
  min-height: auto;
  padding-bottom: 32px;
}

.camrelo-about-graphic {
  width: 170px;
  right: 0;
  bottom: 10px;
  opacity: 0.4;
}

.home .camrelo-about-aside {
  padding-bottom: 20px;
  gap: 20px;
}

.home .camrelo-about-sec .about-gallery {
  margin-top: 28px;
}

.home .camrelo-about-sec .about-left-gallery {
  margin-top: 16px;
}
}

/* Home security camera installation â€” service page */
.camrelo-svc-home .page-hero.camrelo-svc-hero {
  height: auto;
  min-height: 0;
  padding: 44px 0 44px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.camrelo-svc-home .camrelo-svc-hero .hero-title {
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.2;
  margin-bottom: 14px;
  max-width: 640px;
}

.camrelo-svc-home .camrelo-svc-hero .hero-content p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.camrelo-svc-home .camrelo-svc-hero .hero-content p:last-of-type {
  margin-bottom: 18px;
}

.camrelo-svc-home .camrelo-svc-hero .pn-button-wrapper {
  margin-top: 4px;
}

.camrelo-svc-home .svc-hero-tag {
display: inline-block;
margin-bottom: 18px;
padding: 10px 18px;
}

.camrelo-svc-home-intro .svc-intro-media {
position: relative;
padding-right: 70px;
padding-bottom: 70px;
}

.camrelo-svc-home-intro .col-lg-6 p {
  margin-bottom: 18px;
}

.camrelo-svc-home-intro .col-lg-6 p.mb-0 {
  margin-bottom: 0;
}

.camrelo-svc-home-intro .svc-intro-img-main {
width: 100%;
height: 420px;
object-fit: cover;
border: 1px solid var(--border-color);
}

.camrelo-svc-home-intro .svc-intro-img-accent {
position: absolute;
right: 0;
bottom: 0;
width: 52%;
height: 220px;
object-fit: cover;
border: 6px solid var(--white);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.camrelo-svc-home-offerings .line-sep {
padding-top: 10px;
}

.camrelo-svc-home-offerings .svc-offerings-swiper {
margin-bottom: 30px;
overflow: hidden;
}

.camrelo-svc-home-offerings .swiper-slide {
height: auto;
}

.camrelo-svc-home .svc-offering-card {
background: var(--white);
border: 1px solid var(--border-color);
padding: 22px;
display: flex;
flex-direction: column;
gap: 16px;
height: 100%;
transition: var(--transition);
}

.camrelo-svc-home .svc-offering-card:hover {
border-color: rgba(251, 98, 49, 0.35);
box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
transform: translateY(-3px);
}

.camrelo-svc-home .svc-offering-img {
overflow: hidden;
}

.camrelo-svc-home .svc-offering-img img {
width: 100%;
height: 200px;
object-fit: cover;
}

.camrelo-svc-home .svc-offering-title {
font-size: 20px;
font-weight: var(--font-700);
line-height: 1.35;
margin-bottom: 8px;
}

.camrelo-svc-home-offerings .svc-offerings-footer {
display: flex;
align-items: center;
}

.camrelo-svc-home-offerings .svc-offerings-nav {
display: flex;
align-items: center;
gap: 10px;
}

.camrelo-svc-home-offerings .svc-offerings-nav-btn {
width: var(--btn-width);
height: var(--btn-width);
border: none;
border-radius: 50%;
background-color: var(--black);
color: var(--white);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
transition: var(--transition);
}

.camrelo-svc-home-offerings .svc-offerings-nav-btn:hover {
background-color: var(--primary-color);
}

.camrelo-svc-home-offerings .svc-offerings-nav-btn.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
}

.camrelo-svc-home-process .svc-process-lead {
max-width: 680px;
margin: 16px auto 0;
color: var(--light-text-color);
line-height: 1.7;
}

.camrelo-svc-home .svc-related-head {
max-width: 760px;
margin-bottom: 40px;
}

.camrelo-svc-home .svc-related-head p {
margin-bottom: 0;
color: var(--light-text-color);
line-height: 1.7;
}

.camrelo-svc-home .svc-related-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}

.camrelo-svc-home .svc-feature-card {
position: relative;
display: flex;
flex-direction: column;
min-height: 300px;
padding: 25px;
background-color: var(--white);
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 12px;
box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
color: var(--black);
overflow: hidden;
transition: var(--transition);
}

.camrelo-svc-home .svc-feature-card:hover {
border-color: rgba(251, 98, 49, 0.28);
box-shadow: 0 16px 44px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}

.camrelo-svc-home .svc-feature-dots {
position: absolute;
top: 22px;
right: 22px;
width: 34px;
height: 46px;
background-image: radial-gradient(circle, #fb62311c 2.5px, transparent 2.5px);
background-size: 11px 11px;
opacity: 0.85;
}

.camrelo-svc-home .svc-feature-icon {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: rgba(251, 98, 49, 0.12);
color: var(--primary-color);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
flex-shrink: 0;
}

.camrelo-svc-home .svc-feature-title {
/* font-size: 22px; */
/* font-weight: var(--font-700); */
line-height: 1.35;
margin-bottom: 12px;
}

.camrelo-svc-home .svc-feature-text {
margin: 0;
color: var(--light-text-color);
font-size: 15px;
line-height: 1.7;
flex-grow: 1;
}

.camrelo-svc-home .svc-feature-arrow {
margin-top: 24px;
width: 42px;
height: 42px;
border-radius: 50%;
background-color: var(--primary-color);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: var(--transition);
}

.camrelo-svc-home .svc-feature-card:hover .svc-feature-arrow {
background-color: var(--black);
}

.camrelo-svc-home-products .svc-products-swiper {
margin-bottom: 50px;
}

.camrelo-svc-home-products .camrelo-sec-head {
margin-bottom: 36px;
}


@media (max-width: 991px) {
.camrelo-svc-home-products .camrelo-svc-products-media {
  margin-top: 10px;
}

.camrelo-svc-home-products .camrelo-svc-products-media img {
  height: 320px;
}
}

.camrelo-svc-home-cta.service-cta {
margin-inline: 24px;
border-radius: 0;
}

.camrelo-svc-home-cta .pn-button-wrapper {
margin-left: auto;
width: fit-content;
}


@media (max-width: 991px) {
.camrelo-svc-home .page-hero.camrelo-svc-hero {
  padding: 72px 0 36px;
}

.camrelo-svc-home .camrelo-svc-hero .hero-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.camrelo-svc-home .camrelo-svc-hero .hero-content p:last-of-type {
  margin-bottom: 16px;
}

.camrelo-svc-home-intro .svc-intro-media {
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.camrelo-svc-home-intro .svc-intro-img-accent {
  position: static;
  width: 100%;
  height: 200px;
  margin-top: 16px;
  border-width: 1px;
  box-shadow: none;
}

.camrelo-svc-home-intro .svc-intro-img-main {
  height: 320px;
}
}

@media (max-width: 575px) {
.camrelo-svc-home .page-hero.camrelo-svc-hero {
  padding: 64px 0 28px;
}

.camrelo-svc-home .camrelo-svc-hero .hero-title {
  margin-bottom: 12px;
}

.camrelo-svc-home .svc-related-grid {
  grid-template-columns: 1fr;
}

.camrelo-svc-home-cta .pn-button-wrapper {
  margin-inline: auto;
}
}

.our-product .product-slider-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.our-product .product-slider-nav {
display: flex;
align-items: center;
gap: 10px;
}

.our-product .product-nav-btn {
width: var(--btn-width);
height: var(--btn-width);
border: none;
border-radius: 50%;
background-color: var(--black);
color: var(--white);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
transition: var(--transition);
}

.our-product .product-nav-btn:hover {
background-color: var(--primary-color);
}

.our-product .product-nav-btn.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
}

.our-product .pn-button-wrapper.product-cta {
margin-left: auto;
width: fit-content;
}

.camrelo-services-sec .product-sec-content p {
margin-bottom: 0;
}

.camrelo-services-sec .servicesSwiper {
margin-bottom: 30px;
}

.camrelo-services-sec .service-card {
height: 100%;
}



.camrelo-services-sec .service-card .product-h {
font-size: 18px;
line-height: 1.4;
}

.camrelo-services-sec .service-cta.camrelo-services-cta {
position: relative;
isolation: isolate;
overflow: hidden;
margin-top: 10px;
padding: 44px 48px;
border-radius: 16px;
background-color: #0f0f0f;
background-image:
  linear-gradient(rgba(251, 98, 49, 0.06) 1px, transparent 1px),
  linear-gradient(90deg, rgba(251, 98, 49, 0.06) 1px, transparent 1px);
background-size: 44px 44px, 44px 44px;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.camrelo-services-cta-deco::before,
.camrelo-services-cta-deco::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
border-color: var(--primary-color);
border-style: solid;
pointer-events: none;
z-index: 1;
}

.camrelo-services-cta-deco::before {
top: 24px;
left: 24px;
border-width: 2px 0 0 2px;
}

.camrelo-services-cta-deco::after {
right: 24px;
bottom: 24px;
border-width: 0 2px 2px 0;
}

.camrelo-services-cta-deco {
position: absolute;
inset: 0;
pointer-events: none;
}

.camrelo-services-cta-label {
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 12px;
color: var(--primary-color);
font-size: 11px;
font-weight: var(--font-700);
letter-spacing: 0.16em;
text-transform: uppercase;
}

.camrelo-services-cta-title {
position: relative;
z-index: 1;
margin: 0 0 14px;
color: var(--white);
font-size: clamp(24px, 2.8vw, 34px);
font-weight: var(--font-700);
line-height: 1.2;
text-transform: capitalize;
}

.camrelo-services-cta-title span {
color: var(--primary-color);
}

.camrelo-services-sec .service-cta p {
position: relative;
z-index: 1;
margin-top: 0;
color: rgba(255, 255, 255, 0.82);
font-size: 15px;
line-height: 1.7;
}

.camrelo-services-sec .service-cta .services-cta-text {
max-width: 560px;
}

.camrelo-services-sec .service-cta .services-cta-more {
position: relative;
z-index: 1;
margin-top: 16px;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.72);
font-size: 14px;
}

.camrelo-services-sec .service-cta .services-cta-more a {
color: var(--white);
font-weight: var(--font-600);
text-decoration: underline;
text-underline-offset: 3px;
}

.camrelo-services-sec .service-cta .services-cta-more a:hover {
color: var(--white);
opacity: 0.85;
}

.camrelo-services-sec .pn-button-wrapper.services-cta {
display: flex;
justify-content: flex-end;
margin-inline: 0 0 0 auto;
width: fit-content;
position: relative;
z-index: 1;
}

@media (max-width: 991px) {
.camrelo-services-sec .service-cta.camrelo-services-cta {
  padding: 32px 28px;
}

.camrelo-services-sec .pn-button-wrapper.services-cta {
  justify-content: flex-start;
  margin-top: 8px;
}
}

.camrelo-services-sec .pn-button-wrapper.services-cta a {
display: flex;
align-items: center;
gap: 1px;
position: relative;
width: fit-content;
padding-inline: 0 var(--btn-width);
}

.camrelo-services-sec .pn-button-wrapper.services-cta .pb-btn-text {
background-color: var(--primary-color);
color: var(--white);
border-radius: 49px;
font-weight: var(--font-600);
text-transform: uppercase;
font-size: 14px;
padding: 18px 34px;
white-space: nowrap;
}

.camrelo-services-sec .pn-button-wrapper.services-cta .pn-btn-icon {
background-color: var(--primary-color);
border-radius: 54px;
padding: 17px;
}

.camrelo-services-sec .camrelo-services-cta .pn-button-wrapper.services-cta a:hover .pb-btn-text,
.camrelo-services-sec .camrelo-services-cta .pn-button-wrapper.services-cta a:hover .pn-btn-icon {
background-color: var(--white);
}

.camrelo-services-sec .camrelo-services-cta .pn-button-wrapper.services-cta a:hover .pb-btn-text {
color: var(--black);
}

.camrelo-services-sec .camrelo-services-cta .pn-button-wrapper.services-cta a:hover .pn-btn-icon svg path {
fill: var(--black);
}

.camrelo-services-sec .pn-button-wrapper.services-cta .main-btn-icon {
position: absolute;
right: 0;
top: 0;
}

.camrelo-services-sec .pn-button-wrapper.services-cta .duplicate-btn-icon {
scale: 0;
position: absolute;
top: 0;
left: 0;
}

.camrelo-services-sec .pn-button-wrapper.services-cta a:hover {
padding-inline: var(--btn-width) 0;
}

.camrelo-services-sec .pn-button-wrapper.services-cta a:hover .main-btn-icon {
scale: 0;
}

.camrelo-services-sec .pn-button-wrapper.services-cta a:hover .duplicate-btn-icon {
scale: 1;
}

.camrelo-process-sec .process-track {
position: relative;
}

.camrelo-process-sec .process-track::before {
content: "";
position: absolute;
z-index: 0;
top: 111px;
left: calc((100% - 48px) / 3 + 0px);
width: calc((100% - 48px) / 3 + 80px);
height: 2px;
background-color: var(--primary-color);
}

.camrelo-process-sec .process-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 70px;
}

.camrelo-process-sec .process-step {
position: relative;
background-color: var(--white);
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 16px;
box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
padding: 24px 24px 28px;
transition: var(--transition);
}

.camrelo-process-sec .process-step:hover {
border-color: rgba(251, 98, 49, 0.25);
box-shadow: 0 16px 44px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}

.camrelo-process-sec .process-step:not(:last-child)::before {
content: "";
position: absolute;
z-index: 3;
top: 111px;
left: calc(100% + 12px);
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--primary-color);
}

.camrelo-process-sec .process-step:not(:last-child)::after {
content: "";
position: absolute;
z-index: 2;
top: 111px;
left: calc(100% + 12px);
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #f7f7f7;
border: 1px solid #e8e8e8;
box-shadow: 0 0 0 4px var(--white);
}

:is(.camrelo-process-sec, .step-cols) .process-num {
position: absolute;
top: 20px;
left: 20px;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #fb6231db;
color: var(--white);
font-size: 18px;
font-weight: var(--font-700);
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}

.camrelo-process-sec .process-body {
padding-top: 56px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}

:is(.camrelo-process-sec, .step-cols) .process-icon {
width: 110px;
height: 110px;
border-radius: 50%;
background-color: #fff0ed;
color: var(--primary-color);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
}

.camrelo-process-sec .process-icon img {
width: 58px;
height: 58px;
display: block;
object-fit: contain;
}

:is(.camrelo-process-sec, .step-cols) .process-title{
/* font-size: 22px; */
font-weight: var(--font-700);
line-height: 1.35;
margin-bottom: 14px;
}

.camrelo-process-sec .process-divider {
display: block;
width: 42px;
height: 3px;
border-radius: 2px;
background-color: var(--primary-color);
margin-bottom: 16px;
}

.camrelo-process-sec .process-text {
margin: 0;
color: var(--light-text-color);
font-size: 15px;
line-height: 1.7;
max-width: 280px;
}

.camrelo-testimonials-sec {
overflow-x: hidden;
}

.camrelo-testimonials-sec .testimonials-band {
margin-top: 40px;
padding: 56px 0 64px;
background-color: #f5f5f5;
overflow-x: hidden;
}

.camrelo-testimonials-sec > .container,
.camrelo-testimonials-sec .testimonials-band .container {
overflow: hidden;
}

.camrelo-testimonials-sec .testimonialsSwiper,
.camrelo-testimonials-sec .svc-testimonials-swiper {
padding-bottom: 48px;
padding-top: 6px;
overflow: hidden;
}

.camrelo-testimonials-sec .swiper-slide {
height: auto;
}

.camrelo-testimonials-sec .testimonial-card {
position: relative;
padding: 36px 32px 32px;
background-color: var(--white);
border: 1px solid rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
gap: 0;
height: 100%;
transition: var(--transition);
}

.camrelo-testimonials-sec .testimonial-card::before {
content: "\201C";
position: absolute;
top: 18px;
right: 24px;
font-size: 80px;
line-height: 1;
font-family: Georgia, "Times New Roman", serif;
color: var(--primary-color);
opacity: 0.1;
pointer-events: none;
}

.camrelo-testimonials-sec .testimonial-card:hover {
border-color: rgba(251, 98, 49, 0.25);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}

.camrelo-testimonials-sec .testimonial-rating {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 22px;
}

.camrelo-testimonials-sec .testimonial-stars {
color: var(--primary-color);
font-size: 17px;
letter-spacing: 2px;
line-height: 1;
}

.camrelo-testimonials-sec .testimonial-score {
font-size: 13px;
font-weight: var(--font-700);
color: var(--black);
line-height: 1;
}

.camrelo-testimonials-sec .testimonial-quote {
font-style: normal;
font-size: 15px;
line-height: 1.75;
color: #4a4a4a;
margin: 0;
padding: 0;
border: 0;
flex-grow: 1;
}

.camrelo-testimonials-sec .testimonial-footer {
margin-top: 28px;
padding-top: 22px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.camrelo-testimonials-sec .testimonial-author {
font-weight: var(--font-700);
color: var(--black);
margin: 0;
font-size: 15px;
padding-left: 14px;
border-left: 3px solid var(--primary-color);
line-height: 1.4;
}

.camrelo-testimonials-sec .testimonials-pagination {
bottom: 0 !important;
}

.camrelo-testimonials-sec .testimonials-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #c8c8c8;
opacity: 1;
transition: var(--transition);
}

.camrelo-testimonials-sec .testimonials-pagination .swiper-pagination-bullet-active {
background: var(--primary-color);
width: 28px;
border-radius: 10px;
}



.camrelo-faq-sec .faq-accordion-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
align-items: start;
}

.camrelo-faq-sec .faq-accordion-col details:last-child {
margin-bottom: 0;
}

.camrelo-faq-sec details p {
margin-top: 12px;
margin-bottom: 0;
}

.camrelo-faq-sec .pn-button-wrapper.faq-cta {
display: flex;
justify-content: center;
margin-top: 40px;
margin-inline: auto;
width: fit-content;
}

@media (max-width: 991px) {
.camrelo-process-sec .process-track::before,
.camrelo-process-sec .process-step:not(:last-child)::before,
.camrelo-process-sec .process-step:not(:last-child)::after {
  display: none;
}

.camrelo-process-sec .process-grid {
  grid-template-columns: repeat(2, 1fr);
}

.camrelo-services-sec .service-card img {
  height: 200px;
}

.camrelo-testimonials-sec .testimonials-band {
  padding: 40px 0 52px;
}

.camrelo-faq-sec .faq-accordion-grid {
  grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {
.camrelo-process-sec .process-grid {
  grid-template-columns: 1fr;
}

.camrelo-services-sec .service-card img {
  height: 180px;
}

.camrelo-testimonials-sec .testimonial-card {
  padding: 28px 24px 24px;
}

.camrelo-testimonials-sec .testimonial-card::before {
  font-size: 60px;
  top: 14px;
  right: 18px;
}
}

.footer-services-block {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}

.footer-services-block .footer-block-title {
font-size: 28px;
font-weight: var(--font-800);
line-height: 1.2;
margin-bottom: 22px;
color: var(--white);
text-transform: capitalize;
}

.footer-services-block .footer-block-title span {
color: var(--light-text-color);
font-weight: var(--font-500);
}

.footer-services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px 18px;
}

.footer-services-grid ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 10px;
}

.footer-services-grid a {
display: block;
color: var(--light-text-color);
font-size: 13px;
font-weight: var(--font-500);
line-height: 1.45;
transition: var(--transition);
padding-left: 12px;
position: relative;
}

.footer-services-grid a::before {
content: "";
position: absolute;
left: 0;
top: 0.55em;
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--primary-color);
transform: translateY(-50%);
}

.footer-services-grid a:hover {
color: var(--white);
}

@media (max-width: 991px) {
.footer-services-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {
.footer-services-grid {
  grid-template-columns: 1fr;
}

.footer-services-block .footer-block-title {
  font-size: 22px;
  margin-bottom: 16px;
}
}

/* Camrelo footer redesign */
.camrelo-footer {
margin-top: 60px;
background-color: #0a0a0a;
position: relative;
overflow: hidden;
}

.camrelo-footer-main {
position: relative;
padding: 56px 0 60px;
background-image:
  linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
background-size: 48px 48px;
}

.camrelo-footer-grid {
row-gap: 40px;
position: relative;
z-index: 2;
}

.camrelo-footer-brand {
display: flex;
flex-direction: column;
gap: 18px;
max-width: 280px;
}

.camrelo-footer-logo img {
width: 180px;
height: auto;
}

.camrelo-footer-tagline {
margin: 0;
color: #949494;
font-size: 14px;
line-height: 1.6;
}

.camrelo-footer-status {
display: inline-flex;
align-items: center;
gap: 8px;
margin: 0;
font-size: 11px;
font-weight: var(--font-600);
letter-spacing: 0.1em;
text-transform: uppercase;
color: #22c55e;
}

.camrelo-footer-status::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #22c55e;
box-shadow: 0 0 10px rgba(34, 197, 94, 0.65);
}

.camrelo-footer-status-wrap {
display: flex;
flex-direction: column;
gap: 6px;
}

.camrelo-footer-status-note {
margin: 0;
color: #7f7f7f;
font-size: 12px;
}

.camrelo-footer-social {
display: flex;
align-items: center;
gap: 10px;
list-style: none;
margin: 8px 0 0;
padding: 0;
}

.camrelo-footer-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 50%;
color: #bdbdbd;
transition: var(--transition);
}

.camrelo-footer-social a:hover {
color: var(--white);
border-color: rgba(251, 98, 49, 0.45);
}

.camrelo-footer-block-title {
margin: 0 0 18px;
color: var(--white);
font-size: 13px;
font-weight: var(--font-700);
letter-spacing: 0.08em;
text-transform: none;
}

.camrelo-footer-block-title::after {
content: "";
display: block;
width: 22px;
height: 2px;
margin-top: 10px;
background: var(--primary-color);
}

.camrelo-footer-links,
.camrelo-footer-contact-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 15px;
}

.camrelo-footer-links a,
.camrelo-footer-contact-list a {
color: #949494;
font-size: 15px;
line-height: 1.5;
}

.camrelo-footer-links a:hover,
.camrelo-footer-contact-list a:hover {
color: var(--white);
}

.camrelo-footer-contact-list a {
display: flex;
align-items: center;
gap: 15px;
}

.camrelo-footer-contact-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--primary-color);
}

.camrelo-footer-support-wrap {
margin-top: 24px;
}

.camrelo-footer-support {
margin: 0;
color: var(--primary-color);
font-size: 12px;
font-weight: var(--font-700);
letter-spacing: 0.08em;
text-transform: none;
}

.camrelo-footer-support-note {
margin: 6px 0 0;
color: #7f7f7f;
font-size: 12px;
}

.camrelo-footer-graphic {
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
width: min(340px, 34vw);
opacity: 0.55;
pointer-events: none;
z-index: 1;
}

.camrelo-footer-graphic svg {
width: 100%;
height: auto;
}

.camrelo-footer-bottom {
position: relative;
z-index: 2;
border-top: 1px solid rgba(255, 255, 255, 0.08);
padding-block: 28px;
}

.camrelo-footer-bottom .copywrite,
.camrelo-footer-legal a {
color: #7f7f7f;
font-size: 15px;
text-transform: none;
}

.camrelo-footer-legal {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 14px;
}

.camrelo-footer-legal-dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--primary-color);
list-style: none;
padding: 0;
}

.camrelo-footer-legal a:hover {
color: var(--white);
}

@media (max-width: 991px) {
.camrelo-footer-main {
  padding: 50px 0 40px;
}

.camrelo-footer-graphic {
  width: 220px;
  right: -40px;
  opacity: 0.35;
}
}

@media (max-width: 767px) {
.camrelo-footer-graphic {
  display: none;
}

.camrelo-footer-bottom .footer-links {
  border: none;
  padding-block: 0;
  justify-content: flex-start;
}
}

/* Newsletter â€” light band above dark footer */
.camrelo-footer-cta.camrelo-newsletter {
position: relative;
isolation: isolate;
overflow: hidden;
padding: 50px 0;
background-color: #f3f4f6;
background-image:
  url("https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/newsletter-radar-light.svg"),
  linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
background-repeat: no-repeat, repeat, repeat;
background-position: calc(100% - 5%) center, center, center;
background-size: min(320px, 36vw) auto, 44px 44px, 44px 44px;
border-bottom: 1px solid #e5e7eb;
}

.camrelo-newsletter-deco::before,
.camrelo-newsletter-deco::after {
content: "";
position: absolute;
width: 14px;
height: 14px;
border-color: rgba(251, 98, 49, 0.55);
border-style: solid;
pointer-events: none;
z-index: 1;
}

.camrelo-newsletter-deco::before {
top: 28px;
left: 24px;
border-width: 2px 0 0 2px;
}

.camrelo-newsletter-deco::after {
right: 24px;
bottom: 28px;
border-width: 0 2px 2px 0;
}

.camrelo-newsletter-deco {
position: absolute;
inset: 0;
pointer-events: none;
}

.camrelo-newsletter-copy {
position: relative;
z-index: 1;
}

.camrelo-newsletter-label {
display: inline-block;
margin-bottom: 10px;
color: var(--primary-color);
font-size: 11px;
font-weight: var(--font-700);
letter-spacing: 0.16em;
text-transform: uppercase;
}

.camrelo-newsletter-title {
/* margin: 0 0 12px; */
color: var(--black);
font-size: clamp(26px, 3vw, 34px);
font-weight: var(--font-700);
line-height: 1.25;
text-transform: capitalize;
}

.camrelo-newsletter-title span {
color: var(--primary-color);
}

.camrelo-newsletter-desc {
margin: 0;
max-width: 420px;
color: #6b7280;
font-size: 14px;
line-height: 1.6;
}

.camrelo-newsletter-form {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 10px;
}

.camrelo-newsletter-field {
flex: 1;
display: flex;
align-items: center;
gap: 12px;
min-height: 54px;
padding: 6px 8px 6px 20px;
background: var(--white);
border-radius: 999px;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.camrelo-newsletter-field-icon {
display: inline-flex;
color: #9ca3af;
flex-shrink: 0;
}

.camrelo-newsletter-field input {
width: 100%;
border: none;
background: transparent;
color: var(--black);
font-size: 14px;
outline: none;
}

.camrelo-newsletter-field input::placeholder {
color: #9ca3af;
}

.camrelo-newsletter-submit {
flex-shrink: 0;
min-height: 54px;
padding: 0 24px;
border: none;
border-radius: 999px;
background: var(--primary-color);
color: var(--white);
font-size: 14px;
font-weight: var(--font-600);
cursor: pointer;
transition: var(--transition);
}

.camrelo-newsletter-submit:hover {
filter: brightness(1.05);
}

.camrelo-newsletter-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--white);
color: var(--black);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
transition: var(--transition);
}

.camrelo-newsletter-arrow:hover {
color: var(--primary-color);
}

@media (max-width: 991px) {
.camrelo-footer-cta.camrelo-newsletter {
  padding: 40px 0;
  background-position: calc(100% + 60px) center, center, center;
  background-size: 220px auto, 44px 44px, 44px 44px;
}



.camrelo-newsletter-field {
  width: 100%;
  flex: 1 1 100%;
}

.camrelo-footer-legal {
  justify-content: flex-start;
}
}

@media (max-width: 767px) {
.camrelo-footer-cta.camrelo-newsletter {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
  background-position: center, center;
}

.camrelo-newsletter-submit {
  flex: 1;
}
}

/* Contact page â€” Camrelo */
.camrelo-pg-header.pg-header {
  height: auto;
  min-height: 0;
  padding-block: 56px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.camrelo-pg-header .container {
  height: auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.camrelo-pg-header .camrelo-page-title {
  margin: 0;
  text-transform: capitalize;
}

.camrelo-pg-header .camrelo-breadcrumb {
  margin: 0;
}

.camrelo-pg-header .camrelo-page-title span {
  color: var(--primary-color);
}

.camrelo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.camrelo-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: var(--transition);
}

.camrelo-breadcrumb a:hover {
  color: var(--primary-color);
}

.camrelo-breadcrumb-sep,
.camrelo-breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, 0.65);
}

.camrelo-contact-map {
  margin-bottom: 28px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  line-height: 0;
}

.camrelo-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 300px;
}

.camrelo-contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

.camrelo-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.camrelo-contact-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
}

.camrelo-contact-info-label {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: var(--font-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--black);
}

.camrelo-contact-info-body a {
  color: var(--light-text-color);
  line-height: 1.65;
  text-decoration: none;
  transition: var(--transition);
}

.camrelo-contact-info-body a:hover {
  color: var(--primary-color);
}

.camrelo-contact-form-head {
  margin-bottom: 12px;
}

.camrelo-contact-form-lead {
  margin: 0 0 24px;
  color: var(--light-text-color);
  line-height: 1.65;
  max-width: 520px;
}

.camrelo-contact-form.contact-form {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
}

.camrelo-contact-form :is(input, textarea) {
  background: var(--white);
  border-radius: 8px;
  border-color: #e5e7eb;
}

.camrelo-contact-form :is(input, textarea):focus {
  outline: none;
  border-color: rgba(251, 98, 49, 0.45);
  box-shadow: 0 0 0 3px rgba(251, 98, 49, 0.12);
}

.camrelo-contact-submit.pn-button-wrapper {
  width: fit-content;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .camrelo-contact-form.contact-form {
    padding: 24px;
  }

  .camrelo-pg-header.pg-header {
    padding-block: 40px;
  }
}
@media (max-width: 767px) {
  .camrelo-newsletter-form {
    flex-wrap: wrap;
  }
  .camrelo-process-sec .process-grid {
   
    gap: 30px;
}
}

@media (max-width:960px){
	.toggle-open span{
		display:none;
	}
}



/* add by karan */

.mis-vis-wrap .mis-vis-card:after{
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      height: 360px;
      width: 360px;
	  filter: brightness(0) invert(1);
      z-index: -1;
      background: url(https://camrelo.batterseaconsultant.com/wp-content/uploads/2026/06/newsletter-radar-light.svg) no-repeat;
   }

   .mis-vis-wrap .mis-vis-card :is(p, h2){
      color: var(--white);
   }

   .mis-vis-wrap .mis-vis-card p{
      margin-bottom: 15px;
   }

   .mis-vis-wrap .mis-card{
      background: var(--primary-color);
   }

   .mis-vis-wrap .vis-card{
      background: #0a0a0a;
   }


.bg-lighty{
	padding-block: 50px;
	background: #f5f5f5
}


.scroller-process::-webkit-scrollbar {
    height: 8px;
}

.scroller-process::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
}

.scroller-process::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.link-color a{
   color: var(--primary-color)
}