/*
Theme Name: Quick Launch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: https://www.quicklaunch.co.uk
Description: Child theme.
Version: 1.0
*/

/* Include fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/** {font-family: 'PT Serif', sans-serif;}*/

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0;
    font-weight: 300;
}

ul, ol {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

/**/

.bl {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: padding ease 0.5s, background-color ease 0.5s;
}

.bl.blue {
    color: #fff;
    background-color: #67daaf;
    transition: padding ease 0.5s, background-color ease 0.5s;
}

.bl.blue:hover {
    color: #fff;
    background-color: #67daaf;
    padding: 15px 45px;
    transition: padding ease 0.5s, background-color ease 0.5s;
    text-decoration: none;
}

.link {
    display: inline-block;
    padding: 15px 0;
    border-bottom-width: 1px;
    text-decoration: none;
}

.link:hover {
    text-decoration: none;
}

.link::after {
    content: ">";
    padding: 0 0 0 15px;
    color: #67daaf;
    transition: padding ease 0.5s;
}

.link:hover::after {
    content: ">";
    padding: 0 0 0 25px;
    transition: padding ease 0.5s;

}

.link.white {
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    color: #fff;
}

#hero-banner .link {
    margin-left: 20px;
}

.white-text {color: #fff;}
.darkbg {
    background: #000000;
    background: linear-gradient(139deg, rgba(0, 0, 0, 1) 23%, rgba(38, 38, 38, 1) 23%, rgba(38, 38, 38, 1) 78%, rgba(56, 56, 56, 1) 78%);
    color: #fff;
}
.greybg {background: #f2f2f2;}
.small {
    font-size: 85%;
	line-height: 150%;
}

.bgimg .vc_column-inner {
    height: 100%;
}

.site-band {padding: 30px 0;}
.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}

@media (min-width: 992px) {
.site-band {padding: 70px 0;}
.site-band.top {padding: 70px 0 0 0;}
.site-band.bottom {padding: 0 0 70px 0;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {}

a {
    color: #67daaf;
    text-decoration: none;
}
a:hover {
    color: #67daaf;
    text-decoration: underline;
}

.brand {
	width: 200px;
    margin: 20px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

/* Navigation */

.menu-absolute {
    position: relative;
    width: 100%;
    z-index: 10;
	background: #262626;
}

@media (min-width: 992px) {
	header.menu-absolute {
		position: absolute;
    	width: 100%;
	    z-index: 10;
		background: transparent;
	}
}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #67daaf;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-wrap ul#menu-header-1 li {
    margin: 0 20px;
}

#menu-wrap ul#menu-header-1 li a {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
}

#menu-wrap ul#menu-header-1 li:last-child a {
    font-weight: 700;
    padding: 15px 0px 14px 0px;
    border-bottom: 1px solid #fff;
}

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.active {
    color: #67daaf !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #67daaf !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #67daaf;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

.align-middle .vc_column-inner {
  display: flex;
  flex-direction: column;   /* keep heading + text stacked */
  justify-content: center;  /* vertical centring */
  height: 100%;
}


@media (min-width: 992px) {}

/* Form */

#intro-band {margin-top: 130px;}

footer {
    padding: 5% 0;
    background: #000000;
    background: linear-gradient(139deg, rgba(0, 0, 0, 1) 23%, rgba(38, 38, 38, 1) 23%, rgba(38, 38, 38, 1) 78%, rgba(56, 56, 56, 1) 78%);
    min-height: 40vh;
    color: #fff;
}
#hero-banner {
    background: #000000;
    background: linear-gradient(139deg, rgba(0, 0, 0, 1) 23%, rgba(38, 38, 38, 1) 23%, rgba(38, 38, 38, 1) 78%, rgba(56, 56, 56, 1) 78%);
    /*min-height: calc(75vh + 136px);*/
    padding-top: calc(136px + 5%);
    padding-bottom: 0%;
    color: #fff;
    position: relative;
}

.blue-block {
    color: #fff;
    background: #67daaf;
    padding: 30px;
    font-size: 24px;
    margin: 0px;
    border-radius: 50px;
    margin: 4% 0 -40px 0;
}

.blue-block p {
    font-size: 24px;
    margin: 0px;
    color: #fff;
}

#hero-banner h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
}

#page-title {
    background: #000000;
    background: linear-gradient(139deg, rgba(0, 0, 0, 1) 23%, rgba(38, 38, 38, 1) 23%, rgba(38, 38, 38, 1) 78%, rgba(56, 56, 56, 1) 78%);
    padding-top: calc(5% + 136px);
    padding-bottom: 3%;
}

#page-title h1 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
}

.service-block .vc_column-inner {
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #000;
    transition: background-color ease 0.5s, color ease 0.5s;
    height: calc(100% - 30px);
}

.service-block:hover .vc_column-inner {
    background-color: #67daaf !important;
    border-radius: 20px;
    color: #fff;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.service-block:hover h3 {
    color: #fff !important;
    transition: background-color ease 0.5s, color ease 0.5s;
}

