/*
    Theme Name: Courier Manager
    Author: WebSystemSolutions
    Author URI : https://web-systems.solutions/
    Description: Custom made theme for couriermanager.com
    Version: 0.1
    License: GPL v2
    License URI: https://www.gnu.org/licenses/licenses.html
*/
.hide-block{
    display: none;
}
/* Legacy `.btn--outline.btn--orange` doesn't set its own background, so our
   brand `.btn--orange { background: orange }` cascades through and makes the
   pill solid-orange-on-orange-text — invisible. Force transparent to restore
   the outline-button appearance. */
.btn--outline.btn--orange,
.btn--outline.btn--orange:link,
.btn--outline.btn--orange:visited {
    background: transparent !important;
    color: #c43c1d !important;       /* AA-contrast brand orange-deep */
    border: 1.5px solid #ff6a4a !important;
}
.btn--outline.btn--orange:hover {
    background: #ff6a4a !important;
    color: #fff !important;
}
.calendly-popup-content{
    background-color: #fff;
}

/* Swiper's own stylesheet isn't loaded in the Astro build (only its JS is),
   so .swiper-wrapper falls back to block layout and slides stack vertically.
   On Why Us, this made .partners-line 626px tall (13 logos stacked).
   Replicate Swiper's baseline layout so carousels render as horizontal strips. */
.swiper {
    overflow: hidden;
    position: relative;
}
.swiper > .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transform: none !important; /* JS may set translate that hides slides */
}
.swiper > .swiper-wrapper > .swiper-slide {
    flex: 0 0 auto;
}
.partners-line .swiper-slide.partner-item {
    margin-right: 24px;
}
/* Testimonials: only show first slide; without a working pager the others
   would render off-canvas and create dead space. */
.testimonials .swiper > .swiper-wrapper {
    flex-wrap: wrap;
}
.testimonials .swiper-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
}
.testimonials .swiper-slide ~ .swiper-slide {
    display: none;
}
.testimonials__slider-nav { display: none; }
.wp-block-search__label,
.wpcf7-response-output{
    display: none!important;
}

/* all pages */
.header .container, .footer .container {
	scale: 0.8;
}
body.logged-in.admin-bar header {
	top: 32px;
	padding-top: 1px;
}
body.logged-in.admin-bar header.scrolled {
	top: 32px;
}
.header-nav ul a {
	font-size: 19px;
}
.footer {
	padding-top: 50px; 
}
.footer-bottom {
	margin-top: 60px;
	padding-bottom: 30px;
}
.wrapper main {
	transform: scale(0.8);
	transform-origin: top center;
}

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body.logged-in.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}

.icon.icon-soc-fb:before {
	content: '';
	background-image: url('facebook.png');
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
}
/* end all pages */

/* home */
.main-banner__men-img-wrap {
	/* left: 22%; */
	left: 28%;
	/* bottom: 35%; */
	bottom: 31%;
}
.main-banner__profit {
	top: 34%;
}
.main-banner__reviews {
	padding: 0px;
	bottom: 15%;
}
.main-banner__reviews .box-title {
	display: none;
}
.main-banner__reviews .main-banner__reviews-text {
	display: none;
}
.main-banner__stars {
	background: transparent;
	border-radius: 0px;
	padding: 0px;
}
.software__main-img {
	bottom: 270px;
}
.software__logo-box {
	width: 86px;
  	height: 86px;
	left: 63%;
}
.software-stats {
	column-gap: 50px;
}
.software-item {
	padding: 0 50px 0 0;
}
.software__delivery-box {
	width: 178px;
	padding: 20px 18px 16px 18px;
	text-align: center;
}
.software__box-title {
	margin-bottom: 5px;
}
.software__delivery-box .description {
	font-size: 14px;
}
.software .software__delivery-icon {
	width: 38px;
	height: 38px;
}
.software .software__delivery-icon:before {
	width: 38px;
	height: 38px;
}
.software__delivery-icon-wrap {
	width: 38px;
	height: 38px;
	margin-top: 25px;
	padding: 1px;
}
.software__img-bg {
	/* margin-top: -185px; */
}
.software__founder-box {
	width: 50%;
}
.software__founder-box .software__founder-wrap {
	max-width: 160px;
	margin-bottom: 10px;
}
.software__founder-box .quote {
	font-size: 16px;
}
.section--cta--bg {
	overflow: hidden;
	padding: 180px 0;
}
.section--cta .section-title {
	font-size: 75px;
}
/* end home */

