/*Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
  appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after{
	box-sizing: inherit;
}

html{
	box-sizing: border-box;
}

/* 404 */

.ic-404 {
  padding: 9em 2em;
  background: var(--white);
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.ic-404__inner {
  margin: 0 auto;
  text-align: center;
}

.ic-404__code {
  display: block;
  font-size: clamp(6em, 15vw, 12em);
  font-weight: 900;
  color: var(--yellow);
  line-height: 1;
  margin-bottom: 0.1em;
  text-shadow: 4px 4px 0 var(--black);
}

.ic-404__heading {
  font-size: clamp(1.75em, 3vw, 2.5em);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.75em;
}

.ic-404__text {
  font-size: 1.1em;
  color: var(--text);
  line-height: 1.75;
  margin: 0 0 2.5em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.ic-404__actions {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}

.ic-404__btn {
  display: inline-block;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.85em 2.5em;
  border-radius: 99px;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.ic-404__btn--primary {
  background: var(--yellow);
  color: var(--black);
  border: 3px solid var(--black);
}

.ic-404__btn--secondary {
  background: transparent;
  color: var(--black);
  border: 3px solid var(--black);
}

.ic-404__btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .ic-404{
    padding: 1em;
  }
  .ic-404__actions {
    flex-direction: column;
    align-items: center;
  }

  .ic-404__btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

/* ========== BASE ========== */

/* ── variables ── */

:root{
  --yellow:  #ffd700;
  --black: #000;
  --white: #fff;
  --bg-grey: #f2f2f2;
  --bg-services: #f9f8f6;
  --text: #333;

  --container-max-width: 1200px;

  --header-height: 120px;
  --hero-bar-height: 120px;
 
  --text-size-title: 2em;
  --text-size-subtitle: 1.5em;
  --text-size-body: 1em;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.container{
  max-width: var(--container-max-width);
  width: 100%;
  margin: 0 auto;
}

/* HEADER */

.site-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.75);
  padding: 2.75em 1em;
}

.header-inner{
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.header-logo{
  min-width: 250px;
}

.header-logo img{
  max-height: 150px;
  position: absolute;
  top: 1em;
  width: auto;
}

.header-nav{
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-nav a{
  color: white;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta{
  flex-shrink: 0;
}

.btn-quote{
  display: inline-block;
  background: var(--white);
  color: var(--text);
  padding: 0.25em 2em;
  border-radius: 999px;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.btn-quote:hover{
  box-shadow: 0px 0px 15px var(--yellow);
  background: var(--yellow);
}

.main-menu{
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .menu-item{
  position: relative;
}

.main-menu .menu-item > a{
  display: inline-block;
}

.main-menu > .menu-item a:hover{
  color: var(--yellow);
}

.menu-toggle{
  display: none;
}

.main-menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 1em;
  margin: 0;
  list-style: none;
  background: var(--white);
  box-shadow: 0 0 25px rgba(0,0,0,.12);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
}

.sub-menu li a{
  color: var(--text);
  margin: 0;
  padding: 0.5em 0.75em;
  border-radius: 6px;
  
}

.sub-menu li a:hover {
  background-color: var(--black);
}

.main-menu .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.main-menu .menu-item-has-children:hover > .sub-menu,
.main-menu .menu-item-has-children.open > .sub-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu .menu-item-has-children.open > .submenu-toggle{
  transform: rotate(180deg);
}

.mobile-menu{
  position: fixed;
  top: 0;
  right: -100%;
  width: 67%;
  height: 100%;
  background: #fff;
  z-index: 999;
  transition: right 0.3s ease;
  padding: 1.5em;
}

.mobile-menu.active{
  right: 0;
}

.mobile-menu-list, .sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li{
  margin-bottom: 1.15em;
}

.mobile-menu .menu > li{
  display: block;
}

.mobile-menu-list a{
  color: var(--text) !important;
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1.15em;
  padding: 0 !important;
  text-decoration: none;
}

.mobile-menu-list a:hover{
  background: none!important;
}

.mobile-menu-overlay{
  display: none;
  position: fixed;
  inset: 0;           
  background: rgba(0,0,0,0.5);
  z-index: 998;       
}

.mobile-menu-overlay.active{
  display: block;
}

.mobile-menu__inner{
  align-items: center;
  display: flex;
  flex-direction: column;
}

.mobile-menu-list a:hover{
  background: none;
}

/* ── responsive ──*/
@media (max-width: 1100px){
  .site-header{
    background: var(--black);
    position: static;
    padding: 0.5em;
  }
  .header-nav, .btn-quote{
    display: none;
  }
  .header-logo{
    min-width: auto;
    max-width: 150px;
    position: relative;
    width: 33%;
  }
  .header-logo img{
    position: static;
    width: 100%;
  }
  .menu-toggle{
    background: none;
    border: none;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .menu-toggle span{
    width: 25px;
    height: 3px;
    background: var(--white);
    display: block;
  }
  .sub-menu{
    padding-left: 1.5em;
    border-left: 2px solid var(--yellow);
  }
}

/* FOOTER */

.ic-footer {
  background: var(--black);
  position: relative;
}

/* ── Main ── */
.ic-footer__main {
  display: flex;
  justify-content: center;
  padding: 3em 2em;
  position: relative;
}

.ic-footer__main-inner {
  display: flex;
}

/* ── Brand ── */
.ic-footer__brand {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 50%;
}

.ic-footer__logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* ── Right ── */
.ic-footer__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 2em;
}

.ic-footer__nav{
  display: flex;
  justify-content: center;
}

/* ── Nav ── */
.ic-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 3em;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.ic-footer__menu li a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ic-footer__menu li a:hover {
  color: var(--yellow);
}

/* ── Cols ── */
.ic-footer__cols {
  display: flex;
  gap: 3em;
  justify-content: center;
}

/* ── Col heading ── */
.ic-footer__col-heading {
  color: var(--white);
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
}

/* ── Contact & Explore ── */
.ic-footer__contact,
.ic-footer__explore {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-align: center;
}

.ic-footer__explore {
  flex: 1.35;
  min-width: 420px;
  align-items: center;
  gap: 1em;
}

.ic-footer__explore .ic-footer__col-heading {
  margin-bottom: 0.75em;
}

.ic-footer__explore-cols {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 4em;
  row-gap: 1em;
  width: max-content;
  max-width: 100%;
  text-align: left;
}

.ic-footer__explore-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  min-width: 0;
}

.ic-footer__contact-item,
.ic-footer__explore-item {
  color: var(--white);
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5;
}

.ic-footer__explore-item {
  display: block;
  white-space: nowrap;
}

.ic-footer__contact-item:hover,
.ic-footer__explore-item:hover {
  color: var(--yellow);
}

/* ── Social ── */
.ic-footer__social {
  position: absolute;
  bottom: 1em;
  right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 50%;
  transition: background 0.2s ease;
}

.ic-footer__social:hover {
  background: var(--yellow);
}

.ic-footer__social svg {
  width: 28px;
  height: 28px;
  fill: var(--black);
  stroke: none;
}

/* ── Bar ── */
.ic-footer__bar {
  padding: 1em 2em;
  border-top: 55px solid transparent;
  border-image: linear-gradient(to right, var(--yellow), var(--black)) 1;
}

.ic-footer__bar .container {
  margin: 0 auto;
}

.ic-footer__copyright {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 0.85em;
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-footer__main{
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
  .ic-footer__main-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ic-footer__brand {
    width: auto;
  }
  .ic-footer__logo {
    margin-bottom: 2em;
    max-width: 225px;
  }
  .ic-footer__menu {
    flex-direction: column;
    gap: 1em;
    justify-content: center;
  }
  .ic-footer__right{
    gap: 1em;
  }
  .ic-footer__cols {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .ic-footer__contact,
  .ic-footer__explore {
    align-items: center;
  }
  .ic-footer__explore {
    min-width: 0;
    width: 100%;
  }
  .ic-footer__explore-cols {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5em;
    row-gap: 0.85em;
    width: 100%;
    max-width: 520px;
  }
  .ic-footer__explore-col {
    align-items: center;
    gap: 0.85em;
  }
  .ic-footer__explore-item {
    white-space: normal;
    text-align: center;
  }
  .ic-footer__contact{
    margin-bottom: 3em;
  }
  .ic-footer__social {
    position: static;
    margin: 1em auto 0;
  }
}

/* ACCESSIBILITY */

.skip-link.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
  background: var(--yellow);
  color: var(--black);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  left: 1.5rem;
  top: 1.5rem;
  padding: 1em 1.5em;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== SECTIONS ========== */

/* HERO */

/* ── Hero wrapper ── */
.ic-hero {
  position: relative;
  width: 100%;
  height: 80dvh;
  min-height: 768px;
  max-height: 1440px;
  overflow: hidden;
}

/* ── Slider ── */
.ic-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ic-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.ic-hero__slide.is-active {
  opacity: 1;
}

/* ── Overlay ── */
.ic-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}

/* ── Content ── */
.ic-hero__content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(
    var(--header-height, 120px) +
    (100% - var(--header-height, 120px) - var(--hero-bar-height, 120px)) / 2
  );
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(22, 22, 22, 0.5);
  border-radius: 20px;
  padding: 2rem 1em;
  margin: 0;
  max-width: 600px;
  width: calc(100% - 2em);
  box-sizing: border-box;
}

.ic-hero__title {
  font-size: clamp(2.25em, 4vw, 4.5em);
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.02em;
}

.ic-hero__subtitle {
  font-size: clamp(1.5em, 3vw, 2.75em);
  color: var(--white);
  font-weight: 400;
  margin: 3rem 0;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.ic-hero__cta {
  display: inline-block;
  background-color: var(--yellow);
  color: var(--text);
  font-weight: 700;
  font-size: clamp(1.15em, 2vw, 1.75em);
  text-transform: uppercase;
  padding: 1.1rem 3.5rem;
  border-radius: 99px;
  border: 4px solid var(--black);
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.ic-hero__cta:hover{
  box-shadow: 0px 0px 15px var(--black);
}

/* ── Dots ── */
.ic-hero__dots {
  position: absolute;
  bottom: 90px;
  right: 1.5em;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.ic-hero__dot {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.35);
  border: 2px solid var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}

.ic-hero__dot.is-active {
  background: var(--white);
}

/* ── Info bar ── */
.ic-hero__bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  background: var(--white);
  padding: 1em;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
  min-width: 37%;
  width: 37%;
}

.ic-hero__bar-inner {
  display: flex;
  text-align: center;
}

.ic-hero__bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  color: var(--black);
  font-weight: 500;
  width: 30%;
}

.ic-hero__bar-item svg {
  width: 50px;
  height: 50px;
  fill: var(--black);
  flex-shrink: 0;
}

.ic-hero__bar-item a {
  color: inherit;
  text-decoration: none;
}

.ic-hero__bar-item a:hover {
  text-decoration: underline;
}

.ic-hero__bar-email {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

/* ── Responsive ── */
/* Header is in document flow below 1100px — center content in hero only */
@media (max-width: 1100px) {
  .ic-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: calc(100dvh - var(--header-height, 80px));
    max-height: none;
    padding-bottom: var(--hero-bar-height, 90px);
    box-sizing: border-box;
    --hero-bar-height: 90px;
  }

  .ic-hero__content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ic-hero {
    min-height: calc(99dvh - var(--header-height, 80px));
  }
  .ic-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
  }  
  .ic-hero__content {
    background: none;
    padding: 0 1em;
    text-align: center;
    max-width: 100%;
  }
  .ic-hero__subtitle {
    margin: 1em 0;
  }
  .ic-hero__cta{
    padding: 1em 2em;
  }
  .ic-hero__dots{
    top: 0.5em;
    bottom: auto;
    right: 0.5em;
  }
  .ic-hero__dot{
    width: 24px;
    height: 24px;
  }
  .ic-hero__bar {
    bottom: 0;
    clip-path: none;
    display: flex;
    justify-content: center;
    padding: 0.5em;
    width: 100%;
  }
  .ic-hero__bar-inner {
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  .ic-hero__bar-item svg{
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1440px){
  .ic-hero__content{
    max-width: 680px;
  }
  .ic-hero__bar-email {
    max-width: 160px;
  }
}
@media (min-width: 1680px){
  .ic-hero__content{
    max-width: 720px;
  }
  .ic-hero__bar-email {
    max-width: 230px;
  }
}

/* ABOUT */

.ic-about {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  padding: 5em 2em;
}

/* Full-width single column when no images */
.ic-about--no-images .ic-about__full {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ic-about--no-images .ic-about__heading,
.ic-about--no-images .ic-about__divider,
.ic-about--no-images .ic-about__content-text {
  width: 100%;
  max-width: 100%;
}

.ic-about--no-images .ic-about__divider {
  width: 100%;
}

.ic-about--no-images .ic-about__content-text > * {
  max-width: 100%;
}

.ic-about--no-images .features-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3em 6em;
  width: 100%;
  max-width: 100%;
}

.ic-about--no-images .features-col {
  flex: 1 1 50%;
  min-width: 0;
}

/* Two-column layout only when images are present */
.ic-about__inner--has-images {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2em;
  width: 100%;
}

.ic-about__inner--has-images .ic-about__content {
  width: 100%;
  min-width: 0;
}

.ic-about__content {
  width: 100%;
  min-width: 0;
}

/* ── Images ── */
.ic-about__images {
  position: relative;
  aspect-ratio: 4 / 3.5;
}

.ic-about__img {
  object-fit: cover;
  box-shadow: 0 0 0 5px var(--white), 0 0 5px 4px rgba(0,0,0,0.7);
}

.ic-about__img--primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
}

.ic-about__img--secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
}

/* ── Content ── */
.ic-about__heading {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  margin-bottom: 0.5em;
}

.ic-about__divider {
  display: block;
  width: 50%;
  height: 4px;
  background: linear-gradient(to right, var(--yellow), var(--black));
  margin-bottom: 1.5em;
}

.ic-about__content-text {
  font-size: 1.45em;
  color: var(--text);
  line-height: 1.3;
  margin: 0 0 1.25em;
  width: 100%;
  max-width: 100%;
}

.ic-about__content-text:last-child {
  margin-bottom: 0;
}

/* HTML blocks inside about content (e.g. two-column feature lists) */
.ic-about__content-text > *:first-child {
  margin-top: 0;
}

.ic-about__content-text > *:last-child {
  margin-bottom: 0;
}

.features-cols,
.ic-about__content-text .features-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5em 5em;
  width: 100%;
  max-width: 100%;
}

.features-col,
.ic-about__content-text .features-col {
  flex: 1 1 calc(50% - 2.5em);
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 2.25em;
}

.feature-item,
.ic-about__content-text .feature-item {
  width: 100%;
}

.feature-item__title,
.ic-about__content-text .feature-item__title {
  font-size: 1.35em;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 0.5em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid var(--yellow);
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.feature-item__text,
.ic-about__content-text .feature-item__text {
  font-size: 1.05em;
  margin: 0;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .features-cols,
  .ic-about__content-text .features-cols,
  .ic-about--no-images .features-cols {
    flex-direction: column;
    gap: 2em;
  }

  .ic-about {
    padding: 2em 1em;
    margin: 0;
  }
  .ic-about__inner--has-images {
    grid-template-columns: 1fr;
    gap: 3em;
  }
  .ic-about__images {
    aspect-ratio: 4 / 3;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .ic-about__img--primary{
    width: 61%;
  }
  .ic-about__content-text {
    font-size: 1.25em;
  }
}

/* SERVICES */

.ic-services {
  display: flex;
  justify-content: center;
  padding: 2em;
  background: var(--bg-grey);
}

.ic-services__header {
  margin-bottom: 2em;
}

.ic-services__heading {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  margin: 0 0 0.25em;
}

.ic-services__subheading {
  font-size: 1.45em;
  color: var(--text);
  margin: 0;
  margin-bottom: 1em;
}

/* ── Slider ── */
.ic-services__slider {
  overflow: hidden;
  position: relative;
}

.ic-services__track {
  display: flex;
  gap: 1.5em;
  transition: transform 0.5s ease;
}

/* ── Card ── */
.ic-services__card {
  flex: 0 0 calc(33.333% - 1em);
  background: var(--white);
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ic-services__card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.ic-services__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ic-services__card-body {
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.ic-services__card-title {
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 1em;
}

.ic-services__card-divider {
  display: block;
  width: 25%;
  height: 5px;
  background: var(--black);
  margin-bottom: 2em;
}

.ic-services__card-description {
  font-size: 1em;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 1.5em;
  flex: 1;
}

.ic-services__card-cta {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  font-size: 1em;
  padding: 0.75em 2.5em;
  border-radius: 99px;
  border: 3px solid var(--black);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
  margin-top: auto;
}

.ic-services__card-cta:hover {
  box-shadow: 0px 0px 5px var(--black);
}

/* ── Dots ── */
.ic-services__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2em;
}

.ic-services__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--black);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.ic-services__dot.is-active {
  background: var(--black);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-services{
    display: block;
    padding: 2em 1em;
  }
  .ic-services__subheading {
    font-size: 1.25em;
  }
  .ic-services__track {
    gap: 1em;
  }
  .ic-services__card {
    flex: 0 0 100%;
  }
  .ic-services__card-body {
    padding: 1em;
  }
  .ic-services__card-title {
    font-size: 1.5em;
    margin: 0 0 0.75em;
  }
  .ic-services__card-divider {
    margin-bottom: 1em;
  }
  .ic-services__dots {
    display: flex;
  }
}

/* WHY US */

.ic-why-us {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5em 2em;
}

.ic-why-us__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.ic-why-us__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.ic-why-us__box {
  background: rgba(22, 22, 22, 0.75);
  border-radius: 45px;
  padding: 3em 4em;
  width: 90%;
  text-align: center;
}

.ic-why-us__heading {
  font-size: clamp(1.5em, 3vw, 2.5em);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 1em;
}

.ic-why-us__content p {
  font-size: clamp(1em, 2vw, 1.25em);
  color: var(--white);
  line-height: 1.8;
  margin: 0 0 1.25em;
}

.ic-why-us__content p:last-child {
  margin-bottom: 0;
}

.ic-why-us__content strong {
  color: var(--white);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-why-us{
    padding: 1em;
  }
  .ic-why-us__box {
    border-radius: 25px;
    padding: 2em 1.5em;
    width: 100%;
  }
  .ic-why-us__content p {
    line-height: 1.6;
  }
}

/* TESTIMONIALS */

.ic-testimonials {
  display: flex;
  justify-content: center;
  padding: 2em;
  background: var(--bg-grey);
}

.ic-testimonials__header {
  text-align: center;
  margin-bottom: 2.5em;
}

.ic-testimonials__heading {
  font-size: 1.9em;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 0.25em;
}

.ic-testimonials__subheading {
  font-size: 1.45em;
  color: var(--text);
  margin: 0;
}

/* ── Slider ── */
.ic-testimonials__slider {
  overflow: hidden;
  position: relative;
}

.ic-testimonials__track {
  display: flex;
  gap: 1.5em;
  transition: transform 0.5s ease;
}

/* ── Card ── */
.ic-testimonials__card {
  flex: 0 0 calc(33.333% - 1em);
  background: var(--bg-grey);
  border: 3px solid var(--yellow);
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ic-testimonials__card-inner {
  background-color: var(--white);
  padding: 1.5em 2em;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ic-testimonials__text {
  font-size: 1.1em;
  color: var(--text);
  line-height: 1.4;
  margin: 0 0 1em;
  flex: 1;
}

.ic-testimonials__divider {
  display: block;
  width: 100%;
  height: 5px;
  background: var(--bg-grey);
  margin-bottom: 1.5em;
}

/* ── Author ── */
.ic-testimonials__author {
  display: flex;
  align-items: center;
  gap: 1em;
}

.ic-testimonials__check {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-testimonials__check svg {
  width: 26px;
  height: 26px;
  fill: var(--white);
}

.ic-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.ic-testimonials__name {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--black);
}

.ic-testimonials__date {
  font-size: 0.9em;
  color: var(--text);
  font-style: italic;
}

/* ── Dots ── */
.ic-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2em;
}

.ic-testimonials__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--black);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.ic-testimonials__dot.is-active {
  background: var(--black);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-testimonials{
    display: block;
    padding: 2em 1em;
  }
  .ic-testimonials__heading {
    font-size: 1.7em;
  }
  .ic-testimonials__subheading {
    font-size: 1.2em;
  }
  .ic-testimonials__track {
    gap: 1em;
  }
  .ic-testimonials__card {
    flex: 0 0 100%;
  }
  .ic-testimonials__text {
    font-size: 1em;
  }
}

/* GALLERY */

.ic-gallery {
  display: flex;
  justify-content: center;
  padding: 2em;
  background: var(--white);
}

.ic-gallery__header {
  margin-bottom: 1.5em;
}

.ic-gallery__heading {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.25em;
}

.ic-gallery__subheading {
  font-size: 1.45em;
  color: var(--text);
  margin: 0;
}

/* ── Grid ── */
.ic-gallery__grid {
  display: flex;
  gap: 6px;
  height: 480px;
}

.ic-gallery__item {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.5s ease;
}

.ic-gallery__item.is-active {
  flex: 4;
}

.ic-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ic-gallery__item:hover img {
  transform: scale(1.03);
}

/* ── Lightbox ── */
.ic-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.ic-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.ic-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.ic-lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-lightbox__close svg {
  width: 28px;
  height: 28px;
  fill: var(--white);
}

.ic-gallery__track-wrapper {
  overflow: hidden;
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-gallery__subheading {
    font-size: 1.25em;
  }
  .ic-gallery__grid {
    flex-direction: row;
    height: 280px;
    overflow: visible;
    transition: transform 0.5s ease;
    width: 100%;
  }
  .ic-gallery__item {
    flex: 0 0 100%;
    height: 100%;
    min-width: 100%;
  }
  .ic-gallery__item.is-active {
    flex: 0 0 100%;
    height: 100%;
  }
}

/* CTA */

.ic-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5em 2em;
}

.ic-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
}

.ic-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.ic-cta__heading {
  font-size: 2.25em;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 0.5em;
}

.ic-cta__subheading {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 2em;
}

.ic-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
}

.ic-cta__btn {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: clamp(1em, 1.5vw, 1.2em);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1em 3em;
  border-radius: 12px;
  border: 3px solid var(--black);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
  min-width: 200px;
}

.ic-cta__btn:hover {
  box-shadow: 0px 0px 15px var(--black);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-cta{
    padding: 2em;
  }
  .ic-cta__heading {
    font-size: 2em;
    font-weight: 700;
  }
  .ic-cta__subheading {
    font-size: 1.25em;
    font-weight: 700;
  }
  .ic-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  .ic-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}

/* HERO INNER */

.ic-hero-inner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 420px;
  display: flex;
  align-items: center;
  height: 40dvh;
}

.ic-hero-inner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.ic-hero-inner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Content ── */
.ic-hero-inner__content {
  padding: calc(var(--header-height, 120px) + 3em) 1em 2em;
}

.ic-hero-inner__label {
  display: block;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--yellow);
  margin-bottom: 0.5em;
}

