/* =====================================================
Template Name   : Investox
Description     : Accounting And Finance Consultancy HTML5 Template
Author          : Themesland
Version         : 1.3
=======================================================*/

/* ===================
fonts
====================== */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');



/* ===================
general css
====================== */

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  background: #050505;
}

a {
  color: #ffffff;
  display: inline-block;
}

a, a:active, a:focus, a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: rgba(255, 255, 255, 0.72);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0;
}

.img, img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

label {
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}

::-moz-selection {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}

*::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  opacity: 1;
}

/* ===================
theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

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

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #050505;
}
/* ===================
site title css
====================== */

.site-heading {
  margin-bottom: 50px;
}

.site-title-tagline {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 60px;
  position: relative;
  display: inline-block;
  letter-spacing: 4px;
}

.site-title-tagline::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 10px;
  left: 0;
  background: rgba(255, 255, 255, 0.45);
}

.site-title {
  font-weight: 800;
  text-transform: none;
  font-size: 44px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.15;
}

.site-title span {
  color: #ffffff;
}

.site-heading p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.28);
  width: 110px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  height: 5px;
  width: 18px;
  background-color: rgba(0, 210, 255, 0.75);
  animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
  0% {
    transform: translateX(-18px);
  }

  50% {
    transform: translateX(110px);
  }

  100% {
    transform: translateX(-18px);
  }
}
/* ===================
margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

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

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

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

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

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

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}
/* ==============================
NYFC PAGE STABILITY FIX
============================== */

/* Prevent page width jump when scrollbar appears/disappears */
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

/* Keep dark background stable during page loading */
body {
  min-height: 100vh;
  background: #050606;
  overflow-x: hidden;
}

/* Prevent image load shifting */
img {
  max-width: 100%;
  height: auto;
}

/* Stabilize floating menu logo */
.nyfc-floating-logo img {
  width: 132px;
  height: auto;
  display: block;
}

/* Stabilize floating menu area */
.nyfc-floating-menu {
  min-height: 78px;
}

/* Smooth page appearance */
.main {
  animation: nyfcPageFadeIn 0.35s ease both;
}

@keyframes nyfcPageFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===================
theme button
====================== */

.theme-btn {
  font-size: 13px;
  color: #ffffff;
  padding: 11px 24px;
  transition: all 0.45s ease;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  background:
    radial-gradient(circle at top right, rgba(0, 210, 255, 0.18), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1.2px;
}

.theme-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: translateX(-100%);
  z-index: -1;
  transition: all 0.55s ease;
}

.theme-btn:hover {
  color: #ffffff;
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.theme-btn:hover::before {
  transform: translateX(100%);
}

.theme-btn2 {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.30);
}

.theme-btn2::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
}

.theme-btn i {
  margin-left: 8px;
}


/* Mobile buttons */
@media only screen and (max-width: 767px) {

  .theme-btn {
    font-size: 11px;
    padding: 9px 17px;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }

  .theme-btn i {
    margin-left: 6px;
    font-size: 12px;
  }

}


/* ===================
container
====================== */

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1185px;
  }
}


/* ===================
scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: 1px solid rgba(255,255,255,0.22);
  outline: none;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  transition: all .45s ease-in-out;
}

#scroll-top:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-5px);
}
/* ==============================
   NYFC Floating Hero Menu
================================= */

.nyfc-floating-menu {
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.nyfc-floating-menu .container {
  pointer-events: none;
}

.nyfc-floating-menu-inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 28px;
  border-radius: 80px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.42);
}

.nyfc-floating-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 12px;
}

.nyfc-floating-logo img {
  width: 86px;
  height: auto;
  display: block;
}

.nyfc-floating-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-left: auto;
  min-width: 0;
}

.nyfc-floating-links a {
  position: relative;
  flex: 0 0 auto;
  padding: 10px 11px;
  border-radius: 40px;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  white-space: nowrap;
}

.nyfc-floating-links a:hover,
.nyfc-floating-links a.active {
  color: #ffffff;
  background: rgba(255,255,255,0.12);
}

.nyfc-floating-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,0.75);
  transform: translateX(-50%);
}

/* Tablet */
@media all and (max-width: 991px) {
  .nyfc-floating-menu {
    top: 14px;
  }

  .nyfc-floating-menu-inner {
    gap: 14px;
    padding: 12px 16px;
    border-radius: 34px;
  }

  .nyfc-floating-logo {
    padding-left: 0;
  }

  .nyfc-floating-logo img {
    width: 66px;
  }

  .nyfc-floating-links {
    flex: 1;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    margin-left: 0;
    padding-bottom: 3px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nyfc-floating-links::-webkit-scrollbar {
    display: none;
  }

  .nyfc-floating-links a {
    padding: 9px 12px;
    font-size: 10px;
    letter-spacing: 1.1px;
  }
}

/* Mobile */
@media all and (max-width: 767px) {
  .nyfc-floating-menu {
    top: 12px;
    left: 10px;
    right: 10px;
    width: auto;
  }

  .nyfc-floating-menu .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nyfc-floating-menu-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 28px;
  }

  .nyfc-floating-logo img {
    width: 52px;
  }

  .nyfc-floating-links {
    width: auto;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 5px;
    padding-bottom: 0;
  }

  .nyfc-floating-links a {
    padding: 8px 10px;
    font-size: 9.5px;
    letter-spacing: 0.9px;
  }

  .nyfc-floating-links a.active::after {
    bottom: 3px;
    width: 16px;
  }
}
/* ===================
hero css 
====================== */

