@charset "utf-8";

:root {
	/** Colors **/
	--whcRed: #c32126;
	--primary: #0066FF;
	--success: #28a745;
	--interactive: #0066FF;
	--hover: #0055DD;
	--brand: #c32126;
	--warning: #dc3545;
	--yellow: #ffc107;
	--green: #28a745;
	--body-dark: #27283c;
	--footer-dark: #33354F;
	--footer-darker: #27283C;
	--footer-text: #C7C8D1;
	--grey: #6c757d;
	--body-light: #7f8198;
	--page-grey: #f5f5f5;
	--page-blue: #e9edf6;
	--menu-light-blue: #E6F2FE;

	/** Font Sizes **/
	--body-text: 16px;
	--small-text: 13px;

	/** Font Weights **/
	--medium: 500;
	--semibold: 600;
	--bold: 700;
}

h1,
h2,
h3,
h4 {
	font-family: 'Poppins', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

#article h2,
#article h3,
#article h4,
#article h5 {
	font-weight: 500 !important;
}

.btn:not(.btn-link) {
	font-weight: var(--semibold);
	border-radius: 6px;
}

.domainsearch,
.domaintransfer,
.archive header.entry-header,
.legal-header,
.page-template-searchpage header.entry-header,
#post-225 #header,
#post-270 #header {
	background: linear-gradient(90deg, #00178F 0%, #0066C7 100%);
}

.archive header.entry-header h1,
.legal-header {
	font-size: 64px;
	text-shadow: none !important;
}

#top {
	font-weight: 600;
}

/** HERO BANNERS **/
#main-offer-spinner {
	/*display: none;*/
	background: linear-gradient(90deg, #00178F 0%, #0066C7 100%);
	padding: 80px 40px;
	height: 500px;
	/*display: flex;
   align-items: center;*/
}

#main-offer-spinner .container {
	max-width: 1440px;
}

#main-offer-spinner .skeleton {
	background: #e9edf6;
	width: 100%;
	border-radius: 16px;
	height: 20px;
	margin-bottom: 10px;
	animation: pulse-offer 1s ease-in-out infinite;
}

#main-offer-spinner .skeleton.skeleton-title,
#main-offer-spinner .skeleton.skeleton-btn {
	height: 64px;
}

#main-offer-spinner .skeleton.skeleton-quarter {
	width: 25%;
}

#main-offer-spinner .skeleton.skeleton-half {
	width: 50%;
}

#main-offer-spinner .skeleton.skeleton-three-quarter {
	width: 75%;
}

@keyframes pulse-offer {
	0% {
		background: #e9edf650;
	}

	50% {
		background: #e9edf625;
	}

	100% {
		background: #e9edf650;
	}
}

/* Start Temporary CSS */
#hero-banner.d-none {
	display: block !important;
}

#featured-products,
article:not(#post-225):not(#post-270):not(#post-18702):not(#post-18716):not(#post-15073):not(#post-15094) #header {
	display: none;
}

/* End Temporary CSS */

#hero-banner.has-no-hosting-offer {
	display: none;
}

#hero-banner {
	padding: 0;
	color: white;
	background: linear-gradient(90deg, #00178F 0%, #0066C7 100%);
}

#hero-banner .container,
#ai-wp-details .container,
#features-spotlight .container {
	max-width: 1440px;
}

#hero-banner #hero-wrapper {
	padding: 80px 40px;
}

#hero-banner .product-name {
	font-size: var(--body-text);
	letter-spacing: 0.20em;
	text-transform: uppercase;
}

#hero-banner .product-name h1 {
	font-size: var(--body-text);
	font-weight: normal !important;
	display: inline-block;
}

#hero-banner .product-name h1 .badge {
	letter-spacing: 0.10em;
	font-weight: 500;
}

#hero-banner .product-name .discount {
	background: var(--yellow);
	color: var(--body-dark);
	font-weight: 600;
	border-radius: 22px;
	padding: 0 8px;
	letter-spacing: 0.10em;
	text-wrap: nowrap;
}

#hero-banner h2,
#hero-banner.homepage h1 {
	max-width: 760px;
	font-size: 64px;
}

#hero-banner #hero-features {
	list-style: none;
	padding-left: 0;
	margin: 40px 0;
	display: flex;
	gap: 38px;
	text-align: center;
}

#hero-banner #hero-features i {
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	width: 1.25em;
}

#hero-banner #hero-features span {
	display: block;
}

#hero-banner p {
	display: none;
	font-size: 20px;
	max-width: 600px;
	margin: 20px 0 30px;
}

#hero-banner #hero-cta-pricing {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

#hero-banner #hero-cta-pricing .btn {
	font-size: 24px;
	color: white;
	background: var(--brand);
	padding: 18px 24px;
	border-radius: 12px;
}

#hero-banner #hero-cta-pricing .btn-outline-light {
	color: white;
	background: transparent;
}

#hero-banner #hero-cta-pricing .btn-outline-light:hover {
	color: var(--body-dark);
	background: white !important;
}

#hero-banner #hero-cta-pricing .btn:hover {
	background: var(--danger);
}

#hero-banner #hero-cta-pricing #hero-price {
	font-size: 24px;
	line-height: 1;
}

#hero-banner #hero-cta-pricing #hero-price strong {
	font-size: 36px;
}

#hero-banner #hero-wrapper {
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
	background-size: 760px;
}

#hero-banner.homepage.hide.has-hosting-offer {
	display: none;
}

#hero-banner.homepage #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/homepage-hero-en.webp);
	/*background-position: bottom 30px right 0;*/
	background-position: bottom 0 right 0;
}

#hero-banner.homepage.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/homepage-hero-fr.webp);
}

#hero-banner.homepage.christmas-july #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/christmas-july-ai-hero-en.png);
	/*background-position: bottom 30px right 0;*/
}

#hero-banner.homepage.christmas-july.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/christmas-july-ai-hero-en.png);
}

#hero-banner.homepage.back-to-school #hero-wrapper,
#hero-banner.homepage.back-to-school.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/back-to-school-hero.webp), url(/wp-content/themes/whc/images/banners/spring-circles.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 139px right calc(50% - 310px), bottom -158px right calc(50% - 320px);
	background-size: 390px, 800px;
}

/*** Black Friday campaign elements ***/
#hero-banner.homepage.blackfridaysale,
#hero-banner.homepage.blackfridaysale.fr {
	background-image: linear-gradient(90deg, #110104 0%, #4a4a4a 100%);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

#hero-banner.homepage.blackfridaysale #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/black-friday-banner.svg), url(/wp-content/themes/whc/images/banners/bf-stripes-left.svg), url(/wp-content/themes/whc/images/banners/bf-stripes-right.svg);
	background-repeat: no-repeat, repeat-y, repeat-y;
	background-position: top 3em center, top left 10%, top right 10%;
	background-size: 30%, 20%, 20%;
}

#hero-banner.homepage.blackfridaysalefr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/black-friday-banner-FR.svg), url(/wp-content/themes/whc/images/banners/bf-stripes-left.svg), url(/wp-content/themes/whc/images/banners/bf-stripes-right.svg) !important;
	background-repeat: no-repeat, repeat-y, repeat-y;
	background-position: top 3em center, top left 10%, top right 10%;
	background-size: 30%, 20%, 20%;
}

#hero-banner.homepage.blackfridaysale #countdown {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-top: 21%;
}

#hero-banner.homepage.blackfridaysale #plans {
	background: none;
	padding-top: 1%;
}

@media screen and (max-width: 1200px) {
	#hero-banner.homepage.blackfridaysale #plans {
		padding-top: 5%;
	}

	#hero-banner.homepage.blackfridaysale #plans .col.plan {
		max-width: 100%;
	}

	#hero-banner.homepage.blackfridaysale #countdown {
		order: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	#hero-banner.homepage.blackfridaysale #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/black-friday-banner.svg);
		background-position: top 3em center !important;
		background-size: 50% !important;
	}

	#hero-banner.homepage.blackfridaysalefr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/black-friday-banner-FR.svg) !important;
		background-position: top 3em center !important;
		background-size: 50% !important;
	}

	#hero-banner.homepage.blackfridaysale #plans {
		padding-top: 10%;
	}

	#hero-banner.homepage.blackfridaysale #countdown {
		padding-top: 35%;
	}
}

#hero-banner.homepage.blackfridaysale #plans .col.plan {
	background: #181818;
	max-width: 100%;
	margin-bottom: 20px;
}

