/*
  Theme Name: New Look
  Theme URI: https://newlook.rs
  Author: New Look Entertainment
  Author URI: https://newlook.rs
  Description: New Look je moderna full-site-editing (block-based) WordPress child tema kreirana za potpunu kontrolu kroz Gutenberg editor. Naslanja se na NLE Framework kao parent temu i donosi dodatne globalne stilove, block template-ove i custom patterne optimizovane za performanse i fleksibilnost.
  Version: 1.0.0
  Requires at least: 6.3
  Tested up to: 6.6
  Requires PHP: 7.4
  Template: nle-framework
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: new-look
  Tags: block-patterns, block-styles, full-site-editing, accessibility-ready, responsive-layout, custom-colors, custom-logo
*/

:root {
  --header-height: 100px;
}

@font-face {
    font-family: 'Special Gothic Expanded One';
    src: url('assets/fonts/SpecialGothicExpandedOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* --------------------------------------------------------------
   Variables
-------------------------------------------------------------- */

:root {
    --nle-h1-responsive-fs: 42px;
    --nle-h2-responsive-fs: 36px;
    --nle-h3-responsive-fs: 30px;
    --nle-mobile-side-padding: 30px;
}

html[lang=en-US] .nle-menu__sr {
  display: none;
}

html[lang=sr-RS] .nle-menu__en {
  display: none;
}

body {
    font-family: Inter, sans-serif;
    background-color: #2F0D36;
    color: #FFF8EB;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFF8EB;
  word-wrap: break-word;
  line-height: 1;
}

h1 {
  font-size: 120px
}

h2 {
  font-size: 98px;
}

h3 {
  font-size: 64px;
}

h4 {
  font-size: 48px;
}

h5 {
  font-size: 40px;
}

h6 {
  font-size: 36px;
}

/* --------------------------------------------------------------
   Headings responsive styles
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: var(--nle-h1-responsive-fs);
  }

  .has-h-1-font-size {
    font-size: var(--nle-h1-responsive-fs) !important;
  }

   h2 {
    font-size: var(--nle-h2-responsive-fs);
  }

  .has-h-2-font-size {
    font-size: var(--nle-h2-responsive-fs) !important;
  }

   h3 {
    font-size: var(--nle-h3-responsive-fs);
  }

  .has-h-3-font-size {
    font-size: var(--nle-h3-responsive-fs) !important;
  }  
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

p {
  font-size: 18px;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

/* ---------------------------------------------------------------------
 * LENS OVER BACKGROUND OVERLAY ON .sounds-familiar HOME SECOND SECTION
 * --------------------------------------------------------------------- */
 .sounds-familiar .wp-block-cover__background {
  pointer-events: none;
  will-change: mask-image;
}

.wp-block-button .wp-element-button {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 34px;
  color: var(--wp--preset--color--text-color);
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--text-color);
  border-radius: 5em;
  white-space: nowrap;
  transition: all 0.3s ease;
}

@media screen and (max-width: 480px) {
  .wp-block-button .wp-element-button {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 240px;
  }
}

.embla__container,
.embla__slide {
    overflow: visible !important;
}

#newlook-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: top 0.25s ease;
}

body.admin-bar #newlook-header {
    top: 32px;
}

@media screen and (max-width: 781px) {
  #newlook-header {
      padding-left: 35px !important;
      padding-right: 35px !important;
  }
  body.admin-bar #newlook-header {
      top: 46px;
  }
}

@media screen and (max-width: 480px) {
  #newlook-header {
      padding-left: var(--nle-mobile-side-padding) !important;
      padding-right: var(--nle-mobile-side-padding) !important;
  }
}

.full-screen {
  height: 100vh;
}

.grayscale-img img.wp-block-cover__image-background {
  filter: grayscale(100%);
}

/* Fade Top to Violet Black */
.fade-top-to-violet-black {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.fade-top-to-violet-black {
    position: relative;
    overflow: hidden;
}

.fade-top-to-violet-black::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 220px;

    background: linear-gradient(
        to top,
        rgba(47, 13, 54, 0) 0%,
        #2F0D36 100%
    );

    z-index: 1;
    pointer-events: none;
}