/* features */
.feature-banner__pct--left .pct--left-men {
	height: 522px;
	top: 30%;
  	left: 15%;
}
.page-id-17 .feature-banner__info-box {
	display: none;
}
.features-content-item__desc p a {
	display: inline-block;
}
.features-dropdown {
	width: 100%;
	display: none;
	margin-top: 16px;
	margin-bottom: 30px;
	border-radius: 6px;
	border: 1px solid #141414;
}
.features-dropdown-select {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	width: 100%;
	font-size: 16px;
	padding: 11px 0px 10px;
	background: transparent;
	border: none;
	border-left: 15px solid transparent;
	border-right: 12px solid transparent;
	font-family: DMSans,sans-serif;
	line-height: 1.6;
}
/* end features */

/* why us */
.banner-video:after {
	top: -42px;
	right: -6px;
}
.banner-video__title {
	font-size: 86px;
}
.banner-video__mini-img {
	top: 0px;
	right: 0%;
	width: 520px;
  	height: 420px;
}
.banner-video__short-inf {
	padding: 30px;
	z-index: 2;
	bottom: 18%;
	max-width: 340px;
}
.banner-video .banner-video__short-inf .txt-bold {
	font-size: 21px;
}
.banner-video__short-inf .txt {
	max-width: 100%;
}
.banner-video__graph {
	padding: 20px;
	text-align: center;
	/* left: 60px; */
	left: auto;
  	right: 320px;
}
.banner-video__graph .bg-title {
	margin-bottom: 5px;
}
.banner-video__graph .bg-subtitle {
	margin-top: 5px;
}
.banner-video__desc {
	max-width: 68%;
}
.banner-video__content .card_image_container {
	max-width: 72%;
}
.banner-video__content .card_image_container img {
	max-width: 100%;
	height: auto !important;
}
/* end why us */

/* resources */
.resources-banner__men {
	right: 80px;
	bottom: 14px;
}
/* end resources */

/* not found */
.banner-404 .main-banner__men-img-wrap {
	width: 480px;
	min-width: 320px;
	bottom: 8.5%;
	left: 24%;
}
/* end not found */

/* request demo */
.demo-form .calendly__wrap {
	padding-top: 14vh;
}
/* end request demo */

/* terms of use */
.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
	padding-top: 170px;
	padding-bottom: 170px;
}
.wp-block-group.container.special-text-container.is-vertical.is-layout-flex h1.wp-block-heading {
	margin-bottom: 56px;
}
/* end terms of use */

@media screen and (min-width: 1281px) and (max-width: 1640px) {
	/* not found */
	.banner-404 .main-banner__men-img-wrap {
		width: 380px;
	}
	.banner-404 .main-banner__profit {
		top: 44%;
	}
	/* end not found */
}

@media screen and (max-width: 1600px) {
	/* home */
	.benefit-item__ico {
		margin-bottom: 50px;
	}
	.main-banner__men-img-wrap {
		width: 400px;
		left: auto;
		right: 170px;
	}
	.main-banner__foot {
		flex-wrap: wrap;
	}
	/* end home */
}

@media screen and (min-width: 1281px) and (max-width: 1550px) {
	/* footer */
	.footer-column--1st {
		grid-column: span 2;
	}
	.footer-column--3rd {
		grid-column: span 5;
	}
	/* end footer */
}
@media screen and (max-width: 1430px) {
	/* why us */
	.banner-video__graph {
		bottom: 46%;
		padding: 10px;
	}
	/* end why us */
}