.ic-hero-inner__title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 0.35em;
  line-height: 1.1;
}

.ic-hero-inner__subtitle {
  font-size: clamp(1em, 2vw, 1.25em);
  color: var(--white);
  margin: 0 0 2.5em;
  max-width: 600px;
}

/* ── Breadcrumb ── */
.ic-hero-inner__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  font-size: 1em;
}

.ic-hero-inner__breadcrumb a {
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
}

.ic-hero-inner__breadcrumb a:hover {
  opacity: 1;
  color: var(--yellow);
}

.ic-hero-inner__breadcrumb span:not([aria-hidden]) {
  color: var(--white);
  opacity: 0.6;
}

.ic-hero-inner__breadcrumb span[aria-hidden] {
  color: var(--white);
  opacity: 0.5;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-hero-inner {
    min-height: 320px;
    padding: 0 1em;
  }
  .ic-hero-inner__content {
    padding: 3em 0;
  }
  .ic-hero-inner__breadcrumb {
    font-size: 0.85em;
  }
}

/* SERVICE CONTENT */

.ic-service-content {
  padding: 5em 2em;
  background: var(--white);
}

.ic-service-content__inner {
  margin: 0 auto;
  max-width: 860px;
}

.ic-service-content__label {
  display: block;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--yellow);
  margin-bottom: 0.75em;
}

