/*
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: #EC1D23;

  --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);
}

/* .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;
}


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

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


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

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

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

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


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

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

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

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

/* ========================
   MANROPE FONT CLASSES
======================== */
.manrope-bold {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.manrope-extrabold {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
}

.manrope-semibold {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}

.manrope-medium {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}

.manrope-regular {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.manrope-light {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}





body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

.text-primary {
  color: #EC1D23 !important;
}

.bg-primary {
  background-color: #EC1D23 !important;
}


@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 30px
  }
}

@media (min-width: 1200px) {

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

  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px
  }

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

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

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

  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;
}


.custome-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px 10px 0;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  color: var(--primary);
  line-height: 1.2rem;
  background-image: linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: all 0.3s,
    background-size 0.2s linear 0.15s;
}

.custome-button::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ed1d23'%3e%3cpath d='M360-200v-80h264L160-744l56-56 464 464v-264h80v400H360Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  transition: opacity 0.3s 0.15s;
}

.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;
}


.custome-button svg {
  stroke: #ed1d23;
  fill: none;
  line-height: 1;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 42%;
  transform: translateY(-50%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  margin-top: -1px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.3, 1.5, 0.5, 1) 0.15s, stroke-dashoffset 0.195s linear 0s;
}

.custome-button:hover::after {
  opacity: 0;
  transition-delay: 0s;
}



.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;
}

/* blog detail css */

/* .blog_detail_section p.section-sub-title-content {
    color: #1c1c1c;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px 20px;
    margin-bottom: 24px;
}
.blog_detail_section{
    padding: 50px 0px;
}
.blog_detail_section h2{
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
}
@media(max-width: 620px){
    .blog_detail_section h2{
        font-size: 30px;
    }
} */

/* === Popup Overlay === */
.bg-white.p-8.rounded-lg.w-full.max-w-md.relative {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  padding: 2rem;
  animation: popupFade 0.4s ease-out;
  max-width: 480px;
}

/* === Close Button === */
#closeModal,
#closeEnquiryChModal,
#closedownloadChModal,
#closedownloadModal {
  font-size: 28px;
  color: #fff;
  top: -21px;
  right: -20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
}

#closeModal:hover {
  color: #EC1D23;
  transform: scale(1.2);
}

#gform_fields_3,
#gform_fields_5 {
  gap: 20px;
}

/* === Gravity Form Container === */
#gform_wrapper_3 {
  color: #18252E;
}

#gform_wrapper_3 .gform_body {
  margin-top: 1rem;
}

/* === Input Fields === */
#gform_wrapper_3 input[type="text"],
#gform_wrapper_5 input[type="text"],
#gform_wrapper_5 input[type="email"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_5 input[type="tel"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 textarea {
  width: 100%;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 16px;
  color: #111827;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
}

#gform_wrapper_3 input::placeholder,
#gform_wrapper_5 input::placeholder,
#gform_wrapper_5 textarea::placeholder #gform_wrapper_3 textarea::placeholder {
  color: #9ca3af;
}

#gform_wrapper_3 .gform_title {
  font-size: 20px;
  font-weight: 700;
}

/* Focus glow */
#gform_wrapper_3 input:focus,
#gform_wrapper_5 input:focus,
#gform_wrapper_3 textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 10px rgba(236, 29, 35, 0.4);
}

/* === Labels & Spacing === */
#gform_wrapper_3 .gfield_label {
  font-weight: 600;
  color: #18252E;
  margin-bottom: 6px;
  display: block;
}

/* === Submit Button === */
#gform_wrapper_3 .gform_footer input[type="submit"],
#gform_wrapper_5 .gform_footer input[type="submit"],
#gform_wrapper_3 .gform_button,
#gform_wrapper_5 .gform_button {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0 10px rgba(236, 29, 35, 0.4);
  transition: all 0.3s ease;
}

#gform_wrapper_3 .gform_footer input[type="submit"]:hover,
#gform_wrapper_5 .gform_footer input[type="submit"]:hover,
#gform_wrapper_5 .gform_button:hover,
#gform_wrapper_3 .gform_button:hover {
  background-color: #d1181e;
  box-shadow: 0 0 20px rgba(236, 29, 35, 0.6);
  transform: translateY(-1px);
}

/* === Confirmation / Success Message === */
#gform_confirmation_message_3 {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #0f5132;
  background-color: #d1e7dd;
  border-radius: 8px;
}

/* === Smooth fade animation === */
@keyframes popupFade {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }

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

@media (max-width: 767px) {

  #closeModal,
  #closeEnquiryChModal,
  #closedownloadChModal,
  #closedownloadModal {
    top: -50px;
    right: 12px;
  }
}


/* === Popup Form Styling (Gravity Form #4) === */
#gform_wrapper_4 {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  font-family: "Inter", "Roboto", sans-serif;
  color: #18252E;
  animation: formFadeUp 0.5s ease-out;
}