#hero-banner.web-hosting.blackfridaysale,
#hero-banner.web-hosting.blackfridaysale.fr,
#hero-banner.managed-wordpress-hosting.blackfridaysale,
#hero-banner.managed-wordpress-hosting.blackfridaysale.fr,
#hero-banner.business-email.blackfridaysale,
#hero-banner.business-email.blackfridaysale.fr,
#hero-banner.ssl-certificates.blackfridaysale,
#hero-banner.ssl-certificates.blackfridaysale.fr {
	background-image: linear-gradient(90deg, #110104 0%, #4a4a4a 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

@media screen and (max-width: 991px) {
	#hero-banner.homepage.blackfridaysale #plans .row {
		display: inline-flex;
	}
}

.domainsearch.blackfridaysale {
	background-image: linear-gradient(90deg, #110104 0%, #4a4a4a 100%);
}

.bfinvert {
	background: #181818 !important;
	color: #fff !important;
}

.bfinvert li a,
.bfinvert .price strong {
	color: #fff !important;
}

.bfinvertbg .col.details,
.bfinvertbg .btn-outline-dark {
	color: #fff !important;
}

.bfinvertbg {
	background-image: linear-gradient(90deg, #110104 0%, #4a4a4a 100%) !important;
}

/*** Halloween campaign elements ***/
#hero-banner.homepage.halloween,
#hero-banner.homepage.halloween.fr,
#hero-banner.web-hosting.halloween,
#hero-banner.web-hosting.halloween.fr,
#hero-banner.managed-wordpress-hosting.halloween,
#hero-banner.managed-wordpress-hosting.halloween.fr {
	background-image: linear-gradient(90deg, #bd4400 0%, #E68933 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

#hero-banner.homepage.halloween #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose.webp);
	background-repeat: no-repeat;
	background-position: top 0 right calc(50% - 310px);
	background-size: 550px;
	padding: 120px 40px;
}

#hero-banner.homepage.halloween.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose-fr.webp);
	background-repeat: no-repeat;
	background-position: top 0 right calc(50% - 310px);
	background-size: 575px;
	padding: 120px 40px;
}

#hero-banner.homepage.halloween #hero-wrapper .btn,
#hero-banner.homepage.halloween.fr #hero-wrapper .btn,
#hero-banner.web-hosting.halloween #hero-wrapper .btn,
#hero-banner.web-hosting.halloween.fr #hero-wrapper .btn,
#hero-banner.managed-wordpress-hosting.halloween #hero-wrapper .btn,
#hero-banner.managed-wordpress-hosting.halloween.fr #hero-wrapper .btn {
	background: black;
	color: white;
}

#hero-banner.homepage.halloween #hero-wrapper #countdown,
#hero-banner.homepage.halloween.fr #hero-wrapper #countdown {
	margin-top: 20px;
}

#hero-banner.web-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-en.webp);
}

#hero-banner.homepage.NewYear #hero-wrapper,
#hero-banner.web-hosting-promo.NewYear #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-en.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.homepage.NewYear.fr #hero-wrapper,
#hero-banner.web-hosting-promo.NewYear.fr #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-fr.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.homepage.NewYear.has-hosting-offer #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-en.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.homepage.NewYear.fr.has-hosting-offer #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-fr.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.homepage.NewYear p{
	max-width: 760px;
}

#hero-banner.homepage.StandProud,
#hero-banner.web-hosting.StandProud,
#hero-banner.homepage.StandProud.fr,
#hero-banner.web-hosting.StandProud.fr,
#hero-banner.whyCanada{
	background: linear-gradient(20deg, #350002 50%, #EB141C 100%);
}
#hero-banner.homepage.StandProud #hero-wrapper,
#hero-banner.web-hosting.StandProud #hero-wrapper,
#hero-banner.homepage.StandProud.fr #hero-wrapper,
#hero-banner.web-hosting.StandProud.fr #hero-wrapper,
#hero-banner.whyCanada #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/stand-proud.webp);
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
	background-size: 760px;
}
#hero-banner.StandProud .text-danger{
	color: #EB141C !important;
}
#hero-banner.StandProud .btn{
	background-color: #EB141C !important;
	border-color: #EB141C;
}

#hero-banner.canada-day-2025 {
	background: linear-gradient(20deg, #350002 50%, #EB141C 100%);
}
#hero-banner.canada-day-2025 #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/canada-day-2025.webp);
}
#hero-banner.canada-day-2025.fr #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/canada-day-2025-fr.webp);
}
#hero-banner.canada-day-2025 .product-name .discount{
	background: #EB141C;
}
#hero-banner.canada-day-2025 p{
	max-width: 650px;
}
#hero-banner.canada-day-2025 .domain-spinner-search-input{
	border-radius: 16px 0 0 16px;
	padding: 16px;
	border: 4px solid white;
}
#hero-banner.canada-day-2025 .domain-spinner-search-button.register {
	border-radius: 0 16px 16px 0;
	padding: 16px;
	border: 4px solid white;
	background: #EB141C;
}
.canada-day-2025 #domain-spinner-form {
	max-width: 620px;
}
.canada-flag-building{
	background-image: url(/wp-content/themes/whc/images/canada-flag-building.jpg);
	background-size: cover;
}

#hero-banner.web-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-fr.webp);
}
#hero-banner.web-hosting.NewYear #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-en.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.web-hosting.NewYear.fr #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-fr.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}
#hero-banner.web-hosting.christmas-july #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-christmas-july-hero-en.png?v2);
	/*background-position: bottom 30px right 0;*/
}

#hero-banner.web-hosting.christmas-july.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-christmas-july-hero-en.png?v2);
}

#hero-banner.web-hosting.back-to-school #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-back-to-school-hero-en.png);
}

#hero-banner.web-hosting.back-to-school.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/web-hosting-back-to-school-hero-fr.png);
}

#hero-banner.web-hosting.halloween #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose.webp);
	background-repeat: no-repeat;
	background-position: top 0 right calc(50% - 310px);
	background-size: 560px;
}

#hero-banner.web-hosting.halloween.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose-fr.webp);
}

#hero-banner.weebly-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/weebly-hero-en.webp);
}

#hero-banner.weebly-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/weebly-hero-fr.webp);
}

#hero-banner.cloud-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/cloud-server-hero-en.webp);
}

#hero-banner.cloud-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/cloud-server-hero-fr.webp);
}

#hero-banner.self-cloud-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/self-cloud-server-hero-en.webp);
}

#hero-banner.self-cloud-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/self-cloud-server-hero-fr.webp);
}

#hero-banner.windows-cloud-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/windows-cloud-server-hero-en.webp);
}

#hero-banner.windows-cloud-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/windows-cloud-server-hero-fr.webp);
}

#hero-banner.windows-dedi-server #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/windows-dedi-server.webp);
}

#hero-banner.windows-dedi-server-fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/windows-dedi-server-fr.webp);
}

#hero-banner.managed-wordpress-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-hero-en.webp);
}

#hero-banner.managed-wordpress-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-hero-fr.webp);
}

#hero-banner.managed-wordpress-hosting.christmas-july #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-christmas-july-hero-en.png?v2);
	/*background-position: bottom 30px right 0;*/
}

#hero-banner.managed-wordpress-hosting.halloween #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose.webp);
	background-repeat: no-repeat;
	background-position: top 0 right calc(50% - 310px);
	background-size: 560px;
}

#hero-banner.managed-wordpress-hosting.halloween.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/halloween-moose-fr.webp);
}

#hero-banner.managed-wordpress-hosting.christmas-july.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-christmas-july-hero-en.png?v2);
}

#hero-banner.managed-wordpress-hosting.back-to-school #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-back-to-school-hero-en.png);
}

#hero-banner.managed-wordpress-hosting.back-to-school.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-back-to-school-hero-fr.png);
}

#hero-banner.dedicated-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/dedicated-server-hero-en.webp);
	background-position: center right;
}

#hero-banner.dedicated-hosting.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/dedicated-server-hero-fr.webp);
	background-size: 720px;
}

#hero-banner.reseller-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/reseller-hosting-hero.webp);
}

#hero-banner.site-builder #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/site-builder-hero-en.webp);
}

#hero-banner.site-builder.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/site-builder-hero-fr.webp);
}

#hero-banner.business-email #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/business-email-hero-en.webp);
}

#hero-banner.business-email.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/business-email-hero-fr.webp);
}

#hero-banner.seo #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/seo-hero-en.webp);
}

#hero-banner.seo.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/seo-hero-fr.webp);
}

