/*
Theme Name: WP Next JS APP
Author: Graphinet Team
Description: WP Next JS theme.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: wpnextapp
*/



:root {
  --primary: #2DA7D2;
  --primary-light: #6AC9E7;
  --primary-dark: #1C6F8B;
  --white: #fff;
  --grey-secondary: #e1e6e9;
  /* gray-500 */
  --ring-offset: #ffffff;
  /* page bg for focus ring offset */
  /* Container padding (Bootstrap-like) */
  --bs-gutter-x: 1.5rem;
  /* total gutter */
  --bs-container-pad-x: calc(var(--bs-gutter-x) / 2);
  /* 0.75rem */
  /* Optional: ultra-wide override at >=1536px */
  --container-2xl-max: 80rem;
  /* 1280px */
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --foreground: black;
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);

}


.container {
  margin-left: auto;
  margin-right: auto;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  margin-inline: auto;
  /* center horizontally */
  padding-left: var(--bs-container-pad-x);
  padding-right: var(--bs-container-pad-x);
}

section {
  margin-top: 80px;
  margin-bottom: 80px;
}

main section:first-child {
  margin-top: 0px !important;
}

.banner-common {
  margin-top: 0px !important;
}

/* .container: Bootstrap v5 widths (use LITERAL breakpoints) */
@media (min-width: 576px) {

  /* sm */
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {

  /* md */
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {

  /* lg */
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {

  /* xl */
  .container {
    max-width: 1160px !important;
  }
}

@media (min-width: 1400px) {

  /* xxl */
  .container {
    max-width: 1360px !important;
  }
}





/* .container-fluid: stays full width */

/* Fixed variants (fluid below their breakpoint) */
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container-md {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px !important;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-Bold.woff2') format('woff2'),
    url('./assets/fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-ExtraBold.woff2') format('woff2'),
    url('./assets/fonts/Roboto-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-Regular.woff2') format('woff2'),
    url('./assets/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-Medium.woff2') format('woff2'),
    url('./assets/fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



.roboto-bold {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}

.roboto-extrabold {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 800 !important;
}

.roboto-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.roboto-medium {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 104px;
}

h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
}

h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 800 !important;
}

h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}


@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 60px;
    line-height: normal;
  }

  h2,
  .h2 {
    font-size: 40px !important;
    line-height: normal;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
    line-height: normal;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: normal;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
    line-height: normal;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1
  }
}

.stroke-primary {
  -webkit-text-stroke: 2px var(--primary);
  /* red-600 */
  font-family: "Manrope Alt", Sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 0.8em;
  letter-spacing: -8.4px;
  opacity: 1;
}


/* .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 32px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  background-color: var(--primary);
  gap: 5px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: all 0.3s,

    background-size 0.2s linear 0.15s;
} */


.btn-7 {
  display: inline-block;
  background: linear-gradient(0deg, var(--primary-light) 0%, var(--primary) 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 28px;
  height: 100%;
  display: flex;
  gap: 5px;
}

/* Borders with primary color */
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: var(--primary);
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn-7:before {
  height: 0%;
  width: 2px;
}

.btn-7:after {
  width: 0%;
  height: 2px;
}

/* Hover background becomes transparent, text becomes primary */
.btn-7:hover {
  color: var(--primary-dark);
  background: transparent;
}

.btn-7:hover:before {
  height: 100%;
}

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

/* Span border animation */
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--primary);
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn-7 span:before {
  width: 2px;
  height: 0%;
}

.btn-7 span:after {
  height: 2px;
  width: 0%;
}

.btn-7 span:hover:before {
  height: 100%;
}

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

.custome-button:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing:
    cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}

.highlight-bar {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.highlight-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 8px;
  background-color: #EC1D23;
  z-index: -1;
  transform: translateY(4px);
}

.sec-mar-my-40 {
  margin-block: 40px;
}

/* top & bottom */
.sec-mar-mt-40 {
  margin-top: 40px;
}

.sec-mar-mb-40 {
  margin-bottom: 40px;
}