.ic-service-content__heading {
  font-size: clamp(1.5em, 2.5vw, 2.25em);
  font-weight: 900;
  color: var(--black);
  margin: 0 0 1.25em;
  line-height: 1.2;
}

.ic-service-content__body p {
  font-size: 1.05em;
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 1.25em;
}

.ic-service-content__body p:last-child {
  margin-bottom: 0;
}

.ic-service-content__body h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--black);
  margin: 2em 0 0.5em;
}

.ic-service-content__body strong {
  font-weight: 700;
  color: var(--black);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-service-content {
    padding: 3em 1.5em;
  }
}

/* CONTACT FORM */

.ic-contact-form {
  background: var(--white);
}

.ic-contact-form__inner {
  display: flex;
  min-height: 600px;
}

/* ── Image ── */
.ic-contact-form__image {
  flex: 0 0 50%;
  overflow: hidden;
}

.ic-contact-form__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Content ── */
.ic-contact-form__content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2em 0;
}

.ic-contact-form__content .container {
  width: 100%;
  padding: 0 3em;
}

.ic-contact-form__heading {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.75em;
}

.ic-contact-form__subheading {
  font-size: 1em;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 2em;
}

/* ── Gravity Forms overrides ── */
.ic-contact-form .gform_wrapper {
  max-width: 100%;
}