.fade-top-to-violet-black > .wp-block-cover__video-background,
.fade-top-to-violet-black > .wp-block-cover__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fade-top-to-violet-black > .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
}

/* Fade Bottom to Violet Black */
.fade-bottom-to-violet-black {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.fade-bottom-to-violet-black {
    position: relative;
    overflow: hidden;
}

.fade-bottom-to-violet-black::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;

    background: linear-gradient(
        to bottom,
        rgba(47, 13, 54, 0) 0%,
        #2F0D36 100%
    );

    z-index: 1;
    pointer-events: none;
}

.fade-bottom-to-violet-black > .wp-block-cover__video-background,
.fade-bottom-to-violet-black > .wp-block-cover__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fade-bottom-to-violet-black > .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
}

/* UNIVERSAL CENTER GLOW */
.glow-center-purple {
    position: relative;
    z-index: 0; /* element stays above the glow */
}

.glow-center-purple::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* PERFECT CENTER */

    width: 90%;
    height: 80%;
    pointer-events: none;
    z-index: -1;

    background: radial-gradient(
        circle,
        rgba(93, 50, 102, 0.75) 0%,   /* strong center glow */
        rgba(93, 50, 102, 0.20) 40%,  /* mid glow */
        rgba(93, 50, 102, 0.08) 70%,  /* soft fade */
        rgba(93, 50, 102, 0) 100%     /* invisible edge */
    );

    filter: blur(25px);
}

/* RADIAL VIGNETTE + GLOW EFFECT */
.bg-vignette-glow {
    position: relative;
    overflow: hidden;
    background-color: #5D3266!important; /* critical */
}

/* DISABLE WP DEFAULT OVERLAY */
.bg-vignette-glow > .wp-block-cover__background {
    opacity: 0 !important;
}

/* RADIAL GLOW + PERFECT EDGE COLOR MATCH */
.bg-vignette-glow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px; /* možeš povećati ako treba */
    pointer-events: none;
    z-index: 2;

    background: linear-gradient(
        to bottom,
        #2F0D36 0%,         /* total match background */
        rgba(47,13,54,1) 60%,
        rgba(47,13,54,0) 100%
    );
}
.bg-vignette-glow::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background: radial-gradient(
      circle at center, 
      rgb(47 13 54 / 60%) 0%, 
      rgb(47 13 54 / 50%) 15%, 
      rgb(47 13 54 / 60%) 40%,
      rgb(47 13 54) 60%,
      #2F0D36 80%,
      #2F0D36 100%
    );
}

/* Make sure BG image stays underneath */
.bg-vignette-glow > .wp-block-cover__image-background,
.bg-vignette-glow > .wp-block-cover__video-background {
    z-index: 0;
}

/* Content stays above everything */
.bg-vignette-glow > .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
}


/* Pozadinska slika / video */
.bg-vignette-glow > .wp-block-cover__image-background,
.bg-vignette-glow > .wp-block-cover__video-background {
    z-index: 0;
}

/* WP overlay ide ispod glow sloja */
.bg-vignette-glow > .wp-block-cover__background {
    z-index: 1 !important;
    opacity: 0.85 !important; /* dodatno stabilizuje blending */
    background-color: #470055 !important; /* identična boja */
}

/* Tekst iznad svega */
.bg-vignette-glow > .wp-block-cover__inner-container {
    position: relative;
    z-index: 3 !important;
}

/* Scroll Bounce Efekat */
.scroll-bounce {
    display: inline-block;
    cursor: pointer;
    animation: arrowBounce 1.8s infinite ease-in-out;
    opacity: 0.9;
    transition: opacity 0.3s;
}

/* Hover efekat */
.scroll-bounce:hover {
    opacity: 1;
}