#hero-banner.website-migration #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/website-migration-hero-en.webp);
}

#hero-banner.website-migration.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/website-migration-hero-fr.webp);
}

#hero-banner.email-marketing #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/email-marketing-hero-en.webp);
}

#hero-banner.email-marketing.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/email-marketing-hero-fr.webp);
}

#hero-banner.domain-privacy #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/domain-privacy-hero-en.webp);
}

#hero-banner.domain-privacy.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/domain-privacy-hero-fr.webp);
}

#hero-banner.domain-protection #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/domain-protection-knight-fixed.webp);
}

#hero-banner.domain-protection.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/domain-protection-knight-fixed.webp);
}

#hero-banner.site-safe #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/site-safe-hero-en.webp);
}

#hero-banner.site-safe.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/site-safe-hero-fr.webp);
}

#hero-banner.ssl-certificates #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/ssl-certificate-hero-en.webp);
	background-position: bottom -1px right;
}

#hero-banner.ssl-certificates.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/ssl-certificate-hero-fr.webp);
}

#hero-banner.anti-spam #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/anti-spam-hero-en.webp);
	background-size: 840px;
}

#hero-banner.anti-spam.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/anti-spam-hero-fr.webp);
	background-size: 840px;
}

#hero-banner.domain-club #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/domain-club-hero.webp);
	background-size: 725px;
}

#hero-banner.marketplace #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/marketplace-hero.webp);
	background-size: 650px;
}

#hero-banner.domain-auctions {
	background-image: url(/wp-content/themes/whc/images/ca-domain-balls.svg), linear-gradient(90deg, #00178F 0%, #0066C7 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: calc(50% + 650px) bottom, center center;
	background-size: 1050px, 100%;
}

#hero-banner.domain-auctions #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/domain-claw.svg);
	background-position: top right 180px;
	background-size: 100px;
}

#hero-banner.contact-us #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/contact-hero-en.webp);
	background-size: 600px;
}

#hero-banner.contact-us.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/contact-hero-fr.webp);
	background-size: 600px;
}

#hero-banner.green-hosting #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/green-hosting-hero-en.webp);
	background-position: calc(50% + 400px) bottom;
}

#hero-banner.affiliates #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/affiliates-hero-en.webp);
}

#hero-banner.affiliates.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/affiliates-hero-fr.webp);
}

#hero-banner.reviews #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/reviews-hero.webp);
}

#hero-banner.anycast #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/anycast-hero.webp);
}

#hero-banner.sqm #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/sqm-hero-en.webp);
}

#hero-banner.sqm.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/sqm-hero-fr.webp);
}

#hero-banner.sitejet #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/sitejet-hero-en.webp);
}

#hero-banner.sitejet.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/sitejet-hero-fr.webp);
}

#hero-banner.plus-program #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/program-plus-hero.webp);
}

#hero-banner.data-in-canada{
	color: var(--body-text);
	background: linear-gradient(360deg, #c9c6b9 0%, #E2DFD2 100%) #E2DFD2;
	background-size: cover;
}
#hero-banner.data-in-canada #countdown .time{
	background: #00000010;
	color: var(--body-text);
	box-shadow: none;
}
#hero-banner.data-in-canada #countdown.small small{
	background: transparent;
	color: var(--body-text);
	box-shadow: none;
}
#hero-banner.data-in-canada #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/data-in-canada.webp);
	background-position: bottom 0 right -120px;
	background-size: 900px;
}

#post-24247 #hero-banner.pro-services.NewYear #hero-wrapper,
#post-24433 #hero-banner.pro-services.NewYear #hero-wrapper{
	background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
	background-size: 760px, 800px;
}

#hero-banner.pro-services #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-new.webp);
	background-size: 670px;
}

#hero-banner.pro-services-design #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-design.webp);
	background-size: 800px;
}

#hero-banner.pro-services-care #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-care.webp);
	background-size: 750px;
}

#hero-banner.pro-services-seo #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-seo.webp);
	background-size: 670px;
	background-position: right 50px center;
}

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

	#hero-banner.pro-services-seo #hero-wrapper {
		background-size: 500px;
		background-position: bottom center;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx),
(min-resolution: 144dpi) {

	#hero-banner.homepage.back-to-school #hero-wrapper,
	#hero-banner.homepage.back-to-school.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/back-to-school-hero@2x.webp), url(/wp-content/themes/whc/images/banners/spring-circles.svg);
	}
	#hero-banner.homepage.NewYear #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-en@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.web-hosting.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-en@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.homepage.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-fr@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.web-hosting.NewYear.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-fr@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.homepage.NewYear.has-hosting-offer #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-en@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.homepage.NewYear.has-hosting-offer.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-fr@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.homepage.StandProud #hero-wrapper,
	#hero-banner.web-hosting.StandProud #hero-wrapper,
	#hero-banner.homepage.StandProud.fr #hero-wrapper,
	#hero-banner.web-hosting.StandProud.fr #hero-wrapper,
	#hero-banner.whyCanada #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/stand-proud@2x.webp);
		background-repeat: no-repeat;
		background-position: bottom 0 right 0;
		background-size: 760px;
	}
	#hero-banner.homepage #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/homepage-hero-en@2x.webp);
	}

	#hero-banner.homepage.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/homepage-hero-fr@2x.webp);
	}

	#hero-banner.web-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-en@2x.webp);
	}

	#hero-banner.web-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-fr@2x.webp);
	}

	#hero-banner.weebly-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/weebly-hero-en@2x.webp);
	}

	#hero-banner.weebly-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/weebly-hero-fr@2x.webp);
	}

	#hero-banner.cloud-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/cloud-server-hero-en@2x.webp);
	}

	#hero-banner.cloud-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/cloud-server-hero-fr@2x.webp);
	}

	#hero-banner.self-cloud-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/self-cloud-server-hero-en@2x.webp);
	}

	#hero-banner.self-cloud-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/self-cloud-server-hero-fr@2x.webp);
	}

	#hero-banner.windows-cloud-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/windows-cloud-server-hero-en@2x.webp);
	}

	#hero-banner.windows-cloud-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/windows-cloud-server-hero-fr@2x.webp);
	}

	#hero-banner.managed-wordpress-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-hero-en@2x.webp);
	}

	#hero-banner.managed-wordpress-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/managed-wordpress-hero-fr@2x.webp);
	}

	#hero-banner.dedicated-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/dedicated-server-hero-en@2x.webp);
		background-position: center right;
	}

	#hero-banner.dedicated-hosting.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/dedicated-server-hero-fr@2x.webp);
	}

	#hero-banner.reseller-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/reseller-hosting-hero@2x.webp);
	}

	#hero-banner.site-builder #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/site-builder-hero-en@2x.webp);
	}

	#hero-banner.site-builder.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/site-builder-hero-fr@2x.webp);
	}

	#hero-banner.business-email #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/business-email-hero-en@2x.webp);
	}

	#hero-banner.business-email.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/business-email-hero-fr@2x.webp);
	}

	#hero-banner.seo #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/seo-hero-en@2x.webp);
	}

	#hero-banner.seo.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/seo-hero-fr@2x.webp);
	}

	#hero-banner.website-migration #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/website-migration-hero-en@2x.webp);
	}

	#hero-banner.website-migration.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/website-migration-hero-fr@2x.webp);
	}

	#hero-banner.email-marketing #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/email-marketing-hero-en@2x.webp);
	}

	#hero-banner.email-marketing.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/email-marketing-hero-fr@2x.webp);
	}

	#hero-banner.domain-privacy #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/domain-privacy-hero-en@2x.webp);
	}

	#hero-banner.domain-privacy.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/domain-privacy-hero-fr@2x.webp);
	}

	#hero-banner.domain-protection #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/domain-protection-knight-fixed@2x.webp);
	}

	#hero-banner.domain-protection.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/domain-protection-knight-fixed@2x.webp);
	}

	#hero-banner.site-safe #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/site-safe-hero-en@2x.webp);
	}

	#hero-banner.site-safe.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/site-safe-hero-fr@2x.webp);
	}

	#hero-banner.ssl-certificates #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/ssl-certificate-hero-en@2x.webp);
		background-position: bottom -1px right;
	}

	#hero-banner.ssl-certificates.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/ssl-certificate-hero-fr@2x.webp);
	}

	#hero-banner.anti-spam #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/anti-spam-hero-en@2x.webp);
	}

	#hero-banner.anti-spam.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/anti-spam-hero-fr@2x.webp);
	}

	#hero-banner.domain-club #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/domain-club-hero@2x.webp);
	}

	#hero-banner.marketplace #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/marketplace-hero@2x.webp);
	}

	#hero-banner.domain-auctions #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/domain-claw@2x.svg);
	}

	#hero-banner.contact-us #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/contact-hero-en@2x.webp);
	}

	#hero-banner.contact-us.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/contact-hero-fr@2x.webp);
	}

	#hero-banner.green-hosting #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/green-hosting-hero-en@2x.webp);
	}

	#hero-banner.affiliates #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/affiliates-hero-en@2x.webp);
	}

	#hero-banner.affiliates.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/affiliates-hero-fr@2x.webp);
	}

	#hero-banner.reviews #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/reviews-hero@2x.webp);
	}

	#hero-banner.anycast #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/anycast-hero@2x.webp);
	}

	#hero-banner.sqm #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/sqm-hero-en@2x.webp);
	}

	#hero-banner.sqm.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/sqm-hero-fr@2x.webp);
	}

	#hero-banner.sitejet #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/sitejet-hero-en@2x.webp);
	}

	#hero-banner.sitejet.fr #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/sitejet-hero-fr@2x.webp);
	}
	#hero-banner.data-in-canada #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/data-in-canada@2x.webp);
	}
	#post-24247 #hero-banner.pro-services.NewYear #hero-wrapper,
	#post-24433 #hero-banner.pro-services.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom 0 right 0, bottom 10px right calc(50% - 320px);
		background-size: 760px, 800px;
	}
	#hero-banner.pro-services #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-new@2x.webp);
	}
	
	#hero-banner.pro-services-design #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-design@2x.webp);
	}
	
	#hero-banner.pro-services-care #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-care@2x.webp);
	}
	
	#hero-banner.pro-services-seo #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero-seo@2x.webp);
	}
	
	#hero-banner.plus-program #hero-wrapper {
		background-image: url(/wp-content/themes/whc/images/banners/program-plus-hero@2x.webp);
	}
	#hero-banner.canada-day-2025 #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/canada-day-2025@2x.webp);
	}
	#hero-banner.canada-day-2025.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/canada-day-2025-fr@2x.webp);
	}
}