/* === Field Labels === */
#gform_wrapper_4 .gfield_label {
  font-weight: 600;
  font-size: 15px;
  color: #1f2937;
  margin-bottom: 0.4rem;
}

#gform_wrapper_3 [aria-invalid="true"],
#gform_wrapper_4 [aria-invalid="true"],
#gform_wrapper_5 [aria-invalid="true"] {
  border: 1px solid red !important;
}

/* === Input Fields === */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="number"],
#gform_wrapper_4 select,
#gform_wrapper_4 textarea {
  width: 100%;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 14px;
  color: #111827;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
}

#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
  color: #9ca3af;
}

/* === Focus State (Animated Glow) === */
#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 12px rgba(236, 29, 35, 0.5);
}

/* === Checkbox & Radio === */
#gform_wrapper_4 input[type="checkbox"],
#gform_wrapper_4 input[type="radio"] {
  accent-color: var(--primary);
  width: 18px;
  height: 18px;
  margin-right: 6px;
  cursor: pointer;
}

/* === Select Field Arrow === */
#gform_wrapper_4 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23EC1D23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-block: 0px;
}

/* === Textarea === */
#gform_wrapper_4 textarea {
  resize: none;
  min-height: 120px;
}

/* === Submit Button === */
#gform_wrapper_4 .gform_footer input[type="submit"],
#gform_wrapper_4 .gform_button {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(236, 29, 35, 0.4);
}

#gform_wrapper_4 .gform_footer input[type="submit"]:hover {
  background-color: var(--primary);
  box-shadow: 0 0 20px rgba(236, 29, 35, 0.6);
  transform: translateY(-2px);
}

/* === Confirmation Message === */
#gform_confirmation_message_4 {
  text-align: center;
  background: #d1e7dd;
  color: #0f5132;
  padding: 20px;
  border-radius: 8px;
  font-weight: 500;
}

/* === Animation === */
@keyframes formFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.98);
  }

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

/* === Responsive === */
@media (max-width: 640px) {
  #gform_wrapper_4 {
    padding: 1.5rem;
  }

  #gform_wrapper_4 input,
  #gform_wrapper_4 select,
  #gform_wrapper_4 textarea {
    font-size: 14px;
  }
}

.gform-theme--framework input[type="checkbox"]:where( :not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: var(--primary) !important;
  /* Change 'green' to your desired color */
}

.gform-theme--framework input[type="radio"]:where( :not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: var(--primary) !important;
  /* Replace 'red' with your desired color */
}

/* Floating Button Container */
.floating-buttons {
  position: fixed;
  right: 0px; /* Position the buttons on the right */
  bottom: 20px; /* Position the buttons at the bottom */
  z-index: 1000;
  display: flex;
  flex-direction: column; /* Stack the buttons vertically */
  gap: 10px; /* Space between the buttons */
}

/* Floating Button Style */
.floating-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  color: white;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  margin-left: auto !important;
}

/* Send Enquiry Button */
.floating-btn.send-enquiry {
  background-color: var(--primary);
  width: auto;
  padding: 12px 25px;
  border-radius: 24px;
  font-size: 14px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: normal;

}

/* WhatsApp SVG Icon */
.whatsapp-icon svg {
  width: 44px;
  height: 44px;
  fill: white;
}

/* Hover Effect */
.floating-btn:hover {
  transform: translateY(-5px); /* Make the button float when hovered */
}










/* =========================
   Fade Animations
========================= */

/* Fade In */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fade-in.visible { animation: fadeIn 1.2s ease-out forwards; }

/* Fade Out */
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.fade-out.visible { animation: fadeOut 1.2s ease-out forwards; }