/* Bounce keyframes */
@keyframes arrowBounce {
    0% {
        transform: translateY(0);
        opacity: 0.8;
    }
    50% {
        transform: translateY(12px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.8;
    }
}


body:not(.home):not(.single-portfolio) .entry-content > div:first-of-type,
main.nle-single-portfolio {
  padding-top: calc(var(--header-height) + 80px) !important;
}

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

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

.nle-display-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1s ease;
}

.wp-block-column:hover .nle-display-hidden,
.newlook-services__item:hover .nle-display-hidden {
  max-height: 200px;
  opacity: 1;
}

.nle-position-relative {
  position: relative;
}

label {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFF8EB;
}

label .required {
  color: var(--wp--preset--color--orange);
  margin-left: 5px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
select,
textarea {
  font-family: inherit;
  font-size: 14px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #FFF8EB;
  color: #FFF8EB;
  transition: border-color 0.5s ease, color 0.5s ease;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 2px solid #FF6521;
  box-shadow: 0 2px 0 0 #FF6521;
}


input[type=submit],
input[type=button] {
  background-color: transparent;
  border-radius: 40px;
  cursor: pointer;
  font-family: Special Gothic Expanded One, sans-serif;
  font-size: 16px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border: 2px solid #FFF8EB;
  padding: 20px 35px;
  color: #FFF8EB;
  text-transform: uppercase;
}

input[type=submit]:hover,
input[type=button]:hover {
  background-color: #FF6521;
  border-color: #FF6521;;
  transition: background-color 0.5s ease, color 0.5s ease; 
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

input[type="checkbox"] {
    background-color: #fff;
    border-color: #fff;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    color: #FF6521;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
}

select {
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;   /* Firefox */
  appearance: none;
  border-radius: 0;
}

/* Block Buttons */
.wp-block-button__link {
  transition: all 0.5s;
}

.wp-block-button.is-style-outline:hover .wp-block-button__link,
.wp-block-button.is-style-outline:hover .wp-block-button__link {
  background-color: #ff6521;
  border-color: #ff6521;
}

/* Osnovni stilovi (mobile-first) */
.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.form-row.justify-center {
  justify-content: center;
}

.form-col {
  flex: 1 1;
  min-width: 200px;
}

.form-col .form-label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-col input,
.form-col textarea,
.form-col select {
  width: 100%; /* Mobile first - zauzima celu širinu */
  padding: 8px;
  box-sizing: border-box;
}

input.w-full,
textarea.w-full,
select.w-full {
  width: 100%;
}

.wpcf7-form .wpcf7-submit {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 34px;
  color: var(--wp--preset--color--text-color);
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--text-color);
  border-radius: 5em;
  min-width: 270px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

@media screen and (max-width: 480px) {
  .wpcf7-form .wpcf7-submit {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 240px;
  }
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 5px;
  border-color: var(--wp--preset--color--orange);
  color: #FFF8EB;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 5px;
  color: #FFF8EB;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  color: var(--wp--preset--color--orange);
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}

.wpcf7-list-item {
    cursor: pointer;
    margin: 0;
}

.wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .wpcf7-list-item label {
    align-items: flex-start;
  }

  .wpcf7-list-item label input {
    position: relative;
    top: 2px;
  }
}

/* Newsletter Form styles - start */
.newsletter-inner-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .newsletter-inner-holder {
    flex-direction: column;
  }
}

.newsletter-inner-holder > .wpcf7-form-control-wrap {
  max-width: 492px;
  width: 100%;
}

.newsletter-form input[type="email"] {
  border: 2px solid #FFF8EB;
  border-radius: 5em;
  height: 64px;
  padding: 0 50px;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF8EB;
  width: 100%;
  box-sizing: border-box;
}

.newsletter-form input[type="email"]::placeholder {
  color: #FFF8EB;
}

.newsletter-form input[type="email"]:focus {
  box-shadow: none;
}

.newsletter-form .acceptance-holder {
  max-width: 795px;
  margin: 0 auto;
}

.newsletter-form .acceptance-holder .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.25em;
  font-weight: 400;
  padding-right: 10%;
}