#hero-banner.june-flash #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/june-flash-hero-en.png);
	background-size: 800px;
}

#hero-banner.june-flash.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/june-flash-hero-fr.png);
	background-size: 800px;
}

#hero-banner.canada-day #hero-wrapper,
#hero-banner.canada-day.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/canada-day-bear.png);
	background-size: 800px;
}

#hero-banner.has-hosting-offer #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/ca-domain-hero-en.webp);
}

#hero-banner.has-hosting-offer.fr #hero-wrapper {
	background-image: url(/wp-content/themes/whc/images/banners/ca-domain-hero-fr.webp);
}

#hero-banner.web-hosting.back-to-school #hero-wrapper,
#hero-banner.managed-wordpress-hosting.back-to-school #hero-wrapper {
	background-position: bottom 140px right 0;
}

#hero-banner.homepage #countdown {
	margin: 10px 0 20px;
}

#hero-banner.homepage #promo-pricing .badge-pill {
	font-size: var(--small-text);
	padding: 6px 8px;
}

#hero-banner.homepage #promo-pricing #promo-price {
	font-size: 48px;
	font-weight: bold;
}

#hero-banner.homepage #coupon-code {
	margin: 20px 0 10px;
	display: flex;
}

#hero-banner.homepage #coupon-code .coupon-left {
	background: white;
	color: #212529;
	padding: 6px 12px;
	border-radius: 12px 0 0 12px;
	border: 1px solid white;
	font-weight: 600;
}

#hero-banner.homepage #coupon-code .coupon-right {
	background: #ffffff10;
	padding: 6px 12px;
	border-radius: 0 12px 12px 0;
	border: 1px dashed white;
	border-left: 0;
	font-weight: bold;
}

#hero-banner #promo-ribbon {
	background: var(--yellow);
	color: var(--body-dark);
	margin-top: 40px;
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 40px;
	padding: 16px;
}

#hero-banner #promo-ribbon #countdown {
	margin: 0 0 -5px;
}

#hero-banner #promo-ribbon #countdown .time {
	background: #55555520;
	color: var(--body-text);
	font-weight: bold;
	font-size: x-large;
}

#hero-banner #promo-ribbon #countdown.small small {
	color: var(--body-text);
	box-shadow: none;
}

#hero-banner #promo-ribbon .text {
	font-size: 42px;
	font-weight: bold;
	font-family: 'Poppins', 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

#powerful-solutions p {
	font-size: 16px;
}

/** Ratings **/
#ratings {
	padding: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	font-size: 14px;
	max-width: 1300px !important;
}
#ratings .google,
#ratings .facebook,
#ratings .redstar{
	margin: 0 22.5px;
}

#ratings .redstar {
	font-size: 21px;
	max-width: 350px;
}

#ratings .trustpilot a{
	color: transparent;
}


#ratings .trustpilot img {
	max-height: 41px;
}

#ratings .trustpilot img.truspilot-stars {
	max-height: 36px;
}

#ratings .google img {
	max-height: 36px;
	margin-bottom: -4px;
}

#ratings .facebook img {
	max-height: 30px;
}

#ratings .redstar .d-flex {
	align-items: center;
}

#ratings p {
	margin-bottom: 0;
}

#ratings i {
	font-size: 32px;
	color: #ffc107;
	margin: 7px 0;
}

#ratings .trustpilot {
	margin-top: -10px;
}

#ratings .trustpilot i {
	color: #04da8d;
}

#ratings .redstar i {
	color: #c21718;
	font-size: 48px;
}

#ai-wp-details {
	background: #e9edf6;
}

#ai-wp-details .box,
#features-spotlight .box {
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

#features-spotlight .box.middle .row {
	height: 100%;
}

#features-spotlight .box.middle h3 {
	font-size: 48px;
}

#features-spotlight .box i.icon {
	font-size: 48px;
	color: var(--brand);
	margin-bottom: 16px;
}

#ai-wp-details img,
#features-spotlight img {
	max-width: 100%;
}

#features-spotlight img.box-visual {
	border-radius: 16px 16px 0 0;
	box-shadow: 0 0 32px #E9EDF6;
	margin-top: 24px;
}

#features-spotlight img.box-visual.box-visual-left {
	margin-left: -40px;
	border-radius: 0 16px 16px 0;
	max-width: calc(100% + 40px)
}

#ai-wp-details img.border {
	border-radius: 16px;
	border: 1px solid #E9EDF6;
}

#ai-wp-details video {
	border-radius: 16px;
	width: 100%;
	border: 1px solid #E9EDF6;
}

/*#ai-wp-details h2{
	font-size: 48px;
}*/
#ai-wp-details p {
	max-width: 600px;
	margin: 0 auto 1rem;
}

#features-spotlight p {
	max-width: 600px;
	margin: 0;
	min-height: 72px;
}

#ai-wp-details ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

#ai-wp-details ol li {
	counter-increment: list;
	padding: 10px 0 0 35px;
}

#ai-wp-details ol li.strong {
	font-weight: bold;
}

#ai-wp-details ol li:before {
	background-color: #E9EDF6;
	width: 24px;
	text-align: center;
	padding-left: 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	border-radius: 13px;
	background-clip: padding-box;
	display: inline-block;
	font-weight: 700;
	content: counter(list);
	margin-right: 15px;
	position: absolute;
	margin-left: -35px;
	font-size: 14px;
}

#ai-wp-details ol li.strong:before {
	background-color: #27283C;
	color: white;
}

#canadianBadge {
	width: 100%;
	max-width: 137px;
	margin-left: 20px;
}

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

	#ai-wp-details .container,
	#ai-wp-details .container .col-lg-12 {
		padding-right: 0;
		padding-left: 0;
	}
}

