:root {
  --color-primary: #6b2fad;
  --color-text-primary: #1e2029;
  --color-text-secondary: #646f79;
  --color-cart-light-background: #f6f8f9;
  --primary-color: #6B2FAD;
  --light-bg: #f1f3f4;
  --border-radius: 0.5rem;
}

@font-face {
  font-family: CircularStd-Medium;
  src: url("../Font\ -\ Circular/CircularStd-Medium.otf") format("opentype");
}

@font-face {
  font-family: CircularStd-Bold;
  font-weight: 900;
  src: url("../Font\ -\ Circular/CircularStd-Bold.otf") format("opentype");
}

/*
HIDING MOBIEL FROM NAV (temp?)
*/
.navbar-nav li:nth-child(6) {
  display: none;
}


body {
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
  color: #1e2029;
}

/* general */
.md-purple {
  color: var(--color-primary);
}

.md-black {
  color: var(--color-text-primary);
}

.md-grey {
  color: var(--color-text-secondary);
}

h1{
  color: #00dbdb;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 32px;
}

h2.large{
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 32px
}

h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
}

h2.small{
  font-size: 24px;
}

h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}

h3.large{
  font-size: 32px;
}

h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
}

.hero-section h4{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 32px;
}

.packages .table h4{
  margin-bottom: 24px;
}

.small-font {
  font-size: 10px !important;
}

.strike-through{
  display: inline-block;
  margin-right: 8px;
  text-decoration: line-through;
}

.extra-margin{
  margin-bottom: 132px;
}

.asterisk{
  font-size: 36px;
}

.label-coming-soon{
  background: #94EEC0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
  padding: 8px;
}

.btn {
  border-radius: 4px;
  padding: 10px 18px;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
}

.btn-outline-purple {
  border: 1px solid #6b2fad;
  color: #6b2fad;
  font-weight: bold;
}

.btn-outline-purple:hover {
  border: 1px solid #6b2fad;
  background-color: #6b2fad;
  color: #fff;
}

.btn-cta{
  background-color: #FFC700;
  color: #1e2029 !important;
}
.btn-cta:hover{
  background-color: #e6b400;
}

.bg-gray {
  background: #f1f3f4;
}

.rounded {
  border-radius: 10px !important;
}

ul{
  list-style: none;
  padding-left: 0px;
}

ul.check-list-white li,
ul.check-list-purple li,
ul.check-list li {
  margin-bottom: 18px;
  padding-left: 27px;
  position: relative;
}

ul.check-list-white li::before,
ul.check-list-purple li::before,
ul.check-list li::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 6px;
}

ul.check-list-white li::before {
  background-image: url("../images/icon-checkmark-white.svg");
}

ul.check-list-purple li::before {
  background-image: url("../images/icon-checkmark-purple.svg");
}

ul.check-list li {
  color: #1e2029;
}

ul.check-list li::before {
  background-image: url("../images/icon-checkmark-purple.svg");
  filter: brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(2844%) hue-rotate(201deg) brightness(95%) contrast(89%);
}

ul.icon-list{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.icon-list li{
  padding-bottom: 24px;
}

span.list-title{
  display: block;
  height: 32px;
  padding-left: 44px;
}

span.list-title.trust{
  background: url("../images/icon-trust.svg") no-repeat center left;
}

span.list-title.transparant{
  background: url("../images/icon-eye-black.svg") no-repeat center left;
  height: 24px;
}

span.list-title.safe{
  background: url("../images/icon-safe-shield-black.svg") no-repeat center left;
}

span.list-subtext{
  display: block;
  padding-top: 12px;
  padding-left: 44px;
}

ul.link-list li{
  padding: 8px 0px;
}

.btn-purple {
  background-color: #6b2fad;
  color: #ffffff !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #6b2fad !important;
  color: #ffffff !important;
}

.simple-table{
  border: 1px solid #95a4ac;
  width: 100%;
}

.simple-table tr:nth-child(even){
  background: #f1f3f4
}

.simple-table th,
.simple-table td{
  border-right: 1px solid #95a4ac;
  padding: 18px 24px;
}

.simple-table th:last-child,
.simple-table td:last-child{
  border-right: none;
}

.simple-table th{
  background: #f1f3f4;
  border-bottom: 1px solid #95a4ac;
  font-weight: bold;
}

section {
  margin-bottom: 90px;
}

.section-head {
  margin-bottom: 90px;
}

.section-head.extra-margin{
  margin-bottom: 148px;
}

section .col-12 .bg-gray {
  padding: 90px 90px;
}

.pros .container{
  position: relative;
}

.tooltip-info {
  cursor: pointer;
  display: inline;
  margin-left: 2px;
}

.tooltip-info img {
  width: 22px;
}

.padding-top {
  padding-top: 18px !important;
}

.align-left {
  justify-content: left !important;
}

.add-plugin {
  padding-left: 24px;
}

span.label-new{
  background: #94EEC0;
  border-radius: 3px;
  color: #1E2029;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  padding: 8px 12px;
  line-height: 100%;
  vertical-align: middle;
}

/* Video container */
.video-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container video,
.video-container img,
.video-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* navbar */
.navbar {
  padding: 0px;
}

.navbar .navbar-top {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  height: 72px;
}

.navbar .navbar-top .nav-link {
  color: #6b2fad;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  margin-right: 15px;
}

.navbar .navbar-brand img {
  width: 150px;
}

.navbar .navbar-toggler {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(246, 248, 249);
  padding: 16px;
  border: none;
  cursor: pointer;
}

.navbar .navbar-toggler .close-nav {
  display: none;
}

.navbar .navbar-toggler .open-nav {
  display: block;
}

.navbar .navbar-toggler.open .open-nav {
  display: none;
}

.navbar .navbar-toggler.open .close-nav {
  display: block;
}

.navbar .cart-icon a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(246, 248, 249);
  padding: 16px;
}

.navbar .navbar-bottom {
  background-color: rgb(107, 47, 173);
  color: #fff;
}

.navbar .small-links a {
  font-size: 16px;
  line-height: 13px;
  padding: 7px 25px;
}

.navbar-inner {
  width: 100%;
}

.navbar .navbar-bottom .nav-link {
  color: #fff;
  white-space: nowrap;
}