/* Fade Up */
@keyframes fadeUp {
  0% { transform: translate3d(0, 40px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.fade-up.visible { animation: fadeUp 1.2s ease-out forwards; }

/* Fade Down */
@keyframes fadeDown {
  0% { transform: translate3d(0, -40px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.fade-down.visible { animation: fadeDown 1.2s ease-out forwards; }

/* Fade Left */
@keyframes fadeLeft {
  0% { transform: translate3d(-50px, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.fade-left.visible { animation: fadeLeft 1.2s ease-out forwards; }

/* Fade Right */
@keyframes fadeRight {
  0% { transform: translate3d(50px, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.fade-right.visible { animation: fadeRight 1.2s ease-out forwards; }

/* =========================
   Slide Animations
========================= */

@keyframes slideUp { 0% { transform: translate3d(0, 50px, 0); } 100% { transform: translate3d(0, 0, 0); } }
.slide-up.visible { animation: slideUp 1.2s ease-out forwards; }

@keyframes slideDown { 0% { transform: translate3d(0, -50px, 0); } 100% { transform: translate3d(0, 0, 0); } }
.slide-down.visible { animation: slideDown 1.2s ease-out forwards; }

@keyframes slideLeft { 0% { transform: translate3d(-50px, 0, 0); } 100% { transform: translate3d(0, 0, 0); } }
.slide-left.visible { animation: slideLeft 1.2s ease-out forwards; }

@keyframes slideRight { 0% { transform: translate3d(50px, 0, 0); } 100% { transform: translate3d(0, 0, 0); } }
.slide-right.visible { animation: slideRight 1.2s ease-out forwards; }

/* =========================
   Zoom Animations
========================= */

@keyframes zoomIn { 0% { transform: scale3d(0.85, 0.85, 0.85); } 100% { transform: scale3d(1, 1, 1); } }
.zoom-in.visible { animation: zoomIn 1.2s ease-out forwards; }

@keyframes zoomOut { 0% { transform: scale3d(1.15, 1.15, 1.15); } 100% { transform: scale3d(1, 1, 1); } }
.zoom-out.visible { animation: zoomOut 1.2s ease-out forwards; }

/* =========================
   Flip X Animation
========================= */

@keyframes flipX { 0% { transform: perspective(600px) rotateX(90deg); } 100% { transform: perspective(600px) rotateX(0deg); } }
.flip-x { transform-style: preserve-3d; backface-visibility: hidden; }
.flip-x.visible { animation: flipX 1.2s ease-out forwards; }

/* box animation for clients section */

  .box-decoration {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: opacity 0.8s ease, transform 0.8s ease;
    }
 
    /* when visible */
    .box-decoration.visible {
        opacity: 1;
        transform: scaleY(1);
    }
 
    .box-decoration.top-align {
        transform-origin: bottom;
    }
 
    .box-decoration.top-align.visible {
       transition-delay: 0.5s;
    }
 
    .box-decoration:not(.top-align).visible {
         transition-delay: 0s;
    }
 /* ===========================================
   CHAKRA FARMS THEME CARD (Green + Gold)
=========================================== */
.single-product .product_detail_section p, .single-product .product_detail_section ul li , .single-product .product_detail_section ol li{

  margin-bottom: 1rem; 

}

.single-product .product_detail_section ul{

  list-style-type: disc;

    list-style-position: inside; 

    margin-bottom: 1rem; 

}
 
.single-product .product_detail_section ul li::marker {

    color: #e11d48;

}        
 

.team-image{
        place-self: center;
    position: relative;
    border: solid 0.5em transparent;
    padding: calc(1.5em - 0.5em);
    max-width: 23em;
    font: 1.25em ubuntu, sans-serif;
    border-radius: 2em;
    overflow: visible;
}

.team-image:before {
 content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border: solid 0.5em transparent;
  border-radius: 2em;
  transition: ease-in-out 0.3s;
  background: linear-gradient(#ec1d23, deeppink, #ec1d23) border-box;

  /* Mask with prefix for better support */
  -webkit-mask: conic-gradient(from -90deg at 3em 3em, red 25%, transparent 0) 0 0 / calc(100% - 3em) calc(100% - 3em) border-box
                  subtract, conic-gradient(red 0 0) padding-box;
  mask: conic-gradient(from -90deg at 3em 3em, red 25%, transparent 0) 0 0 / calc(100% - 3em) calc(100% - 3em) border-box
        subtract, conic-gradient(red 0 0) padding-box;

}
.team-image img{
      border-radius: 2em;
}
.team-parent:hover .team-image::before{
 inset: -0.5em;
}

.paralax-effect-scroll .grid{
align-items: start !important;
}
.paralax-effect-scroll .scroll-top-with-sticky {
    /* position: sticky; */
    /* top: 100px; */
    /* background: #e1e6e9; */
    /* transition: all 0.4s; */
/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
padding: 10px; */
}
.paralax-effect-scroll .order-1 {
     position: sticky;
    top: 100px;
}

.client_section  .right-img .img-box {
    position: sticky;
    top: 100px;
}
.single-product .product_detail_section p:last-child,
.single-product .product_detail_section ul li:last-child,
.single-product .product_detail_section ol li:last-child {
    margin-bottom: 0;
}
td[data-key="field_691eb700c5ccf"] {
    display: block !important;
    width: 100% !important;
}

td[data-key="field_691eb700c5ccf"] .acf-input,
td[data-key="field_691eb700c5ccf"] .acf-input-wrap {
    width: 100% !important;
}

@media (max-width: 767px) {
.paralax-effect-scroll .order-1,.paralax-effect-scroll .scroll-top-with-sticky{
  position: unset !important;
}
.custome-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.column{
  padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}
}

/* custome row css */
.custome-row  {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  padding-left: 1rem;
  padding-right: 1rem;
}