.ic-contact-form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.ic-contact-form .gfield--width-full {
  grid-column: 1 / -1;
}

.ic-contact-form .gfield label {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.4em;
  display: block;
}

.ic-contact-form .ginput_container input,
.ic-contact-form .ginput_container textarea,
.ic-contact-form .ginput_container select {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1em;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  box-sizing: border-box;
}

.ic-contact-form .ginput_container textarea {
  min-height: 140px;
  resize: vertical;
}

#gform_submit_button_1,
.ic-contact-form .gform-footer input[type="submit"],
.ic-contact-form .gform-footer .gform_button {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
  border: 3px solid var(--black) !important;
  border-radius: 99px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.85em 3em !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

#gform_submit_button_1:hover,
.ic-contact-form .gform-footer .gform_button:hover {
  box-shadow: 0 0 15px var(--black) !important;
}

.ic-contact-form .ginput_container input:focus,
.ic-contact-form .ginput_container textarea:focus,
.ic-contact-form .ginput_container select:focus {
  outline: none !important;
  border-color: var(--yellow) !important;
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.3) !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-contact-form__inner {
    flex-direction: column;
  }
  .ic-contact-form__image {
    flex: none;
    height: 280px;
  }
  .ic-contact-form__content .container {
    padding: 0 1.5em;
  }
  .ic-contact-form .gform_fields {
    grid-template-columns: 1fr;
  }
  #gform_submit_button_1, .ic-contact-form .gform-footer input[type="submit"], .ic-contact-form .gform-footer .gform_button {
    padding: 1.5em 3em !important;
    width: 100%;
  }
}