@media screen and (max-width: 1366px) {
	/* all pages */
	.main-banner {
		padding: 170px 0 170px;
	}
	.color-section-inner {
		padding: 150px 0;
	}
	/* end all pages */

	/* home */
	.section-heading--partners {
		margin: 0 auto 120px;
	}
	.software__info {
		padding-top: 60px;
	}
	.software__founder-box {
		min-width: 258px;
	}

	.section--sm-mr {
		margin-bottom: 120px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 130px;
	}
	.section--integrations {
		margin: 130px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 70px;
	}
	.section.section--integrations + .section--faq .faq__btn {
		margin-bottom: 0px;
	}
	/* end features */

	/* why us */
	.banner-video {
		padding: 210px 0 100px;
		min-height: 1100px;
	}
	.partners-line {
		margin-bottom: 120px;
	}
	.faq-banner {
		margin-bottom: 120px;
	}
	.testimonials__bg {
		padding-bottom: 10px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 120px 0 120px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 210px 0 150px;
	}
	.section-news__filters-wrap {
		margin: 140px 0 80px 0;
	}
	.section-news__all-news {
		margin: 80px 0 140px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 100px;
	}
	.resources-links + .section--ctaf {
		margin: 210px 0 140px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 150px 0 140px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 150px 0 140px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	/* end terms of use */
}

@media screen and (max-width: 1280px) {
	/* all pages */
	.container {
		padding: 0 25px;
	}
	.section--cta--bg {
		padding: 100px 0px;
	}
	/* end all pages */

	/* not found */
	.banner-404 .main-banner__men-img-wrap {
		width: 46.5%;
	}
	/* end not found */

	/* home */
	.main-banner__men-img-wrap {
		right: 130px;
	}
	.software .software__delivery-box {
		width: 140px;
	}
	/* end home */

	/* why us */
	.banner-video {
		padding: 180px 0 90px;
		min-height: 800px;
	}
	.partners-line {
		margin-bottom: 100px;
	}
	.faq-banner {
		margin-bottom: 100px;
	}
	.testimonials {
		padding-bottom: 0px;
	}
	.testimonials__bg {
		padding-bottom: 10px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 100px 0 100px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 180px 0 140px;
	}
	.section-news__filters-wrap {
		margin: 120px 0 70px 0;
	}
	.section-news__all-news {
		margin: 70px 0 120px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 90px;
	}
	.resources-links + .section--ctaf {
		margin: 150px 0 120px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 150px 0 120px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 150px 0 120px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	/* end terms of use */
}

@media screen and (min-width: 992px) and (max-width: 1160px) {
	/* all pages */
	.header-inner .header-nav {
		width: calc(100% - 110px - 108px - 50px);
	}
	.header-nav ul a {
		font-size: 17px;
	}
	/* end all pages */
	
}

@media screen and (max-width: 1050px) {
	/* all pages */
	.color-section-inner {
		padding: 140px 0;
	}
	.section--cta--bg {
		padding: 120px 0px;
	}
	/* end all pages */

	/* home */
	.section-heading--partners {
		margin: 0 auto 90px;
	}
	.software__info {
		padding-top: 40px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 100px;
	}
	.features-wrap {
		margin-top: 50px;
	}
	.section--integrations {
		margin: 100px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 50px;
	}
	.section--faq {
		margin-top: 100px;
	}
	.section--ctaf {
		margin: 140px 0 100px;
	}
	/* end features */

	/* why us */
	.banner-video__content {
		max-width: 45%;
	}
	.banner-video__title {
		font-size: 66px;
	}
	.banner-video {
		padding: 170px 0 80px;
		min-height: 790px;
	}
	.partners-line {
		margin-bottom: 90px;
	}
	.faq-banner {
		margin-bottom: 90px;
	}
	.testimonials__bg {
		padding-bottom: 5px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 90px 0 90px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 170px 0 100px;
	}
	.section-news__filters-wrap {
		margin: 90px 0 60px 0;
	}
	.section-news__all-news {
		margin: 60px 0 90px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 80px;
	}
	.resources-links + .section--ctaf {
		margin: 140px 0 100px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 140px 0 90px 0;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 140px 0 90px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	/* end terms of use */
}

@media screen and (max-width: 991px) {
	/* all pages */
	.header-nav {
		width: 125%;
		height: 125dvh;
		top: -60%;
		transform: translate(-50%, 0%);
	}
	/* end all pages */

	.contacts.demo-form .calendly__wrap {
		padding-top: 5vh;
	}
}

@media screen and (max-width: 900px) {
	/* all pages */
	.color-section-inner {
		padding: 110px 0;
	}
	.section--cta--bg {
		padding: 100px 0px;
	}
	.section--cta .section-title {
		font-size: 45px;
	}
	.partners-count--v2 .partners-count__label {
		font-size: 14px;
	}
	.partners-count {
		width: 100px;
		height: 100px;
	}
	.partners-count:before, 
	.partners-count::after {
		width: 100px;
		height: 100px;
	}
	/* end all pages */

	/* home */
	.section--sm-mr {
		margin-bottom: 90px;
	}
	/* end home */

	/* features */
	.section--features {
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.features-wrap {
		margin-top: 40px;
	}
	.section--integrations {
		margin: 80px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 40px;
	}
	.section--faq {
		margin-top: 80px;
	}
	.section--ctaf {
		margin: 110px 0 60px;
	}
	/* end features */

	/* why us */
	.banner-video {
		padding: 120px 0 40px;
		min-height: 700px;
	}
	.banner-video__wrap {
		min-height: 500px;
	}
	.banner-video__mini-img {
		width: 440px;
	}
	.banner-video__short-inf {
		bottom: 0px;
	}
	.banner-video__graph {
		bottom: 30%;
		left: -60px;
	}
	.banner-video__graph img {
		width: 100%;
		height: 46px;
	}
	.partners-line {
		margin-bottom: 60px;
	}
	.faq-banner {
		margin-bottom: 60px;
	}
	.testimonials__bg {
		padding-bottom: 5px;
	}
	.faq-banner + .testimonials + .section.section--cta.section--ctaf {
		margin: 60px 0 60px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 140px 0 80px;
	}
	.section-news__filters-wrap {
		margin: 70px 0 50px 0;
	}
	.section-news__all-news {
		margin: 50px 0 70px 0;
	}
	/* end news */

	/* resources */
	.resources-links {
		margin-top: 50px;
	}
	.resources-links + .section--ctaf {
		margin: 120px 0 80px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 100px 0 70px 0;
	}
	.contacts__info-title {
		margin-top: 40px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 100px 0 70px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	/* end terms of use */
}

@media screen and (max-width: 782px) {
	/* all pages */
	body.logged-in.admin-bar header {
		top: 46px;
		padding-top: 1px;
	}
	body.logged-in.admin-bar header.scrolled {
		top: 46px;
	}
	body.logged-in.admin-bar .wrapper {
		min-height: calc(100vh - 46px);
	}
	/* end all pages */

	/* features */
	.section-desc {
		font-size: 14px;
	}
	.section--features {
		padding-top: 70px;
		padding-bottom: 5px;
	}
	.features-wrap {
		margin-top: 35px;
	}
	.section--integrations {
		margin: 70px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 35px;
	}
	.section--faq {
		margin-top: 70px;
	}
	.section--ctaf {
		margin: 110px 0 60px;
	}
	/* end features */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	/* end terms of use */
}

@media screen and (max-width: 767px) {
	/* all pages */
	.color-section-inner {
		padding: 80px 0;
	}

	.main-banner {
		padding: 140px 0 220px;
	}

	.section--cta--bg {
		padding: 80px 0px 60px;
	}
	.container {
		padding: 0 15px;
	}
	.footer {
		padding-top: 0px;
	}
	.footer-bottom {
		padding-bottom: 0px;
	}

	.section--cta .cta__circle {
		display: none;
	}
	/* end all pages */

	/* home */
	.main-banner__body {
		z-index: 2;
    	position: relative;
	}
	.main-banner__pct {
		height: 156px;
		z-index: 1;
	}
	.main-banner__men-img-wrap {
		right: 0%;
		top: 80px;
	}
	.main-banner__profit {
		top: 0px;
	}
	.software .software__main-img {
		left: 33%;
		width: 290px;
		height: 330px;
		bottom: 30px;
	}
	.software .software__logo-box {
		display: none;
		left: 63%;
	}
	.software .software__delivery-box {
		width: 160px;
		left: 0px;
    	right: auto;
	}
	.software .software__founder-box {
		min-width: 360px;
		top: 84%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}
	.software .software__founder-box .software__box-title {
		font-size: 13px;
	}
	.software .software__founder-box p {
		font-size: 12px;
	}
	.benefit-item__ico {
		margin-bottom: 20px;
	}
	.section--sm-mr {
		margin-bottom: 80px;
	}
	/* end home */

	/* features */
	.feature-banner > .container > .feature-banner__pct--left {
		min-height: auto;
	}
	.feature-banner__pct--left .pct--left-men {
		top: -410px;
		left: 54px;
	}
	.section--features {
		padding-top: 60px;
		padding-bottom: 5px;
	}
	.features-wrap {
		margin-top: 30px;
	}
	.features-list {
		display: none;
	}
	.features-dropdown {
		display: block;
	}
	.section--integrations {
		margin: 60px auto 0 auto;
	}
	.section-heading--integration {
		margin-bottom: 30px;
	}
	.section--faq {
		margin-top: 50px;
	}
	.section--ctaf {
		margin: 80px 0 60px;
	}
	.section--features .partners-count.partners-count--right.partners-count--white {
		display: none;
	}
	/* end features */

	/* why us */
	.banner-video__graph {
		left: 0px;
	}
	.banner-video__short-inf {
		width: 220px;
		bottom: -220px;
	}
	/* end why us */

	/* news */
	.section-news {
		padding: 120px 0 50px;
	}
	.section-news__filters-wrap {
		margin: 60px 0 50px 0;
	}
	.section-news__all-news {
		margin: 50px 0 60px 0;
	}
	/* end news */

	/* resources */
	.resources-banner__men {
		right: 30px;
	}
	.resources-links {
		margin-top: 40px;
	}
	.resources-links + .section--ctaf {
		margin: 80px 0 50px;
	}
	/* end resources */

	/* request demo */
	.contacts.demo-form {
		padding: 80px 0 60px 0;
	}
	.contacts__info-title {
		margin-top: 35px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 90px 0 40px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 90px;
		padding-bottom: 20px;
	}
	/* end terms of use */
}

@media screen and (max-width: 640px) {
	/* all pages */
	.container {
		padding: 0 10px;
	}
	/* end all pages */

	/* home */
	.section--software {
		padding: 44px 0px 120px;
	}
	.software__info {
		padding-top: 5px;
	}
	.software .software__logo-box {
		left: 68%;
	}
	/* end home */
}

@media screen and (max-width: 639px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		left: 4px;
	}
	/* end features */

	/* news */
	.section-news {
		padding: 100px 0 30px;
	}
	.section-news__filters-wrap {
		margin: 40px 0 40px 0;
	}
	.section-news__all-news {
		margin: 40px 0 40px 0;
	}
	/* end news */

	/* request demo */
	.contacts.demo-form {
		padding: 80px 0 60px 0;
	}
	.contacts__info-title {
		margin-top: 30px;
	}
	/* end request demo */

	/* contact */
	.contacts {
		padding: 80px 0 20px 0;
	}
	/* end contact */

	/* terms of use */
	.wp-block-group.container.special-text-container.is-vertical.is-layout-flex {
		padding-top: 80px;
		padding-bottom: 0px;
	}
	/* end terms of use */
}

@media screen and (max-width: 600px) {
	body.logged-in.admin-bar header {
		top: 46px;
		padding-top: 1px;
	}
	body.logged-in.admin-bar header.scrolled {
		top: 0px;
		padding-top: 16px;
	}
}

@media screen and (max-width: 540px) {
	/* all pages */
	.container {
		padding: 0 2px;
	}
	/* end all pages */

	/* home */
	.software .software__logo-box {
		left: 73%;
	}
	/* end home */
}

@media screen and (max-width: 539px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		left: -12px;
	}
	/* end features */
}

@media screen and (max-width: 479px) {
	/* features */
	.feature-banner__pct--left .pct--left-men {
		display: none;
	}
	/* end features */

	/* why us */
	.banner-video__short-inf {
		width: 180px;
    	bottom: -190px;
	}
	.banner-video .txt-num {
		font-size: 24px;
	}
	.banner-video .banner-video__short-inf .txt-bold {
		font-size: 16px;
	}
	/* end why us */
}
/* === Solutions dropdown menu === */
.header-nav ul li {
    position: relative;
}
.header-nav ul .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 12px 0;
    min-width: 240px;
    z-index: 100;
}
.header-nav ul li:hover > .sub-menu {
    display: block;
}
.header-nav ul .sub-menu li {
    display: block;
    padding: 0;
}
.header-nav ul .sub-menu li a {
    display: block;
    padding: 10px 24px;
    font-size: 15px;
    white-space: nowrap;
    color: #141414;
    transition: color 0.2s;
}
.header-nav ul .sub-menu li a:hover {
    color: #E86B4A;
}
}
.header-nav ul > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
}