.box {
	background: white;
	padding: 40px;
	border-radius: 16px;
	height: 100%;
}
#canadianBadges{
	background: linear-gradient(to bottom, #350002 0%, #EB141C 100%);
	color: white;
	text-align: center;
	padding: 100px 0;
}
#canadianBadges p{
	max-width: 650px;
	margin: 0 auto 20px;
}
#canadianBadges .badges{
	display: block;
	margin: 40px auto 0;
	width: 100%;
	max-width: 650px;
	height: auto;
}
#canadianBadges .btn-outline-light:hover{
	color: var(--whcRed);
}
#canadianBadgeModal{
	color: var(--body-dark);
	text-align: left;
}
#canadianBadgeModal ol li{
	margin-bottom: 20px;
}
#canadianBadgeModal ul li{
	margin-bottom: 0;
}
#powerful-solutions{
	padding: 100px 0;
}
#switch-steps{
	padding: 100px 0;
	text-align: center;
	border-bottom: 1px solid var(--page-blue);
}
#switch-steps h2{
	margin-bottom: 40px;
}
#switch-steps i {
	font-size: 80px;
	color: #c0242e;
	margin-bottom: 20px;
}
#how{
	padding: 100px 0;
}
#how i.icon{
	color: var(--brand);
	font-size: 64px;
	margin: 20px 0;
}
#why.canadian-bento {
	background: var(--page-blue);
	padding: 100px 0;
	text-align: center;
}
#why.canadian-bento i {
	font-size: 128px;
	margin-bottom: 24px;
	color: var(--brand);
	background: linear-gradient(135deg, #EE0102, #971212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#why.canadian-bento h3 {
	margin-bottom: 10px;
}
#canadianBadge {
	max-height: 24.36px;
	margin-left: 20px;
}

@media screen and (min-width: 1600px) {
	#hero-banner #hero-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1400px) {
	#hero-banner .product-name {
		text-align: left;
	}

	#hero-banner #hero-wrapper {
		background-size: 750px;
		background-position: calc(50% + 420px) bottom;
	}

	#hero-banner.dedicated-hosting #hero-wrapper {
		background-size: 750px;
		background-position: calc(50% + 420px) center;
	}

	#hero-banner.domain-club #hero-wrapper {
		background-size: 650px;
		background-position: calc(50% + 420px) bottom;
	}

	#hero-banner.marketplace #hero-wrapper {
		background-size: 550px;
		background-position: calc(50% + 420px) bottom;
	}

	#hero-banner.homepage #hero-wrapper {
		background-size: 750px;
		background-position: bottom right -100px;
	}

	#hero-banner.web-hosting.back-to-school #hero-wrapper,
	#hero-banner.managed-wordpress-hosting.back-to-school #hero-wrapper {
		background-size: 750px;
		background-position: calc(50% + 420px) calc(100% - 140px);
	}
	#hero-banner.homepage.NewYear #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear #hero-wrapper,
	#hero-banner.homepage.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting.NewYear #hero-wrapper,
	#hero-banner.web-hosting.NewYear.fr #hero-wrapper,
	#post-24247 #hero-banner.pro-services.NewYear #hero-wrapper,
	#post-24433 #hero-banner.pro-services.NewYear #hero-wrapper,
	#hero-banner.homepage.NewYear.has-hosting-offer #hero-wrapper,
	#hero-banner.homepage.NewYear.has-hosting-offer.fr #hero-wrapper{
		background-size: 750px;
		background-position: calc(50% + 420px) bottom;
	}
	#hero-banner.homepage.StandProud #hero-wrapper,
	#hero-banner.web-hosting.StandProud #hero-wrapper,
	#hero-banner.homepage.StandProud.fr #hero-wrapper,
	#hero-banner.web-hosting.StandProud.fr #hero-wrapper,
	#hero-banner.homepage.StandProud.has-hosting-offer #hero-wrapper,
	#hero-banner.homepage.StandProud.has-hosting-offer.fr #hero-wrapper,
	#hero-banner.whyCanada #hero-wrapper{
		background-size: 750px;
		background-position: calc(50% + 420px) bottom;
	}
	#hero-banner.data-in-canada #hero-wrapper {
		background-position: calc(50% + 420px) bottom;
		background-size: 900px;
	}
	#hero-banner #promo-ribbon{
		/*flex-direction: column-reverse;*/
		gap: 20px;
	}
	#hero-banner #promo-ribbon .text {
		font-size: 32px;
	}
}

@media screen and (max-width: 1200px) {
	#hero-banner {
		text-align: center;
	}

	#hero-banner.homepage h1 {
		text-align: left;
		max-width: 750px;
		font-size: 52px;
		margin: 0;
	}

	#hero-banner .product-name {
		text-align: center;
	}

	#hero-banner p {
		margin: 0 auto 20px;
	}

	#hero-banner #hero-wrapper {
		padding: 60px 20px 490px;
		background-size: 650px;
		background-position: bottom 0 center;
	}

	#hero-banner.christmas-july #hero-wrapper {
		padding: 60px 20px 510px;
		background-size: 650px;
		background-position: bottom 0 center;
	}

	#hero-banner.dedicated-hosting #hero-wrapper {
		background-size: 750px;
		background-position: bottom 20px center;
	}

	#hero-banner.domain-auctions {
		background-image: none, linear-gradient(90deg, #00178F 0%, #0066C7 100%);
	}

	#hero-banner.domain-auctions #hero-wrapper {
		background: none;
		padding: 60px 20px 60px;
	}

	#hero-banner.green-hosting #hero-wrapper {
		background-position: bottom center;
	}

	#hero-banner.anti-spam #hero-wrapper,
	#hero-banner.anti-spam.fr #hero-wrapper {
		background-size: 725px;
	}

	#hero-banner.domain-club #hero-wrapper {
		background-position: bottom center;
	}

	#hero-banner.marketplace #hero-wrapper {
		background-position: bottom center;
	}

	#hero-banner #hero-cta-pricing #hero-pricing {
		display: none;
	}

	#hero-banner.promo #hero-wrapper {
		display: flex;
		flex-direction: column;
	}

	#hero-banner.promo #hero-wrapper #countdown {
		order: 4;
		margin-top: 20px;
	}

	#hero-banner.promo #hero-cta-pricing {
		flex-direction: column-reverse;
	}

	#hero-banner.promo #hero-cta-pricing #hero-pricing {
		display: block;
	}

	#hero-banner h2 {
		margin: 0 auto;
		text-align: center;
		font-size: 64px;
		max-width: none;
	}

	#hero-banner.homepage #hero-wrapper {
		padding: 60px 20px 60px 40px;
		background-size: 450px, 450px;
		background-position: bottom right 180px, bottom 100px right;
	}

	#hero-banner.homepage #hero-features,
	#hero-banner.homepage #hero-cta-pricing {
		justify-content: start;
	}

	#hero-banner #hero-features,
	#hero-banner #hero-cta-pricing {
		justify-content: center;
	}

	#hero-banner.homepage h1 {
		text-align: center;
		max-width: 750px;
		font-size: 64px;
		margin: 0 auto;
	}

	#hero-banner.homepage #hero-wrapper,
	[lang="fr-CA"] #hero-banner.homepage #hero-wrapper {
		padding: 60px 20px 100px;
	}

	#hero-banner.homepage:not(.promo):not(.StandProud) #hero-wrapper,
	[lang="fr-CA"] #hero-banner.homepage:not(.promo):not(.StandProud) #hero-wrapper {
		background: none;
	}
	#hero-banner.homepage.StandProud,
	#hero-banner.homepage.StandProud.fr{
		background: linear-gradient(180deg, #350002 50%, #EB141C 100%);
	}
	
	#hero-banner.homepage.StandProud #hero-wrapper,
	#hero-banner.homepage.StandProud.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/stand-proud@2x.webp);
		background-repeat: no-repeat;
		background-size: 480px;
	}

	#hero-banner.canada-day #hero-wrapper,
	#hero-banner.canada-day.fr #hero-wrapper {
		padding: 60px 20px 340px;
		background: url(/wp-content/themes/whc/images/banners/canada-day-bear.png) no-repeat;
		background-size: 450px;
		background-position: bottom center;
	}
	#hero-banner.homepage.NewYear #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear #hero-wrapper,
	#hero-banner.homepage.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting.NewYear #hero-wrapper,
	#hero-banner.web-hosting.NewYear.fr #hero-wrapper,
	#post-24247 #hero-banner.pro-services.NewYear #hero-wrapper,
	#post-24433 #hero-banner.pro-services.NewYear #hero-wrapper,
	#hero-banner.homepage.NewYear.has-hosting-offer #hero-wrapper,
	#hero-banner.homepage.NewYear.has-hosting-offer.fr #hero-wrapper{
		padding: 60px 20px 340px;
		background-size: 450px;
		background-position: bottom center;
	}
	#hero-banner.homepage.StandProud #hero-wrapper,
	#hero-banner.homepage.StandProud.fr #hero-wrapper,
	#hero-banner.web-hosting.StandProud #hero-wrapper,
	#hero-banner.web-hosting.StandProud.fr #hero-wrapper,
	#hero-banner.homepage.StandProud.has-hosting-offer #hero-wrapper,
	#hero-banner.homepage.StandProud.has-hosting-offer.fr #hero-wrapper,
	#hero-banner.whyCanada #hero-wrapper{
		padding: 60px 20px 340px;
		background-size: 450px;
		background-position: bottom center;
	}
	
	#hero-banner.data-in-canada #hero-wrapper {
		padding: 60px 20px 500px;
		background-size: 750px;
		background-position: bottom center;
	}
	#hero-banner.homepage.christmas-july #hero-wrapper,
	[lang="fr-CA"] #hero-banner.homepage.christmas-july #hero-wrapper {
		padding: 60px 20px 510px;
		background: url(/wp-content/themes/whc/images/banners/christmas-july-ai-hero-en.png) no-repeat;
		background-size: 650px;
		background-position: bottom center;
	}

	#hero-banner.homepage.halloween #hero-wrapper {
		padding: 60px 20px 510px;
		background: url(/wp-content/themes/whc/images/banners/halloween-moose.webp) no-repeat;
		background-size: 550px;
		background-position: bottom -100px center;
	}

	[lang="fr-CA"] #hero-banner.homepage.halloween #hero-wrapper {
		padding: 60px 20px 510px;
		background: url(/wp-content/themes/whc/images/banners/halloween-moose-fr.webp) no-repeat;
		background-size: 550px;
		background-position: bottom -100px center;
	}

	#hero-banner.homepage #hero-features,
	#hero-banner.homepage #hero-cta-pricing {
		justify-content: center;
	}

	#hero-banner.homepage #coupon-code {
		justify-content: center;
	}

	#hero-banner.promo #hero-cta-pricing {
		flex-direction: row;
	}

	#hero-banner.promo.homepage h1 {
		margin-bottom: 20px;
	}

	#hero-banner #promo-ribbon {
		margin-top: 400px;
	}

	#hero-banner.homepage.back-to-school #hero-wrapper,
	#hero-banner.homepage.back-to-school.fr #hero-wrapper {
		background-position: bottom 270px center, bottom -51px center;
	}

	#hero-banner.web-hosting.back-to-school #hero-wrapper,
	#hero-banner.managed-wordpress-hosting.back-to-school #hero-wrapper {
		background-position: bottom 170px center, bottom -51px center;
		padding: 60px 20px 60px;
		background-size: 600px;
	}

	#hero-banner.web-hosting.halloween #hero-wrapper,
	#hero-banner.managed-wordpress-hosting.halloween #hero-wrapper {
		background-position: bottom -100px center;
		padding: 60px 20px 510px;
		background-size: 550px;
	}

	#hero-banner #promo-ribbon {
		flex-direction: column;
		gap: 10px;
	}

	#ratings .facebook {
		display: none;
	}
	.canada-day-2025 #domain-spinner-form {
		max-width: 620px;
		margin: 10px auto 20px;
	}
}