.sec-mar-my-80 {
  margin-block: 80px;
}

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

.sec-mar-mb-80 {
  margin-bottom: 80px;
}

/* Responsive variants (Desktop ≥ 1024px) */
@media (min-width: 1024px) {
  .sec-mar-lg-my-40 {
    margin-block: 40px;
  }

  .sec-mar-lg-mt-40 {
    margin-top: 40px;
  }

  .sec-mar-lg-mb-40 {
    margin-bottom: 40px;
  }

  .sec-mar-lg-my-80 {
    margin-block: 80px;
  }

  .sec-mar-lg-mt-80 {
    margin-top: 80px;
  }

  .sec-mar-lg-mb-80 {
    margin-bottom: 80px;
  }
}


.swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* Makes all slides equal height */
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.footer-heading-top-sub,
.footer-heading {
  color: #fff;
}

.title-with-line {
  position: relative;
  /* padding-bottom: 5px; */
  /* display: flex; */
  flex-direction: column;
}

.title-with-line::after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  margin: 5px 0px;
  background-color: var(--primary);
}

footer .title-with-line::after {
  width: 45px !important;
  height: 1px !important;
}

.footer-heading {}

.footer-social-media-ul {
  display: flex;
  gap: 10px;
  list-style: none;
}

.footer-social-media-ul a::after {
  content: '';
  width: 0%;
  left: 50%;
  top: 50%;
  position: absolute;
  height: 0%;
  background: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 100%;
}

.footer-social-media-ul a:hover::after {
  height: 90%;
  width: 90%;
}

.footer-social-media-ul a {
  line-height: inherit;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 1em var(--primary) inset;
  box-shadow: 0 0 0 1em var(--primary) inset;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}
ul#menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px 20px;
}
.footer-social-media-ul li:first-child a svg {
  width: 14px;
}

.footer-social-media-ul a svg {
  width: 20px;
  position: relative;
  z-index: 1;
  fill: #fff;
}

#menu-footer-menu a {
  color: #fff;
}

#menu-footer-menu a:hover {
  color: var(--primary);
}

#menu-main-menu .nav-link {
  font-size: 18px;
  color: #696565;
}

#menu-main-menu>.menu-item {
  position: relative;
}

#menu-main-menu>.menu-item::after {
  content: '';
  width: 0%;
  position: absolute;
  transition: all 0.3s;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
}

#menu-main-menu>.current_page_item::after,
#menu-main-menu>.menu-item:hover::after {
  width: 100%;
}
#menu-main-menu>.current_page_item>a{
  color: var(--primary) !important;
}
#menu-main-menu .nav-link #menu-main-menu .nav-link {}

#menu-main-menu>.menu-item-type-post_type {
  margin-right: 100px;
  padding: 30px 0px;
}

.dropdown-menu.depth_0 a {
  font-size: 16px;
}

.home-banner {
  position: relative;
  z-index: +1;
}

.home-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000095;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/* product-css start here  */
.show-default-title {
  position: absolute;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 1.5em 0.5rem;
  right: 20px;
  left: 0;
  border-left: 4px solid #FBBD02;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  /* display: none; */
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background-color: rgba(255, 255, 255, .9);
}

.show-hover-title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300%;
  top: 0;
  transition: all 0.4s;
  background: #000000a1;
  /* z-index: 1; */
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  transition: all 0.3s;
}

.project-card:hover .show-hover-title {
  left: 0 !important;
}

.project-card:hover .show-default-title {
  bottom: -200%;
}

/* product-css end  here  */

.counter {
  display: inline-block;
  transform: scale(0.85);
  opacity: 0;
  transition: all .5s cubic-bezier(.25, .8, .25, 1);
  color: #222;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.counter.counted {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 767px) {
  .counter-box {
    border-right: 0px !important;
    border-bottom: 1px solid #d1d5db;
  }
  body{
    padding-top: 55px;
  }
}


/* animation-scroll */

/* ---------- Prevent Flash Before Animation ---------- */
.anim-hidden {
  opacity: 0 !important;
}

