/*
 * GENERATED FILE — do not edit.
 * Built from the per-page stylesheets by tools/build-css-bundle.js.
 * Each block is scoped to its page type with :where(), which adds no
 * specificity, so the cascade behaves exactly as the separate files did.
 */

/* ===== proposal.css → .pt-proposal ===== */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Besley:ital,wght@0,400..900;1,400..900&amp;family=Space+Grotesk:wght@300..700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Satisfy&amp;family=Teko:wght@300..700&amp;family=Phudu:wght@300..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Onest:wght@100..900&amp;display=swap");

@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}


:where(.pt-proposal) a,
:where(.pt-proposal) button,
:where(.pt-proposal) p,
:where(.pt-proposal) input,
:where(.pt-proposal) select,
:where(.pt-proposal) textarea,
:where(.pt-proposal) li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


:where(.pt-proposal) .postbox__comment-reply a span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

  
:root:where(.pt-proposal) {
  /**
  @font family declaration
  */
  --tp-ff-teko: 'Teko', serif;
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-besley: 'Besley', serif;
  --tp-ff-mango-thin: 'MangoGrotesqueThin', serif;
  --tp-ff-mango-light: 'MangoGrotesqueLight', serif;
  --tp-ff-mango: 'MangoGrotesque', serif;
  --tp-ff-mango-medium: 'MangoGrotesqueMed', serif;
  --tp-ff-mango-semibold: 'MangoGrotesqueSemBd', serif;
  --tp-ff-mango-bold: 'MangoGrotesque', serif;
  --tp-ff-clash-light: 'ClashDisplay-Light', serif;
  --tp-ff-clash-regular: 'ClashDisplay-Regular', serif;
  --tp-ff-clash-medium: 'ClashDisplay-Medium', serif;
  --tp-ff-clash-semibold: 'ClashDisplay-Semibold', serif;
  --tp-ff-clash-bold: 'ClashDisplay-Bold', serif;
  --tp-ff-grotesk: 'Space Grotesk', serif;
  --tp-ff-platform: 'Platform', serif;
  --tp-ff-playfair: 'Playfair Display', serif;
  --tp-ff-satisfy: 'Satisfy', cursive;
  --tp-ff-dirtyline: 'dirtyline-36daysoftype-2022', serif;
  --tp-ff-phudu: 'Phudu', serif;
  --tp-ff-poppins: 'Poppins', serif;
  --tp-ff-onest: 'Onest', serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-light: #D0FF71;
  --tp-common-green-regular: #C1ED00;
  --tp-common-green-solid: #17312F;
  --tp-common-pink-light: #FDE1DA;
  --tp-common-paste: #43D4A0;
  --tp-common-paste-2: #0C5752;
  --tp-common-sky: #C5FCFC;
  --tp-common-red: #FF4851;
  --tp-common-red-2: #FF481F;
  --tp-common-red-3: #FF5722;
  --tp-common-blue: #7463FF;
  --tp-common-brown: #453030;
  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}

:where(.pt-proposal) * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html:where(.pt-proposal) {
  scroll-behavior: smooth;
}



/*---------------------------------
	typography css start 
---------------------------------*/
:where(.pt-proposal) body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);

}

:where(.pt-proposal) img {
  max-width: 100%;
}

:where(.pt-proposal) a {
  text-decoration: none;
}

:where(.pt-proposal) h1,
:where(.pt-proposal) h2,
:where(.pt-proposal) h3,
:where(.pt-proposal) h4,
:where(.pt-proposal) h5,
:where(.pt-proposal) h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
}

:where(.pt-proposal) h1 {
  font-size: 40px;
}

:where(.pt-proposal) h2 {
  font-size: 36px;
}

:where(.pt-proposal) h3 {
  font-size: 28px;
}

:where(.pt-proposal) h4 {
  font-size: 24px;
}

:where(.pt-proposal) h5 {
  font-size: 20px;
}

:where(.pt-proposal) h6 {
  font-size: 16px;
}

:where(.pt-proposal) ul {
  margin: 0px;
  padding: 0px;
}

:where(.pt-proposal) p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
/*   font-family: var(--tp-ff-p); */
  color: var(--tp-text-body);
}

:where(.pt-proposal) a:not([href]):not([class]),
:where(.pt-proposal) a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

:where(.pt-proposal) .dark span, :where(html.pt-proposal).dark span,
:where(.pt-proposal) .dark h2, :where(html.pt-proposal).dark h2,
:where(.pt-proposal) .dark p, :where(html.pt-proposal).dark p,
:where(.pt-proposal) .dark h3, :where(html.pt-proposal).dark h3,
:where(.pt-proposal) .dark h3 span, :where(html.pt-proposal).dark h3 span{
	color:#fff;;
}

:where(.pt-proposal) a:focus,
:where(.pt-proposal) .button:focus {
  text-decoration: none;
  outline: none;
}

:where(.pt-proposal) a:focus,
:where(.pt-proposal) a:hover {
  color: inherit;
  text-decoration: none;
}

:where(.pt-proposal) a,
:where(.pt-proposal) button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

:where(.pt-proposal) button:hover {
  cursor: pointer;
}

:where(.pt-proposal) button:focus {
  outline: 0;
}

:where(.pt-proposal) input[type=text],
:where(.pt-proposal) input[type=email],
:where(.pt-proposal) input[type=tel],
:where(.pt-proposal) input[type=number],
:where(.pt-proposal) input[type=password],
:where(.pt-proposal) input[type=url],
:where(.pt-proposal) select,
:where(.pt-proposal) textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 8px;
  background: #f5f5f5;
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}

:where(.pt-proposal) input[type=text]::-webkit-input-placeholder,
:where(.pt-proposal) input[type=email]::-webkit-input-placeholder,
:where(.pt-proposal) input[type=tel]::-webkit-input-placeholder,
:where(.pt-proposal) input[type=number]::-webkit-input-placeholder,
:where(.pt-proposal) input[type=password]::-webkit-input-placeholder,
:where(.pt-proposal) input[type=url]::-webkit-input-placeholder,
:where(.pt-proposal) textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]::-moz-placeholder,
:where(.pt-proposal) input[type=email]::-moz-placeholder,
:where(.pt-proposal) input[type=tel]::-moz-placeholder,
:where(.pt-proposal) input[type=number]::-moz-placeholder,
:where(.pt-proposal) input[type=password]::-moz-placeholder,
:where(.pt-proposal) input[type=url]::-moz-placeholder,
:where(.pt-proposal) textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]:-moz-placeholder,
:where(.pt-proposal) input[type=email]:-moz-placeholder,
:where(.pt-proposal) input[type=tel]:-moz-placeholder,
:where(.pt-proposal) input[type=number]:-moz-placeholder,
:where(.pt-proposal) input[type=password]:-moz-placeholder,
:where(.pt-proposal) input[type=url]:-moz-placeholder,
:where(.pt-proposal) textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]:-ms-input-placeholder,
:where(.pt-proposal) input[type=email]:-ms-input-placeholder,
:where(.pt-proposal) input[type=tel]:-ms-input-placeholder,
:where(.pt-proposal) input[type=number]:-ms-input-placeholder,
:where(.pt-proposal) input[type=password]:-ms-input-placeholder,
:where(.pt-proposal) input[type=url]:-ms-input-placeholder,
:where(.pt-proposal) textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]::placeholder,
:where(.pt-proposal) input[type=email]::placeholder,
:where(.pt-proposal) input[type=tel]::placeholder,
:where(.pt-proposal) input[type=number]::placeholder,
:where(.pt-proposal) input[type=password]::placeholder,
:where(.pt-proposal) input[type=url]::placeholder,
:where(.pt-proposal) textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]:focus,
:where(.pt-proposal) input[type=email]:focus,
:where(.pt-proposal) input[type=tel]:focus,
:where(.pt-proposal) input[type=number]:focus,
:where(.pt-proposal) input[type=password]:focus,
:where(.pt-proposal) input[type=url]:focus,
:where(.pt-proposal) textarea:focus {
  border-color: var(--tp-common-black);
}

:where(.pt-proposal) input[type=text]:focus::placeholder,
:where(.pt-proposal) input[type=email]:focus::placeholder,
:where(.pt-proposal) input[type=tel]:focus::placeholder,
:where(.pt-proposal) input[type=number]:focus::placeholder,
:where(.pt-proposal) input[type=password]:focus::placeholder,
:where(.pt-proposal) input[type=url]:focus::placeholder,
:where(.pt-proposal) textarea:focus::placeholder {
  opacity: 0;
}


:where(.pt-proposal) .tp-contact-form-input select {
    appearance: none;              /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center; /* Adjust this value to move the arrow */
    background-size: 22px;
    padding-right: 2.5rem;        /* Add space for the arrow */
}


:where(.pt-proposal) textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

:where(.pt-proposal) input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

:where(.pt-proposal) *::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

:where(.pt-proposal) ::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

:where(.pt-proposal) ::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

:where(.pt-proposal) *::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

:where(.pt-proposal) *::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

:where(.pt-proposal) .body-padding {
  padding: 0 20px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .body-padding {
    padding: 0;
  }
}




/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/

/* Glow Border Animation */

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(100%) scale(1.15);
  }
}

@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px;
  }

  30% {
    bottom: 100px;
    left: 300px;
  }

  60% {
    bottom: 200px;
    left: 600px;
  }

  100% {
    bottom: -300px;
    left: 1200px;
  }
}

@keyframes move1-reverse {
  0% {
    bottom: -150px;
    left: 1400px;
  }

  40% {
    bottom: 50px;
    left: 600px;
  }

  70% {
    bottom: 200px;
    left: 300px;
  }

  100% {
    bottom: -150px;
    left: -150px;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 246, 105, 0.1), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes scroll1 {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

@keyframes transform {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

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

@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes roteted {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes bar_anim {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
:where(.pt-proposal) #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-theme-green);
}

:where(.pt-proposal) .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

:where(.pt-proposal) .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

:where(.pt-proposal) .preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

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

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/

:where(.pt-proposal) .black-bg-6 {
  background-color: var(--tp-common-black-6);
}

:where(.pt-proposal) .green-regular-bg {
  background-color: var(--tp-common-green-regular);
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.7 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/
:where(.pt-proposal) .design-service-accordion .accordion-header {
  font-size: inherit;
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons img {
  transition: 0.3s;
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #999da6;
  padding-bottom: 25px;
  display: block;
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons i {
  font-weight: 400;
  font-size: 80px;
  line-height: 0.87;
  color: #E0EEEE;
  margin-bottom: 0;
  transition: 0.3s;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dirtyline);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-service-accordion .accordion-buttons i {
    font-size: 50px;
  }
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons:not(.collapsed) img {
  transform: scale(1.4) rotate(-20deg) translate(-45px, 25px);
}

:where(.pt-proposal) .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: #C5FCFC;
}

:where(.pt-proposal) .design-service-accordion .accordion-body {
  padding: 0;
  padding-right: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .design-service-accordion .accordion-body {
    padding-right: 250px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-service-accordion .accordion-body {
    padding-right: 0;
  }
}

:where(.pt-proposal) .design-service-accordion .accordion-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #999da6;
  margin-bottom: 0;
  padding-bottom: 30px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .design-service-accordion .accordion-body p br {
    display: none;
  }
}

:where(.pt-proposal) .design-service-accordion .accordion-items {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

:where(.pt-proposal) .design-service-accordion .accordion-items:not(:last-child) {
  margin-bottom: 30px;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-items {
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
    font-size: 15px;
  }
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 35px;
  left: 7px;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  transition: 0.4s;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-header span {
  margin-right: 20px;
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-right: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .ai-faq-accordion-wrap .accordion-body {
    padding-right: 0;
  }
}

:where(.pt-proposal) .ai-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .ai-faq-accordion-wrap .accordion-body p {
    font-size: 14px;
  }
}

:where(.pt-proposal) .it-faq-wrap .accordion-items {
  padding-left: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .it-faq-wrap .accordion-items {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .it-faq-wrap .accordion-items {
    padding-left: 50px;
  }
}

:where(.pt-proposal) .it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px;
  }
}

:where(.pt-proposal) .it-faq-wrap .accordion-buttons {
  text-align: left;
}

:where(.pt-proposal) .it-faq-wrap .accordion-buttons i {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-platform);
}

:where(.pt-proposal) .it-faq-wrap .accordion-buttons span {
  font-weight: 500;
  font-size: 36px;
  line-height: 0.7;
  display: block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .it-faq-wrap .accordion-buttons span {
    font-size: 32px;
  }
}

:where(.pt-proposal) .it-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}

:where(.pt-proposal) .it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/

:where(.pt-proposal) .tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-semibold);
}

:where(.pt-proposal) .tp-section-subtitle-clash i {
  margin-left: 10px;
}

:where(.pt-proposal) .tp-section-subtitle-clash.clash-subtitle-pos {
  display: inline-block;
  transform: translateY(60px);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-section-subtitle-clash.clash-subtitle-pos {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
}

:where(.pt-proposal) .tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translateY(5px);
  font-family: var(--tp-ff-inter);
}

:where(.pt-proposal) .tp-section-title {
  font-size: 36px;
  font-weight: 700!important;
  line-height: 1;
  text-transform: capitalize;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  :where(.pt-proposal) .tp-section-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  :where(.pt-proposal) .tp-section-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .tp-section-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-section-title {
    font-size: 42px;
  }
}



/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/


@media (max-width: 767px) {
 
}

:where(.pt-proposal) .st-service-item-slider {
  position: relative;
}

:where(.pt-proposal) .st-service-item-slider::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 160px;
  display: inline-block;
  background: linear-gradient(-90deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}

:where(.pt-proposal) .st-service-item-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 160px;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(90deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}

:where(.pt-proposal) .tp-service-4-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #999;
}

:where(.pt-proposal) .tp-service-4-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-green-regular);
  background-color: var(--tp-common-green-regular);
}