.newsletter-form .acceptance-holder .wpcf7-list-item label {
  font-weight: 400;
  gap: 33px;
  align-items: flex-start;
}

.newsletter-form .acceptance-holder {
  margin-top: 31px;
}
/* Newsletter Form styles - end */

.site-logo svg .letter {
  transition: transform 0.5s ease-in-out;
  transform-origin: center;
}

.site-logo svg:hover #o1 {
  transform: translateX(35px);
}

.site-logo svg:hover #o2 {
  transform: translateX(-35px);
}

.site-logo svg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.4s ease;
  mix-blend-mode: multiply; /* da se "stopi" sa belim */
  pointer-events: none;
}

.site-logo svg:hover::after {
  opacity: 1;
}

main {
  margin: 0;
}

main.nle-single-portfolio {
  padding-top: 50px;
}

main.nle-single-portfolio h1 {
  font-size: 120px;
  line-height: 1;
}

main.nle-single-portfolio h2 {
  font-size: 60px;
  line-height: 1;
}

.nle-clients.wp-block-group-is-layout-grid .nle-client {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nle-client img {
  cursor: pointer;
  transition: filter 0.3s ease;
}

.nle-client:hover img {
  filter: brightness(0) invert(1);
}

.wpcf7-spinner {
  display: none;
}

.filter-blur-7 video {
  filter: blur(7px);
  -webkit-filter: blur(7px);
}

footer {
  margin: 0;
  position: relative;
}

footer .wp-block-navigation-item a {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 16px;
  color: #FFF8EB;
  transition: color 0.3s;
}

footer .wp-block-navigation-item:hover a {
  color: #FF6521 !important;
}

footer .wp-block-social-links {
  flex-wrap: nowrap;
}

footer #newlook-social-icons > .wp-block-columns {
  align-items: center !important;
}

/* Mobile first */
@media (max-width: 480px) {
  .form-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .form-col {
    min-width: 100%;
  }

  footer .wp-block-navigation__container:only-child, 
  footer .wp-block-page-list:only-child {
    align-items: start !important;
    flex-direction: column !important;
  }

   footer newlook-social-icons {
    position: absolute;
    top: 5%;
  }
}

@media (max-width: 768px) {
  .nle-mob-grid-1-col {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
    .form-row {
      gap: 15px;
      margin-bottom: 30px;
    }

    .form-col input,
    .form-col textarea,
    .form-col select {
      width: 100%;
    }

  footer .wp-block-navigation__container:only-child, 
  footer .wp-block-page-list:only-child {
    align-items: start !important;
    flex-direction: column !important;
  }

  footer .wp-block-social-links {
    margin-right: 45px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .form-row {
    gap: 20px;
    margin-bottom: 50px;
  }

  .form-col input,
  .form-col textarea,
  .form-col select {
    width: 90%;
  }

  footer .wp-block-navigation__container:only-child, 
  footer .wp-block-page-list:only-child {
    align-items: start !important;
    flex-direction: column !important;
  }
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 1536px) {
  footer .wp-block-navigation-item a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .form-row {
    gap: 80px;
    margin-bottom: 50px;
  }
}

/* Dynamic 3 Column Layout for newlook-three-column-cpt */
.newlook-three-column-cpt ul.wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* razmak između kolona */
    padding-top: var(--wp--preset--spacing--70);
    padding-bottom: var(--wp--preset--spacing--70);
    list-style: none;
    margin: 0;
}

/* Center featured images */
.newlook-three-column-cpt .wp-block-group {
    display: flex;
    justify-content: center;
}

/* Featured image styling */
.newlook-three-column-cpt .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 60px;
    object-fit: cover;
}