@media screen and (max-width: 991px) {
	#hero-banner #promo-ribbon .text {
		font-size: xx-large;
		margin: 0 auto;
		max-width: 450px;
	}

	#hero-banner.homepage.back-to-school #hero-wrapper,
	#hero-banner.homepage.back-to-school.fr #hero-wrapper {
		padding: 60px 20px 40px;
		background-position: bottom 200px center, bottom -120px center;
	}
	
	#ratings .google{
		display: none;
	}
}

@media screen and (max-width: 961px) {
	/*#ratings {
		justify-content: center;
	}

	#ratings .google,
	#ratings .facebook {
		display: none;
	}*/
}

@media screen and (max-width: 767px) {
	#hero-banner #hero-wrapper {
		padding-top: 40px;
		padding-bottom: 320px;
	}

	#hero-banner.dedicated-hosting #hero-wrapper,
	#hero-banner.dedicated-hosting.fr #hero-wrapper {
		background-size: 480px;
	}

	#hero-banner.contact-us #hero-wrapper,
	#hero-banner.contact-us.fr #hero-wrapper {
		background-size: 400px;
	}

	.page-id-175 #hero-banner.homepage #hero-wrapper,
	.page-id-179 #hero-banner.homepage #hero-wrapper {
		/*padding: 120px 20px 100px;*/
		padding: 60px 20px;
	}

	#hero-banner.homepage.christmas-july #hero-wrapper,
	[lang="fr-CA"] #hero-banner.homepage.christmas-july #hero-wrapper {
		padding: 60px 20px 510px;
		background: url(/wp-content/themes/whc/images/banners/christmas-july-ai-hero-en.png) no-repeat;
		background-size: 650px;
		background-position: bottom center;
	}
	#hero-banner.homepage.NewYear #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-en@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.web-hosting.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-en@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.homepage.NewYear.fr #hero-wrapper,
	#hero-banner.web-hosting-promo.NewYear.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/new-year-new-site-hero-fr@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.web-hosting.NewYear.fr #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/web-hosting-hero-fr@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#post-24247 #hero-banner.pro-services.NewYear #hero-wrapper,
	#post-24433 #hero-banner.pro-services.NewYear #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/pro-services-hero@2x.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.homepage.NewYear.has-hosting-offer #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-en.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.homepage.NewYear.fr.has-hosting-offer #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/2024-new-year-web-design-hero-fr.webp), url(/wp-content/themes/whc/images/banners/new-year-new-site-bg.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 480px, 550px;
	}
	#hero-banner.homepage.StandProud,
	#hero-banner.web-hosting.StandProud,
	#hero-banner.homepage.StandProud.fr,
	#hero-banner.web-hosting.StandProud.fr,
	#hero-banner.whyCanada{
		background: linear-gradient(180deg, #350002 50%, #EB141C 100%);
	}
	#hero-banner.homepage.StandProud #hero-wrapper,
	#hero-banner.web-hosting.StandProud #hero-wrapper,
	#hero-banner.homepage.StandProud.fr #hero-wrapper,
	#hero-banner.web-hosting.StandProud.fr #hero-wrapper,
	#hero-banner.whyCanada #hero-wrapper{
		background-image: url(/wp-content/themes/whc/images/banners/stand-proud@2x.webp);
		background-repeat: no-repeat;
		background-size: 480px;
	}
	#hero-banner.homepage.StandProud h1,
	#hero-banner.homepage.StandProud.fr h1 {
		font-size: 44px;
	}
	#hero-banner.homepage h1{
		font-size: 48px;
	}

	#hero-banner #hero-wrapper {
		background-size: 400px;
		background-position: bottom 0 center !important;
	}

	#hero-banner.domain-club #hero-wrapper {
		background-size: 425px;
	}

	#hero-banner.marketplace #hero-wrapper {
		background-size: 350px;
	}

	#hero-banner.anti-spam #hero-wrapper,
	#hero-banner.anti-spam.fr #hero-wrapper {
		background-size: 470px;
	}

	#hero-banner.pro-services #hero-wrapper {
		background-size: 400px;
	}

	#hero-banner h2 {
		font-size: 42px;
	}

	#hero-banner #hero-features {
		/*display: none;*/
		flex-direction: column;
		gap: 10px;
		text-align: left;
		margin: 20px auto;
		width: fit-content;
	}

	#hero-banner #hero-features span {
		display: inline-block;
	}

	#hero-banner #hero-features i {
		font-size: 26px;
		margin-right: 10px;
	}

	#hero-banner p {
		/*display: block;*/
		margin: 10px 0 20px;
	}

	#hero-banner #hero-cta-pricing {
		flex-direction: column;
	}

	#hero-banner #hero-cta-pricing .btn {
		width: 100%;
		padding: 12px 24px;
	}

	#hero-banner.promo:not(.step-into-success) #hero-wrapper {
		padding: 60px 20px 380px !important;
	}

	#hero-banner.promo #countdown {
		margin-top: 20px;
	}

	#hero-banner.promo #hero-cta-pricing {
		flex-direction: column;
	}

	#hero-banner.homepage.back-to-school #hero-wrapper,
	#hero-banner.homepage.back-to-school.fr #hero-wrapper {
		padding: 60px 20px 40px !important;
		background-position: bottom 240px center, bottom -80px center !important;
	}

	#hero-banner.web-hosting.back-to-school #hero-wrapper,
	#hero-banner.managed-wordpress-hosting.back-to-school #hero-wrapper {
		background-position: bottom 210px center !important;
	}

	#hero-banner.homepage .product-name {
		margin-bottom: 20px;
	}

	.box {
		padding: 20px;
	}

	#features-spotlight img.box-visual.box-visual-left {
		margin-left: -35px;
		border-radius: 0 16px 0 16px;
		max-width: calc(100% + 40px);
	}

	#features-spotlight .box.middle .col-lg-12 {
		padding-bottom: 20px;
	}

	#hero-banner.homepage.halloween #hero-wrapper {
		padding: 60px 20px 510px !important;
		background: url(/wp-content/themes/whc/images/banners/halloween-moose.webp) no-repeat;
		background-size: 550px;
		background-position: bottom -80px center !important;
	}

	[lang="fr-CA"] #hero-banner.homepage.halloween #hero-wrapper {
		padding: 60px 20px 390px !important;
		background: url(/wp-content/themes/whc/images/banners/halloween-moose-fr.webp) no-repeat;
		background-size: 430px;
		background-position: bottom -80px right calc(50% - -20px) !important;
	}

	#hero-banner.web-hosting.halloween #hero-wrapper,
	#hero-banner.managed-wordpress-hosting.halloween #hero-wrapper {
		background-position: bottom -80px right calc(50% - -20px) !important;
		padding: 60px 20px 390px !important;
		background-size: 430px;
	}
	
	#footer .col{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	#greenHostingBadge{
		margin-left: 0;
	}
	#canadianBadge{
		width: 100%;
		margin-left: 0;
	}
	#ratings {
		flex-direction: column;
		gap: 40px;
	}
}