/* ---------- Fade Animations ---------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in.visible {
  animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fade-out.visible {
  animation: fadeOut 1.2s ease-out forwards;
}

/* ---------- Fade + Translate ---------- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up.visible {
  animation: fadeUp 1.2s ease-out forwards;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-down.visible {
  animation: fadeDown 1.2s ease-out forwards;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left.visible {
  animation: fadeLeft 1.2s ease-out forwards;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-right.visible {
  animation: fadeRight 1.2s ease-out forwards;
}

/* ---------- Slide Animations ---------- */
@keyframes slideUp {
  from {
    transform: translateY(50px);
  }

  to {
    transform: translateY(0);
  }
}

.slide-up.visible {
  animation: slideUp 1.2s ease-out forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
  }

  to {
    transform: translateY(0);
  }
}

.slide-down.visible {
  animation: slideDown 1.2s ease-out forwards;
}

@keyframes slideLeft {
  from {
    transform: translateX(-50px);
  }

  to {
    transform: translateX(0);
  }
}

.slide-left.visible {
  animation: slideLeft 1.2s ease-out forwards;
}

@keyframes slideRight {
  from {
    transform: translateX(50px);
  }

  to {
    transform: translateX(0);
  }
}

.slide-right.visible {
  animation: slideRight 1.2s ease-out forwards;
}

/* ---------- Zoom Animations ---------- */
@keyframes zoomIn {
  from {
    transform: scale(.85);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-in.visible {
  animation: zoomIn 1.2s ease-out forwards;
}

@keyframes zoomOut {
  from {
    transform: scale(1.15);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-out.visible {
  animation: zoomOut 1.2s ease-out forwards;
}

/* ---------- Flip X ---------- */
@keyframes flipX {
  from {
    transform: perspective(600px) rotateX(90deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-x {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.flip-x.visible {
  animation: flipX 1.2s ease-out forwards;
}

/* ---------- Box Decoration Bounce ---------- */
@keyframes boxDeco {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(.95);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.03);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.box-decoration.visible {
  animation: boxDeco 1.2s ease-out forwards;
}

.sub-product-link.active {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}

.sub-product-link {
  padding-left: 20px;
  position: relative;
}

.sub-product-link::before {
  content: '';
  width: 8px;
  height: 8px;
    background: #00000099;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.sub-product-link.active::before{
  background: var(--primary) !important;
}
@media (max-width: 767px) {
.product-detail-main{
margin-bottom: 0px !important;
}
}

@media (min-width: 768px) {
  .product-detail-main aside {
    position: sticky;
    top: 120px;
    /* adjust this so it clears your header */
    align-self: flex-start;
    /* prevents stretching in flex/grid parents */
  }

  .product-detail-main,
  .product-detail-main .container,
  .product-detail-main .grid {
    overflow: visible !important;
  }
}
.cat-mobile-btn.active{
  background: var(--primary) !important;
}

#mobileProductBox.active {
    transition: 0.3s;
    /* border: 2px solid #22c55e; */
    padding: 4px;
    /* border-radius: 8px; */
    background-color: var(--primary) !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px !important;
    padding-block: 40px;
}
.mobile-sub-product-card {
    width: 90% !important;
    min-width: 90%;
}

.mobile-sub-product-card img{
  width: 100%;
}
#mobileCats {
  padding-bottom: 30px;
  padding-top: 12px;

  /* Hide scrollbar (Webkit browsers: Chrome, Safari) */
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE & Edge Legacy */
}

#mobileCats::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari, Opera */
}
.cat-mobile-btn{
  position: relative;
}
.cat-mobile-btn.active::after {
content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid var(--primary);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
section.banner-common{
  margin-bottom: 0;
}
#validation_message_1_1{
  display: block !important;
}
@media (max-width: 992px){
  .banner-img .common-banner-image{
    object-fit: cover;
  }
  section {
    margin-top: 60px;
    margin-bottom: 60px;
}
}
@media (max-width:767px){
  #mobileDetails{
    margin-top: 40px;
    margin-bottom: 20px;
  }
}