.hero-single {
  padding-top: 165px;
  padding-bottom: 165px;
  min-height: 760px;
  background-position: right center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #050505;
}
/* Dark futuristic overlay */
.hero-single::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 35%, rgba(0, 210, 255, 0.18), transparent 30%),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.72) 45%,
      rgba(0, 0, 0, 0.38) 100%
    );
  z-index: 1;
}

/* Future grid effect */
.hero-single::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.28;
  z-index: 2;
  pointer-events: none;
}

.hero-single .container {
  position: relative;
  z-index: 3;
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 850px;
}

.hero-single .hero-content .hero-title {
  color: #ffffff;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero-single .hero-content .hero-title span {
  color: #ffffff;
}

.hero-single .hero-content .hero-sub-title {
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 70px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-single .hero-content .hero-sub-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 10px;
  background: rgba(255,255,255,0.55);
}

.hero-single .hero-content p {
  max-width: 780px;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1.4rem;
  display: flex;
  margin-top: 1.4rem;
  justify-content: start;
  flex-wrap: wrap;
}

.hero-title {
  font-weight: 800;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-single .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hero buttons futuristic look */
.hero-single .theme-btn {
  border-radius: 50px;
  letter-spacing: 1px;
}

.hero-single .theme-btn2 {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
}

.hero-single .theme-btn2:hover {
  background: #ffffff;
  color: #000000;
}

/* Slider arrows */
.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  display: inline-block;
  cursor: pointer;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s ease-in-out;
  backdrop-filter: blur(8px);
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  color: #000000;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* Large tablets */
@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {
    font-size: 48px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }

}

/* Tablets */
@media all and (max-width: 991px) {

  .hero-single {
    min-height: 680px;
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 40px;
    line-height: 1.18;
  }

  .hero-single .hero-content p {
    font-size: 16px;
  }

}

/* Mobile Hero Fix */
@media all and (max-width: 767px) {

  .hero-single {
    min-height: 620px;
    height: auto;
    padding-top: 90px;
    padding-bottom: 95px;
    box-sizing: border-box;
  }

  .hero-single::before {
    background:
      radial-gradient(circle at 70% 25%, rgba(0, 210, 255, 0.16), transparent 34%),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.76) 60%,
        rgba(0, 0, 0, 0.55) 100%
      );
  }

  .hero-single::after {
    background-size: 42px 42px;
    opacity: 0.22;
  }

  .hero-single .hero-content .hero-title {
    font-size: 34px;
    line-height: 1.22;
    margin-bottom: 16px;
  }

  .hero-single .hero-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .hero-single .hero-content .hero-sub-title {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }

  .hero-single .hero-content .theme-btn {
    font-size: 11px;
    padding: 8px 16px;
  }

  .hero-shape {
    top: -140px;
  }

}

/* Center hero slider arrows on mobile */
@media all and (max-width: 767px) {

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: auto !important;
    bottom: 50px !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 24px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: calc(50% - 35px) !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    left: calc(50% + 35px) !important;
  }

}
/* ==============================
NYFC HERO LOAD / PAGE JUMP FIX
Prevents raw hero text showing before Owl starts
============================== */

/* Keep hero space stable before Owl initializes */
.hero-section.hero-slider {
  min-height: 760px;
  height: 760px;
  overflow: hidden;
  background: #050606;
}

/* Before Owl is ready, show only the first slide */
.hero-slider:not(.owl-loaded) .hero-single {
  height: 760px;
  min-height: 760px;
}

.hero-slider:not(.owl-loaded) .hero-single:not(:first-child) {
  display: none;
}

/* Prevent raw animation/text flash before slider is ready */
.hero-slider:not(.owl-loaded) {
  opacity: 1;
  visibility: visible;
}

/* Smooth reveal after Owl is loaded */
.hero-slider.owl-loaded {
  opacity: 1;
  visibility: visible;
}

/* Keep Owl containers stable */
.hero-slider.owl-loaded,
.hero-slider.owl-loaded .owl-stage-outer,
.hero-slider.owl-loaded .owl-stage,
.hero-slider.owl-loaded .owl-item {
  height: 760px;
  overflow: hidden;
}

/* Tablet */
@media all and (max-width: 991px) {

  .hero-section.hero-slider,
  .hero-slider:not(.owl-loaded) .hero-single,
  .hero-slider.owl-loaded,
  .hero-slider.owl-loaded .owl-stage-outer,
  .hero-slider.owl-loaded .owl-stage,
  .hero-slider.owl-loaded .owl-item {
    height: 680px;
    min-height: 680px;
  }

}