:where(.pt-proposal) .pp-service-details-title {
  margin: 0;
  font-size: 140px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1.4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .pp-service-details-title {
    font-size: 120px;
    line-height: 0.7;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .pp-service-details-title {
    font-size: 99px;
    line-height: 0.6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .pp-service-details-title {
    font-size: 80px;
    line-height: 0.9;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .pp-service-details-title {
    font-size: 60px;
    line-height: 0.9;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .pp-service-details-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .pp-service-details-title i {
    display: none;
  }
}

:where(.pt-proposal) .pp-service-details-title span {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0E0F11;
  margin-bottom: 0;
  padding: 16px 29px;
  border-radius: 56px;
  display: inline-block;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border: 1px solid #FFF669;
  transform: translateY(-24px);
  font-family: var(--tp-ff-p);
  background: var(--tp-common-yellow-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .pp-service-details-title span {
    transform: translateY(-16px);
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .pp-service-details-title span {
    transform: translateY(-4px);
  }
}

:where(.pt-proposal) .pp-service-details-title span svg {
  position: absolute;
  bottom: -13px;
  right: -13px;
}

/*----------------------------------------*/
/*  7.6 Project Css
/*----------------------------------------*/

:where(.pt-proposal) .dgm-project-slider-wrap .swiper-container.dgm-project-text-active {
  height: 100px !important;
}

:where(.pt-proposal) .dgm-project-slider-wrap .dgm-project-text-active .swiper-slide-active .dgm-project-content h5 span {
  transform: translateY(0);
  transition-delay: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .design-project-area {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-project-area {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-project-item {
    margin-bottom: 60px;
  }
}

:where(.pt-proposal) .design-project-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 0.9;
  color: #e0eeee;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dirtyline);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .design-project-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .design-project-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-project-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .design-project-content {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .design-project-content {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .design-project-content.pr-200 {
    padding-right: 0;
  }
}

:where(.pt-proposal) .design-project-content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 45px;
  letter-spacing: -0.02em;
}

:where(.pt-proposal) .design-project-thumb img {
  border-radius: 30px;
  will-change: transform;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .design-project-thumb img {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .design-project-thumb img {
    margin-bottom: 30px;
  }
}

:where(.pt-proposal) .tp-text-right-scroll {
  display: inline-block;
}

:where(.pt-proposal) .tp-text-left-scroll {
  display: inline-block;
}

:where(.pt-proposal) .tp-reveal-line {
  overflow: hidden;
}

:where(.pt-proposal) .it-project-dots .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgba(33, 33, 45, 0.1);
}

:where(.pt-proposal) .it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7463FF;
}

:where(.pt-proposal) .tp-portfolio-11-slider-bg {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

:where(.pt-proposal) .tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-link {
  opacity: 1;
}

:where(.pt-proposal) .tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-subtitle {
  opacity: 1;
}

:where(.pt-proposal) .tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-title {
  opacity: 1;
}

:where(.pt-proposal) .tp-portfolio-11-slider-content {
  padding-left: 180px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-content {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-content {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-content {
    padding: 0 15px;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-link {
  margin-bottom: 30px;
  opacity: 0;
}

:where(.pt-proposal) .tp-portfolio-11-slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0;
}

:where(.pt-proposal) .tp-portfolio-11-slider-title {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-title {
    font-size: 90px;
  }

  :where(.pt-proposal) .tp-portfolio-11-slider-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-title {
    font-size: 90px;
  }

  :where(.pt-proposal) .tp-portfolio-11-slider-title br {
    display: none;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-active button {
  left: 40px;
  bottom: 60px;
  width: 55px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  z-index: 99;
}

@media only screen and (min-width: 992px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-active button {
    display: none !important;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-active button {
    left: 15px;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-active button.slick-next {
  margin-left: 70px;
}

:where(.pt-proposal) .tp-portfolio-11-slider-active button i {
  font-weight: 500;
}

:where(.pt-proposal) .tp-portfolio-11-slider-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-item {
  cursor: pointer;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-thumb img {
  border-radius: 14px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap {
  width: 1260px;
  position: absolute;
  bottom: 110px;
  right: -65px;
  z-index: 99;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap {
    right: -280px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 900px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 600px;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number {
  position: absolute;
  right: 12%;
  bottom: -10%;
  z-index: 99;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 39%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 16%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 19%;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number span {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  min-width: 50px;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
  height: 1px;
  width: 850px;
  margin-right: 45px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 500px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 520px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 240px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 215px;
  }
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-active button {
  left: 0;
  width: 55px;
  bottom: -45px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-active button.slick-next {
  margin-left: 70px;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-active button i {
  font-weight: 500;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-active .slick-list {
  padding: 50px 0;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-content {
  height: 100%;
  padding: 30px;
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-year span {
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0px 12px;
  line-height: 30px;
  display: inline-block;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  background: rgba(255, 255, 255, 0.2);
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-subtittle {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

:where(.pt-proposal) .tp-portfolio-11-slider-nav-tittle {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
  margin-bottom: 0;
  letter-spacing: 1px;
}

/*----------------------------------------*/
/*  7.7 Funfact Css
/*----------------------------------------*/

:where(.pt-proposal) .st-counter-wrapper {
  border-top: 1px solid rgba(69, 48, 48, 0.15);
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}

:where(.pt-proposal) .st-counter-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(69, 48, 48, 0.15);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .st-counter-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}

:where(.pt-proposal) .st-counter-item {
  position: relative;
  padding-top: 105px;
  padding-bottom: 110px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :where(.pt-proposal) .st-counter-item {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :where(.pt-proposal) .st-counter-item {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  :where(.pt-proposal) .st-counter-item {
    padding: 50px 0;
  }
}

:where(.pt-proposal) .st-counter-item:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

:where(.pt-proposal) .st-counter-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

:where(.pt-proposal) .st-counter-item h4 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .st-counter-item h4 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}

:where(.pt-proposal) .st-counter-item h4 i {
  font-style: normal;
}

:where(.pt-proposal) .st-counter-item span {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  line-height: 1.3;
  display: inline-block;
  font-family: var(--tp-ff-poppins);
}

/*----------------------------------------*/
/*  7.8 Work Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/

:where(.pt-proposal) .tp-testimonial-slider-active {
  padding-top: 180px;
  margin: 0px -100px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-testimonial-slider-active {
    padding-top: 60px;
    margin: 0;
  }
}

:where(.pt-proposal) .dgm-testimonial-slider-wrap {
  padding: 0px 170px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  :where(.pt-proposal) .dgm-testimonial-slider-wrap {
    padding: 0px 80px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  :where(.pt-proposal) .dgm-testimonial-slider-wrap {
    padding: 0px 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .dgm-testimonial-slider-wrap {
    padding: 0px;
  }
}

:where(.pt-proposal) .dgm-testimonial-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(20, 24, 32, 0.3);
}

:where(.pt-proposal) .dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

:where(.pt-proposal) .creative-testimonial-slider-wrap .tp-scrollbar {
  margin-top: 80px;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .creative-testimonial-slider-wrap .tp-scrollbar {
    margin-top: 40px;
  }
}

:where(.pt-proposal) .creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

:where(.pt-proposal) #paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

:where(.pt-proposal) .shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 11;
  background-color: #d9d9d9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

:where(.pt-proposal) .app-testimonial-slider {
  margin-left: -250px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .app-testimonial-slider {
    margin-left: 0;
  }
}

:where(.pt-proposal) .cr-testimonial-nav {
  display: flex;
  gap: 10px;
  padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .cr-testimonial-nav {
    padding-top: 20px;
  }
}

:where(.pt-proposal) .cr-testimonial-nav button {
  display: grid;
  height: 50px;
  width: 50px;
  place-content: center;
  display: inline-block;
  border-radius: 40px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

:where(.pt-proposal) .cr-testimonial-nav button svg {
  display: inline-block;
  transform: translateY(-2px);
}

:where(.pt-proposal) .cr-testimonial-nav button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}



/*----------------------------------------*/
/*  8.2 Brand Css
/*----------------------------------------*/

:where(.pt-proposal) .tp-brand-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

:where(.pt-proposal) .dark .green-regular-bg .tp-brand-title, :where(html.pt-proposal).dark .green-regular-bg .tp-brand-title{
	color:#000!important;
} 

:where(.pt-proposal) .tp-brand-title::after {
  content: "";
  height: 8px;
  width: 8px;
  margin-left: 30px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-black);
}

:where(.pt-proposal) .tp-brand-wrapper {
  padding: 30px 0 26px 0;
  transform: rotate(2deg);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-brand-wrapper {
    transform: rotate(0);
  }
}

:where(.pt-proposal) .tp-brand-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

:where(.pt-proposal) .tp-brand-active .swiper-slide {
  width: auto;
}

:where(.pt-proposal) .tp-brand-style-2 {
  margin-top: -89px;
  transform: rotate(-4deg);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-brand-style-2 {
    margin-top: 0;
    transform: rotate(0);
  }
}

:where(.pt-proposal) .tp-brand-style-2 .tp-brand-title {
  color: var(--tp-common-white);
}

:where(.pt-proposal) .tp-brand-style-2 .tp-brand-title::after {
  margin-left: 0;
  margin-right: 30px;
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-brand-area {
          padding-top: 0px;
        padding-bottom: 0px;
        background: #fff !important;
  }
}

:where(.pt-proposal) .creative-brand-active .slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

:where(.pt-proposal) .ai-brand-slider-active .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

:where(.pt-proposal) .ai-brand-slider-active .swiper-slide {
  width: auto;
}

:where(.pt-proposal) .ar-brand-active .swiper-slide {
  width: auto;
}

:where(.pt-proposal) .ar-brand-active .swiper-wrapper {
  align-items: center;
}

:where(.pt-proposal) .app-brand-active .slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

:where(.pt-proposal) .app-brand-active .swiper-slide {
  width: auto;
}

:where(.pt-proposal) .st-brand-active .slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

:where(.pt-proposal) .st-brand-active .swiper-slide {
  width: auto;
}

:where(.pt-proposal) .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  8.3 Team Css
/*----------------------------------------*/

:where(.pt-proposal) .tp-team-slider-active {
  margin: 0 -65px;
}

@media (max-width: 767px) {
  :where(.pt-proposal) .tp-team-slider-active {
    margin: 0;
  }
}

:where(.pt-proposal) .tp-team-details-progress-counter {
  margin-top: -29px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -15px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/

:where(.pt-proposal) .studio-step-slider-active {
  margin: 0 -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  :where(.pt-proposal) .studio-step-slider-active {
    margin: 0;
  }
}

/*----------------------------------------*/
/*  8.5 Choose Css
/*----------------------------------------*/

@media (max-width: 767px) {
		:where(.pt-proposal) .tp-contact-me-interest-category .wpcf7-list-item-label{
    padding: 15px 15px!important;
}
	:where(.pt-proposal) .tp-contact-me-interest-category span.wpcf7-list-item{
		margin: 0px 0 0 0em!important;
	}
	:where(.pt-proposal) .pp-service-details-title{
		    margin-top: 0px!important;
		    font-size: 52px!important;
		    line-height: 62px !important;
	}
	:where(.pt-proposal) .pp-service-details-title img{
		    width: 140px;
	}
	:where(.pt-proposal) .tp-contact-me-heading{
		padding-top:80px;
	}
	:where(.pt-proposal) .bottom-logo{
		    display: grid!important;
    gap: 15px!important;
		  grid-template-columns: repeat(2, 1fr)!important;
	}
	:where(.pt-proposal) .bottom-logo img{
		    width: 110px!important;
	}
	:where(.pt-proposal) .marquee-track img {
    width: 110px!important;
		margin: 0 15px!important;
	}
	:where(.pt-proposal) .tp-brand-area {
   
    margin: 0px 0 0px 0!important;
}
}

:where(.pt-proposal) .green-regular-bg {
  background-color: #ebf212;
}

:where(.pt-proposal) .tp-brand-area {
  overflow-x: clip;
  margin: 120px 0 220px 0;
}

:where(.pt-proposal) .contact-sec-landing {
  padding-top: 190px;
  padding-bottom: 100px;
}

:where(.pt-proposal) .clash-subtitle-pos.body-ff {
  position: relative;
 
  text-transform: uppercase !important;
}

:where(.pt-proposal) .clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;

}

:where(.pt-proposal) .tp-section-subtitle-clash {
  color: #000;
}

:where(.pt-proposal) .pp-service-details-title {
  margin-top: 40px;
  font-size: 65px;
  font-weight: bold !important;
  color: #000;
}


:where(.pt-proposal) .pp-service-details-title img {
  margin-right: 15px;
  border-radius: 50px;
  transform: translateY(7px);
}

:where(.pt-proposal) .pp-about-content p {
  font-size: 20px !important;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.56;
  letter-spacing: -0.02em;
  color: #000;
  padding-top: 40px;
}

:where(.pt-proposal) .tp-contact-category-btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
}

:where(.pt-proposal) .tp-contact-category-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 12px;
  padding: 20px 43px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

:where(.pt-proposal) .tp-contact-category-btn:hover,
:where(.pt-proposal) .tp-contact-category-btn.active {
  background-color: #ebf212;
  color: #000;
}
:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input input{
	background-color:#f5f5f5!important;
}

:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input input,
:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: rgb(246, 246, 249);
  color: #000;
  border: 1px solid rgb(246, 246, 249);
}

:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus,
:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: #000;
}

:where(.pt-proposal) .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: #000;
}

:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=text],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=email],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=tel],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=number],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=password],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap input[type=url],
:where(.pt-proposal) .tp-contact-me-interest-form-wrap textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 8px;
  background: rgb(246, 246, 249);
  color: #000;
  border: 1px solid rgb(246, 246, 249);
  border-radius: 8px;
}



:where(.pt-proposal) .tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-bottom: 12px;
}

:where(.pt-proposal) .tp-contact-form-input textarea {
  resize: none;
  height: 160px;
  background-color:#f5f5f5!important;
}

:where(.pt-proposal) .shadow-rounded {
  padding: 20px;
  box-shadow: 0 4px 10px #999;
  border-radius: 10px;
}

:where(.pt-proposal) .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 20px 0;
}

:where(.pt-proposal) .marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

:where(.pt-proposal) .marquee-track img {
  width: 200px;
  margin: 0 30px;
  vertical-align: middle;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

:where(.pt-proposal) .bottom-logo img {
  height: 54px;
  object-fit: contain;
  object-position: center;
}

:where(.pt-proposal) .bottom-logo {
  display: flex;
  gap: 30px;
  margin-top: 20px;
	justify-content:center;
}




:where(.pt-proposal) .dark .tp-section-subtitle-clash.clash-subtitle-pos.body-ff, :where(html.pt-proposal).dark .tp-section-subtitle-clash.clash-subtitle-pos.body-ff,
:where(.pt-proposal) .dark .pp-service-details-title, :where(html.pt-proposal).dark .pp-service-details-title,
:where(.pt-proposal) .dark .pp-about-content p, :where(html.pt-proposal).dark .pp-about-content p,
:where(.pt-proposal) .dark .font-heading-plusjakartasans-regular h2, :where(html.pt-proposal).dark .font-heading-plusjakartasans-regular h2,
:where(.pt-proposal) .dark .font-heading-plusjakartasans-regular h3, :where(html.pt-proposal).dark .font-heading-plusjakartasans-regular h3,
:where(.pt-proposal) .dark .contact-sec-landing h1, :where(html.pt-proposal).dark .contact-sec-landing h1,
:where(.pt-proposal) .dark .contact-sec-landing h2, :where(html.pt-proposal).dark .contact-sec-landing h2,
:where(.pt-proposal) .dark .contact-sec-landing h3, :where(html.pt-proposal).dark .contact-sec-landing h3,
:where(.pt-proposal) .dark .contact-sec-landing p, :where(html.pt-proposal).dark .contact-sec-landing p,
:where(.pt-proposal) .dark .contact-sec-landing span, :where(html.pt-proposal).dark .contact-sec-landing span,
:where(.pt-proposal) .dark .tp-contact-form-input label, :where(html.pt-proposal).dark .tp-contact-form-input label,
:where(.pt-proposal) .dark .tp-section-title, :where(html.pt-proposal).dark .tp-section-title{
color:#fff!important;
}

:where(.pt-proposal) .Awards-sec{
	    padding: 60px 0 60px 0;
}

:where(.pt-proposal) .dark .Awards-sec, :where(html.pt-proposal).dark .Awards-sec{
	    padding: 60px 0 60px 0;
}

:where(.pt-proposal) .dark .tp-contact-category-btn, :where(html.pt-proposal).dark .tp-contact-category-btn{
	color: #fff;
    border: 1px solid #fff;
}

:where(.pt-proposal) .dark  .tp-contact-category-btn:hover, :where(html.pt-proposal).dark  .tp-contact-category-btn:hover, :where(.pt-proposal) .dark .tp-contact-category-btn.active, :where(html.pt-proposal).dark .tp-contact-category-btn.active{
	color:#000!important;
}




:where(.pt-proposal) .dark .tp-contact-form-btn .wc-btn-group a.wc-btn:hover i, :where(html.pt-proposal).dark .tp-contact-form-btn .wc-btn-group a.wc-btn:hover i{
	border:1px solid #000;
}

:where(.pt-proposal) .dark .tp-contact-form-btn .wc-btn-group a.wc-btn i, :where(html.pt-proposal).dark .tp-contact-form-btn .wc-btn-group a.wc-btn i{
	border:1px solid #fff;
}

@media (max-width: 1599px) and (min-width: 1367px) {
	:where(.pt-proposal) footer .section-header{
	padding-top:70px;
}
}


@media (max-width: 1280px) and (min-width: 1201px) {
	:where(.pt-proposal) .footer-cta .newsletter{
		    padding-inline-start: 35px;
	}
	:where(.pt-proposal) .main-menu li a{
		    margin: 0 7px;
	}
	:where(.pt-proposal) .wc-btn-group a.wc-btn{
		    padding: 14px 20px;
	}
	:where(.pt-proposal) .pp-service-details-title{
		font-size: 54px;
	}
		

}

:where(.pt-proposal) .form-btn{
	color:#000;
	border:1px solid #000;
}

:where(.pt-proposal) .form-btn::after{
		color:#000;
	border:1px solid #000;
}


:where(.pt-proposal) .dark .form-btn, :where(html.pt-proposal).dark .form-btn{
	color:#fff;
	border:1px solid #fff;
}

:where(.pt-proposal) .form-btn::after{
		color:#000;
	border:1px solid #000;
}

:where(.pt-proposal) .dark .form-btn::after, :where(html.pt-proposal).dark .form-btn::after{
		color:#fff;
	border:1px solid #fff;
}

:where(.pt-proposal) .dark .form-btn:hover, :where(html.pt-proposal).dark .form-btn:hover{
	    color: #000!important;
    border: 1px solid #ebf212!important;
}

:where(.pt-proposal) .dark .form-btn:hover::after, :where(html.pt-proposal).dark .form-btn:hover::after{
	color:#000;
}


:where(.pt-proposal) .tp-contact-me-interest-category input[type="checkbox"]{
	position:absolute;
	opacity:0;
}
:where(.pt-proposal) .tp-contact-me-interest-category .wpcf7-list-item-label{
	  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 12px;
  padding: 20px 43px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

:where(.pt-proposal) .tp-contact-me-interest-category .wpcf7-list-item-label.active {
  background-color: #ebf212;
  color: #000;
  transition: all 0.3s ease;
}


:where(.pt-proposal) .dark .tp-contact-me-interest-category .wpcf7-list-item-label, :where(html.pt-proposal).dark .tp-contact-me-interest-category .wpcf7-list-item-label{
	 border: 1px solid #f5f5f5;
	
}

:where(.pt-proposal) .dark .tp-contact-me-interest-category .wpcf7-list-item-label.active, :where(html.pt-proposal).dark .tp-contact-me-interest-category .wpcf7-list-item-label.active {
	  color: #000!important;
}



:where(.pt-proposal) .fade-rotate-init {
	opacity: 0;
	transform: translate(-50px, -50px) rotate(0deg);
	transition: all 0.5s ease-out;
}

:where(.pt-proposal) .fade-rotate-init.fade-rotate-active {
	opacity: 1;
	transform: translate(0, 0);
}

:where(.pt-proposal) .tag:hover .fade-rotate-init.fade-rotate-active {
	transform: translate(0, 0) rotate(360deg);
}

/* ===== front-page.css → .pt-front ===== */
:where(.pt-front) .section-title {
	font-size: 60px
}
:where(.pt-front) .image-area-inner{overflow-x: clip;}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .section-title {
		font-size: 55px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .section-title {
		font-size: 46px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .section-title {
		font-size: 40px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .section-title {
		font-size: 35px
	}
}

:where(.pt-front) .section-title span {
	font-weight: 700
}

:where(.pt-front) .section-spacing-bottom {
	padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .section-spacing-bottom {
		padding-bottom: 120px
	}
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .section-spacing-bottom {
		padding-bottom: 100px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .section-spacing-bottom {
		padding-bottom: 60px
	}
}

:where(.pt-front) .hero-area{
	display: flex;
	justify-content: center;
	align-items: center;
}


:where(.pt-front) .hero-area-inner {

	padding-top: 100px;

}

@media only screen and (max-width: 1919px) {

}

:where(.pt-front) .hero-area-inner .shape-1 {
	position: absolute;
	top: 200px;
	inset-inline-end: calc(100% + 133px);
	width: 132px;
	z-index: -1
}

:where(.pt-front) .hero-area-inner .shape-2 {
	position: absolute;
	bottom: 0;
	inset-inline-start: calc(100% - 180px);
	width: 494px;
	z-index: -1
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .hero-area-inner .shape-2 {
		width: 314px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .hero-area-inner .shape-2 {
		display: none
	}
}

:where(.pt-front) .hero-area .section-subtitle {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--font_plusjakartasans);
	color: var(--primary);
	font-weight: 500;
	display: inline-flex;
	gap: 15px;
	align-items: center
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .hero-area .section-subtitle {
		font-size: 16px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .hero-area .section-subtitle img {
		height: 10px
	}
}

:where(.pt-front) .hero-area .section-title {
	font-size: 120px;
	line-height: .92;
	font-weight: 300
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .hero-area .section-title {
		font-size: 100px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .hero-area .section-title {
		font-size: 70px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .hero-area .section-title {
		font-size: 50px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .hero-area .section-title {
		font-size: 40px
	}
}

:where(.pt-front) .hero-area .section-content {
	display: grid;
	gap: 30px 60px;
	grid-template-columns: auto 380px
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .hero-area .section-content {
		grid-template-columns: auto 340px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .hero-area .section-content {
		grid-template-columns: auto
	}
}

:where(.pt-front) .hero-area .section-content .title-wrapper {
	margin-top: 33px
}

:where(.pt-front) .hero-area .section-content .customer-box .text {
	line-height: 1.22;
	max-width: 193px;
	margin-top: 15px
}

:where(.pt-front) .hero-area .section-content .customer-box .text span {
	color: var(--primary)
}

:where(.pt-front) .hero-area .section-content .text-wrapper {
	margin-top: 59px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .hero-area .section-content .text-wrapper {
		margin-top: 39px
	}
}

:where(.pt-front) .hero-area .section-content .btn-wrapper {
	margin-top: 33px
}

:where(.pt-front) .image-area {
	background-image: linear-gradient(180deg, #fff 0%, #fff 200px, var(--theme) 200px, var(--theme) 100%)
}

:where(.pt-front) .dark .image-area, :where(html.pt-front).dark .image-area {
	background-image: linear-gradient(180deg, var(--black) 0%, var(--black) 200px, var(--theme) 200px, var(--theme) 100%)
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .image-area {
		background-image: linear-gradient(180deg, #fff 0%, #fff 120px, var(--theme) 120px, var(--theme) 100%)
	}

	:where(.pt-front) .dark .image-area, :where(html.pt-front).dark .image-area {
		background-image: linear-gradient(180deg, var(--black) 0%, var(--black) 200px, var(--theme) 200px, var(--theme) 100%)
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .image-area {
		background-image: linear-gradient(180deg, #fff 0%, #fff 70px, var(--theme) 70px, var(--theme) 100%)
	}

	:where(.pt-front) .dark .image-area, :where(html.pt-front).dark .image-area {
		background-image: linear-gradient(180deg, var(--black) 0%, var(--black) 200px, var(--theme) 200px, var(--theme) 100%)
	}
}

:where(.pt-front) .image-area .video-btn {
	width: 200px;
	height: 200px;
	background-color: var(--primary);
	color: var(--white);
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

:where(.pt-front) .dark .image-area .video-btn, :where(html.pt-front).dark .image-area .video-btn {
	color: var(--black)
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .image-area .video-btn {
		width: 120px;
		height: 120px;
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .image-area .video-btn {
		width: 70px;
		height: 70px;
		font-size: 14px
	}
}

:where(.pt-front) .image-area .image-wrapper-box {
	position: relative;
	margin-inline-end: calc((100vw + 24px - var(--container-max-widths))/-2)
}

:where(.pt-front) .image-area .video-button-box {
	position: absolute;
	top: 0;
	inset-inline-start: 0
}

:where(.pt-front) .features-area {
	padding-top: 120px;
	padding-bottom: 113px;
	background-color: var(--theme)
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .features-area {
		padding-top: 90px;
		padding-bottom: 83px
	}
}

:where(.pt-front) .features-wrapper {
	display: grid;
	gap: 60px 60px;
	grid-template-columns: repeat(3, 300px);
	justify-content: space-between
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .features-wrapper {
		grid-template-columns: repeat(3, 240px)
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .features-wrapper {
		grid-template-columns: repeat(2, 310px)
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .features-wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
}

:where(.pt-front) .feature-box .title {
	font-size: 26px;
	line-height: 1.1;
	color: var(--white)
}

:where(.pt-front) .feature-box .title span {
	font-weight: 700
}

:where(.pt-front) .feature-box .content {
	margin-top: 44px
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .feature-box .content {
		margin-top: 30px
	}
}

:where(.pt-front) .feature-box .text {
	color: var(--white);
	margin-top: 28px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .feature-box .text {
		margin-top: 18px
	}
}

:where(.pt-front) .services-area .section-header {
	padding-top: 130px;
	padding-bottom: 123px;
	display: grid;
	gap: 20px 60px;
	grid-template-columns: auto 850px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .services-area .section-header {
		padding-top: 100px;
		padding-bottom: 93px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .services-area .section-header {
		grid-template-columns: auto 700px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .services-area .section-header {
		grid-template-columns: auto
	}
}

:where(.pt-front) .services-area .section-header .text-wrapper {
	margin-top: 53px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .services-area .section-header .text-wrapper {
		margin-top: 33px;
		grid-template-columns: auto
	}
}

:where(.pt-front) .services-area .section-subtitle {
	font-size: 26px;
	text-transform: uppercase
}

:where(.pt-front) .services-area .services-wrapper {
	border-bottom: 1px solid var(--border)
}

:where(.pt-front) .services-area .services-wrapper>*:not(:first-child) {
	border-top: 1px solid var(--border)
}

:where(.pt-front) .services-area .services-wrapper a {
	display: block
}

:where(.pt-front) .service-box {
	padding: 60px 50px;
	display: grid;
	gap: 20px 50px;
	grid-template-columns: auto 720px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .service-box {
		grid-template-columns: auto 570px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .service-box {
		grid-template-columns: auto
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .service-box {
		padding: 30px 20px
	}
}



/* .service-box:hover .bg-box {
opacity: 1;
background-color: var(--black);
}

.dark .service-box:hover .bg-box {
opacity: 1;
background-color: var(--white);
} */

:where(.pt-front) .service-box .bg-box {
	background: linear-gradient(to right, transparent 50%, var(--black) 50%);
	background-size: 200% 100%;
	background-position: left center;
	transition: background-position 0.5s ease;
	opacity: 0;
}

:where(.pt-front) .service-box:hover .bg-box {
	background-position: right center;
	opacity: 1;
}


:where(.pt-front) .dark .service-box .bg-box, :where(html.pt-front).dark .service-box .bg-box{
	background: linear-gradient(to right, transparent 50%, var(--white) 50%);
	background-size: 200% 100%;
	background-position: left center;
	transition: background-position 0.5s ease;
	opacity: 0;
}
:where(.pt-front) .dark .service-box:hover .bg-box, :where(html.pt-front).dark .service-box:hover .bg-box{
	background-position: right center;
	opacity: 1;
}






:where(.pt-front) .service-box:hover .title {
	color: var(--white)
}

:where(.pt-front) .service-box:hover .text {
	color: var(--white)
}

:where(.pt-front) .dark .service-box:hover .title, :where(html.pt-front).dark .service-box:hover .title {
	color: var(--black)
}

:where(.pt-front) .dark .service-box:hover .text, :where(html.pt-front).dark .service-box:hover .text {
	color: var(--black)
}

:where(.pt-front) .service-box:hover .wc-btn-primary {
	background-color: var(--theme);
	border-color: rgba(0, 0, 0, 0)
}

:where(.pt-front) .dark .service-box:hover .wc-btn-primary, :where(html.pt-front).dark .service-box:hover .wc-btn-primary {
	background-color: var(--theme);
	color: var(--black)
}

:where(.pt-front) .service-box:hover .wc-btn-circle {
	background-color: var(--theme);
	border: 1px solid rgba(0, 0, 0, 0)
}

:where(.pt-front) .dark .service-box:hover .wc-btn-circle, :where(html.pt-front).dark .service-box:hover .wc-btn-circle {
	background-color: var(--theme);
	color: var(--black)
}

:where(.pt-front) .service-box .content {
	display: grid;
	gap: 12px 20px;
	grid-template-columns: 615px auto;
	align-items: flex-start
}

:where(.pt-front) .service-box .thumb {
	display: flex; /* Ensure the thumb container respects centering rules */
	align-items: center; /* Align the image vertically within its container */
	justify-content: center; /* Optional: Center horizontally if needed */
	height: 100%; /* Ensure the thumb spans the height of its grid cell */
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .service-box .content {
		grid-template-columns: auto
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .service-box .thumb img {
		max-width: 30%;
	}
}

:where(.pt-front) .service-box .wc-btn-group {
	margin-inline-start: auto;
	margin-top: 8px
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .service-box .wc-btn-group {
		margin-inline-start: 0
	}
}

:where(.pt-front) .service-box .wc-btn-primary {
	background-color: var(--white);
	border-color: var(--border)
}

:where(.pt-front) .dark .service-box .wc-btn-primary, :where(html.pt-front).dark .service-box .wc-btn-primary {
	background-color: var(--black);
	color: var(--bs-white)
}

:where(.pt-front) .service-box .wc-btn-circle {
	background-color: var(--white);
	border: 1px solid var(--border)
}

:where(.pt-front) .dark .service-box .wc-btn-circle, :where(html.pt-front).dark .service-box .wc-btn-circle {
	background-color: var(--black);
	color: var(--bs-white)
}

:where(.pt-front) .service-box .title {
	font-size: 30px;
	margin-top: 2px;
	transition: all .5s
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .service-box .title {
		font-size: 24px
	}
}

:where(.pt-front) .service-box .title span {
	font-weight: 700
}

:where(.pt-front) .service-box .text {
	transition: all .5s
}

:where(.pt-front) .service-box .bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	inset-inline-start: 0;
	z-index: -1;
	opacity: 0;
	transition: all .5s
}



:where(.pt-front) .service-box .bg-box-overlay {
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	inset-inline-start: 0
}

:where(.pt-front) .work-area-inner {
	padding-top: 125px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .work-area-inner {
		padding-top: 95px
	}
}

:where(.pt-front) .work-area-inner {
	padding-top: 125px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .work-area-inner {
		padding-top: 95px
	}
}

:where(.pt-front) .work-area .section-title {
	font-size: 270px;
	line-height: .81;
	display: inline-block;
	position: relative
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-area .section-title {
		font-size: 50px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .work-area .section-title {
		font-size: 40px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .work-area .section-title {
		font-size: 35px
	}
}

:where(.pt-front) .work-area .section-title span {
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	margin-top: 20px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-area .section-title span {
		position: static;
		font-size: inherit;
		font-weight: 700
	}
}

:where(.pt-front) .work-area .section-title span:after {
	position: absolute;
	content: "";
	width: 300px;
	height: 1px;
	background-color: var(--primary);
	top: 50%;
	transform: translateY(-50%);
	inset-inline-start: calc(100% + 30px)
}

:where(.pt-front) .dark .work-area .section-title span:after, :where(html.pt-front).dark .work-area .section-title span:after{
	background-color: var(--white);
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-area .section-title span:after {
		display: none
	}
}

:where(.pt-front) .work-area .section-header {
	text-align: center
}

:where(.pt-front) .work-area .works-wrapper-box {
	margin-top: 90px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .work-area .works-wrapper-box {
		margin-top: 60px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-area .works-wrapper-box {
		margin-top: 50px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .work-area .works-wrapper-box {
		margin-top: 40px
	}
}

:where(.pt-front) .work-area .works-wrapper {
	display: grid;
	gap: 90px 50px;
	grid-template-columns: repeat(2, 1fr)
}

:where(.pt-front) .work-area .works-wrapper > *:nth-child(2n) {
	margin-top: 100px; /* Add top margin to items in the second column */
}

/* Disable the margin-top on mobile devices */
@media (max-width: 768px) { /* Adjust the max-width as needed for your breakpoint */
	:where(.pt-front) .work-area .works-wrapper > *:nth-child(2n) {
		margin-top: 0; /* Remove top margin on smaller screens */
	}
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .work-area .works-wrapper {
		gap: 70px 50px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-area .works-wrapper {
		gap: 40px 30px
	}
}

@media(max-width: 575px) {
	:where(.pt-front) .work-area .works-wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
}

:where(.pt-front) .work-area .btn-wrapper {
	margin-top: 88px;
	display: flex;
	justify-content: center
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .work-area .btn-wrapper {
		margin-top: 58px
	}
}

:where(.pt-front) .work-box:hover .thumb img {
	transform: scale(1.1)
}

:where(.pt-front) .work-box .thumb {
	width: 100%;
	aspect-ratio: 4 / 3; /* Set your desired aspect ratio, e.g., 16:9 */
	overflow: hidden;
	position: relative;
}

:where(.pt-front) .work-box .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image covers the entire area */
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
}


:where(.pt-front) .work-box .content {
	margin-top: 31px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .work-box .content {
		margin-top: 21px
	}
}

:where(.pt-front) .work-box .title {
	font-size: 24px
}

:where(.pt-front) .work-box .title span {
	font-weight: 700
}

:where(.pt-front) .work-box .tag {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block
}

:where(.pt-front) .work-box .meta {
	margin-top: 16px
}

:where(.pt-front) .about-area {
	background-color: var(--primary)
}

:where(.pt-front) .dark .about-area, :where(html.pt-front).dark .about-area {
	background-color: #1b1b1b
}

:where(.pt-front) .about-area-inner {
	padding-top: 130px;
	padding-bottom: 143px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .about-area-inner {
		padding-top: 100px;
		padding-bottom: 113px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .about-area-inner {
		padding-top: 60px;
		padding-bottom: 63px
	}
}

:where(.pt-front) .about-area .section-subtitle {
	font-size: 26px;
	text-transform: uppercase;
	color: var(--white-2)
}

:where(.pt-front) .about-area .section-title {
	color: var(--white)
}

:where(.pt-front) .about-area .section-header {
	padding-bottom: 91px;
	display: grid;
	gap: 20px 60px;
	grid-template-columns: auto 850px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .about-area .section-header {
		padding-bottom: 61px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .about-area .section-header {
		grid-template-columns: auto 690px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .about-area .section-header {
		grid-template-columns: auto
	}
}

:where(.pt-front) .about-area .image-wrapper img {
	width: 100%
}

:where(.pt-front) .about-area .text-wrapper {
	margin-top: 59px
}

:where(.pt-front) .about-area .text-wrapper .text {
	color: var(--white-2);
	max-width: 330px;
	margin-inline-start: 62%
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .about-area .text-wrapper .text {
		margin-inline-start: 0;
		max-width: 100%
	}
}

:where(.pt-front) .testimonial-area-inner {
	padding-top: 130px;
	padding-bottom: 130px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .testimonial-area-inner {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .testimonial-area-inner {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

:where(.pt-front) .testimonial-area .section-title {
	max-width: 581px
}

:where(.pt-front) .testimonial-area .section-header {
	margin-bottom: 94px
}

:where(.pt-front) .testimonial-item .text-wrapper {
	margin-top: 42px
}

:where(.pt-front) .testimonial-item .text {
	font-size: 22px;
	line-height: 1.29;
	color: var(--primary);
	font-weight: 300
}

:where(.pt-front) .testimonial-item .author {
	margin-top: 42px;
	display: flex;
	gap: 10px;
	align-items: center
}

:where(.pt-front) .testimonial-item .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden
}

:where(.pt-front) .testimonial-item .name {
	font-size: 18px
}

:where(.pt-front) .testimonial-item .name span {
	font-weight: 700
}

:where(.pt-front) .testimonial-item .post {
	font-size: 14px;
	display: inline-block;
	margin-top: 7px
}

:where(.pt-front) .pagination-scroll {
	height: 1px;
	background: var(--border);
	margin-top: 98px;
	margin-bottom: 1px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .pagination-scroll {
		margin-top: 68px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .pagination-scroll {
		margin-top: 48px
	}
}

:where(.pt-front) .counter-area .section-header {
	display: grid;
	gap: 20px 70px;
	grid-template-columns: auto 770px;
	justify-content: flex-end;
	margin-inline-end: 80px;
	margin-bottom: 89px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .counter-area .section-header {
		margin-inline-end: 50px;
		margin-bottom: 59px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .counter-area .section-header {
		grid-template-columns: auto 690px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .counter-area .section-header {
		grid-template-columns: auto
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .counter-area .section-header {
		margin-inline-end: 0;
		margin-bottom: 39px
	}
}

@media(max-width: 575px) {
	:where(.pt-front) .counter-area .section-header {
		justify-content: center
	}
}

:where(.pt-front) .counter-area .section-header .text {
	max-width: 251px
}

:where(.pt-front) .counter-area .content-last {
	display: flex;
	align-items: center;
	gap: 20px 110px
}

@media(max-width: 575px) {
	:where(.pt-front) .counter-area .content-last {
		flex-direction: column;
		align-items: flex-start
	}
}

:where(.pt-front) .counter-area .section-title {
	font-size: 120px;
	max-width: 416px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .counter-area .section-title {
		font-size: 100px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .counter-area .section-title {
		font-size: 46px
	}
}

@media only screen and (max-width: 991px) {
	:where(.pt-front) .counter-area .section-title {
		font-size: 40px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .counter-area .section-title {
		font-size: 35px
	}
}

:where(.pt-front) .counter-area .section-subtitle {
	font-size: 18px;
	font-family: var(--font_plusjakartasans);
	color: var(--primary)
}

:where(.pt-front) .counter-area .section-subtitle span {
	font-weight: 700
}

:where(.pt-front) .counter-area .subtitle-wrapper {
	margin-top: 20px
}

:where(.pt-front) .counter-area .text-wrapper {
	margin-top: 20px
}

:where(.pt-front) .counter-item {
	width: 380px;
	height: 380px;
	border: 1px solid var(--border);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 30px;
	text-align: center
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .counter-item {
		width: 340px;
		height: 340px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .counter-item {
		width: 260px;
		height: 260px
	}
}

:where(.pt-front) .counter-item .number {
	font-size: 100px
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .counter-item .number {
		font-size: 80px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .counter-item .number {
		font-size: 60px
	}
}

:where(.pt-front) .counter-item .text {
	font-size: 20px;
	font-family: var(--font_plusjakartasans);
	color: var(--primary);
	margin-top: 15px
}

:where(.pt-front) .counter-item .text span {
	font-weight: 700
}

:where(.pt-front) .counter-wrapper {
	display: flex
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .counter-wrapper {
		display: grid;
		grid-template-columns: auto auto
	}
}

@media(max-width: 575px) {
	:where(.pt-front) .counter-wrapper {
		grid-template-columns: auto;
		justify-content: center
	}
}

:where(.pt-front) .counter-wrapper>*:not(:first-child) {
	margin-inline-start: -70px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .counter-wrapper>*:not(:first-child) {
		margin-inline-start: -30px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .counter-wrapper>*:not(:first-child) {
		margin-inline-start: 0px
	}
}

:where(.pt-front) .tools-area {
	background-color: #f9eff1
}

:where(.pt-front) .dark .tools-area, :where(html.pt-front).dark .tools-area {
	background-color: #1b1b1b
}

:where(.pt-front) .tools-area-inner {
	padding-top: 211px;
	display: flex;
	gap: 40px 60px;
	justify-content: space-between
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .tools-area-inner {
		padding-top: 181px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .tools-area-inner {
		padding-top: 101px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .tools-area-inner {
		flex-direction: column
	}
}

:where(.pt-front) .tools-area .section-content {
	max-width: 557px
}

:where(.pt-front) .tools-area .section-content .text {
	max-width: 360px
}

:where(.pt-front) .tools-area .section-content .text-wrapper {
	margin-inline-start: 110px;
	margin-top: 54px
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .tools-area .section-content .text-wrapper {
		margin-inline-start: 0;
		margin-top: 34px
	}
}

:where(.pt-front) .tools-area .section-content .tools-list {
	margin-top: 120px;
	margin-inline-start: 110px
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .tools-area .section-content .tools-list {
		margin-top: 50px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .tools-area .section-content .tools-list {
		margin-inline-start: 0;
		margin-top: 34px
	}
}

:where(.pt-front) .tools-area .section-content .tools-list ul {
	display: flex;
	gap: 10px
}

:where(.pt-front) .tools-area .section-content .tools-list ul li {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid currentColor;
	padding: 6px 18px;
	border-radius: 20px
}

:where(.pt-front) .tools-area .section-thumb {
	margin-top: -61px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .tools-area .section-thumb {
		margin-top: 0
	}
}

:where(.pt-front) .tools-area .shape-image {
	display: inline-block;
	height: 0;
	transform: translate(-100%, -40px)
}

:where(.pt-front) .clients-area {
	padding-top: 130px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .clients-area {
		padding-top: 100px
	}
}

:where(.pt-front) .clients-area .section-title {
	max-width: 940px
}

:where(.pt-front) .clients-area .clients-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid var(--border);
	border-inline-start: 1px solid var(--border)
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .clients-area .clients-wrapper {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media(max-width: 575px) {
	:where(.pt-front) .clients-area .clients-wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
}

:where(.pt-front) .clients-area .client-box {
	height: 170px;
	padding: 20px;
	border-inline-end: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	display: inline-flex;
	justify-content: center;
	align-items: center
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .clients-area .client-box {
		height: 150px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .clients-area .client-box {
		height: 120px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .clients-area .client-box {
		height: 100px
	}
}

:where(.pt-front) .clients-area .client-box img {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

:where(.pt-front) .clients-area .client-box img:hover {
  opacity: 1;
}

:where(.pt-front) .word {
	opacity: 0;
	filter: blur(5px);
	display: inline-block;
	transition: opacity 0.4s ease, filter 0.4s ease;
}
:where(.pt-front) .word.show {
	opacity: 1;
	filter: blur(0);
}



:where(.pt-front) .icon-rotation { width: 200px;
    height: 200px;
    position: absolute;
    right: 3%;
    bottom: 0;}
:where(.pt-front) .icon-rotation .xlnc-icon { top:50%; position:absolute; left:50%; transform:translatex(-50%) translatey(-50%); width:150px; }

:where(.pt-front) .icon-rotation img{
	filter:invert(1)
}

:where(.pt-front) .dark .icon-rotation img, :where(html.pt-front).dark .icon-rotation img{
	filter:invert(0)
}

:where(.pt-front) .rotations {
	animation: rotation 15s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}


:where(.pt-front) .clients-area .clients-wrapper-box {
	margin-top: 64px
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .clients-area .clients-wrapper-box {
		margin-top: 44px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .clients-area .clients-wrapper-box {
		margin-top: 34px
	}
}

:where(.pt-front) .blog-area {
	padding-top: 141px
}

@media only screen and (max-width: 1919px) {
	:where(.pt-front) .blog-area {
		padding-top: 111px
	}
}

:where(.pt-front) .blog-area-inner {
	display: grid;
	gap: 50px 60px;
	grid-template-columns: auto 820px
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .blog-area-inner {
		grid-template-columns: auto 720px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .blog-area-inner {
		grid-template-columns: auto 650px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .blog-area-inner {
		grid-template-columns: auto
	}
	:where(.pt-front) .icon-rotation{   
		width: 100px;
    height: 100px;
    position: relative;
	    margin: 0 auto;
    top: 20px;
}
	:where(.pt-front) .icon-rotation .xlnc-icon{
		    width: 80px;

	}
 :where(.pt-front) .divigi-bg-text {
    writing-mode: vertical-rl;
    transform: translate(-50%, -50%) rotate(180deg)!important;
    font-size: 30vh!important;
    text-align: center!important;
    left: 70%!important;
    top: 50%!important;
    white-space: normal!important;
  }
	
	

}

:where(.pt-front) .blog-area .blog-wrapper-box {
	margin-top: 9px
}

:where(.pt-front) .blog-area .section-title {
	max-width: 242px
}

:where(.pt-front) .blog-area .section-header .btn-wrapper {
	margin-top: 44px
}

:where(.pt-front) .blog-area .blog-wrapper>* {
	display: block
}

:where(.pt-front) .blog-area .blog-wrapper>*:not(:first-child) {
	border-top: 1px solid var(--border);
	padding-top: 44px;
	margin-top: 45px
}

:where(.pt-front) .blog {
	display: grid;
	gap: 20px 60px;
	grid-template-columns: auto 520px;
	justify-content: space-between;
	align-items: flex-start
}

@media only screen and (max-width: 1399px) {
	:where(.pt-front) .blog {
		grid-template-columns: auto 470px
	}
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .blog {
		grid-template-columns: auto 410px
	}
}

@media only screen and (max-width: 767px) {
	:where(.pt-front) .blog {
		grid-template-columns: auto
	}
}



:where(.pt-front) .blog .author {
	display: flex;
	align-items: center;
	gap: 15px;
}

:where(.pt-front) .blog .author img {
	display: block;
	width: 100%; /* Ensures the image spans the container width */
	height: auto; /* Maintains the aspect ratio */
	aspect-ratio: 3 / 4; /* Enforces a specific aspect ratio (16:9 in this case) */
	object-fit: cover; /* Ensures the image fills the space while cropping excess */
	padding: 10px; /* Space between the image and border */
	background-color: var(--white); /* Background color for the padding area */
	box-shadow: 0 0 0 1px var(--border); /* Border outside the padding */
	border-radius: 5px; /* Optional: round the corners */
}




:where(.pt-front) .dark .blog .author img, :where(html.pt-front).dark .blog .author img {
	background-color: var(--black);
}
:where(.pt-front) .blog .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden
}

:where(.pt-front) .blog .name {
	font-size: 18px
}

:where(.pt-front) .blog .name span {
	font-weight: 700
}

:where(.pt-front) .blog .post {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px
}

:where(.pt-front) .blog .content .meta {
	display: flex;
	align-items: center;
	gap: 7px
}

:where(.pt-front) .blog .tag {
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 8px;
	background-color: #f1f1f4;
	color: var(--primary);
	border-radius: 20px;
	display: inline-block
}

:where(.pt-front) .dark .blog .tag, :where(html.pt-front).dark .blog .tag {
	background-color: #333
}

:where(.pt-front) .blog .date {
	font-size: 12px;
	text-transform: uppercase
}

:where(.pt-front) .blog .date.has-left-line {
	padding-inline-start: 25px
}

:where(.pt-front) .blog .date.has-left-line:before {
	width: 15px
}

:where(.pt-front) .blog .title {
	font-size: 30px;
	margin-top: 15px
}

@media only screen and (max-width: 1199px) {
	:where(.pt-front) .blog .title {
		font-size: 26px
	}
}

:where(.pt-front) .blog .title span {
	font-weight: 700
}

:where(.pt-front) .blog .text {
	margin-top: 15px
}

:where(.pt-front) .blog .btn-wrapper {
	margin-top: 33px
}












:where(.pt-front) .service-menu li {
	transition: all 0.5s ease-in-out;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #000;
}

:where(.pt-front) .service-menu li .thumb {
	padding: 0;
	max-height: 140px;
	height: 140px;
	max-width: 0;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

:where(.pt-front) .service-menu li:hover .thumb {
	padding: 0 50px;
	max-width: 100%;
	transition: all 1s ease-in-out;
	transition-delay: 0s;
}

:where(.pt-front) .service-menu .content {
	display: grid;
	gap: 12px 20px;
	grid-template-columns: 85% auto;
	width: 55%;
	margin-left: auto;
}

:where(.pt-front) .service-menu .content .thumbs img {
	width: 100px;
}

:where(.pt-front) .service-menu .title {
	font-size: 30px;
	margin-top: 2px;
	opacity: 1;
	transform: translateY(0px);
}


:where(.pt-front) .service-menu .content,
:where(.pt-front) .service-menu .content .thumbs img {

	visibility: visible;
	transform: translateY(0px);
	transition: all 0.5s ease-in-out;
}


:where(.pt-front) .service-menu li:hover .content,
:where(.pt-front) .service-menu li:hover .content .thumbs img {
	display:none;
	visibility: hidden;
	transform: translateY(-10px);
	transition-delay: 0s;
}


:where(.pt-front) .service-menu .title span {
	font-weight: 700;
}

/* Hide title on hover */
:where(.pt-front) .service-menu li:hover .title {
	display: none;
	transform: translateY(-10px);
	transition-delay: 0s;
}

:where(.pt-front) .dark .service-menu li .thumbs img, :where(html.pt-front).dark .service-menu li .thumbs img{
	filter:invert(1);
}

:where(.pt-front) .service-menu li .thumb img {
	opacity: 0;
	max-height: 140px;

	display: block;
	filter: invert(1);
}

:where(.pt-front) .service-menu li:hover .thumb img {
	opacity: 1;
	transition-delay: 0s;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

/* Hidden by default */
:where(.pt-front) .service-menu li .text-label {
	display: none;
	transform: translateX(0px);
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 5;
	font-size: 36px;
}

/* Show on hover */
:where(.pt-front) .service-menu li:hover .text-label {
	display: block;
	visibility: visible;
	transform: translateX(10px);
	transition-delay: 0.3s;
}

:where(.pt-front) .service-menu li .icon {
	position: absolute;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	border: 4px solid rgba(255, 255, 255, 0);
	right: 75px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 6;
	transition-delay: 0.3s;
}

:where(.pt-front) .service-menu li:hover .icon {
	width: 100px;
	height: 100px;
	border: 4px solid rgba(0, 0, 0, 1);
	right: 50px;
}

:where(.pt-front) .service-menu li .icon img {
	width: 85%;
	transition: all .5s ease-in-out;
	transform: translateX(-100%) translateY(100%);
	opacity: 0;
	margin: 0;
	transition-delay: 0.5s;
	filter: invert(1);
}

:where(.pt-front) .service-menu li:hover .icon img {
	transform: translateX(10%) translateY(5%);
	opacity: 1;
}

:where(.pt-front) .service-menu li:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ebf212;
	transition: all 0.25s ease-in-out;
	z-index: 3;
	opacity: 0;
}

:where(.pt-front) .service-menu li:hover:before {
	left: 0;
	opacity: 1;
}

/* Dark mode adjustments */
:where(.pt-front) .dark .service-menu li .text-label, :where(html.pt-front).dark .service-menu li .text-label {
	color: #fff;
}

:where(.pt-front) .dark .service-menu li:hover .text-label, :where(html.pt-front).dark .service-menu li:hover .text-label {
	color: #000;
}

:where(.pt-front) .dark .service-menu li, :where(html.pt-front).dark .service-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

:where(.pt-front) .dark .service-menu li:hover, :where(html.pt-front).dark .service-menu li:hover {
	border-bottom: 1px solid #ebf212;
}



@media (max-width: 1200px) and (min-width: 1024px) {
	:where(.pt-front) .service-menu .content {
		width: 70%;
	}
}

@media (max-width: 1025px) and (min-width: 990px) {
	:where(.pt-front) .service-menu .content {
		width: 70%;
	}

	:where(.pt-front) .service-menu .title {
		font-size: 24px;
	}
	:where(.pt-front) .icon-rotation {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 3%;
    bottom: -50px;
}
	:where(.pt-front) .icon-rotation .xlnc-icon{
		width: 100px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	:where(.pt-front) .service-menu li {
		height: 120px;
	}
	:where(.pt-front) .icon-rotation {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0%;
    bottom: -25px;
}
	:where(.pt-front) .icon-rotation .xlnc-icon{
		width: 80px;
	}

	:where(.pt-front) .service-menu li:hover .thumb {
		padding: 0 30px;
		height: 100px;

	}

	:where(.pt-front) .service-menu li:hover .thumb img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		object-position: center;
	}

	:where(.pt-front) .service-menu li .text-label {
		font-size: 26px;
	}

	:where(.pt-front) .service-menu li div {
		font-size: 26px;
	}

	:where(.pt-front) .service-menu li:hover .icon {
		width: 70px;
		height: 70px;
		line-height: 25px;
		border: 2px solid rgba(0, 0, 0, 1);
	}

	:where(.pt-front) .service-menu .content p {
		font-size: 14px;

	}

	:where(.pt-front) .service-menu .title {
		font-size: 22px;
	}

	:where(.pt-front) .service-menu .content {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {


	:where(.pt-front) .service-menu li {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
		padding: 15px;
	}

	:where(.pt-front) .service-menu li .thumb,
	:where(.pt-front) .service-menu li .icon {
		display: none;
	}

	:where(.pt-front) .service-menu li:hover .thumb,
	:where(.pt-front) .service-menu li:hover .icon {
		display: block;
	}

	:where(.pt-front) .service-menu li:hover .icon {
		right: 0px;
	}

	:where(.pt-front) .service-menu li:hover .thumb {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	:where(.pt-front) .dark .service-menu li .title, :where(html.pt-front).dark .service-menu li .title,
	:where(.pt-front) .dark .service-menu li .title span, :where(html.pt-front).dark .service-menu li .title span,
	:where(.pt-front) .dark .service-menu li .content .text, :where(html.pt-front).dark .service-menu li .content .text{
		color:#000!important;
	}

	:where(.pt-front) .dark .service-menu li .thumbs img, :where(html.pt-front).dark .service-menu li .thumbs img {
    filter: invert(0);
}
	:where(.pt-front) .service-menu li .title{
		margin-bottom: 15px;
	}
	:where(.pt-front) .service-menu li .thumbs,
	:where(.pt-front) .service-menu li .text-label{
		text-align: center!important;
	}


	:where(.pt-front) .service-menu li .icon,
	:where(.pt-front) .service-menu li .text-label,
	:where(.pt-front) .service-menu li .title,
	:where(.pt-front) .service-menu li .content,
	:where(.pt-front) .service-menu li .thumbs {
		width: 100%;
		text-align: left;

	}

	:where(.pt-front) .service-menu li .content {
		grid-template-columns: auto;
	}

	:where(.pt-front) .service-menu li:hover .content {
		display: none;
	}


	:where(.pt-front) .service-menu li .thumb img,
	:where(.pt-front) .service-menu li .thumbs img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	:where(.pt-front) .service-menu li .icon {
		position: relative;
		right: auto;
		border: none;
		margin-top: 10px;
	}

	:where(.pt-front) .service-menu li .icon img {
		transform: none;
	}

}


:where(.pt-front) .testimonial-carousel .owl-dots {
	margin-top: 40px;
}

:where(.pt-front) .testimonial-carousel .owl-dots .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 1);
	border-radius: 10px;
	margin-right: 10px;
	transition: all ease-in-out 0.5s;
}

:where(.pt-front) .dark .testimonial-carousel .owl-dots .owl-dot span, :where(html.pt-front).dark .testimonial-carousel .owl-dots .owl-dot span{
	background: #fff;
}

:where(.pt-front) .testimonial-carousel .owl-dots .owl-dot:hover span,
:where(.pt-front) .testimonial-carousel .owl-dots .owl-dot.active span {
	background: #ebf212;
	width: 48px;
}

:where(.pt-front) .dark .testimonial-item .post, :where(html.pt-front).dark .testimonial-item .post{
	color:#fff!important;
}

:where(.pt-front) .tag:hover img {
	animation: spin-interval 3s linear infinite;
}

@keyframes spin-interval {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



:where(.pt-front) .features-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 140px 0;
}
:where(.pt-front) .divigi-bg-text {
	position: absolute!important;
	top: 50%;
	left: 50%;
	    margin-top: -30px;

	transform: translate(-50%, -50%);
	font-size: 30vw;
	font-family: var(--font_plusjakartasans, sans-serif);
	font-weight: 900;
	text-transform: uppercase;
	opacity: 0.5;
	color: #000;
	z-index: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	position: relative;
}

:where(.pt-front) .divigi-bg-text::before {
	content: 'DIVIGI';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	color: #fff;
	opacity: 1;
	background: linear-gradient(60deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 60%);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shineSweep 5s linear infinite;
	pointer-events: none;
}


@keyframes shineSweep {
	0% {
		background-position: 150% 150%;
	}
	100% {
		background-position: -190% -190%;
	}
}





/* ===== about.css → .pt-about ===== */
:where(.pt-about) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .section-title {
        font-size: 60px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-about) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-about) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-about) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .section-spacing-top {
        padding-top: 60px
    }
}

:where(.pt-about) .section-spacing-bottom {
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .section-spacing-bottom {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .section-spacing-bottom {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .section-spacing-bottom {
        padding-bottom: 60px
    }
}



@media(min-width: 1800px) {
    :where(.pt-about) .container.large {
        max-width: 1750px
    }
}



:where(.pt-about) .hero-area-inner {
    padding-top: 218px;
    padding-bottom: 133px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .hero-area-inner {
        padding-top: 178px;
        padding-bottom: 83px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .hero-area-inner {
        padding-top: 158px;
        padding-bottom: 63px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .hero-area-inner {
        padding-top: 128px;
        padding-bottom: 53px
    }
}

:where(.pt-about) .hero-area .section-title {
    text-align: center
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .hero-area .section-title {
        text-align: start
    }
}

:where(.pt-about) .hero-area .section-content .text {
    max-width: 440px
}

:where(.pt-about) .hero-area .section-content .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary)
}

:where(.pt-about) .hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 100px
}

:where(.pt-about) .hero-area .section-content .section-subtitle.has-right-line:after {
    width: 80px
}

:where(.pt-about) .hero-area .section-content .content-last {
    display: grid;
    gap: 20px 40px;
    grid-template-columns: auto auto;
    justify-content: center;
    margin-top: 44px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .hero-area .section-content .content-last {
        margin-top: 34px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .hero-area .section-content .content-last {
        margin-top: 24px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .hero-area .section-content .content-last {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .hero-area .section-content .content-last {
        justify-content: start
    }
}

:where(.pt-about) .hero-area .section-content .subtitle-wrapper {
    margin-top: 4px
}

:where(.pt-about) .counter-area-inner {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 870px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .counter-area-inner {
        grid-template-columns: 1fr 670px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .counter-area-inner {
        grid-template-columns: 1fr
    }
}

:where(.pt-about) .counter-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-about) .counter-area .counter-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr
}

@media(max-width: 575px) {
    :where(.pt-about) .counter-area .counter-wrapper {
        grid-template-columns: 1fr
    }
}

:where(.pt-about) .counter-area .counter-box {
    padding: 46px 50px 32px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fbf9f9;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .counter-area .counter-box {
        padding: 36px 40px 22px
    }
}

:where(.pt-about) .dark .counter-area .counter-box, :where(html.pt-about).dark .counter-area .counter-box {
    background-color: #1b1b1b
}

:where(.pt-about) .counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46.webp);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

:where(.pt-about) .dark .counter-area .counter-box:before, :where(html.pt-about).dark .counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46-light.webp)
}

:where(.pt-about) .counter-area .counter-box .text {
    font-size: 24px;
    line-height: 1.26
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .counter-area .counter-box .text {
        font-size: 20px
    }
}

:where(.pt-about) .counter-area .counter-box .number {
    font-size: 100px;
    line-height: 1;
    margin-top: 60px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .counter-area .counter-box .number {
        font-size: 70px
    }
}

:where(.pt-about) .counter-area .counter-box.dark {
    background-color: var(--black)
}

:where(.pt-about) .dark .counter-area .counter-box.dark, :where(html.pt-about).dark .counter-area .counter-box.dark {
    background-color: #1b1b1b
}

:where(.pt-about) .counter-area .counter-box.dark:before {
    content: url(../imgs/shape/img-s-46-light.webp)
}

:where(.pt-about) .awards-area {
    position: relative;
    z-index: 1
}

:where(.pt-about) .awards-area .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary)
}

:where(.pt-about) .awards-area .section-subtitle.has-left-line {
    padding-inline-start: 140px
}

:where(.pt-about) .awards-area .section-subtitle.has-left-line:before {
    width: 80px
}

:where(.pt-about) .awards-area .section-subtitle.has-left-line:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    background-color: currentColor;
    inset-inline-start: 57px;
    bottom: -15px
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .awards-area .section-subtitle.has-left-line:after {
        display: none
    }
}

:where(.pt-about) .awards-area .subtitle-wrapper {
    margin-bottom: -50px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .awards-area .subtitle-wrapper {
        margin-bottom: -70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .awards-area .subtitle-wrapper {
        margin-bottom: -40px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .awards-area .subtitle-wrapper {
        margin-bottom: 10px
    }
}

:where(.pt-about) .awards-area .section-title-wrapper {
    display: grid;
    align-items: flex-end;
    gap: 50px;
    grid-template-columns: 390px 1fr
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .awards-area .section-title-wrapper {
        grid-template-columns: 330px 1fr
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .awards-area .section-title-wrapper {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 20px
    }
}

:where(.pt-about) .awards-area .awards-area-inner {
    position: relative;
    z-index: 1
}

:where(.pt-about) .awards-area .section-content {
    margin-top: 27px;
    margin-inline-start: 438px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .awards-area .section-content {
        margin-top: 27px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .awards-area .section-content {
        margin-inline-start: 0
    }
}

:where(.pt-about) .awards-area .section-content .text {
    max-width: 630px
}

:where(.pt-about) .awards-area .section-content .awards-list {
    margin-top: 43px
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .awards-area .section-content .awards-list {
        margin-top: 33px
    }
}

:where(.pt-about) .awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 40px;
    max-width: 460px;
    justify-content: space-between
}

:where(.pt-about) .awards-area .section-content .awards-list ul li:not(:first-child) {
    padding-inline-start: 40px;
    border-inline-start: 1px solid var(--border)
}

:where(.pt-about) .awards-area .about-thumbs {
    display: flex;
    gap: 20px 50px;
    justify-content: flex-end;
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .awards-area .about-thumbs {
        margin-top: 43px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .awards-area .about-thumbs {
        gap: 20px 20px
    }
}

:where(.pt-about) .awards-area .about-thumbs .thumb-second {
    max-width: 670px;
    flex: 1 1 auto
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .awards-area .about-thumbs .thumb-second {
        max-width: 570px
    }
}

:where(.pt-about) .awards-area .meta {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px auto
}

:where(.pt-about) .awards-area .meta .number {
    font-size: 36px;
    line-height: .85
}

:where(.pt-about) .awards-area .meta .text {
    margin-top: 11px
}

:where(.pt-about) .about-area-inner {
    display: grid;
    grid-template-columns: 1fr 43%
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .about-area-inner {
        grid-template-columns: 1fr 47%
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .about-area-inner {
        grid-template-columns: 1fr
    }
}

:where(.pt-about) .about-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-about) .about-area .section-content {
    padding: 100px 80px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .about-area .section-content {
        padding: 60px 50px
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .about-area .section-content {
        padding: 60px 30px
    }
}

:where(.pt-about) .about-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

:where(.pt-about) .about-area .section-content .bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .85);
    top: 0;
    inset-inline-start: 0
}

:where(.pt-about) .about-area .section-content .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-about) .about-area .section-content .text-wrapper {
    margin-top: 323px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .about-area .section-content .text-wrapper {
        margin-top: 123px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .about-area .section-content .text-wrapper {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .about-area .section-content .text-wrapper {
        margin-top: 33px
    }
}

:where(.pt-about) .about-area .section-content .text {
    font-size: 24px;
    line-height: 1.35;
    max-width: 440px;
    color: var(--white-2)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .about-area .section-content .text {
        font-size: 20px
    }
}

:where(.pt-about) .about-area .section-content .text span {
    color: var(--white)
}

:where(.pt-about) .about-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .about-area .section-content .btn-wrapper {
        margin-top: 32px
    }
}

:where(.pt-about) .about-area .section-content .section-title {
    max-width: 440px;
    color: var(--white)
}

:where(.pt-about) .about-area .section-content .wc-btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black)
}

:where(.pt-about) .testimonial-area .testimonial-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 80px
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .testimonial-area .testimonial-wrapper {
        padding: 0 0px
    }
}

:where(.pt-about) .testimonial-area .testimonial-wrapper-box {
    position: relative
}

:where(.pt-about) .testimonial-area .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .testimonial-area .slider-nav {
        display: none
    }
}

:where(.pt-about) .testimonial-area .slider-nav .nav-icon img {
    height: 63px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .testimonial-area .slider-nav .nav-icon img {
        height: 53px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .testimonial-area .slider-nav .nav-icon img {
        height: 43px
    }
}

:where(.pt-about) .testimonial-item {
    text-align: center
}

:where(.pt-about) .testimonial-item .icon img {
    height: 47px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .testimonial-item .icon img {
        height: 37px
    }
}

:where(.pt-about) .testimonial-item .text {
    font-size: 30px;
    line-height: 1.38;
    font-weight: 300;
    color: var(--primary)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .testimonial-item .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .testimonial-item .text {
        font-size: 22px
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .testimonial-item .text {
        font-size: 20px
    }
}

:where(.pt-about) .testimonial-item .post {
    font-size: 18px;
    display: inline-block
}

:where(.pt-about) .testimonial-item .name {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: var(--primary)
}

:where(.pt-about) .testimonial-item .text-wrapper {
    margin-top: 53px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .testimonial-item .text-wrapper {
        margin-top: 33px
    }
}

:where(.pt-about) .testimonial-item .author {
    margin-top: 44px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .testimonial-item .author {
        margin-top: 34px
    }
}

:where(.pt-about) .faq-area .section-title {
    color: var(--white)
}

:where(.pt-about) .faq-area .section-content {
    background-color: var(--black);
    display: grid;
    gap: 0px;
    grid-template-columns: auto 650px;
    justify-content: space-between
}

:where(.pt-about) .dark .faq-area .section-content, :where(html.pt-about).dark .faq-area .section-content {
    background-color: #171717
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .faq-area .section-content {
        grid-template-columns: auto 550px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .faq-area .section-content {
        grid-template-columns: auto 500px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .faq-area .section-content {
        grid-template-columns: auto
    }
}

:where(.pt-about) .faq-area .accordion-wrapper {
    margin-top: 47px
}

:where(.pt-about) .faq-area .accordion .accordion-button {
    font-size: 24px;
    line-height: 1;
    color: var(--white);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 400
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .faq-area .accordion .accordion-button {
        font-size: 18px
    }
}

:where(.pt-about) .faq-area .accordion .accordion-button .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .faq-area .accordion .accordion-button br {
        display: none
    }
}

:where(.pt-about) .faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--white);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

:where(.pt-about) .faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

:where(.pt-about) .faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

:where(.pt-about) .faq-area .accordion .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

:where(.pt-about) .faq-area .accordion .accordion-item:not(:first-child) {
    margin-top: 0px
}

:where(.pt-about) .faq-area .accordion .accordion-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

:where(.pt-about) .faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--white-2)
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .faq-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

:where(.pt-about) .faq-area .thumb {
    position: relative
}

:where(.pt-about) .faq-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-about) .faq-area .thumb .wc-btn-circle {
    background-color: var(--black);
    width: 100px;
    height: 100px;
    border-radius: 0;
    color: var(--white)
}

:where(.pt-about) .faq-area .content-last {
    padding: 73px 60px 80px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .faq-area .content-last {
        padding: 53px 40px 60px
    }
}

:where(.pt-about) .team-area {
    background-color: var(--black)
}

:where(.pt-about) .dark .team-area, :where(html.pt-about).dark .team-area {
    background-color: #171717
}

:where(.pt-about) .team-area .section-title {
    max-width: 540px;
    margin-inline: auto;
    color: var(--white)
}

:where(.pt-about) .team-area .section-header {
    text-align: center
}

:where(.pt-about) .team-area .section-header .text {
    max-width: 630px;
    margin-inline: auto;
    color: var(--white-2)
}

:where(.pt-about) .team-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .team-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

:where(.pt-about) .team-area .team-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .team-area .team-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .team-area .team-wrapper-box {
        margin-top: 43px
    }
}

:where(.pt-about) .team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .team-area .team-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .team-area .team-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-about) .team-area .team-wrapper>*:nth-child(2n+1) {
    margin-top: 70px
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .team-area .team-wrapper>*:nth-child(2n+1) {
        margin-top: 0
    }
}

:where(.pt-about) .team-box .thumb img {
    width: 100%
}

:where(.pt-about) .team-box .title {
    font-size: 24px;
    line-height: 1;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .team-box .title {
        font-size: 20px
    }
}

:where(.pt-about) .team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    color: var(--white-2)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .team-box .text {
        margin-top: 3px
    }
}

:where(.pt-about) .team-box .content {
    margin-top: 37px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .team-box .content {
        margin-top: 27px
    }
}

:where(.pt-about) .pricing-area .section-title {
    max-width: 680px;
    margin: 0 auto
}

:where(.pt-about) .pricing-area .section-header {
    text-align: center
}

:where(.pt-about) .pricing-area .pricing-wrapper-box {
    margin-top: 57px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .pricing-area .pricing-wrapper-box {
        margin-top: 47px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .pricing-area .pricing-wrapper-box {
        margin-top: 37px
    }
}

:where(.pt-about) .pricing-area .pricing-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .pricing-area .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .pricing-area .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-about) .pricing-box {
    background-color: #fbf9f9;
    padding: 47px 50px 50px
}

:where(.pt-about) .dark .pricing-box, :where(html.pt-about).dark .pricing-box {
    background-color: #1b1b1b
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .pricing-box {
        padding: 27px 30px 30px
    }
}

:where(.pt-about) .pricing-box .tag {
    font-size: 18px;
    color: var(--primary);
    display: inline-block;
    line-height: 1
}

:where(.pt-about) .pricing-box .tag2 {
    font-size: 16px;
    color: var(--white-2);
    display: block;
    line-height: 1
}

:where(.pt-about) .pricing-box .feature-list {
    margin-top: 39px
}

:where(.pt-about) .pricing-box .feature-list li {
    display: flex;
    align-items: center
}

:where(.pt-about) .pricing-box .feature-list li:not(:first-child) {
    margin-top: 15px
}

:where(.pt-about) .pricing-box .feature-list li img {
    margin-inline-end: 10px
}

:where(.pt-about) .pricing-box .price {
    font-size: 60px;
    line-height: 1;
    margin-top: 17px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .pricing-box .price {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .pricing-box .price {
        font-size: 40px
    }
}

:where(.pt-about) .pricing-box .wc-btn-primary {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .pricing-box .wc-btn-primary {
        margin-top: 40px
    }
}

:where(.pt-about) .dark .pricing-box .wc-btn-primary:hover, :where(html.pt-about).dark .pricing-box .wc-btn-primary:hover {
    color: var(--black)
}

:where(.pt-about) .contact-area-inner {
    padding-inline: 30px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden
}

:where(.pt-about) .dark .contact-area-inner, :where(html.pt-about).dark .contact-area-inner {
    background-color: #1b1b1b
}

:where(.pt-about) .contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .contact-area-inner .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .contact-area-inner .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .contact-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-about) .contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-about) .contact-area .section-title {
        max-width: 730px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .contact-area .section-title {
        max-width: 480px
    }
}

:where(.pt-about) .contact-area .section-content {
    text-align: center
}

:where(.pt-about) .contact-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .contact-area .section-content .btn-wrapper {
        margin-top: 22px
    }
}

:where(.pt-about) .contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase
}

:where(.pt-about) .client-area-text {
    position: relative
}

:where(.pt-about) .client-area-text .text {
    font-size: 30px;
    line-height: 1;
    max-width: 370px;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-about) .client-area-text .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-about) .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-about) .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

:where(.pt-about) .client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-about) .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-about) .client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

:where(.pt-about) .client-area .client-box:hover img {
    opacity: 1
}

:where(.pt-about) .client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .client-box:nth-child(1) {
        grid-column-start: auto
    }
}

:where(.pt-about) .client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}

:where(.pt-about) .client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .client-box:nth-child(7) {
        grid-column-start: auto
    }
}

:where(.pt-about) .client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .client-area .client-box:nth-child(12) {
        grid-column-start: auto
    }
}

:where(.pt-about) .client-area .client-box img {
    opacity: .6;
    transition: all .5s
}



:where(.pt-about) .contact-area {
    text-align: center;
    margin-top: 50px;
}

:where(.pt-about) .contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px
    }
}

:where(.pt-about) .contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

:where(.pt-about) .contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--black-2);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s;
    color: var(--white)
}

:where(.pt-about) .contact-area .contact-formfield input:focus {
    border-color: var(--white);
}

:where(.pt-about) .contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    :where(.pt-about) .contact-area .submit-btn {
        margin-top: 20px
    }
}
/* 
.form-btn {
   

    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--white);
    color: var(--black);
    padding: 0 35px;
    border-radius: 40px;
    height: 50px;
}


.form-btn:hover {
    background-color: var(--white-2);  
} */



:where(.pt-about) .form-btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to right, #ebf212 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  padding: 0 35px;
  border-radius: 40px;
  height: 50px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

/* Arrow after text */
:where(.pt-about) .form-btn::after {
  content: "\f061"; /* Font Awesome arrow-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
 
  transition: all 0.3s ease-in-out;
}

/* Hover styles */
:where(.pt-about) .form-btn:hover {
  background-position: left bottom;
  color: #000;
	 border: 2px solid #ebf212;
}

:where(.pt-about) .form-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}


/* ===== blog.css → .pt-blog ===== */
:where(.pt-blog) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .section-title {
        font-size: 60px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-blog) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-blog) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-blog) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-blog) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-blog) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .section-spacing-top {
        padding-top: 60px
    }
}



@media(min-width: 1800px) {
    :where(.pt-blog) .container.large {
        max-width: 1750px
    }
}

:where(.pt-blog) .header-area {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%
}

:where(.pt-blog) .header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .header-area .header-area__inner {
        height: 80px
    }
}

:where(.pt-blog) .header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end: auto
}

:where(.pt-blog) .featured-area-inner {
    padding-top: 217px;
    padding-bottom: 93px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-blog) .featured-area-inner {
        padding-top: 147px;
        padding-bottom: 73px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-area-inner {
        padding-top: 127px;
        padding-bottom: 53px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .featured-area-inner {
        padding-top: 127px
    }
}

:where(.pt-blog) .featured-area .section-title {
    max-width: 550px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .featured-area .section-title {
        max-width: 450px
    }
}

:where(.pt-blog) .featured-area .section-content {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto
}

@media(max-width: 575px) {
    :where(.pt-blog) .featured-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-blog) .featured-area .section-content .text {
    max-width: 300px
}

:where(.pt-blog) .featured-area .counter-box {
    margin-top: 40px;
    display: flex;
    gap: 20px 30px
}

:where(.pt-blog) .featured-area .counter-box .number {
    font-size: 30px;
    line-height: 1;
    font-family: var(--font_beatricetrial);
    color: var(--primary)
}

:where(.pt-blog) .featured-area .counter-box .text {
    font-size: 18px;
    line-height: 1;
    margin-top: 9px
}

:where(.pt-blog) .featured-area .counter-box>*:not(:first-child) {
    padding-inline-start: 30px;
    border-inline-start: 1px solid var(--border)
}

:where(.pt-blog) .featured-post-area .blog-box {
    position: relative;
    overflow: hidden
}

:where(.pt-blog) .featured-post-area .blog-box:hover .content {
    opacity: 1;
    visibility: visible;
    bottom: 54px
}

:where(.pt-blog) .featured-post-area .blog-box:hover .thumb img {
    transform: scale(1.03)
}

:where(.pt-blog) .featured-post-area .blog-box a {
    display: block
}

:where(.pt-blog) .featured-post-area .blog-box .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
  
}

:where(.pt-blog) .featured-post-area .blog-box .thumb img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s;
    aspect-ratio: 4 / 3;
    
   
}

:where(.pt-blog) .featured-post-area .blog-box .title {
    font-size: 24px;
    line-height: 1
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        font-size: 18px
    }
}

:where(.pt-blog) .featured-post-area .blog-box .title br {
    display: block
}

:where(.pt-blog) .featured-post-area .blog-box .content {
    position: absolute;
    width: 100%;
    padding: 30px 60px 0;
    inset-inline-start: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    display: grid;
    gap: 20px 50px;
    grid-template-columns: 1fr 30px;
    justify-content: space-between;
    margin-top: 28px;
 
}

:where(.pt-blog) .featured-post-area .blog-box:hover .content {

    background-color: rgba(0, 0, 0, 0.5); /* Light black background */
    padding: 5px 5px; /* Add padding to create some space around the text */
    border-radius: 3px; /* Optional: Rounded corners for the background */
}


@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .featured-post-area .blog-box .content {
        padding: 30px 30px 0
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .blog-box .content {
        position: static;
        opacity: 1;
        visibility: visible;
        grid-template-columns: 1fr;
        padding: 0px 0px 0
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .featured-post-area .blog-box .content {
        margin-top: 22px
    }
}

:where(.pt-blog) .featured-post-area .blog-box .title {
    font-size: 24px;
    color: var(--white);

}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        color: var(--primary)
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .featured-post-area .blog-box .title {
        font-size: 18px
    }
}

:where(.pt-blog) .featured-post-area .blog-box .tag {
    font-size: 14px;
    line-height: 1.53;
    margin-top: 13px;
    display: inline-block;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .blog-box .tag {
        color: var(--secondary)
    }
}

:where(.pt-blog) .featured-post-area .blog-box .icon i {
    color: var(--white);
    transform: rotate(-45deg);
    font-size: 20px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .blog-box .icon {
        display: none
    }
}

:where(.pt-blog) .featured-post-area .featured-posts {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .featured-post-area .featured-posts {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .featured-post-area .featured-posts {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-blog) .featured-post-area .featured-posts>*:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .featured-posts>*:nth-child(1) {
        grid-column: auto;
        grid-row: auto
    }
}

:where(.pt-blog) .featured-post-area .featured-posts>*:nth-child(1) .title {
    font-size: 30px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .featured-post-area .featured-posts>*:nth-child(1) .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .featured-post-area .featured-posts>*:nth-child(1) .title {
        font-size: 20px
    }
}

:where(.pt-blog) .blog-area-inner {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 850px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-blog) .blog-area-inner {
        grid-template-columns: 1fr 750px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .blog-area-inner {
        grid-template-columns: 1fr 620px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .blog-area-inner {
        grid-template-columns: 1fr
    }
}

:where(.pt-blog) .blog-area .section-title {
    max-width: 340px
}

:where(.pt-blog) .blog-area .section-content .text {
    max-width: 300px
}

:where(.pt-blog) .blog-area .section-content .text-wrapper {
    margin-top: 22px
}

:where(.pt-blog) .blog-area .blogs-wrapper {
    display: grid;
    gap: 45px 50px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .blog-area .blogs-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-blog) .blog-area .blogs-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-blog) .blog-area .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-blog) .blog-area .blog-box:hover .icon {
    transform: none;
    opacity: 1
}

:where(.pt-blog) .blog-area .blog-box:hover .content {
    border-color: var(--primary)
}

:where(.pt-blog) .dark .blog-area .blog-box:hover .content, :where(html.pt-blog).dark .blog-area .blog-box:hover .content {
    border-color: var(--white)
}

:where(.pt-blog) .blog-area .blog-box .thumb img {
    width: 400px;
    height: 514px;
    object-fit: cover;
}

:where(.pt-blog) .blog-area .blog-box .content {
    padding-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 10px;
    grid-template-columns: 68px 1fr auto;
    transition: all .5s
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .blog-area .blog-box .content {
        grid-template-columns: 38px 1fr auto;
        padding-top: 20px;
        padding-bottom: 13px
    }
}

:where(.pt-blog) .blog-area .blog-box .number {
    font-size: 18px;
    line-height: 1
}

:where(.pt-blog) .blog-area .blog-box .title {
    font-size: 24px;
    line-height: 1.25
}

@media only screen and (max-width: 1199px) {
    :where(.pt-blog) .blog-area .blog-box .title {
        font-size: 20px
    }
}

:where(.pt-blog) .blog-area .blog-box .icon {
    transform: translate(-10px, 10px);
    opacity: 0;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    :where(.pt-blog) .blog-area .blog-box .icon {
        display: none
    }
}

:where(.pt-blog) .blog-area .blog-box .icon i {
    font-size: 20px;
    color: var(--primary);
    transform: rotate(-45deg)
}

:where(.pt-blog) .dark .blog-area .blog-box .icon i, :where(html.pt-blog).dark .blog-area .blog-box .icon i{
	 color: var(--white);
}

:where(.pt-blog) .blog-area .pagination-box {
    margin-top: 50px
}

:where(.pt-blog) .blog-area .pagination {
    display: flex;
    gap: 10px
}

:where(.pt-blog) .blog-area .pagination a {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--primary)
}

:where(.pt-blog) .blog-area .pagination a:hover {
    background-color: var(--primary);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white)
}

:where(.pt-blog) .dark .blog-area .pagination a:hover, :where(html.pt-blog).dark .blog-area .pagination a:hover {
    background-color: var(--white);
    color: var(--black)
}



:where(.pt-blog) .blog-area .pagination a.current {
    background-color: var(--primary);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white)
}

:where(.pt-blog) .dark .blog-area .pagination a.current, :where(html.pt-blog).dark .blog-area .pagination a.current {
    background-color: var(--white);
    color: var(--black)
}




/* ===== blog-details.css → .pt-single-post ===== */
:where(.pt-single-post) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .section-title {
        font-size: 60px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-single-post) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-single-post) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-single-post) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-single-post) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-single-post) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .section-spacing-top {
        padding-top: 60px
    }
}


:where(.pt-single-post) .blog-details-area-inner {
    padding-top: 217px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .blog-details-area-inner {
        padding-top: 147px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-details-area-inner {
        padding-top: 127px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area-inner {
        padding-top: 127px
    }
}

:where(.pt-single-post) .blog-details-area .section-header .meta-box {
    margin-top: 31px;
    margin-bottom: 97px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box {
        margin-bottom: 77px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box {
        margin-bottom: 57px
    }
}

:where(.pt-single-post) .blog-details-area .section-header .meta-box ul {
    display: flex;
    gap: 30px 0
}

@media(max-width: 575px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box ul {
        display: grid;
        grid-template-columns: auto auto
    }
}

:where(.pt-single-post) .blog-details-area .section-header .meta-box ul li:not(:first-child) {
    padding-inline-start: 30px;
    border-inline-start: 1px solid var(--border);
    margin-inline-start: 30px
}


:where(.pt-single-post) .dark .blog-details-area .section-header .meta-box ul li:not(:first-child), :where(html.pt-single-post).dark .blog-details-area .section-header .meta-box ul li:not(:first-child){
	border-inline-start: 1px solid var(--white);
}

@media(max-width: 575px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box ul li:not(:first-child) {
        padding-inline-start: 0px;
        border-inline-start: 0;
        margin-inline-start: 0px
    }
}

:where(.pt-single-post) .blog-details-area .section-header .meta-box .number {
    font-size: 30px;
    color: var(--primary);
    line-height: 1;
    display: inline-block;
    font-family: var(--font_beatricetrial)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box .number {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .blog-details-area .section-header .meta-box .number {
        font-size: 20px
    }
}

:where(.pt-single-post) .blog-details-area .section-header .meta-box .text {
    font-size: 18px;
    line-height: 1;
    margin-top: 9px
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview {
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 80px;
    border-inline-end: 1px solid var(--border)
}

:where(.pt-single-post) .dark .blog-details-area .blogdetails-overview, :where(html.pt-single-post).dark .blog-details-area .blogdetails-overview{
	 border-inline-end: 1px solid var(--white);
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blogdetails-overview {
        flex-direction: row;
        border-bottom: 1px solid var(--border);
        border-inline-end: 0;
        display: inline-flex;
        max-width: 100%
    }
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview li {
    text-align: center;
    position: relative;
    line-height: 1.1
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview li i {
    display: block;
    padding-bottom: 3px;
    color: var(--primary)
}
:where(.pt-single-post) .dark .blog-details-area .blogdetails-overview li i, :where(html.pt-single-post).dark .blog-details-area .blogdetails-overview li i{
	color:#fff;
} 

:where(.pt-single-post) .blog-details-area .blogdetails-overview li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--primary)
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview li a {
    color: var(--primary)
}

:where(.pt-single-post) .dark .blog-details-area .blogdetails-overview li a, :where(html.pt-single-post).dark .blog-details-area .blogdetails-overview li a {
    color: var(--white);
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview li:first-child {
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blogdetails-overview li:first-child {
        margin-bottom: 10px;
        border-inline-end: 1px solid var(--border);
        padding-inline-end: 20px
    }
}

:where(.pt-single-post) .blog-details-area .blogdetails-overview li:first-child::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    bottom: -25px;
    width: 80px;
    height: 1px;
    background: var(--border)
}
:where(.pt-single-post) .dark .blog-details-area .blogdetails-overview li:first-child::before, :where(html.pt-single-post).dark .blog-details-area .blogdetails-overview li:first-child::before{
	 background: var(--white)
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blogdetails-overview li:first-child::before {
        display: none
    }
}

:where(.pt-single-post) .blog-details-area .blogdetails__wrapper {
    margin-top: 100px;
    display: grid;
    gap: 30px 140px;
    grid-template-columns: 80px 850px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-details-area .blogdetails__wrapper {
        gap: 30px 60px;
        grid-template-columns: 80px 1fr;
        margin-top: 80px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blogdetails__wrapper {
        grid-template-columns: 1fr;
        margin-top: 60px
    }
}

:where(.pt-single-post) .blog-details-area .blog-details-quote {
    background-color: var(--primary);
    padding: 35px 45px;
    display: grid;
    gap: 20px 45px;
    grid-template-columns: 60px 1fr;
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

:where(.pt-single-post) .dark .blog-details-area .blog-details-quote, :where(html.pt-single-post).dark .blog-details-area .blog-details-quote {
    background-color: #171717
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .blog-details-area .blog-details-quote {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blog-details-quote {
        grid-template-columns: 1fr;
        padding: 25px 25px
    }
}

:where(.pt-single-post) .blog-details-area .blog-details-quote .shape-1 {
    position: absolute;
    inset-inline-end: 45px;
    bottom: 35px;
    z-index: -1
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blog-details-quote .icon {
        display: none
    }
}

:where(.pt-single-post) .blog-details-area .blog-details-quote .text {
    font-size: 27px;
    line-height: 1.11;
    color: var(--white);
    font-family: var(--font_beatricetrial)
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .blog-details-quote .text {
        font-size: 23px
    }
}

:where(.pt-single-post) .blog-details-area .blog-details-quote .name {
    font-size: 14px;
    line-height: 1;
    display: -webkit-inline-box;
    margin-top: 30px;
    color: var(--white)
}

:where(.pt-single-post) .blog-details-area .text-wrapper .text:not(:first-child) {
    margin-top: 25px
}

:where(.pt-single-post) .blog-details-area .thumb {
    margin-top: 34px
}

:where(.pt-single-post) .blog-details-area .content-block {
    margin-top: 50px
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .content-block {
        margin-top: 30px
    }
}

:where(.pt-single-post) .blog-details-area .content-block .content-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 22px
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-details-area .content-block .content-title {
        margin-bottom: 12px
    }
}

:where(.pt-single-post) .blog-details-area .details-service {
    margin-top: 21px
}

:where(.pt-single-post) .blog-details-area .details-service li {
    font-size: 18px;
    line-height: 1.66;
    color: var(--primary)
}

:where(.pt-single-post) .blog-details-area .details-service li span {
    margin-inline-end: 10px
}

:where(.pt-single-post) .blog-details-area .tagswrap {
    margin-top: 30px
}

:where(.pt-single-post) .blog-details-area .tags {
    display: flex
}

:where(.pt-single-post) .blog-details-area .tags span {
    color: var(--primary);
    margin-inline-end: 5px
}

:where(.pt-single-post) .blog-details-area .tags a {
    text-decoration: underline
}

:where(.pt-single-post) .blog-details-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .blog-details-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-single-post) .blog-details-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .blog-details-area .contact-formwrap .messages {
        grid-column: auto
    }
}

:where(.pt-single-post) .blog-details-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s
}

:where(.pt-single-post) .blog-details-area .contact-formfield input:focus {
    border-color: var(--primary)
}

:where(.pt-single-post) .blog-details-area .contact-wrap {
    margin-top: 53px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .blog-details-area .contact-wrap {
        margin-top: 43px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-details-area .contact-wrap {
        margin-top: 23px
    }
}

:where(.pt-single-post) .blog-details-area .submit-btn {
    margin-top: 60px
}

:where(.pt-single-post) .blog-area .blogs-wrapper-box {
    margin-top: 47px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-single-post) .blog-area .blogs-wrapper-box {
        margin-top: 27px
    }
}

:where(.pt-single-post) .blog-area .blogs-wrapper {
    display: grid;
    gap: 45px 45px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-area .blogs-wrapper {
        gap: 40px 35px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-single-post) .blog-area .blogs-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-single-post) .blog-area .blogs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-single-post) .blog-area .blog-box:hover .icon {
    transform: none;
    opacity: 1
}

:where(.pt-single-post) .blog-area .blog-box:hover .content {
    border-color: var(--primary)
}

:where(.pt-single-post) .dark .blog-area .blog-box:hover .content, :where(html.pt-single-post).dark .blog-area .blog-box:hover .content {
    border-color: var(--white)
}

:where(.pt-single-post) .blog-area .blog-box .thumb img {
    width: 100%;
    height: 514px;
    object-fit: cover;
}

:where(.pt-single-post) .blog-area .blog-box .content {
    padding-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 10px;
    grid-template-columns: 68px 1fr auto;
    transition: all .5s
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-area .blog-box .content {
        grid-template-columns: 38px 1fr auto;
        padding-top: 20px;
        padding-bottom: 13px
    }
}

:where(.pt-single-post) .blog-area .blog-box .number {
    font-size: 18px;
    line-height: 1
}

:where(.pt-single-post) .blog-area .blog-box .title {
    font-size: 24px;
    line-height: 1.25;
    min-height: 120px;
}

@media only screen and (max-width: 1199px) {
    :where(.pt-single-post) .blog-area .blog-box .title {
        font-size: 20px
    }
}

:where(.pt-single-post) .blog-area .blog-box .icon {
    transform: translate(-10px, 10px);
    opacity: 0;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    :where(.pt-single-post) .blog-area .blog-box .icon {
        display: none
    }
}

:where(.pt-single-post) .blog-area .blog-box .icon i {
    font-size: 20px;
    color: var(--primary);
    transform: rotate(-45deg)
}

:where(.pt-single-post) .dark .blog-area .blog-box .icon i, :where(html.pt-single-post).dark .blog-area .blog-box .icon i{
	color:#fff;
}
  
  :where(.pt-single-post) ul.has_fade_anim {
    list-style: disc;
    padding-left: 20px; /* Indentation */
  }

  :where(.pt-single-post) li.has_fade_anim  {
    list-style: inherit; /* Ensures the bullet inherits the parent list's style */
    padding-top: 5px;

  }
  
  :where(.pt-single-post) ol.has_fade_anim {
    list-style: decimal;

  }
    

/* ===== locations-single-service.css → .pt-locsvc ===== */
:where(.pt-locsvc) .business-hero-image {
    float: left;
    width: 200px;
    border: 1px dotted;
    margin-right: 10px;
   
}

:where(.pt-locsvc) .section-subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: math-auto;
    color: var(--primary);
    display: inline-block
}

:where(.pt-locsvc) .section-title {
    text-transform: math-auto;
    font-size: 80px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .section-title {
        font-size: 50px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .section-title {
        font-size: 50px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .section-title {
        font-size: 40px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .section-title {
        font-size: 35px;
        text-transform: math-auto;
    }
}

:where(.pt-locsvc) .section-title.large {
    font-size: 90px;
    text-transform: math-auto;
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 50px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 50px
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .section-title.large {
        font-size: 46px
    }
}

:where(.pt-locsvc) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}


:where(.pt-locsvc) .section-spacing-bottom {
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .section-spacing-bottom {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .section-spacing-bottom {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .section-spacing-bottom {
        padding-bottom: 60px
    }
}


@media(min-width: 1600px) {
    :where(.pt-locsvc) .container.large {
        max-width: 1550px
    }
}



:where(.pt-locsvc) .awards-area {
    margin-bottom: 100px;
}

:where(.pt-locsvc) .awards-area .area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

:where(.pt-locsvc) .awards-area .area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-locsvc) .awards-area .area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .85);
    top: 0;
    inset-inline-start: 0
}

:where(.pt-locsvc) .awards-area .section-title {
    color: var(--white)
}

:where(.pt-locsvc) .awards-area .section-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font_teko);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block
}

:where(.pt-locsvc) .awards-area .subtitle-wrapper {
    margin-bottom: 10px
}

:where(.pt-locsvc) .awards-area .section-title-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 340px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .awards-area .section-title-wrapper {
        gap: 160px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .awards-area .section-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

:where(.pt-locsvc) .awards-area .awards-area-inner {
    position: relative;
    z-index: 1;
    padding: 124px 115px 129px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .awards-area .awards-area-inner {
        padding: 94px 95px 99px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .awards-area .awards-area-inner {
        padding: 74px 65px 79px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .awards-area .awards-area-inner {
        padding: 54px 45px 59px
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .awards-area .awards-area-inner {
        padding: 44px 25px 49px
    }
}

:where(.pt-locsvc) .awards-area .section-content {
    margin-top: 72px;
    margin-inline-start: 678px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .awards-area .section-content {
        margin-top: 62px;
        margin-inline-start: 578px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 228px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .awards-area .section-content {
        margin-inline-start: 0
    }
}

:where(.pt-locsvc) .awards-area .section-content .text {
    max-width: 480px;
    color: #999
}

:where(.pt-locsvc) .awards-area .section-content .awards-list {
    margin-top: 63px
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .awards-area .section-content .awards-list {
        margin-top: 33px
    }
}

:where(.pt-locsvc) .awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 50px;
    max-width: 480px
}

:where(.pt-locsvc) .cta-area {
    background-color: var(--black)
}

:where(.pt-locsvc) .dark .cta-area, :where(html.pt-locsvc).dark .cta-area {
    background-color: #1b1b1b
}

:where(.pt-locsvc) .cta-area .section-subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_teko);
    text-transform: uppercase;
    color: var(--white)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .cta-area .section-subtitle {
        font-size: 30px
    }
}

:where(.pt-locsvc) .cta-area .section-subtitle img {
    margin-top: -6px
}

:where(.pt-locsvc) .cta-area .section-title {
    font-size: 190px;
    line-height: .82;
    max-width: 800px;
    margin: 0 auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .cta-area .section-title {
        font-size: 150px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .cta-area .section-title {
        font-size: 130px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .cta-area .section-title {
        font-size: 100px;
        max-width: 500px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .cta-area .section-title {
        font-size: 60px
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .cta-area .section-title {
        font-size: 40px
    }
}

:where(.pt-locsvc) .cta-area .section-header {
    text-align: center
}

:where(.pt-locsvc) .cta-area .section-header .title-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .cta-area .section-header .title-wrapper {
        margin-top: 32px
    }
}

:where(.pt-locsvc) .cta-area .section-header .btn-wrapper {
    margin-top: 18px
}

:where(.pt-locsvc) .cta-area .section-header .wc-btn-underline {
    font-size: 50px;
    padding-bottom: 8px;
    text-transform: none;
    color: var(--white);
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .cta-area .section-header .wc-btn-underline {
        font-size: 35px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .cta-area .section-header .wc-btn-underline {
        font-size: 28px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .cta-area .section-header .wc-btn-underline {
        font-size: 22px;
        padding-bottom: 5px
    }
}

:where(.pt-locsvc) .cta-area .section-header .wc-btn-underline::before {
    height: 3px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .cta-area .section-header .wc-btn-underline::before {
        height: 2px
    }
}

:where(.pt-locsvc) .contact-area-inner {
    padding-inline: 30px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden
}

:where(.pt-locsvc) .dark .contact-area-inner, :where(html.pt-locsvc).dark .contact-area-inner {
    background-color: #1b1b1b
}

:where(.pt-locsvc) .contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .contact-area-inner .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .contact-area-inner .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .contact-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-locsvc) .contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .contact-area .section-title {
        max-width: 730px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .contact-area .section-title {
        max-width: 480px
    }
}

:where(.pt-locsvc) .contact-area .section-content {
    text-align: center
}

:where(.pt-locsvc) .contact-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .contact-area .section-content .btn-wrapper {
        margin-top: 22px
    }
}

:where(.pt-locsvc) .contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase
}

:where(.pt-locsvc) .client-area-text {
    position: relative
}

:where(.pt-locsvc) .client-area-text .text {
    font-size: 36px;
    line-height: .92;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
    text-transform: capitalize;
    font-weight: 600
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .client-area-text .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

:where(.pt-locsvc) .client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-locsvc) .client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
     border-inline-start-color: var(--border)
    
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

:where(.pt-locsvc) .client-area .client-box:hover {
    background-color: var(--primary);
    color: var(--white);
}

:where(.pt-locsvc) .client-area .client-box:hover p {
    
    color: var(--white);
}


:where(.pt-locsvc) .dark .client-area .client-box:hover p, :where(html.pt-locsvc).dark .client-area .client-box:hover p {
    
    color: var(--black);
}

:where(.pt-locsvc) .client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .client-area .client-box:nth-child(1) {
        grid-column-start: auto;
    }
}

:where(.pt-locsvc) .client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}


:where(.pt-locsvc) .client-area .client-box img {
    opacity: .6;
    transition: all .5s
}

:where(.pt-locsvc) .service-area .section-title {
    max-width: 433px
}

:where(.pt-locsvc) .service-area .section-header .btn-wrapper {
    margin-top: 47px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .service-area .section-header .btn-wrapper {
        margin-top: 37px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .service-area .section-header .btn-wrapper {
        margin-top: 27px
    }
}

:where(.pt-locsvc) .service-area .service-area-inner {
    display: grid;
    grid-template-columns: auto 30%;
    gap: 50px 60px;
    justify-content: space-between;
    clear: both;
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .service-area .service-area-inner {
        grid-template-columns:  auto 30%;
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .service-area .service-area-inner {
        grid-template-columns: auto 30%;
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .service-area .service-area-inner {
        grid-template-columns: 100%;
    }
}

:where(.pt-locsvc) .service-area .service-box {
    display: flex;
    gap: 20px 30px;
    padding-bottom: 50px;
}

/* Styling the <ul> */
:where(.pt-locsvc) .service-area .service-box ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 30px; /* Space for the bullet icons */
}

/* Remove default bullets and add Font Awesome stars */
:where(.pt-locsvc) .service-area .service-box li {
    margin-bottom: 5px; /* Space between list items */
    list-style: none; /* Remove default bullets */
    line-height: 20px;
    position: relative; /* Needed for positioning the ::before icon */
    padding-left: 20px; /* Space for the star icon */
    font-size: 18px;
    font-weight: 400;
}

:where(.pt-locsvc) .service-area .service-box li::before {
    font-family: "Font Awesome 6 Free"; /* Font Awesome font family */
    content: "\f005"; /* Unicode for solid star (★) */
    font-weight: 900; /* Solid Font Awesome icon */
    position: absolute;
    left: 0; /* Position the star at the left */
    font-size: 12px; /* Adjust the star size */
}


:where(.pt-locsvc) .service-area .service-box ul li:last-child {
    margin-bottom: 20px; /* Space between list items */
  
}

:where(.pt-locsvc) .whyus {

width: 100%;
font-size: 18px;
font-weight: 400;

}

:where(.pt-locsvc) .whyus h3 {

 font-size: 50px;
 text-transform: math-auto;
 line-height: 50px;
 padding-bottom: 30px;
    
    }

:where(.pt-locsvc) .whyus ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 30px; /* Adds padding to the left of the bullet points */
    
}

:where(.pt-locsvc) .whyus li {
    margin-bottom: 5px; /* Space between list items */
    list-style: disc; /* Ensures bullet points display */
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
}

:where(.pt-locsvc) .whyus li:last-child {
    margin-bottom: 20px; /* Space between list items */
   
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .service-area .service-box {
        flex-direction: column
    }
}

:where(.pt-locsvc) .service-area .service-box .title {
    font-size: 30px;
    line-height: 1;
    text-transform: math-auto;
}

:where(.pt-locsvc) .service-area .service-box .text {
    max-width: 700px;
    margin-top: 17px
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .service-area .service-box .text {
        max-width: 100%
    }
}

:where(.pt-locsvc) .service-area .service-box .content {
    display: flex;
    gap: 20px 30px;
    justify-content: space-between;
    flex: 1;
    align-items: center
}

:where(.pt-locsvc) .service-area .service-box .thumb {
    width: 70px;
}

:where(.pt-locsvc) .service-area .service-box .thumb img {
    width: 70px;
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .service-area .service-box .content {
        flex-direction: column;
        align-items: flex-start
    }
}

:where(.pt-locsvc) .service-area .services-wrapper>* {
    display: block
}

:where(.pt-locsvc) .service-area .services-wrapper>*:not(:first-child) {
    padding-top: 49px;
    border-top: 1px solid var(--border)
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .service-area .services-wrapper>*:not(:first-child) {
        padding-top: 29px
    }
}

:where(.pt-locsvc) .service-area .services-wrapper>*:not(:last-child) {
    padding-bottom: 45px
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .service-area .services-wrapper>*:not(:last-child) {
        padding-bottom: 25px
    }
}



:where(.pt-locsvc) .about-area-inner {
    position: relative;
    padding-top: 207px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .about-area-inner {
        padding-top: 167px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-area-inner {
        padding-top: 117px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-area-inner {
        padding-top: 117px
    }
}

:where(.pt-locsvc) .about-area-inner .shape-1 {
    position: absolute;
    top: 174px;
    inset-inline-end: 0
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .about-area-inner .shape-1 {
        top: 154px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-area-inner .shape-1 {
        top: 94px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-locsvc) .dir-rtl .about-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

:where(.pt-locsvc) .about-area .section-title {
    max-width: 750px;
   
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .about-area .section-title {
        max-width: 660px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .about-area .section-title {
        max-width: 650px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-area .section-title {
        max-width: 550px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-area .section-title {
        text-indent: 0;
        max-width: 400px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .about-area .section-title {
        max-width: 100%
    }
}

:where(.pt-locsvc) .about-area .section-content .content-bottom {
    margin-top: 90px;
    margin-inline-start: 700px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .about-area .section-content .content-bottom {
        margin-inline-start: 670px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-area .section-content .content-bottom {
        margin-inline-start: 570px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-area .section-content .content-bottom {
        margin-inline-start: 320px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .about-area .section-content .content-bottom {
        margin-inline-start: 0;
        margin-top: 15px
    }
}

:where(.pt-locsvc) .about-area .info-wrapper {
    position: relative
}

:where(.pt-locsvc) .about-area .info-wrapper .info-shape-1 {
    position: absolute;
    inset-inline-end: calc(100% + 200px);
    top: -90px;
    width: -moz-max-content;
    width: max-content
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-area .info-wrapper .info-shape-1 {
        inset-inline-end: calc(100% + 40px);
        max-width: 60px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .about-area .info-wrapper .info-shape-1 {
        display: none
    }
}

:where(.pt-locsvc) .dir-rtl .about-area .info-wrapper .info-shape-1 img {
    transform: rotateY(180deg)
}

:where(.pt-locsvc) .about-area .info-wrapper .text {
    max-width: 380px;
    font-size: 20px;
    line-height: 1.37
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .about-area .info-wrapper .text {
        max-width: 100%
    }
}

:where(.pt-locsvc) .about-gallery-wrapper {
    display: grid;
    gap: 30px;
    margin-top: -170px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-gallery-wrapper {
        margin-top: -120px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-gallery-wrapper {
        margin-top: -90px;
        gap: 15px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .about-gallery-wrapper {
        flex-direction: column
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .about-gallery-wrapper {
        margin-top: 40px
    }
}

:where(.pt-locsvc) .about-gallery-wrapper .row-second {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 410px;
    margin-inline-start: calc((100vw - var(--container-max-widths))/-2 - 12px)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 310px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 240px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 180px;
        gap: 15px
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-second {
        margin-inline-start: 0;
        grid-template-columns: 1fr
    }
}

:where(.pt-locsvc) .about-gallery-wrapper .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-locsvc) .about-gallery-wrapper .row-first {
    display: grid;
    gap: 30px;
    grid-template-columns: 410px;
    justify-content: flex-end
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-first {
        grid-template-columns: 310px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-first {
        grid-template-columns: 240px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-first {
        grid-template-columns: 180px
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .about-gallery-wrapper .row-first {
        grid-template-columns: 1fr
    }
}


:where(.pt-locsvc) .hero-area-inner {
    padding-top: 207px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-locsvc) .hero-area-inner {
        padding-top: 167px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .hero-area-inner {
        padding-top: 117px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .hero-area-inner {
        padding-top: 117px
    }
}


:where(.pt-locsvc) .hero-area .section-content {
    display: block;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .hero-area .section-content {
        grid-template-columns: 1fr 330px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-locsvc) .hero-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-locsvc) .hero-area .section-content .text-wrapper {
    padding-bottom: 20px;
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .hero-area .section-content .text-wrapper {
        padding-bottom: 10px
    }
}


:where(.pt-locsvc) .process-area .section-header {
    display: block;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .process-area .section-header {
        grid-template-columns: 1fr
    }
}

:where(.pt-locsvc) .process-area .processs-wrapper-box {
    margin-top: 48px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-locsvc) .process-area .processs-wrapper-box {
        margin-top: 38px
    }
}

:where(.pt-locsvc) .process-area .processs-wrapper {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .process-area .processs-wrapper {
        gap: 50px 30px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-locsvc) .process-area .processs-wrapper {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 575px) {
    :where(.pt-locsvc) .process-area .processs-wrapper {
        grid-template-columns: 1fr
    }
}

:where(.pt-locsvc) .process-item{

    padding: 12px 12px 30px 12px;
    border: 1px solid;
    border-radius: 20px;
}


:where(.pt-locsvc) .process-item:hover {

background-color: var(--primary);

}

:where(.pt-locsvc) .process-item .title {
    font-size: 22px;
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 50px;
    height: 125px;
    width: 70%;
}
:where(.pt-locsvc) .process-item:hover .title {
    color: var(--white);
}

:where(.pt-locsvc) .dark .process-item:hover .title, :where(html.pt-locsvc).dark .process-item:hover .title {
    color: var(--black)!important;
}

:where(.pt-locsvc) .process-item .number {
    margin-top: 33px;
    position: relative;
    z-index: 1
}

:where(.pt-locsvc) .dark .process-item:hover .feature-list li, :where(html.pt-locsvc).dark .process-item:hover .feature-list li {
    color: var(--white);
}


:where(.pt-locsvc) .dark .process-item .show-dark, :where(html.pt-locsvc).dark .process-item .show-dark{
	display:block!important;
}
:where(.pt-locsvc) .dark .process-item:hover .show-dark, :where(html.pt-locsvc).dark .process-item:hover .show-dark{
	display:none!important;
}

:where(.pt-locsvc) .dark .process-item .show-light, :where(html.pt-locsvc).dark .process-item .show-light{
	display:none!important;
}
:where(.pt-locsvc) .dark .process-item:hover .show-light, :where(html.pt-locsvc).dark .process-item:hover .show-light{
	    display:block!important;	 
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .process-item .number {
        margin-top: 13px
    }
}

:where(.pt-locsvc) .process-item .number span {
    font-size: 16px;
    color: var(--primary);
    font-family: var(--font_teko);
    font-weight: 600;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-inline-start: auto;
    background-color: var(--white);
    position: relative;
    z-index: 1
}

:where(.pt-locsvc) .dark .process-item .number span, :where(html.pt-locsvc).dark .process-item .number span {
    background-color: var(--black)
}

:where(.pt-locsvc) .process-item .number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}


:where(.pt-locsvc) .process-item:hover .number:before {
   
    background-color: var(--white-2);
    
}

:where(.pt-locsvc) .process-item .number:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}


:where(.pt-locsvc) .process-item:hover .number:after {
   
    background-color: var(--white-2);
    opacity: 0.6;
   
}


:where(.pt-locsvc) .process-item .icon {
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-locsvc) .process-item .icon {
        margin-top: 20px
    }
}

:where(.pt-locsvc) .process-item .feature-list {
    margin-top: 30px
}

:where(.pt-locsvc) .process-item .feature-list li {
    font-size: 18px;
    color: var(--primary)
}

:where(.pt-locsvc) .process-item:hover .feature-list li {
    
    color: var(--white);
}

:where(.pt-locsvc) .dark .whyus li, :where(html.pt-locsvc).dark .whyus li{
	color:#fff;
}

:where(.pt-locsvc) .dark .process-item:hover .feature-list li, :where(html.pt-locsvc).dark .process-item:hover .feature-list li {
    
    color: var(--black)!important;
}

:where(.pt-locsvc) .process-item .feature-list li:not(:first-child) {
    margin-top: 10px
}

:where(.pt-locsvc) .process-item .feature-list li:before {
    content: "+";
    margin-inline-end: 10px
}

:where(.pt-locsvc) .sidebar {

width: 100%;
padding-bottom: 30px;

}

:where(.pt-locsvc) .sidebar img {

    
    margin-bottom: 30px;
    border-radius: 20px;
    
    }


    :where(.pt-locsvc) .contact-formwrap {
        padding: 20px 10px;
        border: var(--black) 1px solid;
        border-radius: 20px;
           /* Glow effect */
     box-shadow: 0 0 5px #0b0b0b, 
     0 0 10px #090a09, 
     0 0 15px #020202;
 transition: box-shadow 0.3s ease-in-out;
     }
 
     :where(.pt-locsvc) .dark .contact-formwrap, :where(html.pt-locsvc).dark .contact-formwrap {
        
         border: var(--white) 1px solid;
          /* Glow effect */
     box-shadow: 0 0 5px #ffffff, 
     0 0 10px #e5e5e5, 
     0 0 15px #f1e9e9;
 transition: box-shadow 0.3s ease-in-out;
         
          
      }
 
      :where(.pt-locsvc) .contact-formwrap h4 {
         color: var(--black);
         text-align: center;
         text-transform: capitalize;
         padding-bottom: 15px;
         font-size: 38px;
        
          
      }

      :where(.pt-locsvc) .contact-formwrap .formtext {
       
        margin-bottom: 35px;
        margin-left: 10px;

     }
      :where(.pt-locsvc) .dark .contact-formwrap h4, :where(html.pt-locsvc).dark .contact-formwrap h4 {
         color: var(--white);
          
      }
     :where(.pt-locsvc) .sidebar .contact-formwrap {
   
         margin-bottom: 30px;
         
     }
     
     @media only screen and (max-width: 767px) {
         :where(.pt-locsvc) .sidebar .contact-formwrap {
 
             margin-bottom: 30px;
         }
     }
     
     :where(.pt-locsvc) .sidebar .contact-formwrap .messages {
         grid-column: span 2
     }
     
     @media only screen and (max-width: 767px) {
         :where(.pt-locsvc) .sidebar .contact-formwrap .messages {
             grid-column: auto
         }
     }
     
     :where(.pt-locsvc) .sidebar .contact-formfield input {
         width: 100%;
         margin-bottom: 40px;
         padding-left: 12px;
         border: none;
         border-bottom: 1px solid var(--border);
         outline: none;
         background-color: rgba(0, 0, 0, 0);
         transition: all .5s;
         color: var(--primary)
     }

     :where(.pt-locsvc) .sidebar .contact-formfield textarea {
        width: 100%;
        height: 25px;
        margin-bottom: 40px;
        padding-left: 12px;
        border: none;
        border-bottom: 1px solid var(--border);
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        transition: all .5s;
        resize: vertical; /* Allows users to resize */
        color: var(--primary)
    }
     
     :where(.pt-locsvc) .sidebar .contact-formfield input:focus {
         border-color: var(--primary)
     }
     
     :where(.pt-locsvc) .sidebar .contact-formfield textarea:focus {
        border-color: var(--primary)
    }
    
    :where(.pt-locsvc) h2.title span {
        font-size: 14px !important;
        color: #666 !important;
        font-style: italic !important;
        text-transform: math-auto;
    }
    

/* ===== portfolio-material.css → .pt-portfolio-archive ===== */
:where(.pt-portfolio-archive) .content {
    margin-top: 16px
}

:where(.pt-portfolio-archive) .swiper-material {
    height: calc(100vh - 200px)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-archive) .swiper-material {
        height: calc(100vh - 160px)
    }
}

:where(.pt-portfolio-archive) .demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 0
}

:where(.pt-portfolio-archive) .demo-material-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    padding: 48px 50px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: flex-end;
    align-items: flex-start;
    white-space: nowrap
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-archive) .demo-material-label {
        padding: 28px 30px
    }
}

:where(.pt-portfolio-archive) .demo-material-label .title {
    font-size: 36px;
    line-height: 1;
    color: var(--white);
    text-transform: uppercase
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-archive) .demo-material-label .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-archive) .demo-material-label .title {
        font-size: 26px
    }
}

@media(max-width: 575px) {
    :where(.pt-portfolio-archive) .demo-material-label .title {
        font-size: 22px
    }
}

:where(.pt-portfolio-archive) .demo-material-label .tag {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: inline-block;
    line-height: 1;
    margin-top: 17px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-archive) .demo-material-label .tag {
        margin-top: 12px
    }
}

:where(.pt-portfolio-archive) .swiper-material-wrapper {
    border-radius: 0
}

:where(.pt-portfolio-archive) .portfolio-area-inner {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-archive) .portfolio-area-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

:where(.pt-portfolio-archive) .portfolio-slider {
    position: relative;
    z-index: 1
}

:where(.pt-portfolio-archive) .portfolio-slider .nav-icon {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    color: var(--primary);
    line-height: 1;
    position: relative;
    z-index: 2
}

:where(.pt-portfolio-archive) .portfolio-slider .slider-nav {
    display: flex;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-archive) .portfolio-slider .slider-nav {
        height: 80px
    }
}

:where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination {
    position: absolute;
    top: 100%;
    height: 100px;
    left: 0;
    right: 0;
    display: inline-flex;
    gap: 20px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination {
        height: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination {
        gap: 10px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination {
        display: none
    }
}

:where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    opacity: 1;
    border-radius: 2px;
    transition: all .5s;
    margin: 0
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination .swiper-pagination-bullet {
        width: 20px
    }
}

:where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-archive) .portfolio-slider .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px
    }
}




































   @media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
      :where(.pt-portfolio-archive) .design-project-area {
        padding-top: 120px;
        padding-bottom: 0px;
      }
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-area {
        padding-top: 120px;
        padding-bottom: 0px;
      }
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-item {
        margin-bottom: 60px;
      }
    }

    :where(.pt-portfolio-archive) .design-project-item-wrap{
      padding: 150px 0 120px 0;
    }

    :where(.pt-portfolio-archive) .design-project-title {
      font-weight: 400;
      font-size: 55px!important;
      line-height: 1.1!important;
      color: #000;
      margin-bottom: 10px;
      letter-spacing: -0.02em;
    }

    :where(.pt-portfolio-archive) .dark .design-project-title, :where(html.pt-portfolio-archive).dark .design-project-title{
      color: #fff;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      :where(.pt-portfolio-archive) .design-project-title {
        font-size: 65px;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      :where(.pt-portfolio-archive) .design-project-title {
        font-size: 60px;
      }
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-title {
        font-size: 50px;
      }
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-title-box {
        margin-bottom: 20px;
      }
    }

    :where(.pt-portfolio-archive) .design-project-title-box p {
      font-weight: 500;
      font-size: 24px;
      line-height: 1.25;
      color: #000;
      margin-bottom: 0;
      max-width: 300px;
      letter-spacing: -0.02em;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      :where(.pt-portfolio-archive) .design-project-title-box p {
        max-width: 100%;
        font-size: 20px;
      }
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-title-box p {
        max-width: 100%;
        font-size: 18px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-title-wrap {
        margin-bottom: 80px;
      }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1450px) {
      :where(.pt-portfolio-archive) .design-project-content {
        padding-left: 100px!important;
      }
      :where(.pt-portfolio-archive) .design-project-area .container-1680 {
        max-width: 1280px;
    }
    :where(.pt-portfolio-archive) .design-project-title {
    font-size: 64px;
    line-height: 1!important;
    margin-bottom: 10px
  }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-content {
        padding-left: 0px;
      }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-content.pr-200 {
        padding-right: 0;
      }
      
    }

    :where(.pt-portfolio-archive) .design-project-content span {
      display: block;
      font-weight: 500;
      font-size: 20px;
      line-height: 1;

      margin-bottom: 45px;
      letter-spacing: -0.02em;
    }

    :where(.pt-portfolio-archive) .design-project-thumb img {
      border-radius: 30px;
      will-change: transform;
    }

    :where(.pt-portfolio-archive) .design-project-title {
      font-weight: 400;
      font-size: 80px;
      line-height: 0.9;

      margin-bottom: 10px;
      letter-spacing: -0.02em;
      font-family: var(--tp-ff-dirtyline);
    }

    :where(.pt-portfolio-archive) .agntix-light .design-project-title {
      color: var(--tp-common-black-7);
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
      :where(.pt-portfolio-archive) .design-project-thumb img {
        margin-bottom: 60px;
      }
           :where(.pt-portfolio-archive) .design-project-item-wrap {
    padding: 60px 0 60px 0;
}
:where(.pt-portfolio-archive) .design-project-area .pl-200 {
    padding-left: 0px!important;
}
:where(.pt-portfolio-archive) .design-project-content span{
    margin-bottom: 25px;
}
:where(.pt-portfolio-archive) .design-project-title{
  font-size: 52px;
    line-height: 1.2;
    margin-bottom: 10px;
}
    }

    @media (max-width: 767px) {
      :where(.pt-portfolio-archive) .design-project-thumb img {
        margin-bottom: 30px;
      }
      :where(.pt-portfolio-archive) .design-project-item-wrap {
    padding: 60px 0 60px 0;
}
:where(.pt-portfolio-archive) .design-project-area .pl-200 {
    padding-left: 0px!important;
}
:where(.pt-portfolio-archive) .design-project-content span{
    margin-bottom: 25px;
}
:where(.pt-portfolio-archive) .design-project-title{
  font-size: 52px;
    line-height: 1.2;
    margin-bottom: 10px;
}
:where(.pt-portfolio-archive) .design-project-area .mb-120 {
    margin-bottom: 60px!important;
}
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      :where(.pt-portfolio-archive) .design-project-title-box .tp-section-title-dirtyline {
        font-size: 110px;
      }
    }

    :where(.pt-portfolio-archive) .tp-reveal-line {
      overflow: hidden;
    }


    :where(.pt-portfolio-archive) .tp_img_reveal {
      visibility: hidden;
      overflow: hidden;
    }

     :where(.pt-portfolio-archive) .design-project-area .container-1680 {
        max-width: 1320px;
      }

    :where(.pt-portfolio-archive) .design-project-area .pl-200 {
      padding-left: 150px;
    }

    :where(.pt-portfolio-archive) .design-project-area .mb-120 {
      margin-bottom: 120px;
    }

    :where(.pt-portfolio-archive) .dark .design-project-item-wrap .wc-btn-group a.wc-btn i, :where(html.pt-portfolio-archive).dark .design-project-item-wrap .wc-btn-group a.wc-btn i{
          border: 1px solid #fff;
    } 

    :where(.pt-portfolio-archive) .dark .design-project-item-wrap .wc-btn-group a.wc-btn:hover i, :where(html.pt-portfolio-archive).dark .design-project-item-wrap .wc-btn-group a.wc-btn:hover i{
       border: 1px solid #000;
    }
	 
	 :where(.pt-portfolio-archive) .design-project-thumb img{
		 width:700px;
		 height:560px;
		 object-fit: cover;
    object-position: center;
	 }

/*# sourceMappingURL=master-portfolio-material.css.map */

/* ===== services-main.css → .pt-services ===== */
:where(.pt-services) progress__item p.title,
:where(.pt-services) .progress__item-2 p.title {
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    padding-bottom: 15px;
    text-transform: uppercase
}

:where(.pt-services) .progress__item-2 {
    padding-bottom: 25px
}

:where(.pt-services) .light .progress__item p.title, :where(html.pt-services).light .progress__item p.title,
:where(.pt-services) .light .progress__item-2 p.title, :where(html.pt-services).light .progress__item-2 p.title {
    color: var(--black)
}

:where(.pt-services) .light .developer-skill__resume .sonny_progressbar .progress-percent, :where(html.pt-services).light .developer-skill__resume .sonny_progressbar .progress-percent {
    color: var(--black)
}



:where(.pt-services) .service-row {
    display: flex;
    align-items: flex-start; /* Ensures the image aligns properly with text */
    justify-content: space-between; /* Creates space between text and image */
    gap: 20px; /* Adjusts spacing between text and image */
  }
  
  :where(.pt-services) .text-wrapper {
    flex: 1; /* Makes the text take up remaining space */
  }
  
  :where(.pt-services) .service-image {
    max-width: 24%; /* Adjusts the image width */
    height: auto; /* Maintains aspect ratio */
    padding-top: 30px;
    border-radius: 0 0 150px 0;
  }
  
  
  @media only screen and (max-width: 991px) {
    :where(.pt-services) .service-image {
        border-radius: 0;
    }
}

:where(.pt-services) .pt-100 {
    padding-top: 100px;
}

:where(.pt-services) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .section-title {
        font-size: 60px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-services) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-services) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-services) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .section-spacing-top {
        padding-top: 60px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .section-spacing-top {
        padding-top: 60px
    }
}


:where(.pt-services) .contact-area-inner {
    padding-inline: 30px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden
}

:where(.pt-services) .dark .contact-area-inner, :where(html.pt-services).dark .contact-area-inner {
    background-color: #1b1b1b
}

:where(.pt-services) .contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .contact-area-inner .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .contact-area-inner .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .contact-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-services) .contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .contact-area .section-title {
        max-width: 730px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .contact-area .section-title {
        max-width: 480px
    }
}

:where(.pt-services) .contact-area .section-content {
    text-align: center
}

:where(.pt-services) .client-area-text {
    position: relative
}

:where(.pt-services) .client-area-text .text {
    font-size: 36px;
    line-height: 1;
    max-width: 370px;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
    font-weight: 400;
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .client-area-text .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

:where(.pt-services) .client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-services) .client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

:where(.pt-services) .client-area .client-box:hover img {
    opacity: 1
}


:where(.pt-services) .dark .client-area .client-box:hover img, :where(html.pt-services).dark .client-area .client-box:hover img{
	filter:invert(1);
}
:where(.pt-services) .client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .client-box:nth-child(1) {
        grid-column-start: auto
    }
}

:where(.pt-services) .client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}

:where(.pt-services) .client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .client-box:nth-child(7) {
        grid-column-start: auto
    }
}

:where(.pt-services) .client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .client-area .client-box:nth-child(12) {
        grid-column-start: auto
    }
}

:where(.pt-services) .client-area .client-box img {
    opacity: .6;
    transition: all .5s
}

:where(.pt-services) .faq-area .section-title {
    max-width: 370px
}

@media(min-width: 992px) {
    :where(.pt-services) .faq-area .section-title {
        font-size: 36px
    }
}

:where(.pt-services) .faq-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 550px 550px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .faq-area .section-content {
        grid-template-columns: 420px 460px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .faq-area .section-content {
        grid-template-columns: auto
    }
}

:where(.pt-services) .faq-area .accordion-wrapper {
    margin-top: 27px
}

:where(.pt-services) .faq-area .accordion .accordion-button {
    font-size: 18px;
    line-height: 1;
    color: var(--primary);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 500
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .faq-area .accordion .accordion-button {
        font-size: 18px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .faq-area .accordion .accordion-button br {
        display: none
    }
}

:where(.pt-services) .dark .faq-area .accordion .accordion-button::after, :where(html.pt-services).dark .faq-area .accordion .accordion-button::after{
	color: var(--white);
}
:where(.pt-services) .faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--primary);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

:where(.pt-services) .faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

:where(.pt-services) .faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

:where(.pt-services) .faq-area .accordion .accordion-item {
    border-bottom: 1px solid var(--border);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

:where(.pt-services) .faq-area .accordion .accordion-item:not(:first-child) {
    margin-top: 0px
}

:where(.pt-services) .faq-area .accordion .accordion-item:first-child {
    border-top: 1px solid var(--border)
}

:where(.pt-services) .faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--secondary)
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .faq-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

:where(.pt-services) .faq-area .thumb {
    position: relative
}

:where(.pt-services) .faq-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-services) .service-details-area {
    padding-top: 100px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .service-details-area {
        padding-top: 80px
    }
}

:where(.pt-services) .service-details-area .thumb-main {
    position: relative
}

:where(.pt-services) .service-details-area .thumb-main img {
    width: 100%
}

:where(.pt-services) .service-details-area .thumb-main .hero-social {
    writing-mode: vertical-lr;
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    left: -210px;
    bottom: -180px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social {
        left: 30px;
        bottom: 30px;
        background-color: var(--white);
        padding: 20px 10px;
        border: 1px;
        border-style: solid;
        border-color: var(--border);
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social {
        writing-mode: initial;
        padding: 10px 20px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social {
        left: 10px;
        bottom: 15px;
        z-index:1;
    }
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .title {
    position: relative;
    padding-inline-end: 80px;
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social .title {
        color: var(--black)
    }
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: var(--border);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
:where(.pt-services) .dark .service-details-area .thumb-main .hero-social .title:before, :where(html.pt-services).dark .service-details-area .thumb-main .hero-social .title:before{
	 background-color: var(--white);
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social .title:before {
        width: 60px;
        height: 1px;
        inset-inline-end: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .hero-social-links {
    display: flex;
    gap: 25px
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .hero-social-links a {
    color: var(--primary)
}

:where(.pt-services) .dark .service-details-area .thumb-main .hero-social .hero-social-links a, :where(html.pt-services).dark .service-details-area .thumb-main .hero-social .hero-social-links a{
	color:#fff;
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .service-details-area .thumb-main .hero-social .hero-social-links a {
        color: var(--black)
    }
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .hero-social-links a:hover {
    color: var(--secondary)
}

:where(.pt-services) .service-details-area .thumb-main .hero-social .hero-social-links a i {
    font-size: 16px
}

:where(.pt-services) .service-details-area .section-title-box {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr 520px;
    align-items: center;
    margin-top: 46px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .service-details-area .section-title-box {
        grid-template-columns: 1fr 460px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .section-title-box {
        grid-template-columns: 1fr
    }
}

:where(.pt-services) .service-details-area .section-title-box .feature-list {
    display: grid;
    gap: 10px 50px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .section-title-box .feature-list {
        justify-content: flex-start
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .service-details-area .section-title-box .feature-list {
        grid-template-columns: auto
    }
}

:where(.pt-services) .dark .service-details-area .section-title-box .feature-list li, :where(html.pt-services).dark .service-details-area .section-title-box .feature-list li{
	color:#fff;
}

:where(.pt-services) .service-details-area .section-title-box .feature-list li {
    color: var(--primary)
}

:where(.pt-services) .service-details-area .section-title-box .feature-list li:not(:first-child) {
    margin-top: 10px
}

:where(.pt-services) .service-details-area .section-title-box .feature-list li:before {
    content: "+";
    margin-inline-end: 13px
}

:where(.pt-services) .service-details-area .text-wrapper {
    margin-top: 27px
}

:where(.pt-services) .service-details-area .text-wrapper .text:not(:first-child) {
    margin-top: 23px
}

:where(.pt-services) .dark .service-details-area .steps-wrapper-box, :where(html.pt-services).dark .service-details-area .steps-wrapper-box{
	 border-top: 1px solid #fff;
}

:where(.pt-services) .service-details-area .steps-wrapper-box {
    border-top: 1px solid var(--border);
    margin-top: 66px
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .steps-wrapper-box {
        border-top: 0
    }
}

:where(.pt-services) .service-details-area .working-steps {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .working-steps {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .service-details-area .working-steps {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-services) .service-details-area .working-step {
    padding-top: 50px;
    position: relative
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .working-step {
        padding-top: 20px;
        border-top: 1px solid var(--border)
    }
}

:where(.pt-services) .service-details-area .working-step:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--primary);
    border-radius: 50%;
    top: -4px;
    inset-inline-start: 0
}

:where(.pt-services) .dark .service-details-area .working-step:before, :where(html.pt-services).dark .service-details-area .working-step:before{
	background-color:#fff;
}

:where(.pt-services) .service-details-area .working-step .title {
    font-size: 22px;
    line-height: 1.29
}

:where(.pt-services) .service-details-area .working-step .text {
    margin-top: 15px
}

:where(.pt-services) .service-details-area .thumb-gallery {
    margin-top: 53px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .service-details-area .thumb-gallery {
        gap: 10px
    }
}

@media(max-width: 575px) {
    :where(.pt-services) .service-details-area .thumb-gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-services) .features-area .section-title {
    max-width: 750px;
  
    margin-top: -10px
}

@media(min-width: 992px) {
    :where(.pt-services) .features-area .section-title {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .features-area .section-title {
        text-indent: 0
    }
}

:where(.pt-services) .features-area .section-content {
    margin-top: 90px;
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto 960px;
    justify-content: space-between
}

@media only screen and (max-width: 1919px) {
    :where(.pt-services) .features-area .section-content {
        margin-top: 60px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .features-area .section-content {
        grid-template-columns: auto 920px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .features-area .section-content {
        grid-template-columns: 1fr;
        margin-top: 30px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-services) .features-area .section-content .shape {
        display: none
    }
}

:where(.pt-services) .features-area .section-content .thumb {
    position: relative
}

:where(.pt-services) .features-area .section-content .thumb .main-image {
    border-radius: 0 0 300px 0
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .features-area .section-content .thumb .main-image {
        border-radius: 0
    }
}

:where(.pt-services) .features-area .section-content .thumb .shape-1 {
    position: absolute;
    inset-inline-end: 17px;
    bottom: -20px
}

:where(.pt-services) .features-area .section-content .text-wrapper {
    margin-top: 60px;
    display: grid;
    gap: 23px 80px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 1399px) {
    :where(.pt-services) .features-area .section-content .text-wrapper {
        margin-top: 40px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-services) .features-area .section-content .text-wrapper {
        grid-template-columns: 1fr
    }
}



:where(.pt-services) .contact-area {
    text-align: center;
    margin-top: 50px;
}

:where(.pt-services) .contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px
    }
}

:where(.pt-services) .contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

:where(.pt-services) .contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--black-2);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s;
    color: var(--white)
}

:where(.pt-services) .contact-area .contact-formfield input:focus {
    border-color: var(--white);
}

:where(.pt-services) .contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    :where(.pt-services) .contact-area .submit-btn {
        margin-top: 20px
    }
}


:where(.pt-services) .form-btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to right, #ebf212 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  padding: 0 35px;
  border-radius: 40px;
  height: 50px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  cursor: pointer;
}

/* Arrow via ::after */
:where(.pt-services) .form-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
	opacity:1;
	    rotate: -45deg;
  margin-left: 10px;
  transition: transform 0.4s ease, border-color 0.4s, color 0.4s;
  font-size: 12px;
  color: #fff;
}

/* Hover effects */
:where(.pt-services) .form-btn:hover {
  background-position: left bottom;
  color: #000;
	 border: 1px solid #ebf212;
}

:where(.pt-services) .form-btn:hover::after {
animation: spin360 0.6s linear;
  border-color: #000!important;
  color: #000;
}


@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* ===== industries.css → .pt-industries ===== */
:where(.pt-industries) .section-subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    display: inline-block
}

:where(.pt-industries) .section-title {
    text-transform: uppercase;
    font-size: 80px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .section-title {
        font-size: 35px
    }
}

:where(.pt-industries) .section-title.large {
    font-size: 90px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .section-title.large {
        font-size: 50px
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .section-title.large {
        font-size: 46px
    }
}

:where(.pt-industries) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}


:where(.pt-industries) .section-spacing-bottom {
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .section-spacing-bottom {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .section-spacing-bottom {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .section-spacing-bottom {
        padding-bottom: 60px
    }
}


@media(min-width: 1600px) {
    :where(.pt-industries) .container.large {
        max-width: 1550px
    }
}



:where(.pt-industries) .awards-area {
    margin-bottom: 100px;
}

:where(.pt-industries) .awards-area .area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

:where(.pt-industries) .awards-area .area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-industries) .awards-area .area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .85);
    top: 0;
    inset-inline-start: 0
}

:where(.pt-industries) .awards-area .section-title {
    color: var(--white)
}

:where(.pt-industries) .awards-area .section-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font_teko);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block
}

:where(.pt-industries) .awards-area .subtitle-wrapper {
    margin-bottom: 10px
}

:where(.pt-industries) .awards-area .section-title-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 340px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .awards-area .section-title-wrapper {
        gap: 160px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .awards-area .section-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

:where(.pt-industries) .awards-area .awards-area-inner {
    position: relative;
    z-index: 1;
    padding: 124px 115px 129px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .awards-area .awards-area-inner {
        padding: 94px 95px 99px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .awards-area .awards-area-inner {
        padding: 74px 65px 79px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .awards-area .awards-area-inner {
        padding: 54px 45px 59px
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .awards-area .awards-area-inner {
        padding: 44px 25px 49px
    }
}

:where(.pt-industries) .awards-area .section-content {
    margin-top: 72px;
    margin-inline-start: 678px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .awards-area .section-content {
        margin-top: 62px;
        margin-inline-start: 578px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 228px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .awards-area .section-content {
        margin-inline-start: 0
    }
}

:where(.pt-industries) .awards-area .section-content .text {
    max-width: 480px;
    color: #999
}

:where(.pt-industries) .awards-area .section-content .awards-list {
    margin-top: 63px
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .awards-area .section-content .awards-list {
        margin-top: 33px
    }
}

:where(.pt-industries) .awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 50px;
    max-width: 480px
}

:where(.pt-industries) .cta-area {
    background-color: var(--black)
}

:where(.pt-industries) .dark .cta-area, :where(html.pt-industries).dark .cta-area {
    background-color: #1b1b1b
}

:where(.pt-industries) .cta-area .section-subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_teko);
    text-transform: uppercase;
    color: var(--white)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .cta-area .section-subtitle {
        font-size: 30px
    }
}

:where(.pt-industries) .cta-area .section-subtitle img {
    margin-top: -6px
}

:where(.pt-industries) .cta-area .section-title {
    font-size: 190px;
    line-height: .82;
    max-width: 800px;
    margin: 0 auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .cta-area .section-title {
        font-size: 150px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .cta-area .section-title {
        font-size: 130px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .cta-area .section-title {
        font-size: 100px;
        max-width: 500px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .cta-area .section-title {
        font-size: 60px
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .cta-area .section-title {
        font-size: 40px
    }
}

:where(.pt-industries) .cta-area .section-header {
    text-align: center
}

:where(.pt-industries) .cta-area .section-header .title-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .cta-area .section-header .title-wrapper {
        margin-top: 32px
    }
}

:where(.pt-industries) .cta-area .section-header .btn-wrapper {
    margin-top: 18px
}

:where(.pt-industries) .cta-area .section-header .wc-btn-underline {
    font-size: 50px;
    padding-bottom: 8px;
    text-transform: none;
    color: var(--white);
    font-weight: 400
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .cta-area .section-header .wc-btn-underline {
        font-size: 35px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .cta-area .section-header .wc-btn-underline {
        font-size: 28px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .cta-area .section-header .wc-btn-underline {
        font-size: 22px;
        padding-bottom: 5px
    }
}

:where(.pt-industries) .cta-area .section-header .wc-btn-underline::before {
    height: 3px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .cta-area .section-header .wc-btn-underline::before {
        height: 2px
    }
}

:where(.pt-industries) .contact-area-inner {
    padding-inline: 30px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden
}

:where(.pt-industries) .dark .contact-area-inner, :where(html.pt-industries).dark .contact-area-inner {
    background-color: #1b1b1b
}

:where(.pt-industries) .contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .contact-area-inner .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .contact-area-inner .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .contact-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-industries) .contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .contact-area .section-title {
        max-width: 730px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .contact-area .section-title {
        max-width: 480px
    }
}

:where(.pt-industries) .contact-area .section-content {
    text-align: center
}

:where(.pt-industries) .contact-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .contact-area .section-content .btn-wrapper {
        margin-top: 22px
    }
}

:where(.pt-industries) .contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase
}

:where(.pt-industries) .client-area-text {
    position: relative
}

:where(.pt-industries) .client-area-text .text {
    font-size: 36px;
    line-height: 1.2;
    position: absolute;
    inset-inline-start: 54%;
    top: 70px;
    text-transform: capitalize;
    font-weight: 600
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .client-area-text .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

:where(.pt-industries) .client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-industries) .client-area .client-box {
    position: relative; /* Ensure absolute positioning for child elements */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 250px;
    aspect-ratio: 100/100;
    margin-top: -1px;
     border-inline-start-color: var(--border);
    flex-direction: column; /* Stack child elements */
    overflow: hidden; /* Prevent elements from overflowing the container */
}

:where(.pt-industries) .client-area .client-box img {
    width: 100%; /* Make the image fill the container */
    height: 100%; /* Ensure the image covers the container */
    object-fit: cover; /* Keep image aspect ratio */
}

:where(.pt-industries) .client-area .client-box p {
    position: absolute; /* Overlay the text on the image */
    top: 0; /* Start hidden below the container */
    left: 0;
    width: 100%; /* Full width background */
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: var(--white); /* Default text color */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 1; /* Ensure text is on top */
    transition: top 0.4s ease; /* Smooth sliding effect */
}

:where(.pt-industries) .client-area .client-box:hover p {
    top: 50%; /* Slide to the middle on hover */
}

:where(.pt-industries) .dark .client-area .client-box:hover p, :where(html.pt-industries).dark .client-area .client-box:hover p {
    color: var(--white-2)!important;
}


@media only screen and (max-width: 767px) {
    :where(.pt-industries) .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

:where(.pt-industries) .client-area .client-box img {
    transition: all .5s
}
:where(.pt-industries) .client-area .client-box:hover img {
    opacity: .6;
}


:where(.pt-industries) .client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .client-area .client-box:nth-child(1) {
        grid-column-start: auto;
    }
}

:where(.pt-industries) .client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}



:where(.pt-industries) .service-area .section-title {
    max-width: 433px
}

:where(.pt-industries) .service-area .section-header .btn-wrapper {
    margin-top: 47px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .service-area .section-header .btn-wrapper {
        margin-top: 37px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .service-area .section-header .btn-wrapper {
        margin-top: 27px
    }
}

:where(.pt-industries) .service-area .service-area-inner {
    display: grid;
    grid-template-columns: auto 30%;
    gap: 50px 60px;
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .service-area .service-area-inner {
        grid-template-columns:  auto 30%;
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .service-area .service-area-inner {
        grid-template-columns: auto 30%;
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .service-area .service-area-inner {
        grid-template-columns: 100%;
    }
}

:where(.pt-industries) .service-area .service-box {
    display: flex;
    gap: 20px 30px;
    padding-bottom: 50px;
}

/* Styling the <ul> */
:where(.pt-industries) .service-area .service-box ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 30px; /* Space for the bullet icons */
}

/* Remove default bullets and add Font Awesome stars */
:where(.pt-industries) .service-area .service-box li {
    margin-bottom: 5px; /* Space between list items */
    list-style: none; /* Remove default bullets */
    line-height: 20px;
    position: relative; /* Needed for positioning the ::before icon */
    padding-left: 20px; /* Space for the star icon */
    font-size: 18px;
    font-weight: 400;
}

:where(.pt-industries) .service-area .service-box li::before {
    font-family: "Font Awesome 6 Free"; /* Font Awesome font family */
    content: "\f005"; /* Unicode for solid star (★) */
    font-weight: 900; /* Solid Font Awesome icon */
    position: absolute;
    left: 0; /* Position the star at the left */
    font-size: 12px; /* Adjust the star size */
}


:where(.pt-industries) .service-area .service-box ul li:last-child {
    margin-bottom: 20px; /* Space between list items */
  
}

:where(.pt-industries) .whyus {

width: 100%;
font-size: 18px;
font-weight: 400;

}

:where(.pt-industries) .whyus h3 {

 font-size: 50px;
 text-transform: uppercase;
 line-height: 50px;
 padding-bottom: 30px;
    
    }

:where(.pt-industries) .whyus ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 30px; /* Adds padding to the left of the bullet points */
    
}

:where(.pt-industries) .whyus li {
    margin-bottom: 5px; /* Space between list items */
    list-style: disc; /* Ensures bullet points display */
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
}

:where(.pt-industries) .whyus li:last-child {
    margin-bottom: 20px; /* Space between list items */
   
}

@media(max-width: 575px) {
    :where(.pt-industries) .service-area .service-box {
        flex-direction: column
    }
}

:where(.pt-industries) .service-area .service-box .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase
}

:where(.pt-industries) .service-area .service-box .text {
    max-width: 700px;
    margin-top: 17px
}

@media(max-width: 575px) {
    :where(.pt-industries) .service-area .service-box .text {
        max-width: 100%
    }
}

:where(.pt-industries) .service-area .service-box .content {
    display: flex;
    gap: 20px 30px;
    justify-content: space-between;
    flex: 1;
    align-items: center
}

:where(.pt-industries) .service-area .service-box .thumb {
    width: 70px;
}

:where(.pt-industries) .service-area .service-box .thumb img {
    width: 70px;
}

@media(max-width: 575px) {
    :where(.pt-industries) .service-area .service-box .content {
        flex-direction: column;
        align-items: flex-start
    }
}

:where(.pt-industries) .service-area .services-wrapper>* {
    display: block
}

:where(.pt-industries) .service-area .services-wrapper>*:not(:first-child) {
    padding-top: 49px;
    border-top: 1px solid var(--border)
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .service-area .services-wrapper>*:not(:first-child) {
        padding-top: 29px
    }
}

:where(.pt-industries) .service-area .services-wrapper>*:not(:last-child) {
    padding-bottom: 45px
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .service-area .services-wrapper>*:not(:last-child) {
        padding-bottom: 25px
    }
}



:where(.pt-industries) .about-area-inner {
    position: relative;
    padding-top: 207px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .about-area-inner {
        padding-top: 167px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-area-inner {
        padding-top: 117px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-area-inner {
        padding-top: 117px
    }
}

:where(.pt-industries) .about-area-inner .shape-1 {
    position: absolute;
    top: 174px;
    inset-inline-end: 0
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .about-area-inner .shape-1 {
        top: 154px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-area-inner .shape-1 {
        top: 94px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-industries) .dir-rtl .about-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

:where(.pt-industries) .about-area .section-title {
    max-width: 750px;
   
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .about-area .section-title {
        max-width: 660px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .about-area .section-title {
        max-width: 650px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-area .section-title {
        max-width: 550px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-area .section-title {
        text-indent: 0;
        max-width: 400px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .about-area .section-title {
        max-width: 100%
    }
}

:where(.pt-industries) .about-area .section-content .content-bottom {
    margin-top: 90px;
    margin-inline-start: 700px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .about-area .section-content .content-bottom {
        margin-inline-start: 670px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-area .section-content .content-bottom {
        margin-inline-start: 570px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-area .section-content .content-bottom {
        margin-inline-start: 320px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .about-area .section-content .content-bottom {
        margin-inline-start: 0;
        margin-top: 15px
    }
}

:where(.pt-industries) .about-area .info-wrapper {
    position: relative
}

:where(.pt-industries) .about-area .info-wrapper .info-shape-1 {
    position: absolute;
    inset-inline-end: calc(100% + 200px);
    top: -90px;
    width: -moz-max-content;
    width: max-content
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-area .info-wrapper .info-shape-1 {
        inset-inline-end: calc(100% + 40px);
        max-width: 60px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .about-area .info-wrapper .info-shape-1 {
        display: none
    }
}

:where(.pt-industries) .dir-rtl .about-area .info-wrapper .info-shape-1 img {
    transform: rotateY(180deg)
}

:where(.pt-industries) .about-area .info-wrapper .text {
    max-width: 380px;
    font-size: 20px;
    line-height: 1.37
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .about-area .info-wrapper .text {
        max-width: 100%
    }
}

:where(.pt-industries) .about-gallery-wrapper {
    display: grid;
    gap: 30px;
    margin-top: -170px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-gallery-wrapper {
        margin-top: -120px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-gallery-wrapper {
        margin-top: -90px;
        gap: 15px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .about-gallery-wrapper {
        flex-direction: column
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .about-gallery-wrapper {
        margin-top: 40px
    }
}

:where(.pt-industries) .about-gallery-wrapper .row-second {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 410px;
    margin-inline-start: calc((100vw - var(--container-max-widths))/-2 - 12px)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 310px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 240px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-gallery-wrapper .row-second {
        grid-template-columns: 1fr 180px;
        gap: 15px
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .about-gallery-wrapper .row-second {
        margin-inline-start: 0;
        grid-template-columns: 1fr
    }
}

:where(.pt-industries) .about-gallery-wrapper .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-industries) .about-gallery-wrapper .row-first {
    display: grid;
    gap: 30px;
    grid-template-columns: 410px;
    justify-content: flex-end
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .about-gallery-wrapper .row-first {
        grid-template-columns: 310px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .about-gallery-wrapper .row-first {
        grid-template-columns: 240px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .about-gallery-wrapper .row-first {
        grid-template-columns: 180px
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .about-gallery-wrapper .row-first {
        grid-template-columns: 1fr
    }
}


:where(.pt-industries) .hero-area-inner {
    padding-top: 207px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-industries) .hero-area-inner {
        padding-top: 167px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .hero-area-inner {
        padding-top: 117px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .hero-area-inner {
        padding-top: 117px
    }
}


:where(.pt-industries) .hero-area .section-content {
    display: block;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .hero-area .section-content {
        grid-template-columns: 1fr 330px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-industries) .hero-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-industries) .hero-area .section-content .text-wrapper {
    padding-bottom: 20px;
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .hero-area .section-content .text-wrapper {
        padding-bottom: 10px
    }
}


:where(.pt-industries) .process-area .section-header {
    display: block;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .process-area .section-header {
        grid-template-columns: 1fr
    }
}

:where(.pt-industries) .process-area .processs-wrapper-box {
    margin-top: 48px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-industries) .process-area .processs-wrapper-box {
        margin-top: 38px
    }
}

:where(.pt-industries) .process-area .processs-wrapper {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .process-area .processs-wrapper {
        gap: 50px 30px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-industries) .process-area .processs-wrapper {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 575px) {
    :where(.pt-industries) .process-area .processs-wrapper {
        grid-template-columns: 1fr
    }
}

:where(.pt-industries) .process-item{

    padding: 12px 12px 30px 12px;
    border: 1px solid;
    border-radius: 20px;
}


:where(.pt-industries) .process-item:hover {

background-color: var(--primary);

}

:where(.pt-industries) .process-item .title {
    font-size: 22px;
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 50px;
    height: 125px;
    width: 70%;
}
:where(.pt-industries) .process-item:hover .title {
    color: var(--white);
}

:where(.pt-industries) .dark .process-item:hover .title, :where(html.pt-industries).dark .process-item:hover .title {
    color: var(--black);
}

:where(.pt-industries) .process-item .number {
    margin-top: 33px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .process-item .number {
        margin-top: 13px
    }
}

:where(.pt-industries) .process-item .number span {
    font-size: 16px;
    color: var(--primary);
    font-family: var(--font_teko);
    font-weight: 600;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-inline-start: auto;
    background-color: var(--white);
    position: relative;
    z-index: 1
}

:where(.pt-industries) .dark .process-item .number span, :where(html.pt-industries).dark .process-item .number span {
    background-color: var(--black)
}

:where(.pt-industries) .process-item .number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}


:where(.pt-industries) .process-item:hover .number:before {
   
    background-color: var(--white-2);
    
}

:where(.pt-industries) .process-item .number:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}


:where(.pt-industries) .process-item:hover .number:after {
   
    background-color: var(--white-2);
    opacity: 0.6;
   
}


:where(.pt-industries) .process-item .icon {
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-industries) .process-item .icon {
        margin-top: 20px
    }
}

:where(.pt-industries) .process-item .feature-list {
    margin-top: 30px
}

:where(.pt-industries) .process-item .feature-list li {
    font-size: 18px;
    color: var(--primary)
}

:where(.pt-industries) .process-item:hover .feature-list li {
    
    color: var(--white);
}


:where(.pt-industries) .dark .process-item:hover .feature-list li, :where(html.pt-industries).dark .process-item:hover .feature-list li {
    
    color: var(--black);
}

:where(.pt-industries) .process-item .feature-list li:not(:first-child) {
    margin-top: 10px
}

:where(.pt-industries) .process-item .feature-list li:before {
    content: "+";
    margin-inline-end: 10px
}

:where(.pt-industries) .sidebar {

width: 100%;
padding-bottom: 30px;

}

:where(.pt-industries) .sidebar img {

    
    margin-bottom: 30px;
    border-radius: 20px;
    
    }


    :where(.pt-industries) .contact-formwrap {
        padding: 20px 10px;
        border: var(--black) 1px solid;
        border-radius: 20px;
           /* Glow effect */
     box-shadow: 0 0 5px #0b0b0b, 
     0 0 10px #090a09, 
     0 0 15px #020202;
 transition: box-shadow 0.3s ease-in-out;
     }
 
     :where(.pt-industries) .dark .contact-formwrap, :where(html.pt-industries).dark .contact-formwrap {
        
         border: var(--white) 1px solid;
          /* Glow effect */
     box-shadow: 0 0 5px #ffffff, 
     0 0 10px #e5e5e5, 
     0 0 15px #f1e9e9;
 transition: box-shadow 0.3s ease-in-out;
         
          
      }
 
      :where(.pt-industries) .contact-formwrap h4 {
         color: var(--black);
         text-align: center;
         text-transform: uppercase;
         padding-bottom: 15px;
         font-size: 38px;
        
          
      }

      :where(.pt-industries) .contact-formwrap .formtext {
       
        margin-bottom: 35px;
        margin-left: 10px;

     }
      :where(.pt-industries) .dark .contact-formwrap h4, :where(html.pt-industries).dark .contact-formwrap h4 {
         color: var(--white);
          
      }
     :where(.pt-industries) .sidebar .contact-formwrap {
   
         margin-bottom: 30px;
         
     }
     
     @media only screen and (max-width: 767px) {
         :where(.pt-industries) .sidebar .contact-formwrap {
 
             margin-bottom: 30px;
         }
     }
     
     :where(.pt-industries) .sidebar .contact-formwrap .messages {
         grid-column: span 2
     }
     
     @media only screen and (max-width: 767px) {
         :where(.pt-industries) .sidebar .contact-formwrap .messages {
             grid-column: auto
         }
     }
     
     :where(.pt-industries) .sidebar .contact-formfield input {
         width: 100%;
         margin-bottom: 40px;
         padding-left: 12px;
         border: none;
         border-bottom: 1px solid var(--border);
         outline: none;
         background-color: rgba(0, 0, 0, 0);
         transition: all .5s
     }

     :where(.pt-industries) .sidebar .contact-formfield textarea {
        width: 100%;
        height: 25px;
        margin-bottom: 40px;
        padding-left: 12px;
        border: none;
        border-bottom: 1px solid var(--border);
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        transition: all .5s;
        resize: vertical; /* Allows users to resize */
    }
     
     :where(.pt-industries) .sidebar .contact-formfield input:focus {
         border-color: var(--primary)
     }
     
     :where(.pt-industries) .sidebar .contact-formfield textarea:focus {
        border-color: var(--primary)
    }
    
    :where(.pt-industries) h2.title span {
        font-size: 14px !important;
        color: #666 !important;
        font-style: italic !important;
    }
    
    :where(.pt-industries) .image-container {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 300px; /* Adjust width as needed */
        height: 200px; /* Adjust height as needed */
      }
      
      :where(.pt-industries) .image-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      
      :where(.pt-industries) .image-container p {
        position: absolute;
        bottom: -50%; /* Initially hide the text below the container */
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
        color: #fff;
        text-align: center;
        font-size: 16px;
        transition: bottom 0.4s ease; /* Smooth transition effect */
      }
      
      :where(.pt-industries) .image-container:hover p {
        bottom: 50%; /* Slide up to the middle of the container */
      }
      

/* ===== portfolio-single.css → .pt-portfolio-single ===== */
:where(.pt-portfolio-single) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 28px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-portfolio-single) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-portfolio-single) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-portfolio-single) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-portfolio-single) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-portfolio-single) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .section-spacing-top {
        padding-top: 60px
    }
}

:where(.pt-portfolio-single) .section-spacing-bottom {
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .section-spacing-bottom {
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .section-spacing-bottom {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .section-spacing-bottom {
        padding-bottom: 60px
    }
}



:where(.pt-portfolio-single) .work-details-area {
    padding-top: 120px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .work-details-area {
        padding-top: 100px
    }
}

:where(.pt-portfolio-single) .work-details-area .section-title {
    margin-top: 0
}

:where(.pt-portfolio-single) .hero-area {
    position: relative;
    z-index: 1
}

:where(.pt-portfolio-single) .hero-area-inner {
    padding-top: 480px;
    padding-bottom: 113px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-portfolio-single) .hero-area-inner {
        padding-top: 280px;
        padding-bottom: 63px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .hero-area-inner {
        padding-top: 180px;
        padding-bottom: 43px
    }
}

:where(.pt-portfolio-single) .hero-area .area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

:where(.pt-portfolio-single) .hero-area .area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

:where(.pt-portfolio-single) .hero-area .section-title {
    color: var(--white);
    line-height: 1;
    text-transform: uppercase
}

@media(min-width: 1400px) {
    :where(.pt-portfolio-single) .hero-area .section-title {
        font-size: 80px
    }
}

:where(.pt-portfolio-single) .hero-area .section-title span {
    width: 70px;
    height: 2px;
    display: inline-block;
    background-color: var(--white);
    margin-bottom: 35px;
    margin-inline-end: 10px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .hero-area .section-title span {
        margin-bottom: 19px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .hero-area .section-title span {
        margin-bottom: 15px;
        width: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .hero-area .section-title span {
        display: none
    }
}

:where(.pt-portfolio-single) .hero-area .work-meta {
    padding-top: 27px;
    padding-inline-start: 80px
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .hero-area .work-meta {
        padding-inline-start: 0
    }
}

:where(.pt-portfolio-single) .hero-area .work-meta .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    display: block;
    line-height: 24px
}

:where(.pt-portfolio-single) .hero-area .work-meta .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white)
}

:where(.pt-portfolio-single) .hero-area .work-meta .wc-btn-normal {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white)
}

:where(.pt-portfolio-single) .hero-area .work-meta li:not(:first-child) {
    margin-top: 23px
}

:where(.pt-portfolio-single) .problem-area .section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary)
}

:where(.pt-portfolio-single) .problem-area .section-title-wrapper {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 840px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .problem-area .section-title-wrapper {
        grid-template-columns: 1fr 740px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-portfolio-single) .problem-area .section-title-wrapper {
        grid-template-columns: 1fr 600px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-portfolio-single) .problem-area .section-title-wrapper {
        grid-template-columns: 1fr
    }
}

:where(.pt-portfolio-single) .result-area .section-content {
    margin-top: 61px
}

:where(.pt-portfolio-single) .result-area .section-content .title {
    font-size: 36px;
    line-height: 1
}

:where(.pt-portfolio-single) .result-area .section-content .text-wrapper {
    margin-top: 33px
}

:where(.pt-portfolio-single) .result-area .results-wrapper-box {
    margin-top: 43px
}

:where(.pt-portfolio-single) .result-area .results-wrapper {
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .result-area .results-wrapper {
        border-top: 0;
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.pt-portfolio-single) .result-area .result-box {
    padding: 46px 45px 13px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .result-area .result-box {
        padding: 26px 25px 13px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .result-area .result-box {
        border-top: 1px solid var(--border);
        padding: 26px 0px 23px
    }
}

:where(.pt-portfolio-single) .result-area .result-box:not(:first-child) {
    border-inline-start: 1px solid var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-portfolio-single) .result-area .result-box:not(:first-child) {
        border-inline-start: 0
    }
}

:where(.pt-portfolio-single) .result-area .result-box .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 29px
}

@media only screen and (max-width: 991px) {
    :where(.pt-portfolio-single) .result-area .result-box .text {
        margin-top: 14px
    }
}

:where(.pt-portfolio-single) .result-area .result-box .number {
    font-size: 42px;
    font-weight: 600;
    color: var(--primary)
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .result-area .result-box .number {
        font-size: 32px
    }
}

@media(min-width: 1400px) {
    :where(.pt-portfolio-single) .gallery-area-inner {
        padding-top: 130px
    }
}

:where(.pt-portfolio-single) .gallery-area .gallery-wrapper {
    display: grid;
    gap: 30px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 991px) {
    :where(.pt-portfolio-single) .gallery-area .gallery-wrapper {
        gap: 10px
    }
}



:where(.pt-portfolio-single) .gallery-area .thumb img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

:where(.pt-portfolio-single) .btn-area-inner {
    padding-top: 60px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-portfolio-single) .btn-area-inner {
        padding-top: 40px
    }
}

:where(.pt-portfolio-single) .btn-area .btn-wrapper {
    display: flex;
    gap: 30px
}

:where(.pt-portfolio-single) .btn-area .wc-btn-primary {
    padding: 22px 62px
}

:where(.pt-portfolio-single) .dark .btn-area .wc-btn-primary:hover, :where(html.pt-portfolio-single).dark .btn-area .wc-btn-primary:hover {
    color: var(--black)
}

/* ===== contact.css → .pt-contact ===== */


:where(.pt-contact) .section-title {
    font-size: 60px;
    margin-top: -17px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .section-title {
        font-size: 60px;
        margin-top: -17px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .section-title {
        font-size: 55px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .section-title {
        font-size: 44px;
        margin-top: -12px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .section-title {
        font-size: 40px;
        margin-top: -11px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .section-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 575px) {
    :where(.pt-contact) .section-title {
        font-size: 30px;
        margin-top: 0
    }
}

:where(.pt-contact) .section-title.large {
    font-size: 100px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .section-title.large {
        font-size: 80px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .section-title.large {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    :where(.pt-contact) .section-title.large {
        font-size: 36px
    }
}

:where(.pt-contact) .section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

:where(.pt-contact) .section-spacing-top {
    padding-top: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .section-spacing-top {
        padding-top: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .section-spacing-top {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .section-spacing-top {
        padding-top: 60px
    }
}


@media(min-width: 1800px) {
    :where(.pt-contact) .container.large {
        max-width: 1750px
    }
}



:where(.pt-contact) .hero-area-inner {
    padding-top: 217px;
    padding-bottom: 30px;
    margin-inline-end: calc((100vw - var(--container-max-widths))/-2 - 12px)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .hero-area-inner {
        padding-top: 147px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .hero-area-inner {
        padding-top: 127px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .hero-area-inner {
        padding-top: 127px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .hero-area-inner {
        margin-inline-end: 0
    }
}

:where(.pt-contact) .hero-area .section-title {
    margin-top: 0
}

:where(.pt-contact) .hero-area .contact-box {
    padding: 85px 30px 40px;
    background-color: var(--black);
    position: relative;
    z-index: 1
}

:where(.pt-contact) .dark .hero-area .contact-box, :where(html.pt-contact).dark .hero-area .contact-box {
    background-color: #171717
}

:where(.pt-contact) .hero-area .contact-box .title {
    font-size: 18px;
    color: var(--white-2);
    line-height: 1;
    display: inline-block
}

:where(.pt-contact) .hero-area .contact-box .link {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    color: var(--white)
}

:where(.pt-contact) .hero-area .contact-box .link:hover a {
  
    color: var(--white-2)
}

:where(.pt-contact) .hero-area .contact-box .shape-1 {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: -1
}

:where(.pt-contact) .hero-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 960px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .hero-area .section-content {
        grid-template-columns: 1fr 840px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .hero-area .section-content {
        grid-template-columns: 1fr 760px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .hero-area .section-content {
        grid-template-columns: 1fr 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .hero-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-contact) .hero-area .content-last {
    display: grid;
    gap: 30px;
    grid-template-columns: 300px 1fr;
    align-items: flex-end
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .hero-area .content-last {
        grid-template-columns: 260px 1fr
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .hero-area .content-last {
        gap: 15px
    }
}

@media(max-width: 575px) {
    :where(.pt-contact) .hero-area .content-last {
        grid-template-columns: 1fr
    }
}

:where(.pt-contact) .hero-area .content-last .col-first {
    display: grid;
    gap: 30px
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .hero-area .content-last .col-first {
        gap: 15px
    }
}

:where(.pt-contact) .hero-area .content-last .col-second {
    display: grid;
    gap: 30px
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .hero-area .content-last .col-second {
        gap: 15px
    }
}

:where(.pt-contact) .contact-area .section-title {
    max-width: 850px
}

:where(.pt-contact) .contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .contact-area .section-header {
        grid-template-columns: 1fr
    }
}

:where(.pt-contact) .contact-area .section-header .text {
    max-width: 300px
}

:where(.pt-contact) .contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px
    }
}

:where(.pt-contact) .contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

:where(.pt-contact) .contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s
}


:where(.pt-contact) .dark .contact-area .contact-formfield input, :where(html.pt-contact).dark .contact-area .contact-formfield input {
    color: var(--white)
}

:where(.pt-contact) .contact-area .contact-formfield input:focus {
    border-color: var(--primary)
}

:where(.pt-contact) .contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    :where(.pt-contact) .contact-area .submit-btn {
        margin-top: 20px
    }
}

:where(.pt-contact) .contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-contact) .contact-area .section-content {
        margin-top: 72px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-contact) .contact-area .section-content {
        grid-template-columns: 1fr 640px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-contact) .contact-area .section-content {
        grid-template-columns: 1fr 600px;
        margin-top: 42px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-contact) .contact-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-contact) .contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 360px
}

:where(.pt-contact) .contact-area .contact-list {
    margin-top: 26px
}

:where(.pt-contact) .contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px
}

:where(.pt-contact) .contact-area .contact-list li:not(:first-child) {
    margin-top: 15px
}

:where(.pt-contact) .contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px
}

/* ===== location.css → .pt-location ===== */
:where(.pt-location) h1,
:where(.pt-location) h2 {
    text-transform: uppercase
}

:where(.pt-location) .section-subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: math-auto;
    color: var(--primary);
    display: inline-block
}

:where(.pt-location) .section-title {
    text-transform: math-auto;
    font-size: 80px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-location) .section-title {
        font-size: 50px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .section-title {
        font-size: 50px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .section-title {
        font-size: 40px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .section-title {
        font-size: 35px;
        text-transform: math-auto;
    }
}

:where(.pt-location) .section-title.large {
    font-size: 120px;
    text-transform: math-auto;
}

@media only screen and (max-width: 1919px) {
    :where(.pt-location) .section-title.large {
        font-size: 90px;
        text-transform: math-auto;
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-location) .section-title.large {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .section-title.large {
        font-size: 50px
    }
}

@media(max-width: 575px) {
    :where(.pt-location) .section-title.large {
        font-size: 46px
    }
}

:where(.pt-location) .section-spacing {
    
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-location) .section-spacing {
        padding-top: 70px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    :where(.pt-location) .section-spacing {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(min-width: 1600px) {
    :where(.pt-location) .container.large {
        max-width: 1550px
    }
}




:where(.pt-location) .contact-area-inner {
    padding-inline: 30px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 20px;
}

:where(.pt-location) .dark .contact-area-inner, :where(html.pt-location).dark .contact-area-inner {
    background-color: #1b1b1b
}

:where(.pt-location) .contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-location) .contact-area-inner .shape-1 {
        top: -45%
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .contact-area-inner .shape-1 {
        width: 340px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .contact-area-inner .shape-1 {
        display: none
    }
}

:where(.pt-location) .contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    :where(.pt-location) .contact-area .section-title {
        max-width: 730px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .contact-area .section-title {
        max-width: 580px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .contact-area .section-title {
        max-width: 480px
    }
}

:where(.pt-location) .contact-area .section-content {
    text-align: center
}

:where(.pt-location) .contact-area .section-content .btn-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .contact-area .section-content .btn-wrapper {
        margin-top: 22px
    }
}

:where(.pt-location) .contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase
}

:where(.pt-location) .client-area-text {
    position: relative
}

:where(.pt-location) .client-area-text .text {
    font-size: 36px;
    line-height: .92;
    max-width: 370px;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
    text-transform: none;
    font-weight: 500
}

@media only screen and (max-width: 1399px) {
    :where(.pt-location) .client-area-text .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

:where(.pt-location) .client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    :where(.pt-location) .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.pt-location) .client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

:where(.pt-location) .client-area .client-box:hover img {
    opacity: 1
}

:where(.pt-location) .dark .client-area .client-box:hover img, :where(html.pt-location).dark .client-area .client-box:hover img{
	    filter: invert(1);
}

:where(.pt-location) .client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .client-box:nth-child(1) {
        grid-column-start: auto
    }
}

:where(.pt-location) .client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}

:where(.pt-location) .client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .client-box:nth-child(7) {
        grid-column-start: auto
    }
}

:where(.pt-location) .client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .client-area .client-box:nth-child(12) {
        grid-column-start: auto
    }
}

:where(.pt-location) .client-area .client-box img {
    opacity: .6;
    transition: all .5s
}

:where(.pt-location) .hero-area-inner {
    padding-top: 207px
}

@media only screen and (max-width: 1919px) {
    :where(.pt-location) .hero-area-inner {
        padding-top: 167px
    }
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .hero-area-inner {
        padding-top: 117px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .hero-area-inner {
        padding-top: 117px
    }
}

:where(.pt-location) .hero-area .section-content {
    display: block;
    
}

:where(.pt-location) .hero-area .section-content img {
  
    float: left;
    width: 268px;
    border: 1px dotted;
    margin-right: 10px;
   
  
    
}

:where(.pt-location) .hero-area .section-content h1 {
    margin-bottom: 30px;
    text-transform: math-auto;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .hero-area .section-content {
        grid-template-columns: 1fr 330px
    }
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .hero-area .section-content {
        grid-template-columns: 1fr
    }
}

:where(.pt-location) .hero-area .section-content .text-wrapper {
    padding-bottom: 20px;
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .hero-area .section-content .text-wrapper {
        padding-bottom: 10px
    }
}

:where(.pt-location) .hero-area .feature-list {
    margin-top: 19px;
    padding-inline-start: 25px;
    position: relative
}

:where(.pt-location) .hero-area .feature-list:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    top: 5px;
    inset-inline-start: 0
}

:where(.pt-location) .hero-area .feature-list .title {
    font-size: 24px;
    line-height: 1.06;
    font-weight: 600;
    text-transform: uppercase
}

:where(.pt-location) .hero-area .feature-list ul {
    margin-top: 9px
}

:where(.pt-location) .hero-area .feature-list ul li {
    font-size: 16px;
    line-height: 1.62
}

:where(.pt-location) .gallery-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 767px) {
    :where(.pt-location) .gallery-wrapper {
        gap: 15px
    }
}

:where(.pt-location) .gallery-wrapper .thumb img {
    width: 100%;
    border-radius: 20px;
}



:where(.pt-location) .process-area .section-header {
    display: block;
    
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .process-area .section-header {
        grid-template-columns: 1fr
    }
}

:where(.pt-location) .process-area .processs-wrapper-box {
    margin-top: 48px
}

@media only screen and (max-width: 1399px) {
    :where(.pt-location) .process-area .processs-wrapper-box {
        margin-top: 38px
    }
}

:where(.pt-location) .process-area .processs-wrapper {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .process-area .processs-wrapper {
        gap: 50px 30px
    }
}

@media only screen and (max-width: 991px) {
    :where(.pt-location) .process-area .processs-wrapper {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 575px) {
    :where(.pt-location) .process-area .processs-wrapper {
        grid-template-columns: 1fr
    }
}

:where(.pt-location) .process-item{

    padding: 12px 12px 30px 12px;
    border: 1px solid;
    border-radius: 20px;
}


:where(.pt-location) .process-item:hover {

background-color: var(--primary);

}

:where(.pt-location) .process-item .title {
    font-size: 22px;
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 50px;
    height: 125px;
    width: 70%;
}

:where(.pt-location) .process-item:hover .title {
    color: var(--white);
}

:where(.pt-location) .dark .process-item:hover .title, :where(html.pt-location).dark .process-item:hover .title {
    color: var(--black)!important;
}

:where(.pt-location) .process-item .number {
    margin-top: 33px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .process-item .number {
        margin-top: 13px
    }
}

:where(.pt-location) .process-item .number span {
    font-size: 16px;
    color: var(--primary);
    font-family: var(--font_teko);
    font-weight: 600;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-inline-start: auto;
    background-color: var(--white);
    position: relative;
    z-index: 1
}

:where(.pt-location) .dark .process-item .number span, :where(html.pt-location).dark .process-item .number span {
    background-color: var(--black)
}

:where(.pt-location) .process-item .number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}


:where(.pt-location) .process-item:hover .number:before {
   
    background-color: var(--white-2);
    
}

:where(.pt-location) .process-item .number:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--border);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}


:where(.pt-location) .process-item:hover .number:after {
   
    background-color: var(--white-2);
    opacity: 0.6;
   
}

:where(.pt-location) .process-item .icon {
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    :where(.pt-location) .process-item .icon {
        margin-top: 20px
    }
}

:where(.pt-location) .process-item .feature-list {
    margin-top: 30px
}

:where(.pt-location) .process-item .feature-list li {
    font-size: 18px;
    color: var(--primary);
}

:where(.pt-location) .process-item:hover .feature-list li{
	color: #fff!important;
}



:where(.pt-location) .dark .process-item .show-dark, :where(html.pt-location).dark .process-item .show-dark{
	display:block!important;
}
:where(.pt-location) .dark .process-item:hover .show-dark, :where(html.pt-location).dark .process-item:hover .show-dark{
	display:none!important;
}

:where(.pt-location) .dark .process-item .show-light, :where(html.pt-location).dark .process-item .show-light{
	display:none!important;
}
:where(.pt-location) .dark .process-item:hover .show-light, :where(html.pt-location).dark .process-item:hover .show-light{
	    display:block!important;	 
}



:where(.pt-location) .dark .process-item:hover .feature-list li, :where(html.pt-location).dark .process-item:hover .feature-list li {
    
    color: var(--black)!important;
}

:where(.pt-location) .process-item .feature-list li:not(:first-child) {
    margin-top: 10px
}

:where(.pt-location) .process-item .feature-list li:before {
    content: "+";
    margin-inline-end: 10px
}

:where(.pt-location) h2.title span {
    font-size: 14px !important;
    color: #666 !important;
    font-style: italic !important;
    text-transform: math-auto;
}


