/* style.css */

@media (max-width: 1400px) {
  .hide-on-small {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hide-on-small-banner {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .nav-buttom {
    margin-bottom: 10px!important;
  }
}

@media (max-width: 500px) {
  .home-domains {
    margin-top: 20px!important;
  }
}

@media (max-width: 1400x) {
  .nav-width {
    width: 100%!important;
  }
}
.custom-hero-banner h1 {
	font-size: 50px!important;
}

.custom-hero-banner {
  background-image: url('https://c.netcetera.uk/assets/img/home-banner.jpg');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;   /* Horizontally center */
  background-position: center 30%;
  color: black;
  position: relative;
  z-index: 1;
}

.custom-hero-banner::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  z-index: -1;
}

.custom-hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.banner{ auto;width:50%;}

.container-page {
  display: flex;
  align-items: center;     /* vertical centering */
  justify-content: center; /* horizontal centering */
  height: 400px;           /* set your container height */
  width: 1300px;             /* optional */
}

.abstract-banner {
  position: absolute;
  bottom: 0;
  width: 500px; /* fixed width keeps it from moving */
  z-index: 1;
}

.person-banner {
  position: absolute;
  bottom: 0;
  height: 350x;
  margin-left: 150px;
  z-index: 2;
}

.feature-banner {
  position: absolute;
  bottom: 0;
  width: 150px; /* fixed width keeps it from moving */
  border-radius: 5%;
  max-height: 100%;
  margin-left: 100px;
  margin-bottom: 30px;
  z-index: 4;
}

.page-banner {
  background: linear-gradient(135deg, #0A68FF, #4D94FF);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 450px;
  justify-content: center;   /* Horizontally center */
  z-index: 1;
}

.page-domain-uk-banner {
  position: relative;
  height: 450px;
  overflow: hidden;
  z-index: 1;
  justify-content: center;
  align-items: center; /* Optional: center vertically */
  background: linear-gradient(135deg, #0A68FF, #4D94FF); /* fallback gradient */
}

.page-domain-uk-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../img/unionjack.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Change this value to adjust image opacity */
  z-index: 0;
}

.page-domain-uk-banner > * {
  position: relative;
  z-index: 1; /* Ensures text/content is above background image */
}



.feature-image {
  border-radius: 8px;
  height: 350px;
}
.feature-image-rounded {
  border-radius: 5%;
}

.feature-image-vps {
  width: 650px;           /* set your desired width */
  height: 550px;          /* set your desired height */
  overflow: hidden;       /* hides overflow (cropping effect) */
  border-radius: 8px;    /* optional rounded corners */
  position: relative;
}

.feature-image-vps img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;      /* ensures no stretching */
  display: block;
}

.sitebuilderai-feature {
  width: 350x;           /* set your desired width */
  height: 300px;          /* set your desired height */
  overflow: hidden;       /* hides overflow (cropping effect) */
  border-radius: 8px;    /* optional rounded corners */
  position: relative;
}

.sitebuilderai-feature img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;      /* ensures no stretching */
  display: block;
}

.menu-feature {
  width: 210px;           /* set your desired width */
  height: 150px;          /* set your desired height */
  overflow: hidden;       /* hides overflow (cropping effect) */
  border-radius: 8px;    /* optional rounded corners */
  position: relative;
}

.menu-feature img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;      /* ensures no stretching */
  display: block;
}

.card-body-fixed {
height: 280px !important;
}

.card-body-home-fixed1 {
height: 250px !important;
}
.card-body-fixed1 {
height: 280px !important;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: #000000;
  padding: 15px;
  z-index: 9999;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.cookie-banner p {
  margin: 0;
  flex: 1;
}
.cookie-buttons {
  display: flex;
  gap: 10px;
  margin-left: 10px;
	margin-right: 100px;
}
.cookie-buttons button {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#accept-cookies { background-color: #1062fe; color: white; }
#reject-cookies { background-color: #6c757d; color: white; }

.domain-container {
  position: relative!impoortant;
  top: 0!impoortant;                     /* Use fixed `px`, not `%` */
}
.navbar-nav .nav-link {
  white-space: nowrap;
}

.step-item-size {
height: 650px !important;
}