/* Mobile */
@media all and (max-width: 767px) {

  .hero-section.hero-slider,
  .hero-slider:not(.owl-loaded) .hero-single,
  .hero-slider.owl-loaded,
  .hero-slider.owl-loaded .owl-stage-outer,
  .hero-slider.owl-loaded .owl-stage,
  .hero-slider.owl-loaded .owl-item {
    height: 620px;
    min-height: 620px;
  }

}
/* ==============================
NYFC Preloader
============================== */

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #050606;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .45s ease, visibility .45s ease;
}

.preloader .loader {
  position: relative;
  width: 74px;
  height: 74px;
}

.loader-box-1,
.loader-box-2 {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.28);
}

.loader-box-1 {
  animation: nyfcLoaderRotate 1.4s linear infinite;
  background: rgba(255,255,255,0.04);
}

.loader-box-2 {
  transform: scale(0.62);
  animation: nyfcLoaderPulse 1.4s ease-in-out infinite;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 35px rgba(0,210,255,0.18);
}

body.nyfc-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

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

@keyframes nyfcLoaderPulse {
  0%, 100% {
    transform: scale(0.62);
    opacity: 0.55;
  }

  50% {
    transform: scale(0.78);
    opacity: 1;
  }
}
/* ==============================
   NYFC Buildable Archive Page
================================= */

.nyfc-buildable-archive {
  position: relative;
  padding: 115px 0 120px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 210, 255, 0.12), transparent 28%),
    radial-gradient(circle at 88% 65%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #050505 0%, #101010 45%, #050505 100%);
  color: #ffffff;
  overflow: hidden;
}

.nyfc-archive-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.25;
  pointer-events: none;
}

.nyfc-buildable-archive .container {
  position: relative;
  z-index: 2;
}

/* Manifesto */
.nyfc-buildable-manifesto {
  max-width: 980px;
  margin-bottom: 90px;
}

.nyfc-section-code,
.nyfc-mini-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  margin-bottom: 22px;
}

.nyfc-buildable-manifesto h2 {
  max-width: 960px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
}

.nyfc-buildable-manifesto h2 span {
  display: block;
  color: rgba(255,255,255,0.62);
}

.nyfc-buildable-manifesto p {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.70);
}

/* Archive head */
.nyfc-archive-head {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.nyfc-archive-head h3 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
}

.nyfc-archive-head p {
  color: rgba(255,255,255,0.62);
  line-height: 1.8;
}

/* Tower cards */
.nyfc-tower-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nyfc-tower-card {
  position: relative;
  min-height: 560px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  background:
    radial-gradient(circle at top right, rgba(0, 210, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.14);
  transition: all 0.45s ease;
}

/* Full card image */
.nyfc-tower-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  transition: transform 0.7s ease, opacity 0.45s ease;
}

/* Dark cinematic overlay above image */
.nyfc-tower-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0.92) 100%),
    radial-gradient(circle at top right, rgba(0, 210, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  z-index: 1;
}

/* Small line at top */
.nyfc-tower-card .nyfc-card-line {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 42px;
  height: 1px;
  background: rgba(255,255,255,0.42);
  z-index: 3;
}

/* Moving light effect */
.nyfc-tower-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.13) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: all 0.75s ease;
  z-index: 2;
}

.nyfc-tower-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 32px 90px rgba(0,0,0,0.62);
}

.nyfc-tower-card:hover .nyfc-tower-img {
  transform: scale(1.07);
}

.nyfc-tower-card:hover::after {
  transform: translateX(120%);
}

.nyfc-file-number {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 68px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255,255,255,0.12);
  z-index: 3;
}

.nyfc-file-code {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  margin-bottom: 18px;
}

.nyfc-tower-card h4 {
  position: relative;
  z-index: 3;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.nyfc-tower-card p {
  position: relative;
  z-index: 3;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  margin-bottom: 24px;
}

.nyfc-card-meta {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nyfc-card-meta span {
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 30px;
  padding: 6px 10px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
}

/* Responsive */
@media all and (max-width: 1199px) {
  .nyfc-tower-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767px) {
  .nyfc-tower-grid {
    grid-template-columns: 1fr;
  }

  .nyfc-tower-card {
    min-height: 520px;
    padding: 30px 24px 26px;
  }

  .nyfc-file-number {
    font-size: 54px;
  }

  .nyfc-tower-card h4 {
    font-size: 25px;
  }
}

/* Buildable logic */
.nyfc-buildable-logic {
  margin-top: 105px;
  padding: 55px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.13);
}

.nyfc-logic-title {
  max-width: 760px;
  margin-bottom: 42px;
}

.nyfc-logic-title h3 {
  font-size: 42px;
  line-height: 1.15;
  color: #ffffff;
  font-weight: 800;
}

.nyfc-logic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.nyfc-logic-item {
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.nyfc-logic-item span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.42);
  margin-bottom: 22px;
}

.nyfc-logic-item h4 {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 14px;
}

.nyfc-logic-item p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
}

/* Closing call */
.nyfc-buildable-close {
  max-width: 760px;
  margin: 95px auto 0;
  text-align: center;
}