/** DOMAIN SPINNER / TRANSFER **/
.domainsearch .input-group-lg {
	box-shadow: 0 8px 32px #00000025;
	border-radius: 16px;
	background: white;
}

.domainsearch #domain-search-text-input {
	border-radius: 16px 0 0 16px !important;
	border: 4px solid white;
	box-shadow: none;
}

.domainsearch .input-group-prepend .btn-danger {
	border-radius: 0 16px 16px 0 !important;
	border: 4px solid white;
	width: 75px;
	box-shadow: none;
}

.domainsearch .transbulk a:hover {
	color: white;
}

.domaintransfer .textarea-domaintransfer textarea {
	box-shadow: 0 8px 32px #00000025;
	border-radius: 16px !important;
	margin-bottom: 6px;
}

.domaintransfer .textarea-domaintransfer textarea:focus {
	box-shadow: 0 8px 32px #00000050;
}

.domaintransfer .alert-info {
	text-align: left;
	color: var(--body-dark);
	font-size: var(--body-text);
}

#pro-services {
	background: #e9edf6;
}

#pro-services .box {
	margin-bottom: 20px;
}

/* #pro-services p {
	margin: 0 auto 40px;
} */

#pro-services .box img {
	width: calc(100% + 80px);
	margin: -40px -40px 40px -40px;
	border-radius: 16px 16px 0 0;
	height: 225px;
	object-fit: cover;
}

/* #pro-services i {
	font-size: 124px;
	margin-bottom: 24px;
	color: var(--brand);
	background: linear-gradient(135deg, #EE0102, #971212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */

#pro-services .pro-services-categories .col-lg-4:nth-child(odd) i {
	color: var(--primary);
	background: linear-gradient(315deg, var(--primary), #00178F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#contactProServices .modal-content {
	border-radius: 16px;
}

#contactProServices .modal-body {
	padding: 32px;
}

/** FEATURES SPOTLIGHT **/
#features-spotlight {
	background: var(--page-blue);
	padding: 0 0 100px;
	text-align: center;
}

#features-spotlight h2 {
	margin-bottom: 32px;
}

#features-spotlight #features .feature {
	margin-bottom: 30px;
	min-height: 330px;
}

#features-spotlight #features .feature-detail {
	background: white;
	border-radius: 16px;
	padding: 32px;
	height: 100%;
}

#features-spotlight #features .feature i {
	font-size: 124px;
	margin-bottom: 24px;
	color: var(--brand);
	background: linear-gradient(135deg, #EE0102, #971212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#features-spotlight #features .feature i.watermark {
	position: absolute;
	left: -40px;
	font-size: 220px;
	opacity: 4%;
	clip-path: polygon(55px 0%, 100% 0, 100% 100%, 55px 100%);
	top: 32px;
}

#features-spotlight #features .feature:nth-child(even) i {
	color: var(--primary);
	background: linear-gradient(315deg, var(--primary), #00178F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#features-spotlight #features .feature p {
	margin: 0 auto;
	max-width: 400px;
}

/* Domain Protection Classes */
.protection-compare-table {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-family: "Poppins", sans-serif;
}

.protection-compare-table tr {
	margin: 0;
	padding: 0;
}

.protection-compare-table td,
.protection-compare-table th {
	margin: 0;
	padding: 0;
}

.protection-compare-table th {
	/* border-top: 1px solid #dadada; */
}

.protection-compare-table .last-cell {
	border-right: 1px solid #dadada;
}

.protection-compare-table .border-top {
	border-top: 1px solid #dadada;
}

.protection-compare-table .visible-cell {
	background: #FAFAFA;
	color: #27283C;
	padding: 14px 16px;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	font-weight: normal;
	position: relative;
}

.protection-compare-table .highlight {
	background: #fff;
	font-weight: bold;
}

.protection-compare-table .top-left {
	border-radius: 16px 0 0 0;
}

.protection-compare-table .top-right {
	border-radius: 0 16px 0 0;
}

.protection-compare-table .bottom-left {
	border-radius: 0 0 0 16px;
}

.protection-compare-table .bottom-right {
	border-radius: 0 0 16px 0;
}

.protection-compare-table .round-bottom {
	border-radius: 0 0 16px 16px;
}

.protection-compare-table .visible-cell span {
	float: right;
	margin-left: 12px;
}

#hero-banner #hero-cta-pricing .tag {
	font-size: 24px;
	color: white;
	background: none;
	padding: 18px 24px;
	border-radius: 12px;
	border: 1px solid white;
}








/** NEW STYLE CREATED FOR PRO SERVICES PAGES **/

/** BENTO BOX **/

#pro-services {
	background: #e9edf6;
	padding: 5rem 0;
}

#pro-services {
	background: #e9edf6;
	padding: 5rem 0;
}

#pro-services .btn-cta {
	font-size: 24px;
	color: white;
	background: rgb(195, 33, 38);
	padding: 18px 24px;
	border-radius: 12px;
	cursor: pointer;
}

.pro-services-custom-design {
	background-color: #0347C3;
	padding: 50px;
}

#pro-services .pro-services-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 2.5rem;
}

#pro-services .with-sub-title {
	margin: 0;
	margin-bottom: 1.5rem;
}

#pro-services .pro-services-sub-title {
	font-size: 1.25rem;
	font-weight: 500;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 2.5rem;
}

#pro-services .box img {
	width: calc(100% + 80px);
	margin: -40px -40px 40px -40px;
	border-radius: 16px 16px 0 0;
	height: 225px;
	object-fit: cover;
}

/** PRO SERVICES RATING **/

#pro-services-ratings {
	padding: 40px 0;
	/* padding-left:40px; */

}

#pro-services-ratings .redstar {
	font-size: 21px;

}

#pro-services-ratings .trustpilot img {
	max-height: 41px;
}

#pro-services-ratings .trustpilot img.truspilot-stars {
	max-height: 36px;
}

#pro-services-ratings .google img {
	max-height: 36px;
}

#pro-services-ratings .facebook img {
	max-height: 30px;
}

#pro-services-ratings .redstar .d-flex {
	align-items: center;
}

#pro-services-ratings p {
	margin-bottom: 0;
}

#pro-services-ratings i {
	font-size: 32px;
	color: #ffc107;
}

#pro-services-ratings .trustpilot {
	margin-top: -10px;
}

#pro-services-ratings .trustpilot i {
	color: #04da8d;
}

#pro-services-ratings .redstar i {
	color: #c21718;
	font-size: 48px;
}

@media screen and (max-width: 1200px) {
	#pro-services-ratings {
		padding: 40px 0;
		padding-left: 0;

	}

	#pro-services-ratings .trustpilot,
	#pro-services-ratings .google,
	#pro-services-ratings .facebook,
	#pro-services-ratings .redstar {
		margin: 15px auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: left;
	}

}

/** PRO SERVICES main page PLANS **/

#pro-services .pro-services-plans .card {
	background: white;
	padding: 40px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto !important;
	justify-content: start;
	align-items: center;
	margin: 15px 0;
	border: none;

}