/* We Build a Different Kind of Team Section */
/* FIX: Cover block is immediately a circle (desktop + mobile) */
.glow-center-purple.wp-block-cover {
    aspect-ratio: 1 / 1 !important;
    min-height: unset !important;
    width: 100% !important;
    max-width: 550px; /* po želji, možeš menjati */
    height: auto !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Video se skalira pravilno */
.glow-center-purple .wp-block-cover__video-background {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* Animacija kreće kao krug, a ne kao kvadrat */
.glow-center-purple.animate-scale-video {
    transform-origin: center center !important;
}

.glow-center-purple.animate-scale-video video {
    border-radius: 50% !important;
}

/* GLOBAL ROUND PORTRAITS – FIX OVAL SHAPE ON RESIZE */
.wp-block-cover[style*="border-radius:100%"],
.wp-block-cover[style*="border-radius:50%"] {
    border-radius: 50% !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Inner image/video must stretch perfectly */
.wp-block-cover[style*="border-radius"] .wp-block-cover__image-background,
.wp-block-cover[style*="border-radius"] video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .newlook-three-column-cpt ul.wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }

  footer .clutch-icon-link svg {
    width: 150px;
  }

  footer > .wp-block-group {
    padding-bottom: 90px;
  }

  footer .copyright-text {
    position: absolute;
    bottom: 30px;
    left: var(--nle-mobile-side-padding);
    right: var(--nle-mobile-side-padding);
  }

  .float-icons {
    display: flex !important;
    position: absolute !important;
    top: 25px !important;
    bottom: auto !important;
    right: 30px !important;
    flex-direction: column;
  }
}

@media (min-width: 782px) and (max-width: 1024px) {
  footer .wp-block-columns {
    gap: 30px !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }

  footer .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 15px) !important;
  }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group {
    background-color: #2F0D36 !important;
  }

  .newlook-icon,
  .newlook-icon img {
    width: 74px !important;
  }

  .wp-block-cover[style*="border-radius:50%"],
  .wp-block-cover[style*="border-radius:100%"] {
    width: 300px !important;
    height: 300px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    min-height: unset !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 auto !important;
  }

  .newlook-three-column-cpt ul.wp-block-post-template {
    grid-template-columns: 1fr;
    padding-left: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--20);
  }

  .newlook-three-column-cpt .wp-block-post-featured-image img {
    border-radius: 40px;
  }

  /* ---------------------- */
  /* OUR SERVICES COLUMN    */
  /* ---------------------- */
  .our-services-column {
    flex-wrap: nowrap !important;
  }

  .our-services-column h2 {
    font-size: 34px !important;
  }

  /* ---------------------- */
  /* DIFFERENT KIND OF TEAM */
  /* ---------------------- */
  .different-kind-of-team-spacing-top {
    height: 0px !important;
  }

  .different-kind-of-team {
    flex-direction: column !important;
  }

  .different-kind-of-team > .wp-block-column:first-child {
    order: 2 !important;
    display: flex;
    flex-direction: column;
  }

  .different-kind-of-team > .wp-block-column:nth-child(2) {
    order: 1 !important;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .different-kind-of-team .wp-block-cover__video-background {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }

  .different-kind-of-team .wp-block-heading {
    font-size: 34px !important;
    transform: none !important;
    margin-bottom: 1.5rem !important;
  }

  .different-kind-of-team p {
    font-size: 18px !important;
    transform: none !important;
    margin-top: 1rem !important;
  }

  .different-kind-of-team .wp-block-buttons {
    transform: none !important;
    margin-top: 2rem !important;
  }

  .different-kind-of-team-numbers {
    margin-top: 50px !important;
    gap: 85px !important;
  }
}

@media (max-width: 480px) {
  body.home .entry-content > div:first-of-type {
    padding-top: calc(var(--header-height) + 80px) !important;
    padding-left: var(--nle-mobile-side-padding) !important;
    padding-right: var(--nle-mobile-side-padding) !important;
  }

  body.home .entry-content > div:first-of-type h1{
    font-size: var(--nle-h1-responsive-fs) !important;
  }
}

@media (max-width: 360px) {
  header.wp-block-template-part .wp-block-group > .wp-block-group {
    gap: 20px;
  }
}

/* --------------------------------------------------------------
   Blog single styles
-------------------------------------------------------------- */