.nyfc-buildable-close h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 18px;
}

.nyfc-buildable-close p {
  color: rgba(255,255,255,0.66);
  line-height: 1.85;
  margin-bottom: 30px;
}

/* Responsive */
@media all and (max-width: 1199px) {
  .nyfc-tower-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nyfc-logic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 991px) {
  .nyfc-buildable-archive {
    padding: 90px 0 95px;
  }

  .nyfc-buildable-manifesto h2 {
    font-size: 46px;
  }

  .nyfc-archive-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nyfc-buildable-logic {
    padding: 40px 28px;
  }
}

@media all and (max-width: 767px) {
  .nyfc-buildable-archive {
    padding: 70px 0 75px;
  }

  .nyfc-section-code,
  .nyfc-mini-label {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .nyfc-buildable-manifesto {
    margin-bottom: 60px;
  }

  .nyfc-buildable-manifesto h2 {
    font-size: 34px;
  }

  .nyfc-buildable-manifesto p {
    font-size: 15px;
    line-height: 1.8;
  }

  .nyfc-archive-head h3,
  .nyfc-logic-title h3,
  .nyfc-buildable-close h3 {
    font-size: 30px;
  }

  .nyfc-tower-grid {
    grid-template-columns: 1fr;
  }

  .nyfc-tower-card {
    min-height: 520px;
    padding: 30px 24px 26px;
  }

  .nyfc-file-number {
    font-size: 54px;
  }

  .nyfc-logic-grid {
    grid-template-columns: 1fr;
  }

  .nyfc-buildable-logic {
    margin-top: 70px;
    padding: 34px 24px;
  }

  .nyfc-buildable-close {
    margin-top: 70px;
  }
}
/* =====================
play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #000000 !important;
  position: absolute;
  border-radius: 50%;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5 ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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


/* ===================
pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-link {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  margin: 0 8px;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  line-height: 28px;
  text-align: center;
  transition: all .45s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}

/* ===================
footer css 
====================== */

.footer-area {
  background: #000000;
  position: relative;
  z-index: 1;
}

.footer-top{
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-phone{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.footer-top-phone i{
  font-size: 50px;
  color: #F9F2F2;
}

.footer-top-phone h5{
  color: #fff;
  margin-bottom: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-top-phone p{
  font-weight: bold;
  color: #F9F2F2;
  font-size: 20px;
}

.footer-subscribe-form{
  position: relative;
}

.footer-subscribe-form .form-control{
  background: transparent;
  padding: 18px 200px 18px 22px;
  box-shadow: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  transition: all .5s ease-in-out;
}

.footer-subscribe-form .form-control::placeholder{
  color: #75756F;
}

.footer-subscribe-form .form-control:focus{
  border-color: #F9F2F2;
}

.footer-subscribe-form .theme-btn{
  position: absolute;
  padding: 7px 15px;
  font-size: 15px;
  right: 10px;
  top: 10px;
}

.footer-subscribe-form .theme-btn:hover{
  color: #000000;
}

.footer-subscribe-form .theme-btn::before{
  background: #fff;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 240px;
  margin-bottom: 30px;
}

.copyright .copy-right-wrapper{
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
  position: relative;
}

.copyright .footer-menu li:not(:last-child):after {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  top: 9px;
  font-weight: bold;
  color: #F9F2F2;
  font-size: 7px;
}

.copyright .footer-menu li a {
  color: #F9F2F2;
  transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #F9F2F2;
}

.copyright .copyright-text {
  text-align: center;
  color: #f5faff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #F9F2F2;
  font-weight: 500;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 40px;
  height: 2px;
  background-color: #F9F2F2;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 5px;
  height: 2px;
  background-color: #F9F2F2;
  bottom: 0;
  left: 45px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-list li a i{
  margin-right: 5px;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #F9F2F2;
  opacity: 0.75;
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #111111;
  color: #ffffff;
  border-radius: 4px;
  transition: all .4s ease-in-out;
}

.footer-social li a:hover i {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-3px);
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #F9F2F2;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-contact li a {
  color: #F9F2F2 !important;
  transition: all 0.3s ease-in-out;
}

.footer-contact li a:hover {
  color: #ffffff !important;
  opacity: 0.75;
}

.footer-contact li i,
.footer-contact li a i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #F9F2F2 !important;
}

.footer-contact li a:hover i {
  color: #ffffff !important;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {

  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 22px;
  }

}

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

  .footer-subscribe-form{
    margin-top: 30px;
  }

  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-subscribe-form .form-control{
    padding: 16px 20px;
  }

  .footer-subscribe-form .theme-btn{
    position: unset;
    margin-top: 20px;
    padding: 10px 20px;
   
  }

}

/* ==============================
   Section Spacing
================================= */

.py-120 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Heading spacing */
.site-heading {
  margin-bottom: 35px;
}

/* Mobile spacing */
@media all and (max-width: 767px) {
  .py-120 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .site-heading {
    margin-bottom: 25px;
  }
}

/* ==============================
   Nidal Yazbek Future Concepts
   Home Intro Section
================================= */

.nyfc-home-intro {
  position: relative;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.10), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(0,210,255,0.12), transparent 30%),
    linear-gradient(135deg, #050505 0%, #111111 45%, #050505 100%);
  overflow: hidden;
  color: #ffffff;
}

