@font-face {
  font-family: DM_Sans;
  src: url("../fonts/DM_Sans/static/DMSans-Regular.ttf");
}

@font-face {
  font-family: DM_Sans_med;
  src: url("../fonts/DM_Sans/static/DMSans-Medium.ttf");
}

@font-face {
  font-family: DM_Sans_bold;
  src: url("../fonts/DM_Sans/static/DMSans-Bold.ttf");
}

@font-face {
  font-family: DM_Sans_extrabold;
  src: url("../fonts/DM_Sans/static/DMSans-ExtraBold.ttf");
}

@font-face {
  font-family: DM_Sans_semibold;
  src: url("../fonts/DM_Sans/static/DMSans-SemiBold.ttf");
}

@font-face {
  font-family: DM_Sans_italic;
  src: url("../fonts/DM_Sans/static/DMSans-Italic.ttf");
}

@font-face {
  font-family: DM_Sans_light;
  src: url("../fonts/DM_Sans/static/DMSans-Light.ttf");
}

@font-face {
  font-family: Henrietta;
  src: url("../fonts/HenriettaCondensedTrial/HenriettaCondensedTrial-Regular.otf");
}

@font-face {
  font-family: Henrietta-bold;
  src: url("../fonts/HenriettaCondensedTrial/HenriettaCondensedTrial-Bold.otf");
}

@font-face {
  font-family: Henrietta-semibold;
  src: url("../fonts/HenriettaCondensedTrial/HenriettaCondensedTrial-SemiBold.otf");
}

@font-face {
  font-family: Henrietta-medium;
  src: url("../fonts/HenriettaCondensedTrial/HenriettaCondensedTrial-Medium.otf");
}

:root {
  --textPrimary: #0b0d0e;
  --lightText: #3c4449;
  --mainGreen: #005152;
  --mainViolet: #8653cb;
  --lightViolet: #f3ecfe;
  --lightGreen: #b1e7b5;
  --transparentGreen: #ebf9ec;
  --backgroundGray: #f2f6f7;
  --backgroundLight: #f9fafb;
  --borderGray: #dfe8ec;
  --borderLight: #d0dde2;
  --disableBtn: #eaf0eb;
  --textTertiary: #73818a;
  --placeholder: #99a3a9;
  --neutral: #f7f0ea;
  --bgGrey: #ecf1f3;
  --warning: #ffcc43;
  --footer: #1f333a;
  --accentGreen: #66d16e;
  --buttonPrimary: #005152;
  --errorState: #952d2d;
  --grayPure: #1a1a1a;
  --tealHover: #eaf6f6;
  --separator: #c0d2d8;
  --lightCream: #f9f4f0;
  --itemGreen: #0c6d6e;
  --greyPure: #fafafa;
  --warningSoft: #fff1cc;
  --disableViolet: #efecf3;
  --disableText: #b19ccd;
  --violetHoverState: #7540bc;
  --greenHoverState: #66d16e;
  --lightTitle: #c9b8e0;
  --lightBgGreen: #d8f3da;
  --darkGray: #2C454E;
}

body {
  font-family: DM_Sans;
  color: var(--textPrimary) !important;
  overflow-x: hidden;
}

body p,
ul li {
  font-family: DM_Sans;
}

p {
  margin-bottom: 0 !important;
}

h1,
h2,
h3 {
  font-family: DM_Sans_bold;
}

.container {
  max-width: 1360px !important;
}

header {
  padding: 22px;
  background-color: var(--backgroundLight);
  position: fixed;
  width: 100%;
  z-index: 110;
  height: 76px;
}

header .container {
  padding: 0;
}

header ul {
  padding-left: 0;
  margin-bottom: 0;
}

header ul li {
  list-style-type: none;
}

header ul li a {
  text-decoration: none;
  color: var(--lightText);
  font-family: DM_Sans_bold;
  font-size: 18px;
  letter-spacing: -0.5px;
}

header ul li a.selected {
  color: var(--mainGreen);
}

.logo img {
  width: 118px;
}

.check-availability {
  color: var(--mainViolet);
  border-right: 1px solid var(--borderGray);
  padding-right: 24px;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 4px;
}

