
a {
  text-decoration: none;
  color: inherit;
}

/* Container & Section */
.section-transition {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-primary-white {
  color: #FFFFFF;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 5rem;

}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.section-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.section-header h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

/* Individual Service Item */
.service-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 0.25rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.1);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.service-item h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.service-item p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

/* Buttons */
.custom-btn {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.custom-btn:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

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

.service-btn {
  color: #FFFFFF;
  padding: 0;
}

.service-btn i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.service-btn:hover i {
  transform: translateX(5px);
}

/* Go Section css */

/* Section container */
.go-section.who-am-i {
  padding: 60px 0;
  background-color: #111;
  color: #f5f5f5;
}

.go-section.what-is-nonliminal {
  padding: 60px 0;
  background-color: #111;
  color: #f5f5f5;
}

/* Reverse layout for alternating blocks */
.go-section-block--reverse {
  flex-direction: row-reverse;
}


/* Section wrapper */
.go-section__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Two-column layout */
.go-section-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Text column */
.go-section-block__col.text-col {
  flex: 1 1 50%;
  min-width: 300px;
}

/* Image column */
.go-section-block__col.image-col {
  flex: 1 1 40%;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.go-section-block__col.image-col img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Headline styling */
.go-section-block__atyp-headline {
  font-size: 2.1em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

/* Paragraph and list */
.go-section-block__text {
  font-size: 1em;
  line-height: 1.75;
  color: #d0d0d0;
}

.feature-list__list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
  color: #cccccc;
}

.feature-list__list li {
  margin-bottom: 12px;
}

/* CTA button */
.go-button {
  display: inline-block;
  padding: 12px 28px;
  margin-top: 25px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.go-button--primary {
  background-color: #1f8eff;
  color: #ffffff;
  border: none;
}

.go-button--primary:hover {
  background-color: #006ad1;
  color: #ffffff;
}

/* Responsive stacking */
@media screen and (max-width: 768px) {
  .go-section-block {
    flex-direction: column;
    text-align: center;
  }

  .go-section-block__col {
    flex: 1 1 100%;
  }

  .go-section-block__col.image-col {
    margin-top: 2rem;
  }
}

/* Go Section css End */

/* Admin Page css Start*/
*,
      :after,
      :before {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
      }
            .transition-all {
              transition-property: all;
              transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
              transition-duration: 0.15s;
            }
            .opacity-0 {
              opacity: 0;
            }
            .group:hover .group-hover\:translate-x-2 {
              --tw-translate-x: 0.5rem;
            }
            .group:hover .group-hover\:translate-x-2,
            .group:hover .group-hover\:translate-x-4 {
              transform: translate(var(--tw-translate-x), var(--tw-translate-y))
                rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
                scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
            .group:hover .group-hover\:opacity-100 {
              opacity: 1;
            }
            .animate-pulse {
              animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            }
            @keyframes pulse {
              0%, 100% {
                opacity: 1;
              }
              50% {
                opacity: 0.5;
              }
            }
            .grid-cols {
              grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .grid-cols-subgrid {
              grid-template-columns: subgrid;
            }
            
/* Admin Page css End*/



/* Iframe css Start*/


/* Style input with button inside */
.input-with-button {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-button input {
  width: 100%;
  padding-right: 40px; /* space for button */
}

.input-with-button button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: none;      /* remove background */
  border: none;          /* remove border */
  outline: none;         /* remove focus outline */
  box-shadow: none;      /* remove browser default shadows */
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

/* Overlay modal */
#iframeOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#iframeOverlay iframe {
  width: 80%;
  height: 80%;
  border: none;
  border-radius: 8px;
  background: #fff;
}

.closeBtn {
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;      
  font-size: 18px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
}

/* Iframe css End */


/* List */

	ul.list {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.list li {
			display: inline-block;
			padding-left: 0;
			vertical-align: middle;
		}

			ul.list li > .page {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				border-bottom: 0;
				border-radius: 5px;
				display: inline-block;
				height: 1.5em;
				line-height: 1.5em;
				margin: 0 0.125em;
				min-width: 1.5em;
				padding: 0 0.5em;
				text-align: center;
			}

				ul.list li > .page:hover {
					background-color: rgba(255, 255, 255, 0.025);
				}

				ul.list li > .page.active {
					background-color: #000000;
				}

			ul.list li:child {
				padding-right: 0.95em;
			}

			ul.list li:child {
				padding-left: 0.95em;
			}
			
			
		@media screen and (max-width: 600px) {
  .list.filters {
    flex-wrap: wrap;        /* allow buttons to move to multiple lines */
    gap: 0.75rem 0.75rem;   /* vertical + horizontal spacing */
    justify-content: center;
    padding: 0.5rem 0;      /* top/bottom breathing room */
  }

  .list.filters li {
    margin: 0;              /* prevent li from adding extra spacing */
  }

  .list.filters .button.small {
    padding: 0.5em 1em;     /* more tap-friendly */
    font-size: 0.9rem;      /* slightly smaller on mobile */
  }
}


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

			ul.list li:nth-child(n+2):nth-last-child(n+2) {
				display: none;
			}

			ul.list li .button {
				width: 100%;
			}

			ul.list li:first-child {
				width: calc(50% - 2px);
				text-align: left;
				padding-right: 0.325em;
			}

			ul.list li:last-child {
				width: calc(50% - 2px);
				text-align: right;
				padding-left: 0.325em;
			}

		}

/* Make filter buttons wrap on small screens */
.list.filters {
    display: flex;
    flex-wrap: wrap;           /* <-- allows wrapping */
    justify-content: center;
    gap: 0.75rem;              /* spacing BETWEEN buttons */
    padding: 0;
    margin: 0;
}

/* Make each <li> behave nicely in wrapping context */
.list.filters li {
    display: flex;             /* prevents weird inline-block behavior */
    margin: 0;
    padding: 0;
}

/* Add spacing INSIDE the buttons */
.list.filters .button.small {
    padding: 0.6em 1.25em;     /* <-- text spacing */
    font-size: 0.95rem;
    white-space: nowrap;       /* keeps each button on one line */
}




/* IDEK */

      a { border-bottom: none; }

      .masonry {
        column-count: 3;
        column-gap: 1rem;
      }
      @media (max-width: 992px) {
        .masonry { column-count: 2; }
      }
      @media (max-width: 576px) {
        .masonry { column-count: 1; }
      }
      .masonry-item {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        margin-bottom: 1rem;
      }

      .masonry-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px;
      }

      .gallery-hero {
        margin-bottom: 1.5rem;
      }

      .filters .button.small.active { pointer-events: none; }
      
      .col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
      }
      
        .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .nothing{
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
  
  .nothing:hover{
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
  
/* ------ Slider  ------ */
.auto-slider {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

.auto-slider .slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  opacity: 0 !important;
  transition: opacity .6s ease !important;
}

.auto-slider .slide.active {
  opacity: 1 !important;
  position: relative !important;
}

/* images + videos */
.auto-slider .slide img,
.auto-slider .slide video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* arrows */
.auto-slider .slider-prev,
.auto-slider .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  border: none !important;
  outline: none !important;
  background: rgba(0,0,0,.5) !important;
  color: #fff !important;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
.auto-slider .slider-prev { left: 10px; }
.auto-slider .slider-next { right: 10px; }

/* dots */
.auto-slider .slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.auto-slider .slider-dots button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  cursor: pointer;
  font-size: 0;
}

.auto-slider .slider-dots button.active {
  background: #fff !important;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect */
  height: 0;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ----- Mobile Spacing (Under 768px) ----- */
@media (max-width: 768px) {

  /* Add spacing around the entire slider */
  .auto-slider {
    padding: 20px 0 !important;
  }

  /* Optional: spacing between slide content and edges */
  .auto-slider .slide img,
  .auto-slider .slide video {
    margin-bottom: 15px !important;
  }

  /* Move arrows outward for easier tapping */
  .auto-slider .slider-prev {
    left: 4px !important;
  }

  .auto-slider .slider-next {
    right: 4px !important;
  }

  /* Larger hit area for arrows on mobile */
  .auto-slider .slider-prev,
  .auto-slider .slider-next {
    padding: 10px 14px !important;
    font-size: 28px !important;
  }

  /* More space below dots */
  .auto-slider .slider-dots {
    bottom: 20px !important;
  }

  .auto-slider .slider-dots button {
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
  }
}