.nyfc-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 55px 55px;
  opacity: 0.35;
  pointer-events: none;
}

.nyfc-home-intro .container {
  position: relative;
  z-index: 2;
}

.nyfc-intro-wrap {
  max-width: 860px;
  margin: 0 auto 65px;
  text-align: center;
}

.nyfc-small-title {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}

.nyfc-intro-wrap h2 {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 28px;
  color: #ffffff;
}

.nyfc-intro-wrap p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,0.72);
}

.nyfc-concept-gate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.nyfc-gate-card {
  position: relative;
  min-height: 360px;
  padding: 46px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  backdrop-filter: blur(10px);
  border-radius: 18px;
  transition: all 0.45s ease;
}

.nyfc-gate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(0,210,255,0.22), transparent 35%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%);
  opacity: 0;
  transition: all 0.45s ease;
}

.nyfc-gate-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.36);
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
}

.nyfc-gate-card:hover::before {
  opacity: 1;
}

.nyfc-card-number {
  position: absolute;
  top: 34px;
  right: 38px;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255,255,255,0.08);
}

.nyfc-gate-card h3,
.nyfc-gate-card p,
.nyfc-card-link {
  position: relative;
  z-index: 2;
}

.nyfc-gate-card h3 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.nyfc-gate-card p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.70);
  margin-bottom: 28px;
}

.nyfc-card-link {
  display: inline-block;
  width: fit-content;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.55);
  padding-bottom: 7px;
}

/* Mobile */
@media all and (max-width: 991px) {
  .nyfc-home-intro {
    padding: 85px 0 90px;
  }

  .nyfc-intro-wrap h2 {
    font-size: 42px;
  }

  .nyfc-concept-gate {
    grid-template-columns: 1fr;
  }

  .nyfc-gate-card {
    min-height: 310px;
  }
}

@media all and (max-width: 767px) {
  .nyfc-home-intro {
    padding: 70px 0 75px;
  }

  .nyfc-small-title {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .nyfc-intro-wrap {
    margin-bottom: 42px;
  }

  .nyfc-intro-wrap h2 {
    font-size: 34px;
  }

  .nyfc-intro-wrap p {
    font-size: 15px;
    line-height: 1.8;
  }

  .nyfc-gate-card {
    min-height: 280px;
    padding: 36px 28px;
    border-radius: 14px;
  }

  .nyfc-card-number {
    top: 28px;
    right: 28px;
    font-size: 46px;
  }

  .nyfc-gate-card h3 {
    font-size: 27px;
  }

  .nyfc-gate-card p {
    font-size: 14px;
  }
}

/* ==============================
   NYFC Home Contact Button
================================= */

.nyfc-contact-entrance {
  position: relative;
  z-index: 2;
  margin-top: 42px;
  text-align: center;
}

.nyfc-contact-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 34px;
  min-width: 190px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.28);
  background:
    radial-gradient(circle at top right, rgba(0,210,255,0.22), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 0.4s ease;
}

.nyfc-contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: translateX(-100%);
  transition: all 0.6s ease;
}

.nyfc-contact-btn:hover {
  color: #ffffff;
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.55);
  box-shadow: 0 22px 70px rgba(0,0,0,0.55);
}

.nyfc-contact-btn:hover::before {
  transform: translateX(100%);
}

.nyfc-contact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 14px;
}

/* Mobile */
@media all and (max-width: 767px) {
  .nyfc-contact-entrance {
    margin-top: 32px;
  }

  .nyfc-contact-btn {
    padding: 14px 28px;
    min-width: 170px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
/* Footer Social Links */
.copy-right-wrapper {
    position: relative;
}

.footer-social-links {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}

.footer-social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all 0.3s ease;
}

.footer-social-links a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.copyright-text {
    text-align: center;
    line-height: 1.6;
}

/* Mobile Fix */
@media (max-width: 767px) {
    .copy-right-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 18px 15px 90px;
        text-align: center;
    }

    .footer-social-links {
        position: static !important;
        transform: none !important;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 0 0 4px;
    }

    .footer-social-links a {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .copyright-text {
        order: 2;
        max-width: 100%;
        white-space: normal;
        line-height: 1.7;
        font-size: 15px;
        text-align: center;
        margin: 0;
    }
}
/* =====================================================
   ARCHITECT'S SKETCHBOOK
===================================================== */

/* -----------------------------------------------------
   THUMBNAIL CARDS
----------------------------------------------------- */

.nyfc-architect-sketchbook-archive .nyfc-sketchbook-card {
    display: block;
    padding: 0;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: transparent;
    cursor: zoom-in;
}

/* Hide thumbnail text and details */
.nyfc-architect-sketchbook-archive
.nyfc-sketchbook-card
> *:not(.nyfc-sketchbook-img) {
    display: none;
}

/* Remove inherited card overlays */
.nyfc-architect-sketchbook-archive .nyfc-sketchbook-card::before,
.nyfc-architect-sketchbook-archive .nyfc-sketchbook-card::after {
    display: none;
    content: none;
}

/* Clear and complete thumbnail image */
.nyfc-architect-sketchbook-archive .nyfc-sketchbook-img {
    position: relative;
    inset: auto;

    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;

    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;

    opacity: 1;
    filter: none;
    transform: none;
}

.nyfc-architect-sketchbook-archive
.nyfc-sketchbook-card:hover
.nyfc-sketchbook-img {
    transform: scale(1.015);
}


/* -----------------------------------------------------
   MAGNIFIC POPUP
----------------------------------------------------- */

.mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}