/* Mobile sub-menu inside hamburger */
@media screen and (max-width: 991px) {
    .header-nav ul .sub-menu {
        position: static;
        transform: none;
        box-shadow: none;
        background: transparent;
        padding: 0 0 0 20px;
        display: none;
        min-width: unset;
    }
    .header-nav ul li.menu-item-has-children.open > .sub-menu {
        display: block;
    }
    .header-nav ul > li.menu-item-has-children > a::after {
        transition: transform 0.2s;
    }
    .header-nav ul > li.menu-item-has-children.open > a::after {
        transform: rotate(-135deg);
    }
}

/* === Calendly inline embed on Request Demo === */
.demo-form__calendly-wrap .calendly-inline-widget {
	min-width: 100% !important;
	height: 1000px !important;
	border-radius: 12px;
	overflow: hidden;
}
.demo-form__calendly-wrap {
	overflow: visible;
}
@media screen and (max-width: 767px) {
	.demo-form__calendly-wrap .calendly-inline-widget {
		height: 950px !important;
	}
}

/* === Footer blank space fix === */
.wrapper {
    overflow: hidden;
}

/* === Pricing page === */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.pricing-card--featured {
    border: 2px solid #E86B4A;
    position: relative;
}
.pricing-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #E86B4A;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.pricing-card .price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}
.pricing-card .price-period {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}
.pricing-card ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    color: #333;
}
.pricing-card ul li::before {
    content: 2713;
    position: absolute;
    left: 0;
    color: #E86B4A;
    font-weight: 700;
}
.pricing-card .pricing-cta {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}
.pricing-cta--primary {
    background: #E86B4A;
    color: #fff;
}
.pricing-cta--primary:hover {
    background: #d55a3a;
}
.pricing-cta--outline {
    background: transparent;
    color: #E86B4A;
    border: 2px solid #E86B4A;
}
.pricing-cta--outline:hover {
    background: #E86B4A;
    color: #fff;
}
.pricing-includes {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.pricing-includes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.pricing-includes-grid div {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    font-size: 15px;
}
.pricing-includes-grid div::before {
    content: 2713;
    position: absolute;
    left: 0;
    color: #E86B4A;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
    .pricing-includes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .pricing-includes-grid {
        grid-template-columns: 1fr;
    }
}

/* === Nav top alignment fix === */
.header .header-nav {
    top: 0;
    transform: translateX(-50%);
    padding-top: 48px;
}
.header.scrolled .header-nav {
    padding-top: 16px;
}

/* === Reduce hero whitespace on solution/product pages === */
.page-template-default .main-banner:first-child {
    padding-top: 160px;
}
@media screen and (max-width: 1366px) {
    .page-template-default .main-banner:first-child {
        padding-top: 140px;
    }
}
@media screen and (max-width: 1050px) {
    .page-template-default .main-banner:first-child {
        padding-top: 120px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-default .main-banner:first-child {
        padding-top: 100px;
    }
}

/* === Fix Try Free button click area at narrow viewports === */
/* .header-actions has z-index:2 declared but no position, so z-index doesn't apply.
   Without this, the absolute-positioned .header-nav overlaps the Try Free button
   at intermediate viewport widths (e.g. ~1017px) and steals pointer events. */
.header-actions {
    position: relative;
}