#pro-services .pro-services-categories i {
	font-size: 100px;
	height: 100px;
	margin-bottom: 24px;
	color: var(--brand);
	background: linear-gradient(135deg, #EE0102, #971212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

#pro-services .pro-services-categories .col-12:nth-child(odd) i {
	color: var(--primary);
	background: linear-gradient(315deg, var(--primary), #00178F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#pro-services .pro-services-plans .card .card-plan-header {
	display: flex;
	/* flex: 1 1; */
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* height: 350px; */
	margin-bottom: 20px;
}

#pro-services .pro-services-plans .card .card-plan-header .mp {
	background: #c52127;
	color: #fff;
	font-size: large;
	font-weight: bold;
	padding: 8px;
	max-width: 200px;
	margin: -60px auto 18px auto;

}

#pro-services .pro-services-plans .card .card-plan-header i {
	font-size: 38px;
	height: 38px;
	color: var(--brand);
	-webkit-background-clip: text;
	margin-bottom: 1rem;
	line-height: 38px;

}

#pro-services .pro-services-plans .card .plan-title {
	font-size: 2rem;
	font-weight: 700;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 1rem;
	line-height: 2rem;
	/* flex-grow: 1; */
}

#pro-services .pro-services-plans .card .plan-desc {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1; */
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
}

#pro-services .pro-services-categories .card .plan-desc {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1; */
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 12px;
	text-align: center;

}

#pro-services .pro-services-plans .card .plan-desc p {
	line-height: 22px;
	flex-grow: 1;
}

@media (max-width: 1200px) {
	#pro-services .pro-services-plans .card .plan-desc {
		width: 70%;
	}

}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1; */
	align-items: center;
	color: rgb(39, 40, 60);
	text-align: center;
}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing .aslow {
	display: block;
	line-height: 10px;
	color: #999;
}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing del {
	/* display: block; */
	/* line-height: 10px; */
	text-decoration: line-through;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing .save {
	background-color: #ffc107 !important;
	text-transform: uppercase;
	color: #333;
	padding: 0 8px;
	border-radius: 18px;

}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing .price strong {
	display: inline-block;
	font-size: xx-large;
	color: #c52127;
	font-weight: 800;
}

#pro-services .pro-services-plans .card .plan-desc .plan-pricing small strong.bg-warning {
	text-transform: uppercase;
	color: #333;
	padding: 0 8px;
	border-radius: 18px;
}


#pro-services .pro-services-plans .card .card-plan-details {
	align-self: start;
}

#pro-services .pro-services-plans .card .card-plan-details ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	font-size: 15px;
}

#pro-services .pro-services-plans .card .card-plan-details ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 0;
}

#pro-services .pro-services-plans .card .card-plan-details ul li i {
	color: #ccc;
	font-size: 18px;
	margin-top: 5px;
	margin-left: -32px;
	width: 28px;
	height: 18px;
	text-align: left;
}

#pro-services .pro-services-plans .card .card-plan-details ul li span {
	/* width: 100%; */
}

/* #pro-services .pro-services-plans .card .card-plan-details ul li:last-child {
	padding-bottom: 0;
} */

#pro-services .pro-services-plans .card .card-plan-details ul li i.infos {
	color: #007bff;
	margin-top: 5px;
	font-size: 16px;
	margin-left: -5px;
}

/* #pro-services .pro-services-plans .card .card-plan-details ul li i.perf {
	float: none;
	color: inherit;
	font-size: small;
	width: auto;
	margin-left: 0;
} */

/* #pro-services .pro-services-plans .card .card-plan-details ul li i.text-muted {
	opacity: 0.4;
} */










/** PRO SERVICES BENTO BOX **/
#pro-services .pro-services-bento .card {
	background: white;
	padding: 20px;
	border-radius: 16px;
	border : 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto !important;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}

#pro-services .pro-services-bento i {
	font-size: 100px;
	height: 100px;
	margin-bottom: 24px;
	color: var(--brand);
	background: linear-gradient(135deg, #EE0102, #971212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#pro-services .pro-services-bento .bento-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(39, 40, 60);
	margin: 0;
	margin-bottom: 1rem;
}

#pro-services .pro-services-bento .bento-desc {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(39, 40, 60);
	margin: 0;
	text-align: center;
}

#pro-services .pro-services-bento .highlighted-card {
	position: relative;
	overflow: hidden;
}

#pro-services .pro-services-bento .highlighted-card .bento-desc {
	width: 70%;
}

@media (max-width: 1200px) {
	#pro-services .pro-services-bento .bento-desc {
		width: 70%;
	}

	#pro-services .pro-services-bento .highlighted-card .bento-desc {
		width: 50%;
	}
}


#pro-services .col-lg-3:nth-child(odd) i {
	color: var(--primary);
	background: linear-gradient(315deg, var(--primary), #00178F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/** PRO SERVICES PLANS **/

#proservices-plans {
	background: #F5F5F5;
	/* padding: 60px 0 20px 0; */
}

/* #proservices-plans .plan-title {
	margin-bottom: 60px;
} */

#proservices-plans .button {
	margin-left: 2px;
	text-decoration: none;
	color: #0066FF;
}

#proservices-plans .button:hover {
	cursor: pointer;
}

#proservices-plans .col.plan {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px 36px;
	margin: 15px 10px;
	animation: fadeinlate 2.5s;
	max-width: 33%;
	border-radius: 12px;
	transition: .2s;
}

#proservices-plans .col.plan:not(.most-popular):hover {
	background: rgba(255, 255, 255, 0.8);
}

#proservices-plans .col.plan p,
#otherProducts .col.plan p {
	margin-bottom: 0;
	height: 50px;
}

#proservices-plans .col.plan .coupon,
#otherProducts .col.plan .coupon {
	margin-top: 10px;
}

#proservices-plans .col.plan .fa-layers,
#otherProducts .col.plan .fa-layers {
	line-height: 0;
}

#proservices-plans .col.plan .fa-layers i:last-of-type,
#otherProducts .col.plan .fa-layers i:last-of-type {
	left: calc(50% + 7px);
	top: 35px;
	font-size: x-large;
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	position: absolute;
}

#proservices-plans .col.col-md-4,
#otherProducts .col.col-md-4 {
	max-width: calc(33.33% - 20px) !important;
}

#post-3942 #proservices-plans .col.plan,
#post-3992 #proservices-plans .col.plan,
#post-82 #proservices-plans .col.plan,
#post-138 #proservices-plans .col.plan,
#post-7232 #proservices-plans .col.plan,
#post-7237 #proservices-plans .col.plan {
	border: 1px solid #eee;
	margin: 15px 0;
}

#post-3942 .btn-outline-light,
#post-3992 .btn-outline-light {
	margin-left: 5px;
}

#proservices-plans .col.most-popular {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	/*animation:fadein 2s;*/
	z-index: 10;
}

#proservices-plans .col.most-popular:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#proservices-plans .col.most-popular .mp {
	background: #c52127;
	color: #fff;
	font-size: large;
	font-weight: bold;
	padding: 8px;
	max-width: 200px;
	margin: -60px auto 18px auto;
}

#proservices-plans table {
	background: white;
}

#proservices-plans .col-md-5 ul li {
	list-style: none;
	padding: 5px 0;
}

#proservices-plans .col-md-5 ul li:before {
	content: "\f00c";
	font-family: Font Awesome\ 6 Pro;
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	color: #0066FF;
	padding-right: 0.5em;
	margin-left: -25px;
}

#proservices-plans .underline {
	color: initial;
	text-decoration: underline;

}



#proservices-plans .col .price strong {
	font-size: xx-large;
	color: #c52127;
	font-weight: 800;
}

#proservices-plans .col small {
	color: #999;
}

#proservices-plans .col small strong {
	text-transform: uppercase;
	color: #333;
	padding: 0 8px;
	border-radius: 18px;
}

#proservices-plans .col a.btn {
	margin-top: 15px;
}

#proservices-plans .iplan {
	font-size: 38px;
	color: #c52127;
}

#proservices-plans .details {
	margin: 5px 0 10px;
}

#proservices-plans .details a {
	margin-top: 0;
}

#proservices-plans .details a.btn {
	text-transform: none;
}

#proservices-plans .details a:hover {
	text-decoration: none;
	color: white;
}

#proservices-plans .details a i {
	font-size: large;
	margin-right: 5px;
}

/******* PRO SERVICES MODAL ********/
.is-invalid + .invalid-feedback {
    margin-top: 0.25rem;
    font-size: 0.875em; 
    color: #dc3545; 
}

select {
	height: 50px !important;
}