.mfp-content {
    width: 100%;
}

.nyfc-sketchbook-popup {
    position: relative;
    box-sizing: border-box;

    width: calc(100% - 40px);
    max-width: 1000px;
    max-height: 92vh;

    margin: 30px auto;
    padding: 22px;

    overflow-y: auto;
    background: #10151b;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.nyfc-sketchbook-popup > img {
    position: relative;

    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72vh;

    margin: 0 auto;

    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;

    background: #ffffff;
    opacity: 1;
    filter: none;
    transform: none;
}


/* -----------------------------------------------------
   POPUP TEXT
----------------------------------------------------- */

.nyfc-sketchbook-popup-text {
    display: block;
    padding: 22px 4px 4px;
}

.nyfc-sketchbook-popup-text .nyfc-file-code {
    position: relative;
    display: block;

    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.55);
}

.nyfc-sketchbook-popup-text h4 {
    position: relative;
    display: block;

    margin: 0 0 10px;

    color: #ffffff;
    font-size: 22px;
    line-height: 1.4;
}

.nyfc-sketchbook-popup-text p {
    position: relative;
    display: block;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
}


/* -----------------------------------------------------
   CLOSE BUTTON
----------------------------------------------------- */

.nyfc-sketchbook-popup .mfp-close {
    top: 4px;
    right: 7px;

    color: #ffffff;
    font-size: 36px;
    opacity: 1;
}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 767px) {

    .nyfc-architect-sketchbook-archive .nyfc-sketchbook-card {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .nyfc-architect-sketchbook-archive .nyfc-sketchbook-img {
        width: 100%;
        height: auto;
        max-height: none;

        object-fit: contain;
        object-position: center;
    }

    .mfp-container {
        padding: 10px;
    }

    .nyfc-sketchbook-popup {
        width: 100%;
        max-width: none;
        max-height: 96vh;

        margin: 0 auto;
        padding: 10px;

        background: #f1ece5;
        border: none;
    }

    .nyfc-sketchbook-popup > img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;

        margin: 0 auto;

        object-fit: contain;
        object-position: center;
    }

    .nyfc-sketchbook-popup-text {
        padding: 18px 8px 8px;
    }

    .nyfc-sketchbook-popup-text .nyfc-file-code {
        color: rgba(0, 0, 0, 0.55);
    }

    .nyfc-sketchbook-popup-text h4 {
        color: #111111;
        font-size: 19px;
    }

    .nyfc-sketchbook-popup-text p {
        color: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        line-height: 1.75;
    }

    .nyfc-sketchbook-popup .mfp-close {
        color: #111111;
    }
}
/* =========================================
   NYFC DESIGN PHILOSOPHY PAGE
   Desktop + Tablet + Mobile + Conclusion
========================================= */

.nyfc-philosophy-page,
.nyfc-philosophy-page * {
  box-sizing: border-box;
}

.nyfc-philosophy-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(0, 87, 110, 0.12),
      transparent 34%
    ),
    #050505;
  color: #ffffff;
}

.nyfc-philosophy-page .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.nyfc-philosophy-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(
      rgba(255,255,255,0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,0.025) 1px,
      transparent 1px
    );
  background-size: 90px 90px;
}


/* =========================================
   OPENING STATEMENT
========================================= */

.nyfc-philosophy-intro {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 130px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nyfc-philosophy-intro-label {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
}

.nyfc-philosophy-intro-label .nyfc-section-code {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.nyfc-philosophy-line {
  flex: 1;
  max-width: 180px;
  height: 1px;
  background: rgba(255,255,255,0.22);
}

.nyfc-philosophy-intro-content {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(320px, 0.75fr);
  align-items: end;
  gap: 90px;
}

.nyfc-philosophy-intro-content > .nyfc-mini-label,
.nyfc-philosophy-intro-content > h2 {
  grid-column: 1;
}

.nyfc-philosophy-intro-content > .nyfc-mini-label {
  margin-bottom: -58px;
}

.nyfc-philosophy-intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -2.5px;
  overflow-wrap: break-word;
  color: #ffffff;
}

.nyfc-philosophy-intro h2 span {
  display: block;
  color: rgba(255,255,255,0.52);
}

.nyfc-philosophy-intro-text {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 22px;
  padding-left: 32px;
  border-left: 1px solid rgba(255,255,255,0.16);
}

.nyfc-philosophy-intro-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: break-word;
  color: rgba(255,255,255,0.68);
}