/* hero */
.hero-section {
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section p.hero-intro{
  margin-bottom: 32px;
}

.hero-section a {
  color: #fff;
}

.hero-section.home-hero {
  background: url("../images/shirley-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.home-hero.halloween {
  background: url("../images/shirley-header-halloween.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.domain-hero {
  background: url("../images/rein-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.domain-2-hero {
  background: url("../images/rein-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.vps-hero {
  background: url("../images/brian-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.email-hero {
  background: url("../images/email-header2025.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-section.website-op-maat {
  background: url("../images/website-op-maat-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.webshop-laten-maken {
  background: url("../images/webshop-laten-maken-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.website-laten-maken {
  /* background: url("../images/website-laten-maken-header.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.weekenddeal-hero {
  background: url("../images/weekenddeal-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.wsm-hero {
  background: url("../images/richard-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.webshop-hero {
  background: url("../images/sam-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.webhosting-hero {
  background: url("../images/ben-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

/* Green Hosting Hero Section Styling */
.hero-section.green-hosting-hero {
  background-image: url("../images/greenhosting-hero-comp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #1e2029;
  padding: 70px 0px;
}

.hero-section.green-hosting-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #E6FCED 0%, rgba(230, 252, 237, 0) 100%);
  z-index: 1;
}

.hero-section.green-hosting-hero .container {
  position: relative;
  z-index: 2;
}

.hero-section.green-hosting-hero h1,
.hero-section.green-hosting-hero h3,
.hero-section.green-hosting-hero .check-list-white li,
.hero-section.green-hosting-hero .proud p {
  color: #1e2029 !important;
}

.hero-section.green-hosting-hero .check-list-white li::before {
  color: #1e2029 !important;
}

.hero-section.green-hosting-hero .proud img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(2844%) hue-rotate(201deg) brightness(95%) contrast(89%);
}

.hero-section.mmw-hero {
  background: url("../images/tim-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}
.hero-section.mmw-hero-bf {
  background: url("../images/tim-header-blackfriday.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.wordpress-hero {
  background: url("../images/omar-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.wordpress-ai-hero {
  background: url("../images/rein-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.v-card-hero {
  background: url("../images/isabella-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}
.hero-section.cv-v-card-hero {
  background: url("../images/anna-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.mobiel-hero {
  background: url("../images/mobiel-1-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.home-hero.web3 {
  background: url("../images/web3-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.home-hero.web3-domain {
  background: url("../images/web3-domain-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.pw {
  background: url("../images/pw-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

.hero-section.home-hero.anniversary {
  background: url("../images/rachel-anniversary-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.anniversary-hero {
  background: url("../images/rob-anniversary-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.chocolate-hero{
  background: url("../images/chocolate-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.chocolate-hero{
  background: url("../images/chocolate-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.hello {
  background: url("../images/hello-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.frl {
  background: url("../images/frl-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.art {
  background: url("../images/art-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.marktplaats{
  background: url("../images/marktplaats-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.email{
  background: url("../images/email-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  color: #fff;
  padding: 70px 0px;
}

/* LocalTLD headers */
.hero-section.holland{
  background: url("../images/holland-3-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.rotterdam{
  background: url("../images/rotterdam-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.groningen{
  background: url("../images/groningen-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.utrecht{
  background: url("../images/utrecht-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.den-haag{
  background: url("../images/den-haag-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.delft{
  background: url("../images/delft-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.gouda{
  background: url("../images/gouda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.twente{
  background: url("../images/twente-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.twente{
  background: url("../images/twente-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.brabant{
  background: url("../images/brabant-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.breda{
  background: url("../images/breda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.leiden{
  background: url("../images/leiden-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.eindhoven{
  background: url("../images/eindhoven-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.zwolle{
  background: url("../images/zwolle-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.limburg{
  background: url("../images/limburg-header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.texel{
  background: url("../images/texel-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.drenthe{
  background: url("../images/drenthe-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.zeeland{
  background: url("../images/zeeland-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.shop-promo-hero {
  background: url("../images/shop-promo-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.store-promo-hero {
  background: url("../images/store-promo-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.package-transfer {
  background: url("../images/joe-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.domain-move {
  background: url("../images/joe-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.email-move {
  background: url("../images/joe-3-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.pricing-hero {
  background: url("../images/brian-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.black-friday {
  background: url("../images/black-friday-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.home-hero.christmas {
  background: url("../images/christmas-1-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.home-hero.new-year {
  background: url("../images/new-year-1-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section.valentine {
  background: url("../images/mijnvalentijn-header-comp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  min-height: 66vh;
}
.hero-section.security-policy-hero .container {
  min-height: inherit;
}

.hero-section h3 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 32px;
}

.hero-section ul {
  margin-bottom: 50px;
}

/* Sticker */
.sticker-price,
.sticker-percentage,
.sticker-promo-card{
	background: #FFC700;
	border-radius: 200px;
	box-shadow: 0px 2px 2px #303030;
	color: #303030;
	height: 200px;
	position: absolute;
	right: 2.5%;
	text-align: center;
	top: 5%;
	width: 200px;
}

.sticker-price .label,
.sticker-percentage .label,
.sticker-promo-card .label{
	font-size: 20px;
	line-height: 100%;
	padding-top: 36px;
	text-transform: uppercase;
}

.sticker-price .old-price,
.sticker-percentage .tag,
.sticker-promo-card .tag{
	color: #886A00;
	font-size: 18px;
	line-height: 100%;
	padding-top: 12px;
	text-decoration: line-through;
}

.sticker-price .new-price,
.sticker-percentage .percentage,
.sticker-promo-card .percentage{
	font-size: 48px;
	font-weight: bold;
	line-height: 100%;
	padding-top: 12px;
}

.sticker-percentage .tag,
.sticker-promo-card .tag{
  text-decoration: none;
}

.sticker-anniversary{
  position: absolute;
	right: 2.5%;
	top: 5%;
}

.sticker-anniversary.show-on-mobile{
  display: none;
}


/* City cards */
.city-card .row{
  margin-bottom: 32px;
}

.thumb-city{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 200px;
}

.content-city{
  background: #f1f3f4;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.content-city p:first-of-type{
  flex: 1;
}

.thumb-rotterdam{
  background-image: url("../images/rotterdam-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-utrecht{
  background-image: url("../images/utrecht-thumb.jpg");
}

.thumb-denhaag{
  background-image: url("../images/den-haag-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-brabant{
  background-image: url("../images/brabant-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-breda{
  background-image: url("../images/breda-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-gouda{
  background-image: url("../images/gouda-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-eindhoven{
  background-image: url("../images/eindhoven-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-zwolle{
  background-image: url("../images/zwolle-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-zeeland{
  background-image: url("../images/gouda-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-limburg{
  background-image: url("../images/limburg-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-delft{
  background-image: url("../images/delft-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-groningen{
  background-image: url("../images/groningen-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-leiden{
  background-image: url("../images/leiden-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-drenthe{
  background-image: url("../images/drenthe-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-twente{
  background-image: url("../images/twente-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-texel{
  background-image: url("../images/texel-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Web3 */
.thumb-frl{
  background-image: url("../images/frl-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-art-2{
  background-image: url("../images/art-2-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-pw{
  background-image: url("../images/pw-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Footer tsg */
.tsg-footer {
  margin-top: 20px;
  background-color: #FD9292;
  height: 50px;
  display: block;
  transition: 0.5s ease;
}

.tsg-footer__inner {
  margin: 0 auto;
  padding-top: 18px;
  width: 648px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tsg-footer:hover {
  background-color: #138461;
  transition: 0.5s ease;
}

.tsg-footer__tagline,
.tsg-footer__logo {
  width: 212px;
  padding-top: 0px;
  display: flex;
}

.tsg-footer__tagline {
  justify-content: flex-end;
}

.tsg-footer__logo {
  justify-content: flex-start;
}

.tsg-footer__icon {
  margin-top: -58px;
  margin-left: 20px;
  margin-right: 20px;
  width: 180px;
  height: 90px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.tsg-footer__icon svg {
  width: 180px;
  height: 180px;
}

.tsg-footer:hover .tsg-footer__icon {
  margin-top: -68px;
  height: 100px;
}

#main-navbar  {
  background: #6A29AE;
}

#main-navbar .nav-link {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 25px;
}

.screen-darken {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index:10; opacity:1;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.screen-darken-mobile.active {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index:10; opacity:1;
  position: fixed;
  width: 100%;
  height: 100vh;
}

#main-navbar .dropdown-menu h3.mega-menu-title{
  font-size: 32px;
  line-height: 120%;
}

#main-navbar .dropdown-menu h3 {
  margin-bottom: 25px;
}

#main-navbar .dropdown-menu a {
  font-weight: 450;
  font-size: 16px;
  color: #1E2029;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

#main-navbar .dropdown-menu a img {
  margin-right: 10px;
}

#main-navbar .dropdown-toggle::after {
  background: url("../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 15px;
  height: 10px;
  vertical-align: 0px;
  transition: all .3s;
}

#main-navbar .dropdown-collapse:not(.collapsed)::after {
  transform: rotate(180deg);
}

#main-navbar .dropdown-collapse.collapsed::after {
  transform: rotate(0deg);
}

#main-navbar .megamenu .row>* {
  padding: 0px;
}

.dropdown-menu {
  display: inherit;
  padding: inherit;
}

@media screen and (max-width: 1100px) {
  #main-navbar .nav-link {
    padding: 10px 13px;
  }
}

@media screen and (min-width: 992px) {
  #main-navbar .has-megamenu{
    position: static !important;
  }

  #main-navbar .megamenu {
    left: 50%;
    right: 0;
    width: 95%;
    margin-top: 0;
    transform: translateX(-50%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
  }

  #main-navbar .megamenu .col-megamenu {
    padding: 50px;
  }

  #main-navbar .megamenu .col-megamenu .col-megamenu-image img {
    height: 220px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mobile-sidenav {
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0;
    display:block;
    position: fixed;
    left:0;
    height: 100%;
    z-index: 1200;
    width:80%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-sidenav.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-sidenav .container, .mobile-sidenav .container-fluid{
    display: block;
  }

  #main-navbar .navbar-nav {
    margin: 0px;
    margin-top: 25px;
    padding: 0px;
  }

  #main-navbar .dropdown-menu {
    background: #472075;
    border-radius: 0px;
    margin: 0px;
    border: none;
  }

  #main-navbar .dropdown-menu .row>* {
    padding: 0px;
  }

  #main-navbar .dropdown-menu .col-megamenu {
    padding: 20px 30px;
  }

  #main-navbar .dropdown-menu h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  #main-navbar .dropdown-menu a {
    font-weight: 450;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-top: 19px;
  }

  #main-navbar .dropdown-menu a img {
    display: none;
  }

  #main-navbar .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 30px;
    white-space: unset;
  }
}

@media screen and (max-width: 576px) {
  #main-navbar .nav-link {
    padding: 12px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tsg-footer {
    height: 40px;
  }

  .tsg-footer__inner {
    padding-top: 12px;
    flex-wrap: wrap;
    width: 292px;
  }

  .tsg-footer__tagline,
  .tsg-footer__tagline svg {
    width: auto;
    height: 9px;
  }

  .tsg-footer__tagline,
  .tsg-footer__logo {
    padding-top: 5px;
  }

  .tsg-footer__tagline {
    min-width: 105px;
  }

  .tsg-footer__icon {
    margin-top: -22px;
    width: 62px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tsg-footer__icon svg {
    width: 62px;
    height: 62px;
  }

  .tsg-footer__logo,
  .tsg-footer__logo svg {
    width: auto;
    height: 9px;
  }

  .tsg-footer:hover .tsg-footer__icon {
    margin-top: -26px;
    height: 54px;
  }
}

.hero-section .btn {
  margin-bottom: 50px;
}

.hero-section .proud {
  display: flex;
  gap: 25px;
}

.hero-section .proud > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-section .proud p {
  margin: 0px;
}

.hero-section .proud img {
  width: 32px;
}

/* domain-checker */
.hero-section .domain-input{
  width: 80%;
}
.hero-section .demo-input{
  width: 80%;
}

.domain-check a {
  color: #6b2fad;
}

/* packages */
.packages .mb-2 {
  margin-bottom: 1.5rem !important;
}

.table-responsive .table > thead {
  vertical-align: top;
}

.packages .scroll-right {
  position: sticky;
  top: 80px;
  z-index: 2;
  margin-left: auto;
}

.packages .scroll-right button,
.packages .scroll-left button,
.packages .scroll-left button:active,
.packages .scroll-right button:active {
  border: 1px solid #6b2fad;
  color: #6b2fad;
  background-color: #fff;
}

.packages .scroll-right button {
  position: absolute;
  right: -15px;
  padding: 8px 10px;
  top: 0px;
}

.packages .scroll-right img {
  width: 10px;
}

.packages .scroll-left {
  position: sticky;
  top: 80px;
  z-index: 2;
  margin-left: auto;
}

.packages .scroll-left button {
  position: absolute;
  left: -15px;
  padding: 8px 10px;
  top: 0px;
}

.packages .scroll-left img {
  width: 10px;
  transform: rotate(180deg);
}

.packages .table-responsive {
  padding-top: 60px;
  margin-top: -60px;
}

.packages table {
  border: 1px solid #95a4ac;
  border-radius: 10px;
}

.packages table .table-image-wrap {
  position: relative;
  padding: 10px 40px;
}

.packages table.wsm-table .table-image-wrap{
  padding: 30px 0px 0px 100px;
}

.packages table thead th > div {
  padding: 0px 20px 15px 20px;
  font-weight: 500;
}

.packages table .table-image,
#wordpress table.wsm-table .table-image {
  width: 200px;
}

.packages table.wsm-table .table-image{
  width: 275px;
}

.packages table thead h2 {
  color: #6b2fad;
}

.packages table thead h3 {
  margin-bottom: 23px;
}

.packages .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fff;
}

.packages .table-striped > thead > tr > * {
  --bs-table-accent-bg: #f1f3f4;
}

.packages .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: #f1f3f4;
}

.packages
  .table-striped
  > tbody.table-striped-reverse
  > tr:nth-of-type(odd)
  > * {
  --bs-table-accent-bg: #f1f3f4;
}

.packages
  .table-striped
  > tbody.table-striped-reverse
  > tr:nth-of-type(even)
  > * {
  --bs-table-accent-bg: #fff;
}

.packages .table-bordered > :not(caption) > * {
  border-width: 0px;
}

.packages table tbody tr td {
  padding: 17px !important;
}

.packages table tbody tr td > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.packages table tbody tr td > div p {
  margin-bottom: 0px;
}

.packages table .show-more {
  color: #6b2fad;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}

.packages table .show-more p {
  display: inline;
  cursor: pointer;
}

.packages table .show-more img {
  width: 16px;
  margin-right: 5px;
}

.packages table .show-more .show-more-text {
  display: inline;
}

.packages table .show-more .show-less-text {
  display: none;
}

.packages table .show-more.less .show-less-text {
  display: inline;
}

.packages table .show-more.less .show-more-text {
  display: none;
}

.packages table .table-collaps {
  display: none;
}

.packages .footer-text,
.pricing .footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #646f79;
  margin-top: 10px;
}

.footer-text a{
  color: #6b2fad;
  text-decoration: underline;
}

.show-on-mobile{
  display: none;
}

/* promo label */
.packages th.promo {
  position: relative;
}

.packages .promo-label {
  background: #94eec0;
  border-bottom-left-radius: 2px;
  font-weight: bold;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#mijnwebshop table th h2 {
  margin-top: 32px;
}

#wordpress table th h2 {
  font-size: 30px;
  margin-top: 24px;
}

a.custom-text-link,
.section-head a.custom-text-link,
.package-item a {
  color: #6b2fad;
}

#webhosting table th {
  vertical-align: top;
}

#webhosting table th:first-child {
  vertical-align: bottom;
}

#webhosting table th h2,
#vps-packages table th h2 {
  margin-top: 32px;
}

a.anchor {
  color: #6b2fad;
}

/* how to start */
.how-to-start .package-item {
  position: relative;
  padding: 125px 60px 60px 60px;
}

.how-to-start .package-image img {
  position: absolute;
  height: 154px;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.how-to-start .package-image-circle {
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.how-to-start .package-image-circle img {
  height: 154px;
}

.how-to-start .package-image-circle div {
  background-color: #6b2fad;
  width: 50px;
  height: 50px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 15px;
}

.how-to-start .package-image h2 {
  margin-bottom: 24px;
}

.how-to-start .package-item p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.how-to-start .package-item ul {
  margin-top: 24px;
}

 /* Slick-slide without illustration */
 .how-to-start .no-illustration .slick-list{
  padding-top: 0px;
}

.how-to-start .no-illustration .package-item{
  padding: 60px;
  padding-bottom: 0px;
}

.how-to-start .no-illustration .slick-dots{
  margin-top: 32px;
}

.customer-review img{
  width: 95%;
}

/* metaregistrar */
.metaregistrar img {
  width: 250px;
}

/* helpdesk */
.helpdesk {
  margin-bottom: 90px;
}

/* Move & helpdesk */
.move img,
.helpdesk img {
  width: 400px;
}

/* q and a */
.q-and-a-accordion .accordion-item {
  margin-bottom: 30px;
}

.q-and-a-accordion .accordion-button.collapsed {
  border-radius: 10px !important;
}

.q-and-a-accordion .accordion-button {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  background-color: #f1f3f4 !important;
  border-radius: 10px 10px 0px 0px !important;
  padding: 30px;
}

.q-and-a-accordion .accordion-button::after {
  background-image: url("../images/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  transition: transform 0.2s ease-in-out;
}

.q-and-a-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.q-and-a-accordion .accordion-collapse {
  border: 1px solid #f1f3f4;
  border-radius: 0px 0px 10px 10px;
}

.q-and-a-accordion .accordion-collapse .accordion-body {
  padding: 30px;
}

.q-and-a-accordion .accordion-item a {
  color: #6b2fad;
}

/* footer */
footer {
  background: #6b2fad;
  color: #fff;
}

footer hr {
  border: 2px solid #652da5;
  margin: 0px;
  opacity: 1;
}

footer .footer-top {
  padding-top: 50px;
  padding-bottom: 30px;
}

footer .footer-middle {
  border-top: 2px solid #652da5;
  border-bottom: 2px solid #652da5;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .footer-bottom a {
  margin-right: 20px;
}

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

  .demo-input .input-group>.form-control{
    width: 100% !important;
  }
}

footer .input-group {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

footer .input-group input {
  padding: 24px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 1 !important;
  border-radius: 0px;
}

footer .input-group .btn {
  margin: 8px;
  border-radius: 4px !important;
}

footer .input-group .btn img {
  width: 24px;
}

footer .input-group .btn p {
  margin-right: 15px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
}

footer a,
footer a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}

.footer-logo-wrap {
  padding-top: 40px;
}

footer .social-media {
  gap: 30px;
}

footer .social-media img {
  width: 18px;
  height: 24px;
}

footer .footer-logo img {
  width: 150px;
  margin-right: 20px;
}

footer .footer-logo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: inline;
}

.footer-bottom-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-bottom-logo img {
  width: 150px;
  margin-bottom: 20px;
}

/* Home */
.slick-list {
  padding-top: 95px;
}

.shop-promo-customers .slick-list{
  padding-top: 0px;
}

.slider {
  max-width: 1000px;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
}

.slick-list {
  margin: 0px -5px 0px -5px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-dots li {
  list-style: none;
  padding-left: 0px;
}

.slick-dots button {
  border: none;
  background: #f1f3f4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.slick-dots .slick-active button {
  background: #6b2fad;
}

.slick-slide .package-item {
  flex-direction: column;
  display: flex;
  align-items: baseline;
}

.slick-slide .package-item p {
  margin-bottom: 15px;
}

.slick-slide .package-item h2 {
  margin-bottom: 15px;
}

.slick-slide .package-item .btn {
  margin-top: auto;
}

.domain-input .input-group {
  background: white;
  border-radius: 10px;
}

.domain-input .input-group input {
  padding: 24px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 1 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.domain-input .input-group .btn {
  margin: 8px;
  margin-left: 10px !important;
  border-radius: 4px !important;
}

.domain-input .input-group .btn img {
  width: 24px;
}

.domain-input .input-group .btn p {
  margin-right: 15px;
}

.demo-input .input-group {
  background: white;
  border-radius: 10px;
}

.demo-input .input-group input {
  padding: 24px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 1 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.demo-input .input-group .btn {
  margin: 8px;
  margin-left: 10px !important;
  border-radius: 4px !important;
}

.demo-input .input-group .btn img {
  width: 24px;
}

.demo-input .input-group .btn p {
  margin-right: 15px;
}

.color-cyan {
  color: #00dbdb;
}

.color-purple,
.color-purple:hover {
  color: #6b2fad;
}

.customer .customer-name-text {
  margin-top: 64px;
}

.customer .customer-name-text b {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.customer .customer-name-text p {
  font-size: 16px;
}

.custom-select {
  display: none;
}

.custom-select__option {
  height: 100%;
  border: none;
  border-radius: 0px;
  padding-right: 40px;
}

.custom-select__option--value {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
}

.custom-select__dropdown {
  display: flex;
  flex-wrap: wrap;
  border: none;
  width: 215px;
  right: 0px;
  left: unset;
}

.custom-select__option--selected,
.custom-select__option--selected:hover {
  background: #6b2fad;
  color: #fff;
}

.custom-select__option--value::after {
  width: 13px;
  height: 13px;
  background-image: url("../images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.custom-select__dropdown button.custom-select__option--selected:nth-child(odd) {
  border-radius: 4px 0px 0px 4px;
}

.custom-select__dropdown
  button.custom-select__option--selected:nth-child(even) {
  border-radius: 0px 4px 4px 0px;
}

.custom-select__dropdown .custom-select__option {
  width: 50%;
}

.custom-select__dropdown .custom-select__option:first-child {
  width: 100%;
  font-weight: 900;
  color: #000000;
}

/* Visual blocks */
.customer{
  padding: 90px 0px;
}

.customer-0 {
  background-image: url("../images/omar-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-1 {
  background-image: url("../images/shirley-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-2 {
  background-image: url("../images/customer-dènis.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-3 {
  background-image: url("../images/rein-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-4 {
  background-image: url("../images/diana-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-5 {
  background-image: url("../images/sam-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-6 {
  background-image: url("../images/tim-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-7 {
  background-image: url("../images/ben-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-8 {
  background-image: url("../images/richard-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-9 {
  background-image: url("../images/brian-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-10 {
  background-image: url("../images/rein-2-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-11 {
  background-image: url("../images/vanessa-anniversary-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer-11 {
  background-image: url("../images/mobiel-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customer-12 {
  background-image: url("../images/templates-banner-comp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hello-story-1 {
  background-image: url("../images/hello-story-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hello-story-2 {
  background-image: url("../images/hello-story-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.art-story {
  background-image: url("../images/art-story.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-next {
  position: absolute;
  right: -14px;
  top: 56%;
  transform: translate(0%, -50%) !important;
  width: 46px;
  height: 46px;
  font-size: 0px;
  border: 0px;
  background-image: url("../images/incon-right.svg");
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 10px;
  background-repeat: no-repeat;
  z-index: 1;
  border: 1px solid #6b2fad;
  color: #6b2fad;
  border-radius: 4px;
}

.slick-prev {
  position: absolute;
  left: -14px;
  top: 56%;
  transform: translate(0%, -50%) rotate(180deg);
  width: 46px;
  height: 46px;
  font-size: 0px;
  border: 0px;
  background-image: url("../images/incon-right.svg");
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 10px;
  background-repeat: no-repeat;
  z-index: 1;
  border: 1px solid #6b2fad;
  color: #6b2fad;
  border-radius: 4px;
}

/* Intake form Mobile */
.mobileintakeform .form-container {
          
  margin: 20px auto;
  padding: 0px 20px 0px 20px;

}

.mobileintakeform h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #222;
}

.mobileintakeform .form-step {
  margin-bottom: 30px;
}

.mobileintakeform .form-group {
  margin-bottom: 8px;
}

.mobileintakeform .radio-card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobileintakeform .radio-card.selected {
  border-color: #6a1b9a;
}

.mobileintakeform .radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.mobileintakeform .radio-card label {
  display: block;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}

.mobileintakeform .radio-card .checkmark {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.mobileintakeform .radio-card.selected .checkmark {
  border-color: #6a1b9a;
  background-color: #6a1b9a;
}

.mobileintakeform .radio-card.selected .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.mobileintakeform .radio-card-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.mobileintakeform .radio-card-description {
  color: #666;
  font-size: 12px;
  font-family: 'CircularStd-book', sans-serif !important;
  font-weight: 300 !important;
}

.mobileintakeform .price-tag {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #95A4AC;
  font-weight: 500;
  font-size: 14px;
}

.mobileintakeform .step-number {
  font-weight: 700;
  margin-right: 8px;
}

.mobileintakeform .form-navigation {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.mobileintakeform .next-button {
  background-color: #6a1b9a;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s ease;
}

.mobileintakeform .next-button:hover {
  background-color: #5c1889;
}

.mobileintakeform .back-button {
  background-color: transparent;
  color: #6a1b9a;
  border: 0px solid #6a1b9a;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background: #fff;
}

.mobileintakeform .back-button:hover {
  background-color: rgba(106, 27, 154, 0.05);
}

/* Styling for Step 3 */
.mobileintakeform input[type="text"],
.mobileintakeform input[type="email"],
.mobileintakeform input[type="tel"],
.mobileintakeform select,
.mobileintakeform textarea {
  width: 100%;
  padding: 12px;
  border: 0px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 6px;
}

.mobileintakeform input[type="checkbox"] {
  margin-right: 10px;
}
.form-group.address-group{
  display: flex;
  gap: 2px;
}
.form-group.address-group input {
  border-radius: 0px;
}

.form-group.address-group input:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-group.address-group input:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mobileintakeform label {
  font-weight: 500;
  font-size: 14px;
}

.mobileintakeform .checkbox-container {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.mobileintakeform .order-summary {
  background-color: #fff;
  color: #1E2029;
  border-radius: 12px;
  padding: 24px;
  padding-bottom: 32px;
  margin-top: 16px;
  clip-path: polygon(
      0% 0%, 100% 0%, 100% 100%, 
      97.5% 97.5%, 95% 100%, 92.5% 97.5%, 90% 100%, 87.5% 97.5%, 85% 100%, 
      82.5% 97.5%, 80% 100%, 77.5% 97.5%, 75% 100%, 72.5% 97.5%, 70% 100%, 
      67.5% 97.5%, 65% 100%, 62.5% 97.5%, 60% 100%, 57.5% 97.5%, 55% 100%, 
      52.5% 97.5%, 50% 100%, 47.5% 97.5%, 45% 100%, 42.5% 97.5%, 40% 100%, 
      37.5% 97.5%, 35% 100%, 32.5% 97.5%, 30% 100%, 27.5% 97.5%, 25% 100%, 
      22.5% 97.5%, 20% 100%, 17.5% 97.5%, 15% 100%, 12.5% 97.5%, 10% 100%, 
      7.5% 97.5%, 5% 100%, 2.5% 97.5%, 0% 100%
  );
}

.mobileintakeform .order-summary h3 {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #6B2FAD;
}

.mobileintakeform .order-summary ul {
  list-style-type: none;
}

.mobileintakeform .order-summary li {
  padding: 8px 0;
}

.mobileintakeform .order-summary li:last-child {
  border-bottom: 1px solid #CDB9E3;
  padding-bottom: 16px;
  
}

.mobileintakeform .order-summary li{
  font-family: 'CircularStd-book', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px;
}

.mobileintakeform .order-summary li strong{
  font-family: 'CircularStd-book', sans-serif !important;
  font-weight: 700 !important;
}

.mobileintakeform .order-summary li span{
  font-size: 14px;
}

.mobileintakeform #orderprice{
  font-size: 22px;
  font-weight: 800;
}

.mobileintakeform .required-mark {
  color: #6a1b9a;
}
.select-container {
  position: relative;
  margin-top: 8px;
}

#regionSearch {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.dropdown-options {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  display: none;
}

.dropdown-options.active {
  display: block;
}

.option {
  padding: 8px 12px;
  cursor: pointer;
}

.option:hover {
  background-color: #f5f5f5;
}

.selected {
  background-color: #e3f2fd;
}

/* Step Indicator CSS - Include this once in your stylesheet */
.step-container {
  margin: 30px auto;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.steps::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}

.step-circle {
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-weight: bold;
  position: relative;
}

.step-circle.active {
  border-color: #6B2FAD;
  background-color: #6B2FAD;
  color: white;
}

.step-circle.completed {
  border-color: #6B2FAD;
  background-color: #6B2FAD;
  color: white;
}

.step-label {
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.step-label.active {
  color: #6B2FAD;
  font-weight: bold;
}

.progress-bar {
  position: absolute;
  top: 15px;
  left: 0;
  height: 2px;
  background: #6B2FAD;
  z-index: 1;
  width: 0%;
}

.form-subtext{
  padding-top: 6px;
  font-size: 12px;
  font-style: italic;
}

#submitForm{
  margin-top: -10px;
  height: 64px;
}

@media screen and (max-width: 420px) {
  .hero-section.home-hero {
    background: url("../images/shirley-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -500px !important;
  }
  .hero-section.home-hero.halloween {
    background: url("../images/shirley-header-halloween.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -500px !important;
  }

  .hero-section.domain-hero {
    background: url("../images/rein-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px !important;
  }

  .hero-section.domain-2-hero {
    background: url("../images/rein-2-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -750px !important;
  }

  .hero-section.email-hero {
    background: url("../images/email-header2025.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
  }

  .hero-section.website-op-maat {
    background: url("../images/website-op-maat-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1100px !important;
  }

  .hero-section.webshop-laten-maken {
    background: url("../images/webshop-laten-maken-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px !important;
  }

  .hero-section.website-laten-maken {
    background-position: left !important;
  }

  .hero-section.webhosting-hero {
    background: url("../images/ben-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -820px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.green-hosting-hero {
    background-image: url("../images/greenhosting-hero-comp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #1e2029;
    padding: 70px 0px;
  }

  .hero-section.webshop-hero {
    background: url("../images/sam-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -850px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.wsm-hero {
    background: url("../images/richard-mobile-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -300px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.mmw-hero {
    background: url("../images/tim-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -900px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }
  .hero-section.mmw-hero-bf {
    background: url("../images/tim-header-blackfriday.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -900px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.wordpress-hero {
    background: url("../images/omar-mobile-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -200px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.wordpress-ai-hero {
    background: url("../images/rein-2-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -930px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.vps-hero {
    background: url("../images/brian-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -880px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.v-card-hero {
    background: url("../images/isabella-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -880px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }
  .hero-section.cv-v-card-hero {
    background: url("../images/anna-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -880px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.mobiel-hero {
    background: url("../images/mobiel-1-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -1000px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.home-hero.web3 {
    background: url("../images/web3-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1050px !important;
  }

  .hero-section.home-hero.web3-domain {
    background: url("../images/web3-domain-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -900px !important;
  }

  .hero-section.pw {
    background: url("../images/pw-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -900px !important;
  }

  .hero-section.home-hero.anniversary {
    background: url("../images/rachel-anniversary-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px !important;
  }

  .hero-section.anniversary-hero {
    background: url("../images/rob-anniversary-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px !important;
  }

  .hero-section.chocolate-hero{
    background: url("../images/chocolate-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px !important;
  }

  .hero-section.chocolate-hero{
    background: url("../images/chocolate-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px !important;
  }

  .hero-section.hello {
    background: url("../images/hello-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px !important;
  }

  .hero-section.frl {
    background: url("../images/frl-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px !important;
  }

  .hero-section.art {
    background: url("../images/art-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px !important;
  }

  .hero-section.marktplaats{
    background: url("../images/marktplaats-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px !important;
  }

  .hero-section.email{
    background: url("../images/email-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px !important;
  }  

/* LocalTLD headers */
.hero-section.holland{
  background: url("../images/holland-3-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1050px !important;
}

.hero-section.rotterdam{
  background: url("../images/rotterdam-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.groningen{
  background: url("../images/groningen-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -900px !important;
}

.hero-section.utrecht{
  background: url("../images/utrecht-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -900px !important;
}

.hero-section.den-haag{
  background: url("../images/den-haag-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -850px !important;
}

.hero-section.delft{
  background: url("../images/delft-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.gouda{
  background: url("../images/gouda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.twente{
  background: url("../images/twente-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -850px !important;
}


.hero-section.brabant{
  background: url("../images/brabant-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.breda{
  background: url("../images/breda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.leiden{
  background: url("../images/leiden-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.eindhoven{
  background: url("../images/eindhoven-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.zwolle{
  background: url("../images/zwolle-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.limburg{
  background: url("../images/limburg-header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px !important;
}

.hero-section.texel{
  background: url("../images/texel-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -950px !important;
}

.hero-section.drenthe{
  background: url("../images/drenthe-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -950px !important;
}

.hero-section.zeeland{
  background: url("../images/zeeland-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -950px !important;
}

  .hero-section.shop-promo-hero {
    background: url("../images/shop-promo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -850px !important;
  }

  .hero-section.store-promo-hero {
    background: url("../images/store-promo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -500px !important;
  }

  .hero-section.package-transfer {
    background: url("../images/joe-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -850px !important;
  }

  .hero-section.domain-move {
    background: url("../images/joe-2-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -850px !important;
  }

  .hero-section.email-move {
    background: url("../images/joe-3-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1000px !important;
  }

  .hero-section.pricing-hero {
    background: url("../images/brian-header.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: -680px !important;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.black-friday {
    background: url("../images/black-friday-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -780px !important;
  }

  .simple-table th,
  .simple-table td{
    padding: 8px;
  }

}

@media screen and (max-width: 555px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3.5rem;
  }

  .navbar-collapse.show .overlay {
    flex: 0 1 0%;
  }

  h1{
    color: #00dbdb;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  h2.large{
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px
  }

  .hero-section h3{
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px
  }

  section .col-12 .bg-gray {
    padding: 50px 20px;
  }

  .how-to-start .package-image img {
    max-width: 213px;
  }

  .hero-section .proud {
    display: none;
  }

  /* Custom header visual optimization for mobile */
  .hero-section.home-hero {
    background: url("../images/shirley-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -300px;
  }
  .hero-section.home-hero.halloween {
    background: url("../images/shirley-header-halloween.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -300px;
  }

  .hero-section.domain-hero {
    background: url("../images/rein-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -530px;
  }

  .hero-section.domain-2-hero {
    background: url("../images/rein-2-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -530px;
  }

  .hero-section.email-hero {
    background: url("../images/email-header2025.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .hero-section.website-op-maat {
    background: url("../images/website-op-maat-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -830px;
  }

  .hero-section.webshop-laten-maken {
    background: url("../images/webshop-laten-maken-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px;
  }

  .hero-section.website-laten-maken {
    background-position: center;
  }

  .hero-section.wsm-hero {
    background: url("../images/richard-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -590px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.webshop-hero {
    background: url("../images/sam-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -530px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.webhosting-hero {
    background: url("../images/ben-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -520px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.green-hosting-hero {
    background-image: url("../images/greenhosting-hero-comp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #1e2029;
    padding: 70px 0px;
  }

  .hero-section.mmw-hero {
    background: url("../images/tim-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -720px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }
  .hero-section.mmw-hero-bf {
    background: url("../images/tim-header-blackfriday.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -720px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.wordpress-hero {
    background: url("../images/omar-mobile-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -50px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.wordpress-ai-hero {
    background: url("../images/rein-2-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.store-promo-hero {
    background: url("../images/store-promo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -850px;
  }  

  .hero-section.v-card-hero {
    background: url("../images/isabella-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -50px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }
  .hero-section.cv-v-card-hero {
    background: url("../images/anna-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -50px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.mobiel-hero {
    background: url("../images/mobiel-1-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -780px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.vps-hero {
    background: url("../images/brian-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -580px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.home-hero.web3 {
    background: url("../images/web3-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -750px;
  }

  .hero-section.home-hero.web3-domain {
    background: url("../images/web3-domain-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -620px;
  }

  .hero-section.pw {
    background: url("../images/pw-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -900px;
  }

  .hero-section.anniversary-hero {
    background: url("../images/rob-anniversary-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -500px;
  }

  .hero-section.home-hero.anniversary {
    background: url("../images/rachel-anniversary-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -420px;
  }

  .hero-section.home-hero.christmas {
    background: url("../images/christmas-1-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -420px;
  }

  .hero-section.home-hero.new-year{
    background: url("../images/new-year-1-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -420px;
  }
  .hero-section.valentine{
    background: url("../images/mijnvalentijn-header-comp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -420px;
  }

  .hero-section.chocolate-hero{
    background: url("../images/chocolate-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -500px !important;
  }

  .hero-section.hello {
    background: url("../images/hello-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px;
  }

  .hero-section.frl {
    background: url("../images/frl-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px;
  }

  .hero-section.art {
    background: url("../images/art-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -700px;
  }

  .hero-section.marktplaats{
    background: url("../images/marktplaats-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px;
  }

  .hero-section.email{
    background: url("../images/email-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px;
  }    

/* LocalTLD headers */
.hero-section.holland{
  background: url("../images/holland-3-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -750px;
}

.hero-section.rotterdam{
  background: url("../images/rotterdam-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.groningen{
  background: url("../images/groningen-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.utrecht{
  background: url("../images/utrecht-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.den-haag{
  background: url("../images/den-haag-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.delft{
  background: url("../images/delft-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.gouda{
  background: url("../images/gouda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.twente{
  background: url("../images/twente-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -750px;
}

.hero-section.brabant{
  background: url("../images/brabant-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -700px;
}

.hero-section.breda{
  background: url("../images/breda-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.leiden{
  background: url("../images/leiden-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.eindhoven{
  background: url("../images/eindhoven-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.zwolle{
  background: url("../images/zwolle-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.limburg{
  background: url("../images/limburg-header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -600px;
}

.hero-section.texel{
  background: url("../images/texel-2-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px;
}

.hero-section.drenthe{
  background: url("../images/drenthe-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px;
}

.hero-section.zeeland{
  background: url("../images/zeeland-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -800px;
}

  .hero-section.shop-promo-hero {
    background: url("../images/shop-promo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -550px;
  }

  .hero-section.store-promo-hero {
    background: url("../images/store-promo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -800px;
  }

  .hero-section.package-transfer {
    background: url("../images/joe-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px;
  }

  .hero-section.domain-move {
    background: url("../images/joe-2-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px;
  }

  .hero-section.email-move {
    background: url("../images/joe-3-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -650px;
  }

  .hero-section.pricing-hero {
    background: url("../images/brian-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -580px;
    position: relative;
    color: #fff;
    padding: 70px 0px;
  }

  .hero-section.black-friday {
    background: url("../images/black-friday-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -600px;
  }

  #maak-mijn-website table thead th:first-child {
    border-top: 1px solid #95a4ac;
  }

  .sticker-promo-card{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hero-section .proud {
    flex-direction: column;
    gap: 12px;
  }

  .how-to-start .package-item {
    padding: 108px 30px 30px 30px;
    width: 100%;
  }

  .packages table tr td {
    font-size: 16px;
  }

  .packages .scroll-right button {
    right: -6px;
  }

  .packages .scroll-left button {
    left: -6px;
  }

  .hero-section .container {
    min-height: unset;
  }

  .hero-section .domain-input {
    width: 100%;
  }

  .domain-check .domain-input {
    margin-bottom: 32px;
  }

  .hero-section .demo-input {
    width: 100%;
  }

  /* Sticker */
  .hero-section .sticker-price,
  .hero-section .sticker-percentage,
  .sticker-promo-card{
    border-radius: 0px;
    box-shadow: none;
    height: 48px;
    left: 0px;
    padding-top: 14px;
    right: 0px;
    top: 0px;
    width: 100%;
  }

  .sticker-percentage .sticker-mobiel .tag,
  .sticker-percentage .sticker-mobiel .label,
  .sticker-percentage .sticker-mobiel .percentage{
    padding-top: 0px !important;
  }

  .hero-section .sticker-price .label,
  .hero-section .sticker-percentage .label,
  .hero-section .sticker-price .old-price,
  .hero-section .sticker-price .new-price,
  .hero-section .sticker-percentage .tag,
  .hero-section .sticker-percentage .percentage{
    color: #303030;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
    padding-top: 0px !important;
    text-decoration: none;
    text-transform: none;
  }

  .hero-section .sticker-price .old-price{
    color: #886A00;
    text-decoration: line-through;
  }

  .sticker-anniversary.hide-on-mobile{
    display: none;
  }

  .sticker-anniversary.show-on-mobile{
    background: #FFC700;
    color: #303030;
    display: block;
    font-weight: bold;
    height: 48px;
    left: 0;
    padding-top: 14px;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .sticker-anniversary.show-on-mobile p{
    text-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  h1{
    color: #00dbdb;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  h2.large {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px
  }

  h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-section h3{
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px
  }

  h4 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
  }

  .btn {
    padding: 8px 15px;
  }

  ul.check-list-white li,
  ul.check-list-purple li {
    margin-bottom: 12px;
  }

  ul.check-list-white li::before,
  ul.check-list-purple li::before {
    top: 2px;
  }

  section {
    margin-bottom: 50px;
  }

  .section-head {
    margin-bottom: 50px;
  }

  .section-head.extra-margin{
    margin-bottom: 108px;
  }

  .navbar .navbar-top {
    padding-left: 0px;
  }

  .navbar .navbar-bottom {
    background-color: transparent;
  }

  .navbar .navbar-bottom .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .navbar-collapse {
    display: none !important;
    position: absolute;
    transform: translateX(0px) !important;
    background-color: transparent !important;
  }

  .navbar .navbar-bottom .nav-link {
    padding: 5px 25px;
  }

  .navbar .navbar-nav.small-links .nav-link{
    padding-bottom: 15px;
  }

  .navbar-collapse.show {
    display: flex !important;
    min-height: calc(100vh - 72px);
    pointer-events: all;
    transform: translateX(0px);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
    height: 100%;
    flex-direction: row;
    padding: 0px;
    align-items: unset !important;
    justify-content: unset !important;
  }

  .navbar-collapse.show .navbar-inner {
    background-color: rgb(107, 47, 173);
    color: rgb(255, 255, 255);
    flex: 1 1 0%;
    flex-direction: column;
  }

  .navbar-collapse.show .overlay {
    background-color: rgb(0, 0, 0);
    flex: 2 1 0%;
    opacity: 0.5;
    pointer-events: all;
    transition: opacity 0.3s ease 0s;
    visibility: visible;
  }

  .hero-section h1,
  .hero-section h3,
  .hero-section p,
  .hero-section .check-list-white li,
  .hero-section a.btn {
    text-shadow: 0px 0px 20px hsla(0,0%,0%,0.7);
  }

  .domain-input .input-group {
    box-shadow: 1px 1px 1px #000;
  }

  .hero-section .domain-checker,
  .hero-section a.btn {
    box-shadow: 1px 1px 1px #000 !important;
  }

  section .col-12 .bg-gray {
    padding: 50px 20px;
  }

  .package-item {
    height: unset !important;
    margin-bottom: 90px;
  }

  .packages td,
  .packages th {
    margin: 0;
    /* Make table columns smaller
    white-space: nowrap;
    */
    border-top-width: 0px;
  }

  .packages .table-responsive {
    margin-left: 0px;
  }

  .packages table tbody tr td:first-child,
  .packages table thead tr th:first-child {
    font-size: 10px;
    position: sticky;
    width: 131px;
    left: -1px;
    white-space: normal;
    top: auto;
    padding: 10px !important;
    z-index: 1;
  }

  .packages table thead tr th:first-child {
    height: 100%;
    padding: 0px !important;
  }

  .packages table tbody tr td:first-child {
    /* Default cell height
    height: 53.2px;
    */
    height: 80px;
  }

  .packages table .table-image-wrap {
    padding: 13px !important;
  }

  .packages table .table-image,
  table.wsm-table .table-image {
    margin-top: 80%;
    width: 100px;
  }

  .packages table thead tr th.first-td {
    border-top: 1px solid #95a4ac;
    margin-top: -0.6px;
  }

  .packages table tbody tr td.last-td {
    /* Default cell height
    height: 77.1px;
    */
    height: 100px;
    border-bottom: 1px solid #95a4ac;
  }

  .packages table .show-more img {
    width: 10px;
  }

  .packages table .tooltip-info img {
    width: 14px;
  }

  .packages .table-responsive tbody td div img {
    width: 22px !important;
  }

  /* Start: single product package */
  .wrapper.order.email-package{
    background: url("../images/email-package.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    width: 100%;
  }

  .wrapper.order.email-package h4{
    font-size: 24px;
    margin-bottom: 24px;
  }

    .wrapper.order.email-package{
        padding: 60px 0px;
    }

    .wrapper.order.email-package .col-lg-6{
        width: 55%;
    }

    .custom-card h2{
        color: #00DBDB;
        font-size: 24px;
    }

    .wrapper.order.email-package h3{
        font-size: 48px;
        font-weight: bold !important;
        line-height: 110%;
        margin-bottom: 32px;
    }

    .wrapper.order.email-package p{
        margin-bottom: 32px;
    }
    
    .wrapper.order.email-package .strikethrough{
        color: #CDB9E3;
        text-decoration: line-through;
    }

    .wrapper.order.email-package .orange{
        color: #FF8800;
    }

    .order .badge-offer{
        background: #fff;
        color: #6B2FAD;
        top: -1.7rem;
        transform: rotate(5deg);
    }
  /* End: single product package */  

  .how-to-start .package-item {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .how-to-start .package-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .q-and-a-accordion .accordion-button {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
  }

  footer .footer-top p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }

  footer .footer-middle .container {
    padding: 0px;
    max-width: 100%;
  }

  footer .footer-middle .row > * {
    padding: 0px;
  }

  footer .footer-bottom {
    background: #612b9d;
  }

  footer .footer-middle {
    padding-top: 0px;
  }

  footer .input-group input {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 16px;
  }

  .footer-links-accordion .accordion-item {
    padding: 25px 20px;
    border-bottom: 2px solid #652da5;
  }

  .footer-links-accordion .accordion-item .accordion-body {
    padding-top: 10px;
  }

  .footer-links-accordion .accordion-item .accordion-body a {
    display: block;
    margin-bottom: 5px;
  }

  .footer-links-accordion .accordion-button {
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-links-accordion .accordion-button::after {
    background-image: url("../images/icon-chevron-down-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    transition: transform 0.2s ease-in-out;
  }

  .footer-links-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
  }

  footer .footer-bottom .container {
    padding-bottom: 20px;
  }

  footer .footer-bottom a {
    margin-right: 0px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }

  .tsg-footer {
    margin-top: 0;
  }

  .slick-slider {
    margin: 4px;
  }

  .slick-next,
  .slick-prev {
    width: 36px;
    height: 36px;
    top: 50%;
  }

  .slick-next {
    right: -7px;
  }

  .slick-prev {
    left: -10px;
  }

  .how-to-start .package-image img {
    max-width: 250px;
  }

  /* Hero */
  .home-hero {
    background-position: center;
  }

  .dpm-hero {
    background-position: center;
  }

  .wsm-hero {
    background-position: center;
  }

  .packages table.wsm-table tbody tr td:first-child {
    height: 59.35px;
  }

  .packages table.wsm-table tbody tr td:first-child {
    height: 86px;
  }

  .customer .customer-name-text b {
    font-weight: 900;
    font-size: 22px;
    line-height: 23px;
  }
}

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

  .navbar-nav.my-2{
    margin-bottom: 2rem !important;
  }

  .table-mobile h4{
    margin-bottom: 16px;
  }

  .packages table tr td {
    font-size: 12px !important;
  }

  /* Hide package tables desktop view for mobile */
  #webhosting .hide-on-mobile,
  #mijnwebshop .hide-on-mobile,
  #websitemaker .hide-on-mobile,
  #maak-mijn-website .hide-on-mobile,
  #wordpress .hide-on-mobile,
  #vps-packages .hide-on-mobile,
  #online-visitekaart .hide-on-mobile,
  #mobile .hide-on-mobile,
  #seopackage .hide-on-mobile{
    display: none;
  }

  /* Package tables for mobile */
  .d-md-none.show-on-mobile{
    display: block !important;
  }

  .table-mobile {
    border: 1px solid #F1F3F4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
}

.table-mobile-img {
    padding: 33px;
}

.table-mobile-img img {
    max-height: 200px;
    margin: auto;
    display: block;
}

.table-mobile h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 28px;
    color: #6B2FAD;
    margin-bottom: 15px;
}

.table-mobile-top {
    background-color: #F1F3F4;
    padding: 33px;
    padding-top: 43px;
}

.table-mobile-top .most-chosen {
    background: #94EEC0;
    border-radius: 2px;
    width: fit-content;
    position: absolute;
    right: 17px;
    top: 11px;
    padding: 1px 9px;
}

.table-mobile-top .most-chosen p {
    font-weight: 450;
    font-size: 12px;
    line-height: 22px;
}

.table-mobile-content>.table-mobile-tr:nth-child(odd) {
    background-color: #FFF;
}

.table-mobile-content>.table-mobile-tr:nth-child(even) {
    background-color: #F1F3F4;
}

.table-mobile-content .table-mobile-tr {
    padding: 33px;
}

.table-mobile-content .table-mobile-tr p {
    margin-bottom: 0px;
}

.table-mobile-content .table-mobile-tr .d-flex p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.table-mobile-content .table-mobile-collapse>.table-mobile-tr:nth-child(odd) {
    background-color: #F1F3F4;
}

.table-mobile-content .table-mobile-collapse>.table-mobile-tr:nth-child(even) {
    background-color: #FFF;
}

.table-mobile-bottom {
    background-color: #F1F3F4;
    padding: 33px;
}

.table-mobile-bottom p {
    font-weight: 900;
    font-size: 16px;
    line-height: 200%;
    color: #6B2FAD;
}

.table-mobile-show-more.collapsed .show-less-text {
    display: none;
}

.table-mobile-show-more.collapsed .show-more-text {
    display: block;
}

.table-mobile-show-more .show-more-text {
    display: none;
}

.table-mobile-show-more .show-less-text {
    display: block;
}

.table-mobile-show-more img {
    width: 16px;
    margin-right: 5px;
}

/* Story blocks for mobile */
.bg-gray.customer{
  background: none;
}

.customer {
  background-image: none;
  padding: 0px;
}

.customer .col-12 .row .col-md-7{
  width: 100%;
}

.customer .col-12 .row .col-md-7>div {
  background: #F1F3F4;
  border-radius: 10px;
  padding: 30px;
  padding-top: 280px;
  overflow: hidden;
  position: relative;
}

.customer .col-12 .row .col-md-7>div::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.customer.customer-0 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/omar-thumb-story.jpg');
  background-position: right;
}

.customer.customer-1 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/shirley-thumb-story.jpg');
  background-position: right;
}

.customer.customer-2 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/ben-thumb-story.jpg');
  background-position: left;
}

.customer.customer-3 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/rein-thumb-story.jpg');
  background-position: right;
}

.customer.customer-4 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/diana-thumb-story.jpg');
  background-position: right;
}

.customer.customer-5 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/sam-thumb-story.jpg');
  background-position: right;
}

.customer.customer-6 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/tim-thumb-story.jpg');
  background-position: right;
}

.customer.customer-7 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/ben-thumb-story.jpg');
  background-position: right;
}

.customer.customer-8 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/richard-thumb-story.jpg');
  background-position: right;
}

.customer.customer-9 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/brian-thumb-story.jpg');
  background-position: right;
}

.customer.customer-10 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/rein-2-thumb-story.jpg');
  background-position: right;
}

.customer.customer-11 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/vanessa-anniversary-thumb-story.jpg');
  background-position: right;
}

.customer.customer-11 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/mobiel-thumb-story.jpg');
  background-position: right;
}
.customer.customer-12 .col-12 .row .col-md-7>div::after {
  background-image: url('../images/templates-sq-comp.jpg');
  background-position: right;
}

.hello-story-1 .col-12 .row .col-md-7>div::after{
  background-image: url("../images/hello-thumb-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hello-story-2 .col-12 .row .col-md-7>div::after{
  background-image: url("../images/hello-thumb-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer.art-story .col-12 .row .col-md-7>div::after{
  background-image: url("../images/art-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

}

@media screen and (max-width: 767px) {
  footer .footer-bottom .container {
    padding-bottom: 0;
  }
}

.mmwnavbox{
  max-width: 530px;
}

.mmwnavbox .col-megamenu-image{
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f4;
  padding: 30px;
}
.mmwnavbox h3{
  font-size: 32px;
}
.mmwnavbox h4{
  font-size: 22px;
}
.mmwnavbox h4 span{
  font-size: 18px;
}
.mmwnavctabox{
  background-color: #f5f2f9;
  padding: 10px;
  margin-top: 20px;
}
.mmwnavctabox a:hover{
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .hero-section.website-op-maat .sticker-percentage{
    right: 39%;
  }
}

/* Pricing Toggle Styles */
.toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  position: relative;
}

.toggle-btn {
  border: none;
  background-color: #f1f3f4;
  color: var(--primary-color);
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.toggle-btn:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.toggle-btn:last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.toggle-btn.active {
  background-color: var(--primary-color);
  color: white;
}

.package-card {
  background-color: var(--light-bg);
  border-radius: var(--border-radius);
  padding: 1.5rem 0;
  height: 100%;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f4;
}

.package-icon {
  text-align: center;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.package-icon img {
  max-width: 80%;
  height: 200px;
  padding-bottom: 30px;
}

.package-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pricing-info {
  padding-left: 2rem;
  padding-right: 2rem;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
}

.current-price {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  color: #646F79;
  padding-top: 8px;
}

.per-month {
  color: #888;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
}

.price-container {
  display: flex;
  align-items: baseline;
}

.yearly-price {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
  display: none; 
}

.free-months {
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.spec-container {
  margin-top: 1rem;
}

.spec-row {
  padding: 1rem 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.spec-row:nth-child(odd) {
  background-color: #fff;
}

.spec-title {
  font-weight: bold;
  font-size: 0.9rem;
}

.spec-value {
  font-size: 0.9rem;
  font-family: "CircularStd-Book", sans-serif;
}

.action-btn {
  background-color: #FFC700;
  color: #1e2029 !important;
  border: none;
  border-radius: var(--border-radius);
  padding: 0.75rem;
  width: calc(100% - 4rem);
  margin-top: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-left: 2rem;
}

.btn-yellow {
  background-color: #FFC700;
  color: #1e2029 !important;
  border: none;
  margin-top: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background-color: #e6b400;
}

.more-specs-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: calc(100% - 4rem);
}

.hidden-specs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.hidden-specs.show {
  max-height: 1000px;
}

.popular {
  display: absolute;
  background: #94EEC0;
  font-size: 14px;
  border-radius: 2px;
  padding: 4px 12px;
  right: 10px;
  margin: 20px;
}

@media (max-width: 768px) {
  #packagetoggle #package-group .col {
    margin-top: 80px;
  }
}

/* Hidden specs have different alternating pattern - start with even rows having white background */
.hidden-specs .spec-row:nth-child(even) {
  background-color: #fff;
}

.hidden-specs .spec-row:nth-child(odd) {
  background-color: inherit;
}

/* Green Hosting Toggle Styles */
.green-hosting-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: var(--border-radius);
}

.green-hosting-toggle input[type="checkbox"] {
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
}

.green-hosting-toggle label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0;
  cursor: pointer;
}

.green-hosting-toggle .green-icon {
  margin-left: 0.5rem;
  color: #28a745;
}

.green-price-addition {
  font-size: 0.8rem;
  color: #28a745;
  font-weight: 500;
  margin-left: 0.5rem;
}