.violet-btn {
  background-color: var(--mainViolet);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  margin-left: 24px;
  margin-right: 16px;
  text-decoration: none;
  font-size: 18px;
  font-family: DM_Sans_semibold;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.violet-btn:hover {
  background-color: var(--violetHoverState);
}

.green-btn {
  background-color: var(--mainGreen);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-family: DM_Sans_semibold;
}

.lightgreen-btn {
  background-color: var(--lightGreen);
  color: var(--textPrimary);
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-family: DM_Sans_semibold;
}

.bg-lightGray .mt-48 {
  margin-top: 48px;
}

.signin-btn {
  color: var(--textPrimary);
  border: 1px solid var(--mainViolet);
  padding: 8px 20px;
  border-radius: 8px;
  font-family: DM_Sans_semibold;
  text-decoration: none;
}

.signin-btn:hover {
  background-color: var(--lightViolet);
}

.violet-white-btn {
  color: var(--textPrimary);
  background-color: #fff;
  border: 1px solid var(--mainViolet);
  padding: 10px 16px;
  border-radius: 8px;
  font-family: DM_Sans_semibold;
  text-decoration: none;
  height: 48px;
  width: 222px;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.violet-white-btn:hover {
  background-color: var(--lightViolet);
}

.menu-toggle {
  display: none;
}

.header-left,
.header-right {
  display: flex;
}

.header-right img {
  margin-bottom: 3px;
}

.header-right li {
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
}

.header-right .violet-btn {
  padding: 8px 18px;
}

.header-right .signin-btn {
  padding: 7px 18px;
}

.header-left li {
  /* padding-right: 32px; */
  padding-left: 24px;
}

.bg-lightGray {
  background-color: var(--backgroundGray);
  padding: 141px 0 100px;
}

.alert-message-padding {
  padding: 195px 0 100px !important;
}

.about-banner {
  padding: 170px 16px 100px;
  background-image: url(/wp-content/themes/imagine/img/about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.homepage {
  /* background-color: var(--neutral); */
  background-color: #eeeae8;
  /* background-image: url(/wp-content/themes/imagine/img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top; */
}

.homepage.bg-lightGray .mobile-bg p {
  color: var(--textPrimary);
  font-size: 24px;
  font-family: DM_sans_bold;
  letter-spacing: -1px;
  line-height: 32px;
}

.homepage.bg-lightGray h1 {
  font-size: 90px;
  line-height: 90px;
  color: var(--mainViolet);
  /* color: var(--mainGreen); */
  font-family: Henrietta-bold;
  letter-spacing: 0;
  /* max-width: 634px; */
  /* max-width: 507px; */
  max-width: 620px;
}

.homepage.bg-lightGray h1 span {
  color: var(--mainGreen);
}

.bg-lightGray.homepage .container {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}

.bg-lightGray h1 {
  font-size: 58px;
  font-family: DM_Sans_extrabold;
  line-height: 64px;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: -2px;
}

.bg-lightGray p {
  font-size: 18px;
  color: #fff;
}

.bg-img {
  background-image: url(/wp-content/themes/imagine/img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.list-icons p {
  font-size: 16px;
  margin: 16px 0;
  color: #fff;
}

.list-icons p:last-of-type {
  margin-bottom: 0;
}

.list-icons img {
  margin-right: 14px;
}

.list-icons .violet-btn {
  margin-left: 0;
}

.list-icons .violet-btn img {
  margin-right: 10px;
}

.main-white-link {
  font-family: DM_Sans_semibold;
  color: #fff;
  margin-left: 40px;
  margin-top: 4px;
  display: block;
}

.main-green-link {
  font-family: DM_Sans_semibold;
  color: var(--mainGreen);
  margin-left: 40px;
  margin-top: 4px;
  display: block;
}

.list-icons .violet-btn {
  height: 48px;
  display: block;
  width: 240px;
  text-align: center;
  padding: 11px 0;
}

.text-violet {
  color: var(--mainViolet);
}

.checker-window {
  background-color: #fff;
  border-radius: 16px;
  max-width: 540px;
  min-width: 540px;
  padding: 32px;
  /* margin: 100px 0; */
  position: relative;
  float: right;
}

/* .checker-window::before {
    content: "Sign up today & enjoy €10 off for 6 months";
    position: absolute;
    top: -20px;
    left: 0;
    text-align: center;
    width: 100%;
    background: var(--lightBgGreen) url("../img/icons/yellow-star.svg") no-repeat 16px center;
    background-size: 24px;
    border: 1px solid var(--greenHoverState);
    border-radius: 12px;
    max-width: 414px;
    margin: 0 auto;
    right: 0;
    font-family: 'DM_Sans_bold';
    font-size: 18px;
    line-height: 30px;
    padding: 4px 16px 4px 36px;
    letter-spacing: -0.8px;
} */

.checker-window h2 {
  font-size: 24px;
  margin-bottom: 24px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.checker-window input {
  width: 100%;
  border: 1px solid var(--borderLight);
  outline: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: DM_Sans;
}

.checker-window input:focus {
  border: 1px solid #7597a3;
  box-shadow: 0 0 0 2px #c0d2d8;
}

.checker-window input::placeholder {
  color: var(--placeholder);
}

.check-btn {
  width: 100%;
  border-radius: 8px;
  background-color: var(--disableBtn);
  border: none;
  padding: 8px 12px;
  font-family: DM_Sans_semibold;
  color: var(--textTertiary);
  margin-top: 24px;
  border: 1px solid #dae2db;
}

.check-btn svg {
  color: var(--textTertiary);
}

.check-btn.enable {
  background-color: var(--lightGreen);
  color: var(--textPrimary);
  font-family: DM_Sans_semibold;
  border: none;
}

.check-btn.enable:hover {
  background-color: var(--greenHoverState);
}

.check-btn.enable svg {
  color: var(--textPrimary);
}

.find-eircode {
  float: right;
  margin: 8px 0 0;
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
}

.find-eircode img {
  margin-right: 4px;
}

p.tooltip-info {
  margin: 16px 0 0;
  font-size: 14px;
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
  cursor: pointer;
  width: 50%;
}

.tooltip-info img {
  margin-right: 6px;
}

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

.mb-16 {
  margin-bottom: 16px !important;
}

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

.mb-24 {
  margin-bottom: 24px !important;
}

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

.gray-text {
  color: var(--textTertiary);
  font-size: 14px;
  font-family: DM_Sans;
}

.mr-12 {
  margin-right: 12px;
}

.mr-8 {
  margin-right: 8px;
}

.bg-main-green {
  background-color: var(--mainGreen);
  color: #fff;
  padding: 100px 0 148px;
}

.bg-main-green h1 {
  font-size: 42px;
  letter-spacing: -1px;
}

.bg-main-green h2 {
  font-size: 42px;
  letter-spacing: -1px;
}

/* carousel */
.carousel-better-way {
  margin-top: 64px;
}

.carousel-better-way .slick-next:before {
  background-image: url("../img/icons/green-right.svg");
}

.carousel-better-way .slick-prev:before {
  background-image: url("../img/icons/green-left.svg");
}

.title-26 {
  font-size: 26px;
  font-family: DM_Sans_bold;
  margin: 16px 0;
  letter-spacing: -0.5px;
}

.title-24 {
  font-size: 24px;
  font-family: DM_Sans_bold;
  margin: 16px 0;
  letter-spacing: -0.5px;
}

.text-18 {
  font-size: 18px;
}

.choice-item .text-18 {
  margin-top: 16px;
}

.choice-item {
  border-right: 1px solid #0f6b6c;
  padding: 0 16px;
  min-height: 216px;
}

.lightgreen-link {
  color: var(--accentGreen);
  display: block;
  margin-top: 16px;
  font-family: DM_Sans_semibold;
}

/* package tabs */
.container.packages {
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-icon {
  color: #85a3ad;
  transition: color 0.2s ease;
  margin-right: 10px;
}

.nav-link.active .tab-icon {
  color: var(--mainGreen);
}

.custom-tabs {
  border-bottom: none;
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 24px 0 40px;
}

.custom-tabs .nav-link {
  border: none;
  border-bottom: 2px solid var(--separator);
  border-radius: 0;
  background: none;
  color: #85a3ad;
  font-weight: 500;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  font-family: DM_Sans_med;
  font-size: 20px;
  letter-spacing: -1px;
}

.custom-tabs .nav-link img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

.custom-tabs .nav-link.active {
  color: #005e5e;
  border-bottom: 2px solid #005e5e;
  font-family: DM_Sans_bold;
  background-color: var(--backgroundGray);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.custom-tabs .nav-link.active img {
  opacity: 1;
  filter: invert(25%) sepia(79%) saturate(358%) hue-rotate(130deg)
    brightness(95%) contrast(90%);
}

.custom-tabs .nav-link:hover {
  color: #005e5e;
}

.custom-tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  /* background: #fff; */
  /* padding: 10px 0; */
  /* border-bottom: 1px solid #ddd; */
}

.custom-tabs.fixed {
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  width: 396px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px #00515233;
  padding: 12px;
  margin: 24px auto;
}

.subtitle-h3 {
  font-family: DM_Sans_bold;
  font-size: 26px;
  margin: 40px 0 4px;
  line-height: 42px;
  letter-spacing: -0.5px;
}

.packages .main-green-link {
  margin-bottom: 48px;
}

/* .packages h1,
.packages h2 {
    font-size: 42px;
    letter-spacing: -1px;
} */

.packages h1:not(.KnowledgeSearch_welcomeTitle_Fywnn) {
  font-size: 42px;
  /* letter-spacing: -0.5px; */
  color: var(--mainViolet);
  font-family: Henrietta-bold;
}

.packages h2 {
  font-size: 42px;
  letter-spacing: -1px;
}

.package-item {
  box-shadow: 0px 6px 40px 0px #0000001a;
  border-radius: 12px;
  max-width: 316px;
}

.package-item img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.p-30 {
  padding: 30px;
}

.package-item h2 {
  font-size: 32px;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.package-item .violet-btn {
  margin: 24px 0 0;
  display: block;
  text-align: center;
}

.package-item h3 {
  font-size: 23px;
  letter-spacing: -0.5px;
}

.fs-32 {
  font-size: 32px !important;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.badge-yellow {
  background-color: var(--neutral);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 18px;
  font-family: DM_Sans_semibold;
  margin: 32px 0 16px;
  letter-spacing: -0.5px;
}

.package-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-item ul li a {
  color: var(--textPrimary);
  line-height: 32px;
}

.packages .tab-pane {
  gap: 32px;
  margin: 0 !important;
  padding: 0 !important;
}

.packages .tab-content > .active {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}

.packages .tab-content > .five-g.active {
  gap: 48px;
}

.alert.alert-warning {
  color: var(--textPrimary);
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  font-family: DM_Sans;
  display: flex;
  gap: 8px;
  background-color: #FFF1CC;
  border: none;
}

.packages-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.package-item ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
  font-family: DM_Sans_semibold;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.package-item ul li::before {
  content: url("../img/icons/Checkmark.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.tariff-price {
  color: var(--textPrimary);
  /* font-size: 18px; */
  font-size: 26px;
  font-family: DM_Sans_bold;
  margin-top: 32px;
  letter-spacing: -0.5px;
  /* display: flex;
    align-items: center;
    gap: 8px; */
}

.tariff-banner {
  background-color: #dbeff0;
  /* border: 1px solid var(--greenHoverState); */
  border-radius: 12px;
  font-family: DM_Sans_bold;
  line-height: 26px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  letter-spacing: -0.5px;
}

.package-item hr {
  margin: 24px 0 16px;
  color: var(--separator);
  opacity: 1;
}

.tariff-price span {
  font-size: 48px;
  letter-spacing: -1px;
}

.tooltip-tariff {
  cursor: pointer;
  color: var(--mainViolet);
  font-size: 16px;
  font-family: DM_Sans_semibold;
  /* padding-top: 16px; */
  width: 110px;
  text-decoration: underline;
}

.tooltip-tariff img {
  transition: transform 0.3s ease;
  display: inline !important;
}

/* .five-g .tariff-price {
    border: unset;
}  */

.five-g .green-btn {
  display: block;
  text-align: center;
}

/* .five-g .tooltip-tariff {
    padding-top: 24px;
} */

.five-g .d-flex:last-child .package-head-item:last-child {
  align-items: anchor-center;
}

.tooltip-body {
  background-color: #dbeff0;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 280px;
  right: 0;
  margin: 0 auto;
  display: none;
}

.tooltip-info-body {
  background-color: #dbeff0;
  padding: 15px 48px 15px 20px;
  border-radius: 4px;
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 88%;
  right: 0;
  margin: 0 auto;
  display: none;
}

.tooltip-info-body p {
  font-size: 14px;
  color: var(--lightText);
}

.tooltip-info-body a {
  color: var(--lightText);
  font-family: DM_Sans_semibold;
}

.tooltip-close,
.tooltip-info-close {
  position: absolute;
  top: 0;
  right: 13px;
  font-size: 32px;
  color: var(--lightText);
  font-weight: lighter;
  transform: rotate(45deg);
  cursor: pointer;
  letter-spacing: -0.5px;
}

.tooltip-close::before,
.tooltip-info-close::before {
  content: "+";
  cursor: pointer;
}

.tooltip-body::before,
.tooltip-info-body::before {
  content: "";
  position: absolute;
  bottom: -8px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #dbeff0;
}

.tooltip-body::before {
  left: 18%;
}

.tooltip-info-body::before {
  left: 11%;
}

.tooltip-body ul li {
  color: var(--lightText);
}

.tooltip-body ul li:last-child {
  margin-bottom: 0;
}

.contact-banner {
  background-color: var(--lightViolet);
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  max-width: 1012px !important;
}

.contact-banner h3 {
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.contact-banner .btns {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-banner .violet-btn {
  padding: 12px 20px;
}

.contact-banner .signin-btn {
  padding: 10px 20px;
}

.contact-banner .signin-btn {
  font-size: 18px;
}

.contact-banner .btns .violet-btn {
  margin-right: 24px;
  height: 56px;
  font-size: 20px;
  width: 285px;
}

.contact-banner .btns .violet-btn img {
  margin-bottom: 2px;
}

.compare-block {
  background-color: var(--disableBtn);
  padding: 100px 0;
}

.compare-block h2 {
  font-size: 36px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.star-text {
  color: var(--mainGreen);
  font-size: 18px;
  font-family: DM_Sans_semibold;
  letter-spacing: -0.5px;
}

.star-text img {
  margin-right: 8px;
}

.compare-item {
  margin-top: 64px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 432px;
}

.compare-item h3 {
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.compare-item p {
  font-size: 18px;
}

.compare-item .badge-grey {
  background-color: var(--backgroundGray);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 16px;
}

.badge-grey span {
  font-weight: bold;
  font-size: 24px;
  padding-right: 16px;
  letter-spacing: -0.5px;
}

.badge-green {
  padding: 24px;
  background-color: var(--transparentGreen);
  border-radius: 8px;
  margin-top: 24px;
  border: 2px solid var(--lightGreen);
}

.compare-price {
  font-size: 18px;
  font-family: DM_Sans_semibold;
  margin-top: 24px;
  letter-spacing: -0.5px;
}

.total span {
  font-size: 24px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.total {
  margin-top: 8px;
}

.save-btn {
  background-color: var(--lightGreen);
  /* width: 100%; */
  display: block;
  color: var(--textPrimary);
  font-size: 18px;
  text-decoration: none;
  padding: 6px 0;
  border-radius: 8px;
  margin-top: 24px;
  height: 40px;
  font-family: DM_Sans;
  letter-spacing: -0.5px;
}

.save-btn:hover,
.easy-steps .save-btn:hover {
  background-color: var(--greenHoverState);
}

.badge-green .save-btn {
  border-radius: 999px;
}

.badge-green .save-btn:hover {
  background-color: var(--lightGreen);
}

.gap-30 {
  gap: 30px;
}

.gap-32 {
  gap: 32px;
}

.gap-14 {
  gap: 14px;
}

.gap-18 {
  gap: 18px;
  margin-bottom: 24px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.desktop-hide {
  display: none;
}

.bg-main-green.easy-steps {
  padding: 100px 0;
  background-color: var(--footer);
}

.semibold {
  font-family: DM_Sans_semibold;
}

.bg-main-green.easy-steps h1 {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.bg-main-green.easy-steps h2 {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.mr-16 {
  margin-right: 16px;
}

.step-item .title-26 {
  vertical-align: bottom;
}

.step-item .text-18 {
  margin-top: 24px;
}

.easy-steps .container {
  padding: 64px 0 48px;
  gap: 32px;
}

.save-btn.w-214 {
  width: 214px;
  margin: 0 auto;
  font-family: DM_Sans_semibold;
  padding: 8px 20px;
}

.easy-steps .save-btn {
  background-color: var(--lightGreen);
  padding: 10px 0;
  height: 48px;
  color: var(--textPrimary);
}

.bg-lightViolet {
  background-color: var(--backgroundGray);
  padding: 100px 0 132px;
}

.bg-lightViolet h1 {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.bg-lightViolet h2 {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.carousel-testimonials {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 32px !important;
  margin-top: 56px;
}

.testimonial-item {
  padding: 0 38px;
}

.trustpilot-title {
  font-family: DM_Sans_semibold;
  text-decoration: none;
  color: var(--textPrimary);
  margin-top: 32px;
  display: block;
  letter-spacing: -0.5px;
}

.fs-14 {
  font-size: 14px;
  font-family: DM_Sans_italic;
  margin: 16px 0;
  color: var(--lightText);
}

.trustpilot-date {
  font-size: 14px;
  margin-top: 18px;
}

.trustpilot-date span {
  font-family: DM_Sans_semibold;
  border-right: 1px solid var(--separator);
  padding-right: 12px;
  margin-right: 12px;
}

.carousel-testimonials .slick-prev {
  margin: 0 auto !important;
  right: 158px !important;
  z-index: 10;
}

.carousel-better-way .slick-prev {
  margin: 0 auto !important;
  right: 215px !important;
  z-index: 10;
}

.carousel-testimonials .slick-next,
.carousel-better-way .slick-next {
  right: 0 !important;
  margin: 0 auto !important;
  left: 280px !important;
  z-index: 10;
}

.carousel-testimonials .slick-prev,
.carousel-testimonials .slick-next {
  bottom: -62px !important;
  top: unset !important;
}

.carousel-better-way .slick-prev,
.carousel-better-way .slick-next {
  bottom: -78px !important;
  top: unset !important;
}

.carousel-testimonials .slick-dots {
  bottom: -60px !important;
}

.carousel-better-way .slick-dots {
  bottom: -75px !important;
}

.carousel-testimonials .slick-dots li button:before {
  color: var(--borderLight) !important;
  font-size: 10px !important;
  opacity: 1;
}

.carousel-testimonials .slick-dots li.slick-active button::before {
  color: var(--separator) !important;
}

.carousel-better-way .slick-dots li button:before {
  color: var(--itemGreen) !important;
  font-size: 10px !important;
  opacity: 1;
}

.carousel-testimonials .slick-dots li.slick-active button::before,
.carousel-better-way .slick-dots li.slick-active button::before {
  font-size: 14px !important;
}

.carousel-better-way .slick-dots li.slick-active button::before {
  color: #157879 !important;
}

.carousel-testimonials .slick-dots li {
  margin: 0;
}

.carousel-testimonials .slick-next:before {
  background: url("../img/icons/right-grey.svg") no-repeat center center !important;
}

.carousel-testimonials .slick-prev:before {
  background: url("../img/icons/left-grey.svg") no-repeat center center !important;
}

.carousel-testimonials .slick-next:before,
.carousel-testimonials .slick-prev:before,
.carousel-better-way .slick-next:before,
.carousel-better-way .slick-prev:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  z-index: 10;
  opacity: 1;
  background-repeat: no-repeat;
}

.faqs {
  padding: 100px 0;
  background-color: #fff;
}

.faqs .accordion {
  margin-top: 48px;
  --bs-accordion-border-width: unset !important;
}

.faqs .accordion-button,
.faqs .accordion-body {
  background-color: #fff !important;
  border: none !important;
  letter-spacing: -0.5px;
}

.faqs .accordion-item {
  border-bottom: 1px solid var(--borderLight);
}

.faqs .accordion-item {
  margin-bottom: 8px;
  /* border-radius: 8px !important; */
}

.faqs .accordion-button:focus,
.legal .accordion-button:focus {
  box-shadow: none !important;
}

.faqs .accordion-button:not(.collapsed),
.faqs .accordion-button {
  color: var(--textPrimary) !important;
}

.faqs .accordion-button {
  padding: 18px 24px 26px 18px !important;
  font-family: DM_Sans_semibold;
}

.faqs .accordion-body {
  padding: 0 0 18px 24px !important;
  font-family: DM_Sans_med;
  color: var(--lightText) !important;
}

.faqs .container {
  max-width: unset;
}

.faqs
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.faqs .accordion-button::after {
  content: url(/wp-content/themes/imagine/img/icons/plus.svg);
  transform: none !important;
  background-image: none !important;
  color: var(--textPrimary);
  font-family: DM_Sans_light;
  padding: 3px;
  transition: 0.2s;
  width: 26px;
  height: 26px;
}

.faqs .accordion-button:hover::after {
  background: var(--backgroundGray);
  border-radius: 100px;
  padding: 3px;
  width: 26px;
  height: 26px;
}

.legal .accordion-button:hover::after {
  background: var(--backgroundGray);
  border-radius: 100px;
  padding: 3px;
  width: 26px;
  height: 26px;
}

.need-help {
  padding: 100px 16px;
  background-color: var(--bgGrey);
}

.legal .accordion-button::after {
  content: url(/wp-content/themes/imagine/img/icons/plus.svg);
  transform: none !important;
  background-image: none !important;
  color: var(--textPrimary);
  font-family: DM_Sans_light;
  padding: 3px;
  transition: 0.2s;
  width: 26px;
  height: 26px;
}

.faqs .accordion-button:not(.collapsed)::after,
.legal .accordion-button:not(.collapsed)::after {
  content: url(/wp-content/themes/imagine/img/icons/minus.svg) !important;
}

.accordion.legal {
  padding-bottom: 100px;
  max-width: 1012px !important;
  padding-left: 0;
  padding-right: 0;
}

.legal .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.legal .accordion-item {
  border-color: var(--bgGrey);
}

.legal .accordion-button span {
  color: var(--textPrimary);
  font-family: DM_Sans_semibold;
  margin-left: 5px;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.legal .accordion-body p {
  font-family: DM_Sans_med;
  color: var(--lightText);
  line-height: 26px;
}

.legal .accordion-body {
  padding: 0 24px 18px;
}

.legal .accordion-body a {
  color: var(--lightText);
  font-family: DM_Sans_semibold;
  letter-spacing: -0.5px;
}

.legal .accordion-button {
  padding: 18px 24px;
}

.faqs p {
  font-family: DM_Sans_med;
  line-height: 26px;
}

.faqs .accordion-body a {
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
}

.m-06 {
  margin: 6px 0;
}

.help-item {
  background-color: #fff;
  padding: 32px;
  max-width: 432px;
  border-radius: 8px;
}

.help-item .violet-btn {
  font-size: 16px;
  margin: 0;
}

.help-item a img {
  margin-bottom: 3px;
  margin-right: 5px;
}

.link a {
  /* display: inline; */
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
}

.link,
.help-container .link {
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
  margin-bottom: 0 !important;
}

.package-head-item .link {
  color: var(--mainViolet);
  margin-top: 10px;
}

.help-item .violet-white-btn {
  padding: 8px 0;
  width: 188px;
  margin-left: 10px;
}

.help-container {
  /* padding-top: 200px; */
  margin-bottom: 32px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.help-container h2 {
  font-size: 36px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.help-container h3 {
  font-size: 18px;
  font-family: DM_Sans_bold;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.5px;
}

.help-container p {
  margin-bottom: 16px !important;
}

.fs-18 {
  font-size: 18px;
}

.help-container .violet-btn {
  height: 48px;
  display: block;
  width: 232px;
  padding: 12px 0;
  margin: 48px auto;
}

.help-container p {
  color: var(--lightText);
}

.warning-info {
  background-color: var(--warning);
  padding: 32px 48px !important;
  border-radius: 8px;
}

.warning-info h3 {
  font-size: 24px;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.warning-info p {
  font-size: 18px;
}

/* .warning-info .green-btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
} */

/* .warning-info .visit-support {
    display: block;
    text-align: right;
    color: var(--mainViolet);
    font-family: DM_Sans_semibold;
    margin-top: 24px;
} */

.warning-info .link {
  margin-top: 24px;
}

.warning-info .violet-btn {
  margin-right: 0;
  padding: 12px 20px;
  display: block;
  height: 48px;
}

.warning-info .violet-btn,
.help-container .violet-btn {
  width: 263px;
}

.warning-info .violet-btn img,
.help-container .violet-btn img {
  margin-bottom: 3px;
  margin-right: 8px;
}

footer {
  background-color: var(--footer);
  padding: 100px 0;
  color: #fff;
}

footer .footer-logo {
  margin-bottom: 32px;
}

footer .mob-flex li a {
  text-decoration: underline;
}

.mr-6 {
  margin-right: 6px;
}

.ml-20 {
  margin-left: 20px;
}

.social-icon {
  margin-right: 14px;
}

footer h5 {
  font-size: 18px;
  font-family: DM_Sans_semibold;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style-type: none;
  margin-bottom: 8px;
  line-height: 26px;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer a {
  text-decoration: none;
  color: #fff;
  font-family: DM_Sans_light;
}

footer ul li span {
  font-family: DM_Sans_semibold !important;
}

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

footer hr {
  color: #395660;
  opacity: 1;
  margin-top: 40px;
}

.copyright {
  margin-top: 40px;
  align-items: center;
}

.copyright p {
  font-size: 14px;
  font-family: DM_Sans_semibold;
}

.footer-btn {
  background-color: var(--mainViolet);
  color: #fff;
  display: flex;
  padding: 8px 19px;
  text-align: center;
  border-radius: 8px;
  height: 40px;
  /* width: 114px; */
  font-family: DM_Sans_med;
}

.footer-btn img {
  margin-bottom: 0;
}

.error-input {
  border-color: var(--errorState) !important;
}

.error-eircode p {
  font-size: 14px;
  line-height: 18px;
  color: var(--errorState);
  font-family: DM_Sans_med;
}

.error-eircode {
  gap: 6px;
  margin-top: 8px;
  display: none;
}

/* Product and Plans */
.product-banner h1 {
  font-size: 48px;
  color: var(--grayPure);
  letter-spacing: -1px;
}

.product-banner p {
  font-family: DM_Sans;
  color: var(--textPrimary);
}

.product-banner .violet-btn {
  width: 240px;
  height: 48px;
  padding: 12px 0;
  margin: 45px auto 0;
}

.package-heading h3 {
  color: var(--mainViolet);
  font-size: 24px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.package-heading h2 {
  font-size: 36px;
  font-family: DM_Sans_bold;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.package-heading p {
  color: var(--lightText);
  font-size: 18px;
}

.package-head-item {
  background-color: var(--backgroundGray);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: start;
  gap: 16px;
  width: 100%;
}

.package-head-item a {
  color: var(--lightText);
}

.package-head-item h6 {
  font-size: 18px;
  font-family: DM_Sans_semibold;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.package-head-item p {
  font-size: 16px;
}

.package-page .violet-btn {
  margin: 24px 0 0;
  display: block;
  text-align: center;
}

.package-page .violet-btn img {
  margin-bottom: 2px;
}

.package-page .contact-banner .violet-btn {
  margin: 0 24px;
}

.contact-banner p {
  font-size: 18px;
}

.bg-dark-gray {
  background-color: var(--footer);
  padding: 100px 0;
  color: #fff;
}

.bg-legal {
  background-color: var(--footer);
  padding: 124px 16px 48px;
  color: #fff;
}

.bg-legal h2 {
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.bg-legal p {
  max-width: 780px;
  line-height: 26px;
  font-family: DM_Sans_light;
}

.bg-dark-gray h2 {
  font-size: 36px;
  margin-bottom: 64px;
  letter-spacing: -0.5px;
}

.bg-dark-gray .step-item {
  max-width: 426px;
}

.add-ons {
  padding: 100px 0;
}

.add-ons .container {
  justify-content: center;
}

.add-ons h5 {
  color: var(--mainViolet);
  font-size: 24px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.add-ons h2 {
  font-size: 36px;
  margin-bottom: 64px;
  letter-spacing: -0.5px;
}

.add-ons-item {
  background-color: var(--lightCream);
  padding: 24px;
  border-radius: 16px;
  min-height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.add-ons-item p:not(.title-26) {
  font-size: 18px;
}

.add-ons-item .title-26 {
  margin: 24px 0 16px !important;
}

.add-ons-item .link a,
.add-ons-item p.link {
  font-size: 16px;
  margin-right: 6px;
}

/* Check availability */
.bg-darkGray {
  background-color: var(--footer);
  padding: 170px 0 100px;
  background-image: url(/wp-content/uploads/2025/10/Check-availability.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.bg-darkGray h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: -1px;
}

.bg-darkGray .text-white {
  color: #fff;
  font-size: 18px;
  margin-top: 24px;
}

.need-help.need-available {
  background-color: var(--backgroundGray);
}

/* Fibre available */
/* .news-badge { */
/* background-color: var(--lightCream); */
/* border-radius: 16px; */
/* padding: 48px !important; */
/* margin-bottom: 80px; */
/* } */

.news-badge-grey {
  background-color: var(--backgroundGray);
  border-radius: 16px;
  padding: 48px !important;
  margin-bottom: 48px;
}

.news-badge-grey h2 {
  font-size: 36px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.news-badge-grey p {
  font-size: 18px;
  color: var(--lightText);
  margin-bottom: 0;
  line-height: 28px;
}

.violet-link {
  color: var(--mainViolet);
  font-family: DM_Sans_bold;
}

.violet-link img {
  margin-right: 4px;
}

.news-badge-grey .btns {
  margin-top: 32px;
}

.news-badge-grey .btns .violet-btn {
  display: inline-block;
  height: 48px;
  padding: 11px 24px;
  margin-right: 24px;
}

.news-badge-grey .btns .violet-btn img {
  margin-bottom: 4px;
}

.news-badge h1 {
  font-size: 68px;
  margin-bottom: 24px;
  color: var(--lightTitle);
  font-family: Henrietta-bold;
  line-height: 74px;
}

.news-badge h4 {
  font-size: 24px;
  color: var(--lightTitle);
  font-family: DM_Sans_bold;
  /* max-width: 664px; */
  max-width: 696px;
  text-align: center;
  margin-bottom: 24px;
}

.news-badge h4.long-text {
  max-width: 770px;
}

.new-titles.long-text h1,
.new-titles.long-text p {
  max-width: 900px;
}

.p-100 {
  padding: 76px 0 100px;
}

.news-badge .fs-18-bold {
  color: var(--disableViolet);
  margin-bottom: 0 !important;
}

.news-badge .fs-18-bold svg {
  margin-right: 10px;
  margin-bottom: 3px;
}

.white-badge {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  max-width: 460px;
}

.white-badge .fs-18 {
  font-family: DM_Sans_med;
}

.white-badge .fs-18-bold img {
  margin-top: 6px;
}

.fibre-available .violet-btn {
  display: block;
  margin: 24px 0;
  text-align: center;
}

.fs-18-bold {
  font-size: 18px;
  font-family: DM_Sans_bold;
  margin-bottom: 8px !important;
  color: var(--textPrimary);
  letter-spacing: -0.5px;
}

.news-badge .light-grey {
  color: var(--lightText);
  letter-spacing: -0.5px;
}

.news-badge p a {
  font-family: DM_Sans_semibold;
  margin-left: 8px;
}

.fs-20-bold {
  font-size: 24px;
  font-family: DM_Sans_bold;
  margin-bottom: 16px !important;
  letter-spacing: -0.5px;
}

.fs-26-bold {
  font-size: 26px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.fs-18 {
  font-size: 18px;
  margin-bottom: 24px !important;
}

.accordion.legal.legal-inner {
  padding: 48px 0 0;
}

/* Devices */
.bg-lightGray.bg-devices {
  background-color: var(--backgroundLight);
}

.bg-devices h3 {
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.bg-devices p {
  color: var(--lightText);
}

.bg-dark-gray .container {
  padding: 0;
  justify-content: center;
}

.devices-grey {
  background-color: var(--backgroundGray);
  padding: 100px 16px;
}

.legal-pure {
  background-color: #fff;
  padding: 100px 16px;
}

.nav-devices {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px !important;
  min-width: 316px;
  text-align: left;
  height: 258px;
}

.nav-devices .nav-link {
  text-align: left;
  font-family: DM_Sans_semibold;
  padding: 8px 12px;
  color: var(--textPrimary) !important;
  margin-bottom: 4px;
}

.nav-legal {
  background-color: var(--backgroundGray);
  border-radius: 12px;
  padding: 16px !important;
  min-width: 316px;
  text-align: left;
  /* max-height: 517px; */
}

.nav-legal .nav-link {
  text-align: left;
  font-family: DM_Sans_semibold;
  padding: 8px 12px;
  color: var(--textPrimary) !important;
  margin-bottom: 4px;
}

.nav-legal h6 {
  margin-bottom: 0;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.nav-legal hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px var(--borderLight) solid;
  opacity: 1;
}

.nav-legal .nav-link.active {
  background-color: #fff !important;
}

.nav-devices.nav-pills .nav-link.active {
  background-color: var(--borderGray) !important;
  border-radius: 4px !important;
  padding: 8px 12px;
}

.nav-devices.nav-pills .nav-link.active h6::after {
  content: ">";
  font-size: 18px;
  font-family: DM_Sans_med;
}

.nav-devices.nav-pills .nav-link h6 {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: start;
  line-height: 26px;
}

.nav-pills .nav-link p {
  font-size: 14px;
}

.devices-grey .tab-content {
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  padding: 48px;
  letter-spacing: -0.2px;
}

.devices-grey .title-26 {
  margin: 0;
}

.devices-grey .title-24 {
  margin: 24px 0 8px;
}

.devices-grey .tab-content .content-info {
  display: flex;
}

/* , .devices-grey .tab-content>.active */

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

.device-content h6 {
  font-size: 18px;
  margin: 24px 0 16px;
  font-family: DM_Sans_bold;
}

.device-img {
  background-color: #fff;
  border: 0.75px solid var(--bgGrey);
  border-radius: 8px;
  max-width: 356px;
  text-align: center;
  height: min-content;
  padding: 32px 18px;
}

.device-img img {
  max-width: 216px;
}

.device-img h6 {
  font-size: 20px;
  color: var(--mainViolet);
  margin-top: 54px;
  font-family: DM_Sans_bold;
}

.aginet-app {
  background-color: var(--backgroundGray);
  padding: 24px;
  border-radius: 14px;
  margin: 32px 0;
}

.aginet-app .fs-18-bold {
  margin-bottom: 24px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.2px;
}

.aginet-app ul {
  padding: 0 !important;
  margin: 0 !important;
}

.aginet-app ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 16px;
  line-height: 26px;
}

.aginet-app ul li::before {
  content: url("../img/icons/Checkmark.svg");
}

.aginet-app ul li b {
  display: block;
}

.aginet-app ul li:last-child {
  margin-bottom: 0;
}

.devices-grey .tab-pane .violet-btn {
  float: right;
  height: 40px;
  margin: 32px 0 0;
}

.device-img .slick-next {
  right: 14px;
  z-index: 10;
}

.device-img .slick-prev {
  left: 14px;
  z-index: 10;
}

.carousel-devices .slick-next:before,
.carousel-devices .slick-prev:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  z-index: 10;
  opacity: 1;
  background-repeat: no-repeat;
}

.carousel-devices .slick-next:before {
  background: url("../img/icons/device-right.svg") no-repeat center center !important;
}

.carousel-devices .slick-prev:before {
  background: url("../img/icons/device-left.svg") no-repeat center center !important;
}

.about-banner h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: -1px;
}

.about-banner p {
  color: #fff;
  font-size: 18px;
}

.about-banner span {
  font-family: DM_Sans_semibold;
}

.bg-grey-green {
  background-color: var(--disableBtn);
  padding: 48px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.bg-grey-green p {
  font-size: 24px;
  font-family: DM_Sans_bold;
  margin-top: 16px;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.bg-grey-green div {
  margin-bottom: 32px;
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
}

.py-100 {
  padding: 100px 0;
}

.py-100.container,
.compare-block .d-flex,
.add-ons .container,
.bg-darkGray .container {
  padding-left: 0;
  padding-right: 0;
}

.py-100 .text-violet {
  font-size: 18px;
  font-family: DM_Sans_semibold;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.py-100 h4,
.py-100 h2 {
  font-size: 32px;
  font-family: DM_Sans_bold;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.about-texts {
  text-align: center;
  letter-spacing: -0.2px;
}

.about-texts p {
  color: var(--mainViolet);
  font-family: DM_Sans_semibold;
  font-size: 18px;
  margin-bottom: 8px !important;
}

.about-texts h5 {
  font-size: 18px;
  font-family: DM_Sans_med;
  margin-bottom: 0;
  line-height: 28px;
}

.bg-dark-green {
  background-color: var(--mainGreen);
  color: #fff;
  padding: 100px 16px;
  text-align: center;
}

.bg-dark-green .fs-20-bold {
  margin-bottom: 24px !important;
}

.cols-2 {
  margin: 0 auto;
}

.cols-2 .step-item {
  max-width: 548px;
}

.bg-dark-green .text-18 {
  font-family: DM_Sans_light;
}

.bg-light-green {
  background-color: var(--disableBtn);
  padding: 100px 16px;
}

.bg-light-green h2 {
  font-size: 36px;
  margin-bottom: 64px;
  letter-spacing: -0.5px;
}

.our-story h2 {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.value-item .title-26 {
  margin: 24px 0 16px;
}

.value-item p {
  color: var(--lightText);
  font-size: 18px;
  letter-spacing: -0.5px;
}

.our-story {
  position: relative;
  padding: 100px 16px;
}

.our-story.container {
  max-width: 1128px !important;
}

.timeline {
  border-left: 2px solid #c9b8e0;
  padding-left: 40px;
  position: relative;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 3px solid var(--mainViolet);
  border-radius: 50%;
}

.timeline-item h5,
.timeline-item h3 {
  font-size: 26px;
  font-family: DM_Sans_bold;
  margin-bottom: 16px;
  margin-top: 64px;
  letter-spacing: -0.5px;
}

.timeline-item p {
  margin-bottom: 24px !important;
  color: var(--lightText);
}

.grey-badge {
  background-color: var(--bgGrey);
  padding: 48px;
  border-radius: 12px;
  text-align: center;
  margin-top: 100px;
}

.grey-badge h2 {
  font-size: 36px;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.grey-badge .btns {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.grey-badge .btns a {
  display: inline-block;
  height: 48px !important;
  padding: 10px 16px;
}

.legal-pure .tab-content {
  width: 100%;
}

.legal-pure .tab-pane {
  max-width: 896px;
}

.legal-pure .tab-pane.category-items {
  max-width: unset;
}

.pdf-content {
  background-color: var(--backgroundGray);
  border: 1px solid var(--borderGray);
  padding: 20px;
  border-radius: 4px;
}

.legal-pure h2 {
  font-size: 32px;
  letter-spacing: -0.5px;
}

.legal-pure h4 {
  font-size: 24px;
  margin: 48px 0 32px;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.legal-pure .content-info p {
  margin-bottom: 16px !important;
}

.legal-pure .pdf-content p:not(:last-of-type) {
  margin-bottom: 12px !important;
}

.legal-pure .pdf-content p:last-of-type {
  margin-bottom: 0 !important;
}

.legal-pure .pdf-content a,
.legal-pure .pdf-content p {
  color: var(--textPrimary);
}

.legal-pure .content-info .pdf-content img {
  margin-right: 8px;
}

.m-48 {
  margin: 48px 0;
}

.max-w-896 {
  max-width: 896px;
}

.legal-pure p,
.legal-pure ul li {
  color: var(--lightText);
  line-height: 26px;
}

.content-texts h4 {
  padding-left: 8px;
}

.content-texts h5 {
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
  font-size: 18px;
  margin-bottom: 16px;
}

.content-texts.h4-no-pad h4 {
  padding-left: 0;
}

.content-texts ul li {
  margin-bottom: 24px;
}

.content-texts h6 {
  font-family: DM_Sans_bold;
  font-size: 18px;
  margin: 48px 0 32px;
  letter-spacing: -0.5px;
  line-height: 26px;
}

.legal-pure .content-info .info-p p {
  margin-bottom: 8px !important;
}

.info-p {
  margin-bottom: 24px;
}

.info-p a,
.content-info a {
  color: var(--lightText);
}

.info-p ul li {
  margin-bottom: 8px !important;
}

.mb-h2 h2 {
  margin-bottom: 48px;
}

.cookie-table {
  width: 100%;
  border: 1px solid var(--borderLight);
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 48px 0;
}

.cookie-table th {
  font-family: DM_Sans_bold;
  font-size: 14px;
  background-color: var(--backgroundGray);
  padding: 10px 24px;
}

.cookie-table thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.cookie-table thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.cookie-table thead tr:first-child th:first-child {
  width: 176px;
}

.cookie-table thead tr:first-child th:nth-child(2) {
  width: 410px;
}

.cookie-table td {
  padding: 24px;
  font-family: DM_Sans;
  border-right: 1px solid var(--borderLight);
  border-top: 1px solid var(--borderLight);
  font-family: DM_Sans_med;
}

.cookie-table tr td:last-child {
  border-right: unset;
}

/* fix nav legal tabs */
.fix-nav-legal {
  position: relative;
  width: 424px;
}

.nav-legal {
  position: relative;
  transition: all 0.3s ease;
}

.nav-legal.fixed {
  position: fixed;
  top: 100px;
  width: 316px;
  z-index: 10;
}

.nav-legal.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}

.nav-placeholder {
  display: none;
  height: 0;
}

.yellow-message {
  background-color: var(--tealHover);
  font-family: DM_Sans_bold;
  padding: 4px 8px;
  width: 100%;
  max-width: 316px;
  margin: 0 auto 24px;
  letter-spacing: -0.6px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#fibre .package-item:last-child,
.fibre-package .package-item:last-child {
  position: relative;
}

#fibre .package-item:last-child::before,
.fibre-package .package-item:last-child::before {
  width: 316px;
  height: 46px;
  background-color: var(--tealHover);
  content: "Coming Soon";
  font-family: DM_Sans_bold;
  display: block;
  position: absolute;
  z-index: -1;
  top: -30px;
  border-radius: 8px;
  text-align: center;
  background-image: url("../img/icons/warning.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 92px 5px;
  padding: 4px 0 0 20px;
  letter-spacing: -0.5px;
}

.message-5g a {
  color: var(--mainViolet);
}

.message-icon {
  margin-left: 16px;
  width: 20px;
}

.product-modal-bg {
  z-index: 100;
  background-color: #1a1a1a66;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  overflow: auto;
}

.product-modal {
  display: flex;
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fafafa;
  width: 1064px;
  border-radius: 12px;
  padding: 32px;
  margin: 0 auto;
  font-family: DM_Sans;
  text-align: left;
}

.product-modal img {
  max-width: 356px;
  border-radius: 8px;
  height: max-content;
}

.close-modal {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}

.product-modal h4 {
  font-size: 26px;
  font-family: DM_Sans_bold;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.product-modal p {
  font-size: 16px !important;
}

.modal-price {
  background-color: var(--bgGrey);
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.modal-price p {
  color: var(--lightText);
  font-size: 14px !important;
}

.green-price {
  color: var(--mainGreen);
  font-size: 20px;
  font-family: DM_Sans_bold;
}

.modal-price h6 {
  font-size: 16px;
  font-family: DM_Sans_bold;
}

.product-modal h5 {
  color: var(--textPrimary);
  font-size: 18px;
  margin-top: 24px;
}

.product-modal h5.mt-32 {
  margin: 32px 0 24px;
}

.product-modal ul {
  padding-left: 0;
  margin-bottom: 24px;
}

.product-modal ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 16px;
  line-height: 26px;
  gap: 16px;
}

.product-modal ul li::before {
  content: url("../img/icons/check-green.svg");
}

.product-modal .violet-btn {
  display: block;
  float: right;
  font-size: 16px;
  height: 40px;
  margin-top: 24px;
  margin-right: 0;
}

.modal-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.only-title {
  align-items: baseline;
}

.modal-price img {
  margin-right: 8px;
}

.legal-dropdown {
  width: 100%;
  display: none;
  letter-spacing: -0.5px;
}

.legal-custom-dropdown {
  width: 100%;
}

.legal-custom-dropdown .dropdown-toggle {
  width: 100%;
  padding: 18px 28px;
  background-color: var(--backgroundGray);
  border: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  font-family: DM_Sans_bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--textPrimary);
  letter-spacing: -0.5px;
}

.legal-custom-dropdown .dropdown-menu {
  display: none;
  border: none;
  border-radius: 0;
  background-color: var(--backgroundGray);
  padding: 0;
  position: relative;
  padding: 0 16px 20px;
}

.legal-custom-dropdown .dropdown-menu div {
  padding: 8px 12px;
  cursor: pointer;
  font-family: DM_Sans_bold;
  line-height: 26px;
}

.legal-custom-dropdown .dropdown-menu div.active,
.legal-custom-dropdown .dropdown-menu div:hover {
  background-color: #fff;
  border-radius: 8px;
}

.legal-custom-dropdown hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px var(--borderLight) solid;
  opacity: 1;
}

.page-not-found {
  background-color: var(--backgroundLight);
  padding: 190px 16px 118px;
}

.page-not-found h1 {
  font-size: 100px;
  line-height: 64px;
  color: var(--borderLight);
}

.page-not-found h2 {
  font-size: 36px;
  margin-top: 24px;
  color: var(--textPrimary);
}

.page-not-found p {
  font-size: 18px;
  color: var(--lightText);
  font-family: DM_Sans_med;
}

.page-not-found div {
  color: var(--mainViolet);
  font-family: DM_Sans_bold;
  margin-top: 32px;
}

.page-not-found a {
  color: var(--mainViolet);
  font-family: DM_Sans_bold;
}

.not-found .help-item {
  max-width: 664px;
}

.link-white {
  color: #fff;
}

.bg-darkgreen {
  background-color: var(--mainGreen);
  padding: 60px 0;
  margin-bottom: 100px;
}

.new-titles {
  text-align: center;
}

.new-titles h1 {
  font-size: 68px;
  color: var(--mainViolet);
  font-family: Henrietta-bold;
  letter-spacing: -0.5px;
  max-width: 943px;
  margin: 0 auto;
  line-height: 74px;
}

.new-titles p {
  font-size: 24px;
  font-family: DM_sans_bold;
  color: var(--lightText);
  max-width: 654px;
  margin: 24px auto 80px !important;
  letter-spacing: -1px;
}

.product-banner h1.violet-title-big {
  font-size: 48px;
  font-family: Henrietta-bold;
  letter-spacing: 0;
  color: var(--mainViolet);
}

.star-label {
  text-align: center;
  width: 100%;
  border: 1px solid var(--greenHoverState);
  border-radius: 12px;
  max-width: fit-content;
  background-color: var(--lightBgGreen);
  right: 0;
  font-family: "DM_Sans_bold";
  font-size: 18px;
  line-height: 30px;
  padding: 4px 16px 4px 16px;
  letter-spacing: -0.8px;
  margin-bottom: 52px;
}

.star-label svg {
  margin-right: 8px;
  margin-bottom: 3px;
}

.green-bottom-label {
  /* background-color: var(--lightBgGreen); */
  background-color: #3db747;
  text-align: center;
  /* color: var(--textPrimary); */
  color: #fff;
  font-size: 18px;
  font-family: DM_sans_bold;
  padding: 12px 16px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  letter-spacing: -1px;
}

.scroll-indicator {
  position: fixed;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.form-eircode {
  max-width: 1012px !important;
  /* background-color: var(--lightViolet); */
  background-color: #fff;
  padding: 32px !important;
  /* margin: 80px auto 0; */
  border-radius: 12px;
}

.form-eircode h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.full-input {
  width: 100%;
}

.half-input {
  width: 100%;
}

.half-input:first-of-type {
  margin-right: 14px;
}

.form-eircode form {
  margin-top: 24px;
}

.full-input,
.half-input {
  border: 1px solid var(--borderLight);
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 8px;
  outline: none;
}

input {
  transition: background-color 9999s ease-in-out 0s;
}

.form-eircode hr {
  border-top: 1px solid var(--lightTitle);
  opacity: 1;
  margin: 24px 0;
}

.form-eircode .link a {
  font-family: DM_Sans_med;
  font-weight: 600;
  text-decoration: none;
}

.form-eircode .link img {
  margin-right: 3px;
}

.mw-1012 {
  max-width: 1012px !important;
  padding: 0 !important;
  margin-top: 24px;
  margin-bottom: -24px;
  position: relative;
}

.mw-1012 .tooltip-info-body {
  bottom: 32px;
  left: 32px;
  max-width: 464px;
  margin: 0;
}

.alert-message {
  /*padding: 22px;*/
  padding: 17px;
  background-color: var(--warning);
  position: fixed;
  width: 100%;
  z-index: 110;
  /*height: 80px;*/
  height: auto;
  margin-top: 76px;
  font-size: 18px;
  font-weight: 700;
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
  display: none;
  border-radius: 8px;
}

/* .bg-lightGray.homepage {
    padding-top: 221px !important;
} */

.alert-message .container {
  padding: 0;
  gap: 18px;
}

.success-message {
  background-color: var(--tealHover);
  padding: 16px;
  border-radius: 8px;
  width: max-content;
  font-size: 16px;
  color: #090909;
  letter-spacing: -0.5px;
  font-family: DM_Sans_semibold;
  position: fixed;
  top: 100px;
  right: -400px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition:
    right 0.5s ease,
    opacity 0.5s ease;
  opacity: 0;
}

.success-message.show {
  right: 22px;
  opacity: 1;
}

.homepage.bg-lightGray .mobile-bg p.banner-green-text {
  color: var(--mainGreen);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 16px;
}

.logo a {
  display: inline-block;
  /* background-image: url(/wp-content/themes/imagine/img/Imagine_Logo.png); */
  background-repeat: no-repeat;
  background-size: contain;
}

.logo a:hover {
  background-image: url(/wp-content/themes/imagine/img/logo_hover.png);
  /* margin-top: 1px; */
}

.logo a img {
  opacity: 1;
}

.logo a:hover img {
  opacity: 0;
}

.leave-anytime-tooltip {
  background-color: #dbeff0;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  bottom: 69px;
  left: 38px;
  width: 260px;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: var(--lightText);
  display: none;
}

.leave-anytime-tooltip h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
  color: var(--lightText);
}

.leave-anytime-tooltip::before {
  content: "";
  position: absolute;
  bottom: -8px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #dbeff0;
  left: 42px;
}

.leave-anytime-hover:hover .leave-anytime-tooltip {
  display: block;
}

.leave-link {
  position: relative;
}

.leave-link:hover .leave-anytime-tooltip2 {
  display: block;
}

.banner-description-p {
  color: var(--textPrimary);
  font-size: 24px;
  font-family: DM_sans_bold;
  letter-spacing: -1px;
  line-height: 32px;
}

.banner-description-p a {
  color: var(--textPrimary);
}

.leave-anytime-tooltip2.banner-tooltip {
  /* transform: translateX(50%); */
  margin-top: 13px;
  z-index: 1000;
}

.leave-anytime-tooltip2.banner-tooltip.leave-anytime-location {
  transform: translateX(50%);
}

.leave-anytime-tooltip2.banner-tooltip::before {
  left: unset;
  right: 30px;
  bottom: 0;
  top: -8px;
}

.leave-anytime-tooltip2.banner-tooltip p {
  font-size: 14px !important;
  line-height: 24px !important;
  color: var(--lightText) !important;
  font-family: DM_Sans_med !important;
  letter-spacing: -0.5px !important;
}

.leave-anytime-tooltip2.banner-tooltip h5 {
  letter-spacing: -0.5px !important;
}

.leave-anytime-tooltip.tooltip-products {
  bottom: 27px;
  left: 0px;
}

.leave-anytime-tooltip2 {
  background-color: #dbeff0;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  width: 260px;
  font-size: 14px;
  line-height: 24px;
  color: var(--lightText);
  display: none;
  transform: translateX(-50%);
}

.leave-anytime-tooltip2 h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
  color: var(--lightText);
}

.leave-anytime-tooltip2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-color: #dbeff0;
  left: 30px;
  transform: rotate(45deg);
}

.package-item .violet-btn {
  cursor: pointer;
}

.close-modal {
  background-color: unset;
  border: none;
  position: absolute !important;
  top: 32px;
  right: 32px;
}

.modal-content {
  position: relative;
  z-index: 1060;
}

.form-eircode input,
.form-eircode button {
  position: relative;
  z-index: 1070;
}

.tooltip-info-body {
  position: absolute;
  z-index: 1080;
  pointer-events: auto;
  display: none;
}

.tooltip-info:hover + .tooltip-info-body {
  display: block;
}

.success-message-modal {
  padding: 111px 32px;
  display: none;
}

.success-message-modal .violet-btn {
  display: inline-block !important;
  margin-top: 48px;
}

.success-message-modal img {
  margin-bottom: 24px;
}

.bg-darkgreen .violet-btn {
  margin-top: 24px;
}

/* Help and support */
.bg-help {
  background-color: var(--footer);
  padding: 196px 16px 120px;
  color: #fff;
}

.bg-help h1 {
  font-size: 42px;
  margin-bottom: 32px;
}

.search-wrapper {
  position: relative;
  display: inline-block;
}

.search-container {
  width: 416px;
  padding: 8px 40px 8px 16px;
  border-radius: 8px;
  outline: none;
  border: 1px solid var(--borderLight);
  font-family: "DM_Sans";
  background: #ffffff;
}

.search-icon-link {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.search-icon-link img {
  width: 20px;
  height: 20px;
}

.search-results {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid var(--borderLight);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 100;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.search-results .search-result-item a {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 10px 16px;
  color: var(--footer);
  text-decoration: none;
  gap: 12px;
  flex-direction: column;
  margin: 8px 8px;
  border-radius: 8px;
}

.search-results .search-result-item-blog a {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px 16px;
    color: var(--footer);
    text-decoration: none;
    gap: 12px;
    flex-direction: column;
    margin: 8px 8px;
    border-radius: 8px;
}

#blogSearch {
  width: 560px;
}

.search-results .search-result-item a:hover {
  background-color: var(--bgGrey);
}

.search-results .search-result-item-blog a:hover {
    background-color: var(--bgGrey);
}

.search-result-title {
  font-size: 14px;
  font-weight: 500;
}

.search-result-category {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.search-no-results {
  padding: 12px 16px;
  color: #888;
  font-size: 16px;
  text-align: center;
}

.blog-search-result-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--footer);
  line-height: 1.4;
}

.blog-search-result-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.blog-search-result-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  color: #2c454e;
}

.blog-search-result-readtime {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #73818a;
}

.blog-search-result-readtime img {
  width: 14px;
  height: 14px;
}

.blog-search-highlight {
  background-color: #d8f3da;
}

.blog-search-results-label {
  padding: 10px 16px 6px;
  font-size: 16px;
  font-weight: 500;
  color: #3c4449;
  list-style: none;
  text-align: center;
}

.bg-light-teal {
  background-color: var(--bgGrey);
  padding: 100px 0;
}

.bg-light-teal .d-flex {
  gap: 32px;
  flex-wrap: wrap;
}

.category-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 32px;
  text-align: center;
  text-decoration: none;
}

.category-item.col-md-4 {
  /* width: 31.5%; */
}

.category-item img {
  width: 48px;
}

.category-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--textPrimary);
}

.link-item {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: var(--textPrimary);
  padding: 26px 18px;
  font-weight: bold;
  border-bottom: 1px solid var(--borderLight);
  font-family: DM_Sans_bold;
  letter-spacing: -0.5px;
}

.pt-116 {
  padding-top: 116px;
}

.top-support a,
.top-support span {
  color: var(--textPrimary);
  font-weight: bold;
  text-decoration: none;
  font-family: DM_Sans;
  letter-spacing: 0.5px;
}

.p-40 {
  padding: 40px 0 100px;
}

.support-content h2 {
  margin-bottom: 16px;
  font-weight: 700;
}

.support-content h4 {
  margin: 48px 0 16px;
  font-weight: 700;
}

.support-content p {
  color: var(--lightText);
  margin-bottom: 16px !important;
  line-height: 26px;
}

.support-content ul li {
  color: var(--lightText);
  line-height: 26px;
}

.parent-category {
  display: flex !important;
  justify-content: space-between;
}

.child-category {
  padding-left: 48px !important;
}

.child-category h6 {
  color: var(--lightText);
}

.parent-category.parent-active img {
  rotate: 180deg;
}

.question-form {
  border: 1px solid var(--borderLight);
  padding: 24px;
  border-radius: 8px;
  margin-top: 56px;
}

.question-form h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.question-form p {
  margin-bottom: 24px;
  font-size: 14px;
}

.submit-green {
  background-color: var(--transparentGreen);
  border: 1px solid var(--lightGreen);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: var(--textPrimary);
  margin-right: 12px;
}

.submit-grey {
  background-color: var(--bgGrey);
  border: 1px solid var(--borderLight);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: var(--textPrimary);
}

.nav-link.child-category {
  display: none;
}

.nav-link.parent-category.parent-active ~ .nav-link.child-category {
  display: block;
}

.support-nav {
  max-height: unset;
}

.help-warning .violet-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

.border-yellow {
  border: 3px solid var(--warning);
}

.gap-24 {
  gap: 24px;
}

.subcategory-item {
  border: 1px solid var(--borderLight);
  border-radius: 8px;
  padding: 16px;
  font-family: DM_Sans;
  max-width: 313px;
  height: 205px;
  overflow: hidden;
}

.subcategory-item h4 {
  margin: 0 0 32px;
  font-size: 20px;
}

.subcategory-item a {
  color: var(--textPrimary)!important;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subcategory-item a:hover {
  text-decoration: underline;
}

.subcategory-item .violet-link {
  color: var(--mainViolet) !important;
  font-size: 14px;
  margin: 8px 0 0;
}

.article-item a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-family: DM_Sans;
  color: var(--textPrimary) !important;
  letter-spacing: 0.5px;
}

.article-item a:hover {
    text-decoration: underline;
}

.article-item {
  margin-bottom: 24px;
}

.article-item span {
  font-size: 14px;
  margin-right: 16px;
  font-family: DM_Sans;
}

.article-item span:first-of-type {
  color: var(--mainViolet);
}

.article-item span:last-of-type {
  color: var(--lightText);
}

.genesys-category > .child-category {
    display: none;
}

.genesys-category > .showSub {
    display: block;
}
/* ── Packages two-column layout ── */
.packages-two-col {
  display: flex;
  align-items: stretch;
  background: #fff;
}

.packages-col-left {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 60px 40px 60px 60px;
  display: flex;
  flex-direction: column;
}

.packages-col-right {
  flex: 0 0 52%;
  max-width: 52%;
  background: #fff;
  padding: 60px 80px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.packages-col-right__title {
  font-family: Henrietta-bold;
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: 1.5px;
  color: var(--mainGreen);
  margin: 0 0 16px;
}

.packages-col-right__body p {
  font-family: DM_Sans_bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: var(--lightText);
  margin-bottom: 24px !important;
}

.packages-col-right__body p:last-child {
  margin-bottom: 0;
}

.packages-col-right .btns {
  margin-top: 24px;
}

.packages-col-right .violet-btn {
  margin: 0;
  font-size: 20px;
  padding: 13px 24px;
}

.packages-col-right .violet-white-btn {
  padding: 12px 24px;
  margin-left: 24px;
}

/* Slick carousel for package cards */
.packages-carousel .slick-track,
.packages-carousel-5g .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-carousel .slick-slide,
.packages-carousel-5g .slick-slide {
  display: flex !important;
  justify-content: center;
}

.packages-carousel,
.packages-carousel-5g {
  overflow: visible;
}

.packages-carousel:not(.slick-initialized),
.packages-carousel-5g:not(.slick-initialized) {
  overflow: hidden;
}

.packages-carousel:not(.slick-initialized) > *:not(:first-child),
.packages-carousel-5g:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

.packages-carousel .package-item,
.packages-carousel-5g .package-item {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: scale(0.95);
  transition: transform 0.3s;
}

.packages-carousel .slick-center .package-item,
.packages-carousel-5g .slick-center .package-item {
  opacity: 1;
  transform: scale(1);
}

.packages-carousel .slick-slide:not(.slick-center) .package-item,
.packages-carousel-5g .slick-slide:not(.slick-center) .package-item {
  position: relative;
}

.packages-carousel .slick-prev,
.packages-carousel .slick-next,
.packages-carousel-5g .slick-prev,
.packages-carousel-5g .slick-next {
  width: 32px;
  height: 32px;
  background: #badede;
  border-radius: 50%;
  z-index: 1;
}

.packages-carousel .slick-prev,
.packages-carousel-5g .slick-prev {
  left: -16px;
}
.packages-carousel .slick-next,
.packages-carousel-5g .slick-next {
  right: -16px;
}

.packages-carousel .slick-prev::before,
.packages-carousel .slick-next::before,
.packages-carousel-5g .slick-prev::before,
.packages-carousel-5g .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icons/arrow_right_location.svg") center / contain
    no-repeat;
}

.packages-carousel .slick-prev::before,
.packages-carousel-5g .slick-prev::before {
  transform: rotate(180deg);
}

.packages-carousel .slick-dots,
.packages-carousel-5g .slick-dots {
  bottom: -46px;
  text-align: center;
}

.packages-carousel .slick-dots li,
.packages-carousel-5g .slick-dots li {
  margin: 0;
}

.packages-carousel .slick-dots li button::before,
.packages-carousel-5g .slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbeff0;
  opacity: 1;
}

.packages-carousel .slick-dots li.slick-active button::before,
.packages-carousel-5g .slick-dots li.slick-active button::before {
  width: 14px;
  height: 14px;
  background: #badede;
  margin: -2px 0 0 -2px;
}

.packages-col-left .tab-content {
  flex: 1;
}

.packages-col-left .custom-tabs {
  justify-content: flex-start;
  background: unset;
  border-radius: 8px;
  padding: 12px;
  width: fit-content;
  box-shadow: unset;
}

.packages-col-left .subtitle-h3 {
  margin-bottom: 24px;
}

.banner-label {
  background-color: #fefcfb;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 20px;
  width: fit-content;
  display: inline-block;
  max-width: 664px;
  margin: 8px 8px 0 0;
}

.banner-label span {
  color: var(--mainViolet);
}

/* .pt-30 {
  padding-top: 30px;
} 

.pb-100 {
  padding-bottom: 100px;
} */

.mb-48 {
  margin-bottom: 48px !important;
}

.p-mix-100 {
  padding: 30px 30px 100px !important;
}

/* Blog page */
.blog-tabs-nav {
  display: flex;
  gap: 48px;
  padding-top: 24px;
  /* border-bottom: 1px solid #ecf1f3; */
  justify-content: center;
}

.blog-tab-link {
  font-family: DM_Sans_bold;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.78px;
  color: #85a3ad;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.blog-tab-link.active {
  color: #1f333a;
  border-bottom-color: #2c454e;
}

.category-pills {
  padding: 80px 0 48px;
}

.category-pills.gap-18 {
  margin-bottom: 0;
}

.category-pill-item {
  text-decoration: none;
  background-color: var(--bgGrey);
  color: var(--darkGray);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 4px;
}

.category-pill-item.active {
  background-color: var(--lightBgGreen);
}

.view-all {
  color: var(--mainViolet);
  font-size: 14px;
  text-decoration: none;
  font-family: DM_Sans;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.view-all img {
  width: 16px;
}

/* First article card */
.first-article-card {
  display: flex;
  border: 1px solid var(--bgGrey);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  margin: 32px 0;
}

.first-article-image {
  width: 648px;
  height: 372px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.first-article-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0b0d0e;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.first-article-card:hover .first-article-image::after {
  opacity: 0.15;
}

.first-article-card:hover h3 {
  color: #7540bc;
  text-decoration: underline;
}

.first-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-article-content {
  flex: 1;
  padding: 32px 32px 16px;
  height: 372px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.first-article-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.first-article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-tag {
  background-color: #badede;
  color: #2c454e;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  padding: 2px 8px;
  border-radius: 4px;
}

.article-read-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #73818a;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
}

.first-article-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.first-article-card h3,
.blog-card h3 {
  font-family: DM_Sans_bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.72px;
  color: #0b0d0e;
  margin: 0;
}

.first-article-card p,
.blog-card p {
  font-family: DM_Sans;
  font-size: 16px;
  line-height: 26px;
  color: #3c4449;
  margin: 0;
}

.first-article-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.first-article-hr {
  border: none;
  border-top: 1px solid var(--bgGrey);
  margin: 0;
}

.first-article-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.first-article-author-date {
  display: flex;
  align-items: center;
  gap: 12px;
}

.first-article-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
  color: #3c4449;
}

.author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.first-article-divider-v {
  width: 1px;
  height: 14px;
  background-color: var(--bgGrey);
}

.first-article-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
  color: #73818a;
}

.first-article-arrow {
  width: 18px;
  height: 18px;
}

/* Blog category page */
.back-to-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: DM_Sans_semibold;
  font-size: 16px;
  line-height: 24px;
  color: var(--mainViolet);
  text-decoration: none;
  margin-bottom: 32px;
}

.back-arrow-icon {
  transform: scaleX(-1);
  width: 20px;
  height: 20px;
}

.category-page-heading {
  font-family: DM_Sans_bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.96px;
  color: var(--textPrimary);
  margin-bottom: 8px;
}

.no-category-posts {
  color: var(--textSecondary);
  font-size: 16px;
  margin-top: 32px;
}

/* Blog cards row */
.blog-cards-row {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}

.blog-cards-grid {
  flex-wrap: wrap;
  row-gap: 32px;
}

.blog-card {
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bgGrey);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.blog-card-image {
  height: 248px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0b0d0e;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card-image::after {
  opacity: 0.15;
}

.blog-card:hover h3 {
  color: #7540bc;
  text-decoration: underline;
}

.blog-card-content {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.blog-card-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main-blog {
  margin-bottom: 54px;
}

.main-blog:last-child {
  margin-bottom: 80px;
}

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

/* Blog single article page */
.blog-single-section {
  background: #fff;
  padding: 80px 120px 80px 236px;
}

.blog-single-back-wrap {
  margin-bottom: 24px;
  margin-top: 80px;
}

.wp-block-pullquote {
  padding: 0 !important;
}

.blog-single-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8653cb;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
  text-decoration: none;
}

.blog-single-back-arrow {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.blog-single-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.blog-single-content {
  flex: 0 0 780px;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blog-single-image-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-single-image {
  width: 100%;
  border-radius: 4px;
  display: block;
  aspect-ratio: 780 / 447;
  object-fit: cover;
}

.blog-single-image-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: DM_Sans;
  font-size: 16px;
  line-height: 26px;
  color: #3c4449;
}

.blog-single-image-caption p {
  margin: 0;
}

.blog-single-source {
  text-decoration: underline;
  color: var(--lightText);
  font-weight: bold;
}

.blog-single-article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-single-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-single-meta {
  justify-content: space-between;
  width: 100%;
}

.blog-single-title {
  font-family: DM_Sans_bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.96px;
  color: #0b0d0e;
  margin: 0;
}

.blog-single-subtitle {
  font-family: DM_Sans_bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.6px;
  color: #0b0d0e;
  margin: 0;
}

.blog-single-body {
  font-family: DM_Sans;
  font-size: 16px;
  line-height: 26px;
  color: #3c4449;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-single-body p {
  margin: 0;
}

.blog-single-body .wp-block-quote,
.blog-single-body blockquote {
  margin: 0;
  /* padding: 16px 24px 24px; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
}

.wp-block-pullquote.has-text-align-left blockquote {
  padding: 16px 24px 0;
}

.blog-single-body blockquote p,
.blog-single-body blockquote > *:first-child {
  font-family: DM_Sans_semibold;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  color: #3c4449;
  margin: 0;
}

.blog-single-body blockquote cite,
.blog-single-body blockquote footer {
  display: flex;
  flex-direction: column;
  font-style: normal !important;
  font-family: DM_Sans;
  font-size: 16px;
  line-height: 26px;
  color: #3c4449;
}

.blog-single-body blockquote cite strong,
.blog-single-body blockquote footer strong {
  font-family: DM_Sans_bold;
  font-style: normal !important;
}

/* Sidebar */
.blog-single-sidebar {
  flex: 0 0 316px;
  max-width: 316px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-author-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
  color: #3c4449;
}

.sidebar-dates {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sidebar-dates-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.sidebar-dates-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.56px;
  color: #73818a;
}

.sidebar-divider {
  border: none;
  border-top: 1px solid #d0dde2;
  margin: 0;
  width: 100%;
}

.sidebar-share {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-share-label {
  font-size: 12px;
  line-height: 24px;
  color: #3c4449;
  margin: 0;
}

.sidebar-share-icons {
  display: flex;
  gap: 17px;
  align-items: center;
}

.sidebar-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ecf1f3;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  color: #3c4449;
  text-decoration: none;
}

.sidebar-copy-link.copied {
  background-color: #badede !important;
}

.sidebar-copy-link {
  position: relative;
}

.copy-tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #ecf1f3;
  color: #2c454e;
  font-family: DM_Sans;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  animation: fadeInOut 2s ease forwards;
}

@keyframes fadeInOut {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}

.sidebar-tags {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background-color: #ecf1f3;
  border-radius: 4px;
  font-family: DM_Sans_semibold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #2c454e;
  align-self: flex-start;
}

/* Related section */
.blog-single-related {
  background: #fff;
  padding: 60px 120px;
}

.blog-single-related-title {
  font-family: DM_Sans_bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.96px;
  color: #0b0d0e;
  margin-bottom: 32px;
}