/* =========================================
   PHILOSOPHY CHAPTERS
========================================= */

.nyfc-philosophy-chapter {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 105px 0;
  gap: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.nyfc-philosophy-chapter:first-of-type {
  padding-top: 0;
}

.nyfc-philosophy-chapter-number {
  position: sticky;
  top: 150px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nyfc-philosophy-chapter-number span {
  font-size: 72px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -3px;
  color: rgba(255,255,255,0.18);
}

.nyfc-philosophy-chapter-number small {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}

.nyfc-philosophy-chapter-content {
  width: 100%;
  max-width: 850px;
  min-width: 0;
}

.nyfc-philosophy-chapter-content .nyfc-mini-label {
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  color: rgba(255,255,255,0.50);
}

.nyfc-philosophy-chapter h3 {
  width: 100%;
  max-width: 820px;
  margin: 0 0 38px;
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.8px;
  overflow-wrap: break-word;
  color: #ffffff;
}

.nyfc-philosophy-chapter h3 span {
  display: block;
  color: rgba(255,255,255,0.48);
}

.nyfc-philosophy-copy {
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.nyfc-philosophy-copy p {
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: break-word;
  color: rgba(255,255,255,0.66);
}

.nyfc-philosophy-copy .nyfc-philosophy-lead {
  margin-bottom: 28px;
  font-size: 21px;
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255,255,255,0.90);
}


/* =========================================
   HIGHLIGHTED QUOTATION
========================================= */

.nyfc-philosophy-quote {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 50px 0 0;
  padding: 28px 34px 28px 40px;
  border-left: 2px solid rgba(120,205,220,0.75);
  background:
    linear-gradient(
      90deg,
      rgba(70,150,165,0.10),
      rgba(255,255,255,0.015)
    );
}

.nyfc-philosophy-quote::before {
  content: "“";
  position: absolute;
  top: 4px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 74px;
  line-height: 1;
  color: rgba(255,255,255,0.08);
}

.nyfc-philosophy-quote p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
  overflow-wrap: break-word;
  color: rgba(255,255,255,0.92);
}


/* =========================================
   CHAPTER TEXT LINKS
========================================= */

.nyfc-philosophy-text-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  gap: 14px;
  margin-top: 35px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #ffffff;
}

.nyfc-philosophy-text-link:hover {
  color: #ffffff;
  border-color: rgba(255,255,255,0.75);
}

.nyfc-philosophy-text-link i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.nyfc-philosophy-text-link:hover i {
  transform: translateX(5px);
}


/* =========================================
   PHILOSOPHY CONCLUSION
========================================= */

.nyfc-philosophy-conclusion {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 120px auto 0;
  padding: 100px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.nyfc-philosophy-conclusion-code {
  margin-bottom: 38px;
}

.nyfc-philosophy-conclusion-code span {
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.nyfc-philosophy-conclusion-content {
  width: 100%;
  max-width: 980px;
  min-width: 0;
}

.nyfc-philosophy-conclusion-content > .nyfc-mini-label {
  display: block;
  margin-bottom: 28px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);
}

.nyfc-philosophy-conclusion h3 {
  width: 100%;
  max-width: 950px;
  margin: 0 0 45px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -2px;
  overflow-wrap: break-word;
  color: #ffffff;
}

.nyfc-philosophy-conclusion h3 span {
  display: block;
  color: rgba(255,255,255,0.48);
}

.nyfc-philosophy-conclusion-text {
  width: 100%;
  max-width: 780px;
  padding-left: 32px;
  border-left: 1px solid rgba(255,255,255,0.16);
}

.nyfc-philosophy-conclusion-text p {
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: break-word;
  color: rgba(255,255,255,0.68);
}

.nyfc-philosophy-conclusion-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 45px;
}


/* =========================================
   TABLET
========================================= */

@media all and (max-width: 991px) {

  .nyfc-philosophy-page {
    padding: 90px 0;
  }

  .nyfc-philosophy-page .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nyfc-philosophy-intro {
    margin-bottom: 90px;
    padding-bottom: 75px;
  }

  .nyfc-philosophy-intro-content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  .nyfc-philosophy-intro-content > .nyfc-mini-label,
  .nyfc-philosophy-intro-content > h2,
  .nyfc-philosophy-intro-text {
    grid-column: 1;
  }

  .nyfc-philosophy-intro-content > .nyfc-mini-label {
    margin-bottom: -12px;
  }

  .nyfc-philosophy-intro-text {
    max-width: 720px;
  }

  .nyfc-philosophy-chapter {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 38px;
    padding: 80px 0;
  }

  .nyfc-philosophy-chapter-number span {
    font-size: 56px;
  }

  .nyfc-philosophy-conclusion {
    margin-top: 90px;
    padding-top: 75px;
  }

  .nyfc-philosophy-conclusion h3 {
    max-width: 780px;
  }
}