/* SERVICES LIST */

.ic-services-list {
  padding: 3em 2em;
  background: var(--white);
}

.ic-services-list__inner {
  margin: 0 auto;
}

/* ── Header ── */
.ic-services-list__header {
  margin-bottom: 3em;
}

.ic-services-list__heading {
  font-size: clamp(1.75em, 3vw, 2.5em);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.35em;
}

.ic-services-list__subheading {
  font-size: 1.1em;
  color: var(--text);
  margin: 0;
}

/* ── Items ── */
.ic-services-list__items {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.ic-services-list__item {
  background-color: var(--bg-services);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4em;
  position: relative;
}

.ic-services-list__item--reverse {
  flex-direction: row-reverse;
}

/* ── Image ── */
.ic-services-list__image {
  flex: 0 0 50%;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
}

.ic-services-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ic-services-list__item:hover .ic-services-list__image img {
  transform: scale(1.03);
}

/* ── Content ── */
.ic-services-list__content {
  flex: 1;
  padding: 0 2em;
}

.ic-services-list__decor {
  position: absolute;
  color: var(--yellow);
  opacity: 0.3;
  pointer-events: none;
}

.ic-services-list__decor--dots {
  top: 0.75em;
  right: 0.75em;
  width: 15%;
}

.ic-services-list__item--reverse .ic-services-list__decor--dots{
  right: calc(50% + 0.75em);
} 

.ic-services-list__title {
  font-size: clamp(1.25em, 2vw, 1.75em);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.5em;
}

.ic-services-list__divider {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--black);
  margin-bottom: 1em;
}