.single-post main.wp-block-group {
    padding-top: var(--header-height);
    margin: 0 !important;
}

.single-post .wp-block-post-featured-image img {
  max-height: 513px;
  object-position: top;
  border-radius: 60px;
}

.single-post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1.2em;
  font-weight: 400;
  margin: 63px 0 0;
}

.single-post .social-share-links {
  margin-top: 80px;
}

@media only screen and (min-width: 481px) {
    .single-post .entry-content h2 {
        font-size: calc(98px * 0.5);
    }
    
    .single-post .entry-content h3 {
        font-size: calc(64px * 0.6);
    }
    
    .single-post .entry-content h4 {
        font-size: calc(48px * 0.65);
    }
    
    .single-post .entry-content h5 {
        font-size: calc(40px * 0.65);
    }
    
    .single-post .entry-content h6 {
        font-size: calc(36px * 0.65);
    }
}

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

    .single-post .wp-block-post-featured-image img {
        height: 150px;
        min-height: 150px;
        object-fit: cover;
        border-radius: 20px;
    }

    .single-post .wp-block-post-title {
      font-size: var(--nle-h3-responsive-fs);
    }
}

/* Blog list styles */

.wp-block-buttons.blog-button-holder .wp-block-button a:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}

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

  .wp-block-buttons.blog-button-holder {
    justify-content: flex-start;
  }
}

/* --------------------------------------------------------------
   Home page - responsive styles
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {

  .new-look-section .home-our-services-section {
    margin-top: 100px !important;
  }

  .new-look-section .home-our-services-spacer {
    height: 40px !important;
  }

  .projects-slider-holder {
      margin-top: 60px !important;
  }

  .nle-carousel__embla.nle-carousel__style-1 {
    margin-top: 40px !important;
  }

  .why-new-look {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}

/* --------------------------------------------------------------
   About us page - Our Team section - responsive styles
-------------------------------------------------------------- */
@media (min-width: 782px) {
  .our-team-photos {
    justify-content: center;
  }
  .our-team-photos .wp-block-column {
    flex-basis: auto !important;
    width: calc((100% - (9.8vw * 2)) / 3);
  }
}

/* --------------------------------------------------------------
   Our Services page - services
-------------------------------------------------------------- */
.nle-services-title-section .has-orange-color {
  line-height: 1.2em;
  margin-top: 7px !important;
}

@media only screen and (max-width: 781px) {
  .nle-services-title-section {
    align-items: flex-start !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 15px;
  }

  .nle-services-title-section > .wp-block-column:first-child {
    flex-basis: 60px !important;
    flex-grow: initial;
  }

  .nle-services-title-section > .wp-block-column:last-child {
    flex-basis: auto !important;
  }

  .our-services-reverse-columns {
    flex-direction: column-reverse;
  }

  body .our-services-column .wp-block-column.our-services-icon-holder {
    flex-basis: auto !important;
  }

  .our-services-info-section {
    margin-top: 70px !important;
  }

  .our-services-bottom-spacer {
    height: 0 !important;  
  }
}

@media only screen and (max-width: 480px) {
  .our-services-info-section .nle-services-title-section  ~ .wp-block-group {
    margin-top: 30px !important;
  }

  .our-services-info-section .wp-block-image img {
    aspect-ratio: 1 / 1;
  }
}

/* --------------------------------------------------------------
   About us page
-------------------------------------------------------------- */
.about-us-clients-section {
    padding-bottom: 10px !important;
}

@media only screen and (max-width: 781px) {
  .hide-on-mobile {
    display: none;
  }

  body .nle-clients-desktop {
    display: none;
  }

  .nle-clients-spacer {
    display: none;
  }
}

@media only screen and (min-width: 782px) {
  body .nle-clients-mobile {
    display: none;
  }
}

/* --------------------------------------------------------------
  Contact page - responsive styles
-------------------------------------------------------------- */
@media only screen and (max-width: 781px) {
  .company-info {
    margin-bottom: 40px !important;
  }

  .company-info * {
    text-align: left !important;
  }
}