/* =========================================
   MOBILE
========================================= */

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

  .nyfc-philosophy-page {
    padding: 60px 0 70px;
  }

  .nyfc-philosophy-page .container {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nyfc-philosophy-grid {
    background-size: 54px 54px;
  }


  /* Opening */

  .nyfc-philosophy-intro {
    width: 100%;
    margin: 0 auto 55px;
    padding-bottom: 55px;
  }

  .nyfc-philosophy-intro-label {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
  }

  .nyfc-philosophy-intro-label .nyfc-section-code {
    max-width: calc(100% - 55px);
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }

  .nyfc-philosophy-line {
    max-width: 42px;
    margin-top: 7px;
  }

  .nyfc-philosophy-intro-content {
    display: block;
  }

  .nyfc-philosophy-intro-content > .nyfc-mini-label {
    display: block;
    margin: 0 0 18px;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 2.5px;
  }

  .nyfc-philosophy-intro h2 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .nyfc-philosophy-intro h2 span {
    display: inline;
  }

  .nyfc-philosophy-intro-text {
    display: block;
    width: 100%;
    max-width: none;
    padding-left: 18px;
  }

  .nyfc-philosophy-intro-text p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .nyfc-philosophy-intro-text p:last-child {
    margin-bottom: 0;
  }


  /* Chapters */

  .nyfc-philosophy-chapter,
  .nyfc-philosophy-chapter-reverse {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 58px 0;
  }

  .nyfc-philosophy-chapter:first-of-type {
    padding-top: 0;
  }

  .nyfc-philosophy-chapter-number {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    gap: 12px;
    margin-bottom: 27px;
  }

  .nyfc-philosophy-chapter-number span {
    flex-shrink: 0;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.5px;
  }

  .nyfc-philosophy-chapter-number small {
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 2.2px;
  }

  .nyfc-philosophy-chapter-content {
    width: 100%;
    max-width: none;
  }

  .nyfc-philosophy-chapter-content .nyfc-mini-label {
    width: 100%;
    margin-bottom: 19px;
    font-size: 9px;
    line-height: 1.55;
    letter-spacing: 2.3px;
  }

  .nyfc-philosophy-chapter h3 {
    width: 100%;
    max-width: none;
    margin-bottom: 26px;
    font-size: 30px;
    line-height: 1.14;
    letter-spacing: -0.8px;
  }

  .nyfc-philosophy-chapter h3 span {
    display: inline;
  }

  .nyfc-philosophy-copy {
    width: 100%;
    max-width: none;
  }

  .nyfc-philosophy-copy p {
    width: 100%;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .nyfc-philosophy-copy .nyfc-philosophy-lead {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.65;
  }


  /* Quotations */

  .nyfc-philosophy-quote {
    width: 100%;
    max-width: none;
    margin-top: 32px;
    padding: 22px 20px 22px 24px;
  }

  .nyfc-philosophy-quote::before {
    top: 7px;
    right: 13px;
    font-size: 52px;
  }

  .nyfc-philosophy-quote p {
    width: 100%;
    max-width: none;
    padding-right: 18px;
    font-size: 18px;
    line-height: 1.55;
  }


  /* Chapter links */

  .nyfc-philosophy-text-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    padding: 14px 0;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }


  /* Conclusion */

  .nyfc-philosophy-conclusion {
    width: 100%;
    max-width: none;
    margin: 60px 0 0;
    padding: 55px 0 10px;
  }

  .nyfc-philosophy-conclusion-code {
    margin-bottom: 26px;
  }

  .nyfc-philosophy-conclusion-code span {
    max-width: 100%;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 2.3px;
  }

  .nyfc-philosophy-conclusion-content {
    width: 100%;
    max-width: none;
  }

  .nyfc-philosophy-conclusion-content > .nyfc-mini-label {
    margin-bottom: 20px;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 2.3px;
  }

  .nyfc-philosophy-conclusion h3 {
    width: 100%;
    max-width: none;
    margin-bottom: 28px;
    font-size: 31px;
    line-height: 1.14;
    letter-spacing: -0.8px;
  }

  .nyfc-philosophy-conclusion h3 span {
    display: inline;
  }

  .nyfc-philosophy-conclusion-text {
    width: 100%;
    max-width: none;
    padding-left: 18px;
  }

  .nyfc-philosophy-conclusion-text p {
    width: 100%;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .nyfc-philosophy-conclusion-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    margin-top: 32px;
  }

  .nyfc-philosophy-conclusion-actions .theme-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    white-space: normal;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media all and (max-width: 430px) {

  .nyfc-philosophy-page .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .nyfc-philosophy-intro h2 {
    font-size: 29px;
  }

  .nyfc-philosophy-chapter h3 {
    font-size: 28px;
  }

  .nyfc-philosophy-copy .nyfc-philosophy-lead {
    font-size: 16px;
  }

  .nyfc-philosophy-quote p {
    font-size: 17px;
  }

  .nyfc-philosophy-conclusion h3 {
    font-size: 28px;
  }

  .nyfc-philosophy-conclusion-actions .theme-btn {
    font-size: 10px;
  }
}