footer #ftr-links {
    padding: 50px 0;
}

footer .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .menu li {
    margin: 10px 0;
}
footer .menu li a {
    font-size: 18px;
    color: #fff;
}

footer .signuplink {
    font-weight: 900;
}

.breadcrumb {
    margin: 0px;
    padding: 10px 0 0 0;
}
.breadcrumb li {}
.breadcrumb li:after {
    content: "/";
    padding: 0 10px;
    color: #67daaf;
}

.breadcrumb li:last-child:after {
    content: none;
}

.breadcrumb li span {
    color: #fff;
}
.breadcrumb a {
    font-weight: 700;
    color: #67daaf;
}

/**/


.single-step p,
.single-step ul {
    font-size: 18px;
    line-height: 28px;
}

.single-step .row {
    border-radius: 20px;
    padding: 40px 30px 10px 30px;
    border: 1px solid #67daaf;
    margin: 0px 0px 40px 0px;
    background: transparent;
    scale: 1;
    transition: background-color ease 0.5s, color ease 0.5s,  scale ease 0.5s;
}

.single-step .dark-block {
    padding: 30px;
    background-color: #262626;
    border-radius: 20px;
    color: #fff;
    transition: background-color ease 0.5s, color ease 0.5s,  scale ease 0.5s;
}

.single-step .row:hover h2,
.single-step .row:hover .step {
    color: #fff !important;
}

.single-step .row:hover {
    border-radius: 20px;
    padding: 40px 30px 10px 30px;
    border: 1px solid #67daaf;
    margin: 0px 0px 40px 0px;
    background: #67daaf;
    color: #fff;
    transition: background-color ease 0.5s, color ease 0.5s, scale ease 0.5s;
    scale: 1.05;
}

.single-step .row:hover .dark-block {
    padding: 30px;
    background-color: #5297d2;
    border-radius: 20px;
    color: #fff;
    transition: background-color ease 0.5s, color ease 0.5s, scale ease 0.5s;
}

.single-step .row:hover .dark-block a {
	color: #fff;
}


.single-step-inner {}



/* Blogs  */

.single-post-wrap {}
.single-post-wrap .thumbnail {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-post-wrap .thumbnail img {
    width: 100%;
    height: 100%;
}

/* Table */

/* ========== Base look ========== */
.plan-table {
  width: 100%;
  border-collapse: collapse;
  font: 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  overflow: hidden;               /* keeps rounded corners on scroll */
}
.plan-table thead td {
  font-weight: 700;
  text-align: left;
  background: #6BE0B6;            /* highlight background */
  color: #073b2e;                  /* dark greenish text for contrast */
  padding: 14px 16px;
}
.plan-table tbody td {
  padding: 14px 16px;
  vertical-align: top;
  border-top: 1px solid #eef2f6;
  color: #0f172a;
}
.plan-table tbody tr:nth-child(odd) { background: #fafbfd; }
.plan-table tbody tr:hover { background: #e9f9f3; } /* mint-tinted hover */

.plan-table strong { color: #047857; } /* dark teal for emphasis */
.plan-table em { color: #475569; }

/* Sticky header on wide screens */
@media (min-width: 721px) {
  .plan-table thead td {
    position: sticky; top: 0; z-index: 1;
  }
}

/* ========== Small screens: stack rows into cards ========== */
@media (max-width: 720px) {
  /* Hide thead; each row becomes a "card" */
  .plan-table thead { display: none; }

  .plan-table, .plan-table tbody, .plan-table tr, .plan-table td {
    display: block;
    width: 100%;
  }

  .plan-table {
    border: 0;
  }

  .plan-table tbody tr {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(16,24,40,.06);
    margin: 0 0 14px;
    overflow: hidden;
  }

  .plan-table tbody td {
    border: 0;
    padding: 12px 16px;
    position: relative;
  }

  /* First cell = feature title */
  .plan-table tbody td:nth-child(1) {
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px dashed #e8ecf1;
    background: #f8fafc;
  }

  /* Label the plan columns using ::before */
  .plan-table tbody td:nth-child(2),
  .plan-table tbody td:nth-child(3) {
    padding-left: 12rem;
    min-height: 2.25rem;
  }
  .plan-table tbody td:nth-child(2)::before,
  .plan-table tbody td:nth-child(3)::before {
    position: absolute;
    left: 16px;
    top: 12px;
    width: 10.5rem;
    font-weight: 600;
    color: #065f46;                /* readable on white */
    content: "";
    white-space: normal;
  }
  /* Update these to match column headings */
  .plan-table tbody td:nth-child(2)::before { content: "Essentials Plan (£20/month)"; }
  .plan-table tbody td:nth-child(3)::before { content: "Pro Plan (£50/month)"; }
}

/* ========== Horizontal scroll fallback ========== */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap .plan-table { min-width: 640px; }

/* ========== Accessibility niceties ========== */
@media (prefers-reduced-motion: reduce) {
  .plan-table tbody tr { transition: none; }
}