/* --------------------------------------------------------------
   General responsive styles
-------------------------------------------------------------- */

@media only screen and (max-width: 480px) {
  div[style*="padding-left:45px"][style*="padding-right:45px"],
  div[style*="padding-left: 45px"][style*="padding-right: 45px"] {
    padding-left: var(--nle-mobile-side-padding) !important;
    padding-right: var(--nle-mobile-side-padding) !important;
  }

  div[class*="wp-container-core-group-is-layout-"]  > .alignfull {
    margin-right: calc(var(--nle-mobile-side-padding) * -1) !important;
    margin-left: calc(var(--nle-mobile-side-padding) * -1) !important;
  }

  .wp-block-image img[style*="border-top-left-radius: 60px"],
  .wp-block-image img[style*="border-top-left-radius:60px"],
  .wp-block-image img[style*="border-radius: 60px"],
  .wp-block-image img[style*="border-radius:60px"] {
    border-radius: 20px !important;
    width: 100% !important;
    height: auto !important;
  }

  body .bg-vignette-glow {
    padding-top: 50px !important;
  }

  body .nle-main-image {
    width: 100%;
  }

  body .wp-block-image.nle-main-image img {
    height: 150px !important;
    min-height: 150px !important;
    object-fit: cover !important;
  }
}

/* --------------------------------------------------------------
   Portfolio single - responsive styles
-------------------------------------------------------------- */
.portfolio-quote-section {
    width: 100%;
    max-width: 840px;
}

@media only screen and (max-width: 781px) {
  .portfolio-glow-effect-responsive {
    overflow: visible;
    margin-top: -150px;
  }

  .portfolio-glow-effect-responsive .new-look-section__overlay {
    width: 100vw;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .portfolio-testimonials-section {
    margin-top: -130px;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
  }

  .portfolio-testimonials-section .wp-block-heading {
    margin-bottom: 25px !important;
  }

  .portfolio-testimonials-section img {
    max-width: 200px;
    margin-top: 25px;
  }

  .portfolio-quote-section {
    min-height: auto !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .porfolio-single-results {
    padding-top: 0 !important;
    padding-bottom: 70px !important;
  }

  .portfolio-single-solutions {
    min-height: auto !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .portfolio-single-reverse-columns .ps-custom-image-holder {
    order: 2;
  }

  .single-portfolio .ps-custom-image-holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .single-portfolio .porfolio-single-top-title-section {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .portfolio-bw-bottom-section {
    padding-bottom: 50px !important;
  }
}

/* --------------------------------------------------------------
   Footer responsive styles
-------------------------------------------------------------- */

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

  footer nav {
    margin: -13px 0 30px !important;
    padding-left: 2px;
  }

  footer ul li a {
    padding: 0;
  }

  footer a.site-logo svg {
    display: block;
  }

  footer p.has-text-align-center {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  footer > .wp-block-group.has-background {
    padding-left: var(--nle-mobile-side-padding);
    padding-right: var(--nle-mobile-side-padding);
  }
}

/* --------------------------------------------------------------
   Select2
-------------------------------------------------------------- */
body .select2-container--default .select2-dropdown {
  padding: 15px 0;
  background-color: #2F0D36;
  border: 2px solid #FFF8EB;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFF8EB;
  border-radius: 0;
  height: 35px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF8EB;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

body .select2-container--default .select2-results__option {
  padding: 4px 35px;
  transition: all 0.25s ease;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--wp--preset--color--orange);
}

body .select2-container--default .select2-results__option--selected,
body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF8EB transparent transparent transparent;
  border-width: 7px 6px 0 6px;
  margin-left: -2px;
  margin-top: 0;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--wp--preset--color--orange) transparent;
  border-width: 0 6px 7px 6px;
}

body .select2-container--default .select2-results>.select2-results__options {
  max-height: 260px;
}

body .select2-container--open .select2-selection--single {
  position: relative;
  z-index: 2;
}

body .select2-dropdown--below {
  margin-top: 8px;
  z-index: 1;
}