.ic-services-list__description {
  font-size: 1em;
  color: var(--text);
  line-height: 1.75;
  margin: 0 0 1.5em;
}

.ic-services-list__cta {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  font-size: 1em;
  padding: 0.75em 2.5em;
  border-radius: 99px;
  border: 3px solid var(--black);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.ic-services-list__cta:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-services-list{
    padding: 2em 1em;
  }
  .ic-services-list__items {
    gap: 2em;
  }
  .ic-services-list__content{
    padding: 1em;
  }
  .ic-services-list__item,
  .ic-services-list__item--reverse {
    flex-direction: column;
    gap: 1.5em;
  }
  .ic-services-list__image {
    flex: none;
    width: 100%;
  }
  .ic-services-list__decor {
    display: none;
  }
}

/* FEATURES */

.ic-features {
  padding: 3em 2em;
  background: #f4f4f4;
}

.ic-features__inner {
  display: flex;
  gap: 4em;
  align-items: center;
  margin: 0 auto;
}

/* ── Left ── */
.ic-features__left {
  flex: 1;
}

/* ── Header ── */
.ic-features__header {
  margin-bottom: 4em;
}

.ic-features__heading {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.5em;
  line-height: 1.2;
}

.ic-features__subheading {
  font-size: 1.25em;
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

/* ── List ── */
.ic-features__list {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
}

.ic-features__item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

/* ── Icon ── */
.ic-features__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: var(--yellow);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-features__icon i {
  font-size: 1em;
  color: var(--black);
}

/* ── Text ── */
.ic-features__text {
  flex: 1;
}

.ic-features__title {
  font-size: 1.35em;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.35em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid var(--yellow);
  display: inline-block;
}

.ic-features__description {
  font-size: 1em;
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

.ic-features__images {
  flex: 0 0 45%;
  position: relative;
  min-height: 600px;
}

.ic-features__img {
  object-fit: cover;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 5px var(--white), 0 0 5px 4px rgba(0,0,0,0.7);
}

.ic-features__img:nth-child(1) {
  top: 0;
  left: 5%;
  width: 70%;
  aspect-ratio: 3 / 4;
  z-index: 1;
}

.ic-features__img:nth-child(2) {
  top: 5%;
  right: 0;
  width: 48%;
  aspect-ratio: 4 / 3;
  z-index: 2;
}

.ic-features__img:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 55%;
  aspect-ratio: 4 / 3;
  z-index: 3;
}

@media (max-width: 768px) {
  .ic-features {
    padding: 2em 1em;
  }
  .ic-features__inner {
    flex-direction: column;
    gap: 2em;
  }
  .ic-features__header {
    margin-bottom: 2em;
  }
  .ic-features__left{
    order: 2;
  }
  .ic-features__description {
    font-size: 0.85em;
    line-height: 1.4;
  }
  .ic-features__images {
    flex: none;
    width: 100%;
    min-height: unset;
    position: static;
  }
  .ic-features__img:nth-child(1) {
    position: static;
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: none;
    order: 1;
  }
  .ic-features__img:nth-child(2),
  .ic-features__img:nth-child(3) {
    display: none;
  }
}

/* GALLERY MASONRY */

.ic-gallery-masonry {
  padding: 5em 2em;
  background: var(--white);
}

.ic-gallery-masonry__inner {
  margin: 0 auto;
}

/* ── Grid ── */
.ic-gallery-masonry__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

/* ── Item ── */
.ic-gallery-masonry__item {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ── Cover ── */
.ic-gallery-masonry__cover {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  cursor: pointer;
}

.ic-gallery-masonry__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ic-gallery-masonry__item:hover .ic-gallery-masonry__cover img {
  transform: scale(1.05);
}

.ic-gallery-masonry__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.ic-gallery-masonry__item:hover .ic-gallery-masonry__overlay {
  background: rgba(0, 0, 0, 0.35);
}

/* ── Caption ── */
.ic-gallery-masonry__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.25em;
  background: var(--white);
  gap: 1em;
}

.ic-gallery-masonry__title {
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}

/* ── Button ── */
.ic-gallery-masonry__btn {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: var(--yellow);
  border: 3px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  font-size: 1em;
  color: var(--black);
}

.ic-gallery-masonry__btn:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

/* ── Lightbox ── */
.ic-masonry-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.ic-masonry-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.ic-masonry-lightbox__img-wrap {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-masonry-lightbox__img-wrap img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.ic-masonry-lightbox__close,
.ic-masonry-lightbox__prev,
.ic-masonry-lightbox__next {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background 0.2s ease;
  font-size: 1em;
}

.ic-masonry-lightbox__close:hover,
.ic-masonry-lightbox__prev:hover,
.ic-masonry-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ic-masonry-lightbox__close {
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.25em;
}

.ic-masonry-lightbox__prev {
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.ic-masonry-lightbox__next {
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.ic-masonry-lightbox__counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 0.9em;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-gallery-masonry {
    padding: 2em 1em;
  }
  .ic-gallery-masonry__grid {
    grid-template-columns: 1fr;
  }
  .ic-masonry-lightbox__prev {
    left: 0.5rem;
  }
  .ic-masonry-lightbox__next {
    right: 0.5rem;
  }
}

/* CONTACT PAGE */

.ic-contact-page {
  padding: 5em 2em;
  background: var(--bg-services);
}

.ic-contact-page__inner {
  display: flex;
  gap: 4em;
  align-items: flex-start;
  margin: 0 auto;
}

/* ── Left ── */
.ic-contact-page__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.ic-contact-page__label {
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text);
}

.ic-contact-page__heading {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  line-height: 1.2;
}

.ic-contact-page__text p {
  font-size: 1em;
  color: var(--text);
  line-height: 1.75;
  margin: 0 0 1em;
}

.ic-contact-page__text p:last-child {
  margin-bottom: 0;
}

/* ── Find Us ── */
.ic-contact-page__find-us {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.ic-contact-page__find-label {
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text);
}

.ic-contact-page__info-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-size: 1em;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ic-contact-page__info-item:hover {
  color: var(--black);
}

.ic-contact-page__info-item i {
  font-size: 1.1em;
  color: var(--black);
  width: 20px;
  text-align: center;
}

/* ── Social ── */
.ic-contact-page__social {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.ic-contact-page__social-icons {
  display: flex;
  gap: 1em;
}

.ic-contact-page__social-icons a {
  font-size: 1.75em;
  color: var(--black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ic-contact-page__social-icons a:hover {
  color: var(--yellow);
}

/* ── Right ── */
.ic-contact-page__right {
  flex: 1;
}

.ic-contact-page__form-box {
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 2.5em;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* ── Gravity Forms overrides ── */
.ic-contact-page .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.ic-contact-page .gfield--width-full {
  grid-column: 1 / -1;
}

.ic-contact-page .gfield label {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.4em;
  display: block;
}

.ic-contact-page .ginput_container input,
.ic-contact-page .ginput_container textarea,
.ic-contact-page .ginput_container select {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1em;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  box-sizing: border-box;
}

.ic-contact-page .ginput_container input:focus,
.ic-contact-page .ginput_container textarea:focus,
.ic-contact-page .ginput_container select:focus {
  outline: none !important;
  border-color: var(--yellow) !important;
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.3) !important;
}

.ic-contact-page .ginput_container textarea {
  min-height: 140px;
  resize: vertical;
}

.ic-contact-page .gform-footer input[type="submit"],
.ic-contact-page .gform_button[type="submit"] {
  width: 100% !important;
  background-color: var(--yellow) !important;
  color: var(--black) !important;
  font-weight: 800 !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.85em 3em !important;
  border-radius: 6px !important;
  border: 3px solid var(--black) !important;
  cursor: pointer !important;
}

.ic-contact-page .gform-footer input[type="submit"]:hover,
.ic-contact-page .gform_button[type="submit"]:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
}

.ic-contact-page__text a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.ic-contact-page__text a:hover {
  text-decoration: underline;
}

.ic-contact-page .ginput_container_select select,
.ic-contact-form .ginput_container_select select {
  background-image: none !important;
  background-color: var(--white) !important;
  color: var(--text) !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  height: auto !important;
  min-height: 46px !important;
  padding: 0.75em 1em !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ic-contact-page{
    padding: 2em 1em;  
  }
  .ic-contact-page__inner {
    flex-direction: column;
    gap: 2.5em;
  }
  .ic-contact-page .gform_fields {
    grid-template-columns: 1fr;
  }
  .ic-contact-page__form-box {
    padding: 1.5em;
  }
}