/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.page-author .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	margin-top: 0;
}

#gform_wrapper_1.gform_wrapper.gform-theme[data-form-index="0"],
#gform_wrapper_2.gform_wrapper.gform-theme[data-form-index="0"],
#gform_wrapper_3.gform_wrapper.gform-theme[data-form-index="0"],
#gform_wrapper_4.gform_wrapper.gform-theme[data-form-index="0"],
#gform_wrapper_6.gform_wrapper.gform-theme[data-form-index="0"]{
	--gf-color-primary: #074495;	
	--gf-color-primary-rgb : 7, 68, 149;
/* 	--gf-color-secondary: #3B8B9D;	 */
	--gf-color-primary-darker: #003173;
	--gf-radius:24px;
	--gf-ctrl-textarea-radius: 24px;
	--gf-ctrl-size-sm: 36px;
    --gf-ctrl-size-md: 48px;
    --gf-ctrl-size-lg: 56p;
    --gf-ctrl-size-xl: 64px;
	--gf-padding-x: 16px;
	--gf-ctrl-label-color-primary: #091521;
	--gf-ctrl-label-font-family-primary: var(--gform-heading-family);
	--gf-font-size-secondary: 15px;
	--gf-ctrl-btn-padding-x-xs: 10px;
    --gf-ctrl-btn-padding-x-sm: 16px;
    --gf-ctrl-btn-padding-x-md: 22px;
    --gf-ctrl-btn-padding-x-lg: 26px;
    --gf-ctrl-btn-padding-x-xl: 32px;
	--gf-field-pg-steps-step-gap: 0;
	--gf-field-pg-steps-gap-x: 0px;
	--gf-field-pg-steps-number-bg-color: #ffffff;
	--gf-field-pg-steps-number-color: var(--gf-color-primary);
	--gf-field-pg-steps-number-bg-color-active : var(--gf-color-primary);
	--gf-field-pg-steps-number-color-active: #ffffff;
	--gf-color-out-ctrl-primary-darker : rgba(var(--gf-color-primary-rgb), 0.35);
	--gf-field-pg-steps-number-border-color: var(--gf-color-out-ctrl-primary-darker);
	--gf-field-pg-steps-number-size: 36px;
	--gf-field-pg-steps-number-bg-color-complete: var(--color-secondary);
	--gf-field-pg-steps-number-border-color-complete: var(--color-secondary);
	--gf-field-pg-prog-margin-y-end: 40px;
	--gf-form-footer-margin-y-start: 30px;
	--gf-field-choice-gap: 15px;
	--gf-label-space-x-secondary: 10px;
	--gf-font-family-base: Nunito;
	
}
.hd-main-header .navbar-brand-plain .navbar-brand img.logo-default{max-height:65px;}
@media screen and (min-width: 1351px) {
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn{
		display:none!important;
	}
}
@media screen and (max-width: 1350px) {
	.hd-main-header .nav-speak-to-btn{display: none;}
	.hd-main-header .elementor-column.nav-main-col{width:80%!important;}
	.hd-main-header .elementor-column.nav-main-col > .elementor-widget-wrap{justify-content:flex-end!important;}
}
@media screen and (min-width: 1025px) {
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn{
		justify-content: center;
		align-items: center;
	}
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn > a{
		font-size: 13px;
		flex: none;
		font-weight: 700;
		letter-spacing: 1.3px;
		color: var(--e-global-color-primary)!important;
		fill: var(--e-global-color-primary);
		background-color: #FFFFFF;
		box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
		border-radius: 2em 2em 2em 2em;
		text-transform: uppercase;
		line-height: 1.4em;
		padding: 1.15em 2.1em;
	}
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn > a:hover{
		transform: translate3d(0, -2px, 0);
	}
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn > a:hover,
	.hd-main-header .elementor-column.nav-main-col .hd-portal-login-btn > a:focus{
		color: #FFFFFF!important;
    	background-color: var(--e-global-color-primary);
	}
}

/* Home Searchbar */
.home-search-form input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: rgba(242, 243, 247, 0.9);
    border: 3px solid rgb(11 71 153 / 5%);
    font-size: 16px;
    font-weight: 500;
}

.home-search-form input[type="submit"] {
    padding: 14px;
    border: 0;
    background-image: linear-gradient(90deg, #074495 0%, #3b8b9d 100%);
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    width: 100%;
}
.home-search-form input[type="submit"]:hover{
	background-image: linear-gradient(90deg, #3b8b9d 0%, #074495 100%);
}

.home-search-form input[type="email"]:focus{
    outline: none;
}


/* Step Section */
.step-section img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.step-section .step-col {
    position: relative;
}

.step-section .step-col:nth-child(2):before, .step-section .step-col:nth-child(4):before {
    content: '';
    background-image: url(https://p81.8therate.com/hurricanedigital/wp-content/uploads/2024/06/p-arrow1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 86px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: -50px;
}
.step-section .step-col:nth-child(3):before {
    content: '';
    background-image: url(https://p81.8therate.com/hurricanedigital/wp-content/uploads/2024/06/p-arrow2-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 86px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: -50px;
}

/* Team Section */
.team-section .team-col .ld-flipbox{
/* 	min-height: 370px;
	height: 370px; */
	min-width: 370px;
    width: 100%;
    aspect-ratio: 1 / 1;
	min-height: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.team-section .team-col .ld-flipbox{
		min-width: 240px;
	}
}
@media only screen and (max-width: 460px){
	.team-section .team-col .ld-flipbox{
		min-width: 270px;
	}
}
.team-section .team-col .ld-flipbox{
	border-radius : 50%;
}

.team-section .team-col:hover .ld-flipbox .ld-flipbox-wrap{
	box-shadow:0 30px 60px -20px rgba(0,0,0,.24);
}

.team-section .team-col:hover .ld-flipbox .ld-flipbox-front,
.team-section .team-col .ld-flipbox:hover .ld-flipbox-front{
    transform: unset;
	transition: all 0.5s;
}

.team-section .team-col:hover .ld-flipbox .ld-flipbox-back,
.team-section .team-col .ld-flipbox:hover .ld-flipbox-back{
    opacity: 1;
    transform: unset;
	transition: all 0.5s;
}
.team-section .team-col .ld-flipbox .ld-flipbox-wrap{
    height: 100%;
}
.team-section .team-col .ld-flipbox:hover .ld-flipbox-wrap{
    transform: unset;
    transition: all 0.5s ease;
    transform-origin: unset !important;
    transform-style: unset;
}
.team-section .team-col .ld-flipbox .ld-flipbox-front {
    transform: unset;
    backface-visibility: visible;
    transform-style: unset;
    height: 100%;
}

.team-section .team-col .ld-flipbox .ld-flipbox-back {
    backface-visibility: visible;
    transform: unset;
    opacity: 0;
    transform-style: unset;
    height: 100%;
	  transition: 0.3s;
}
.team-section .team-col .ld-flipbox .ld-flipbox-front .ld-flipbox-inner,
.team-section .team-col .ld-flipbox .ld-flipbox-back .ld-flipbox-inner{
    transform: unset;
}

@media only screen and (min-width: 768px){
	.service-box .lqd-fb-style-1{
		border-radius : 0;
	}
	.service-box .lqd-fb-style-1:hover{
		transform: translateY(-10px) scale(1.1);
		z-index:10;
		border-radius:4px;
	}
}
.service-box.service-box-01 .lqd-fb-style-1:hover .lqd-fb-bg.lqd-overlay{
	background: linear-gradient(to top, var(--e-global-color-99e6585) 0%, transparent 75%);
}
.service-box.service-box-02 .lqd-fb-style-1:hover .lqd-fb-bg.lqd-overlay{
	background: linear-gradient(to top, var(--e-global-color-c1563a1) 0%, transparent 75%);
}
.service-box.service-box-03 .lqd-fb-style-1:hover .lqd-fb-bg.lqd-overlay{
	background: linear-gradient(to top, var(--e-global-color-d356b91) 0%, transparent 75%);
}
.service-box.service-box-04 .lqd-fb-style-1:hover .lqd-fb-bg.lqd-overlay{
	background: linear-gradient(to top, var(--e-global-color-422398a) 0%, transparent 75%);
}

/* Gravity form Modify */
.gform-theme--foundation .gform_fields{
	row-gap:22px;
	grid-row-gap:22px;
}

.gform-theme--api, 
.gform-theme.gform-theme--foundation{
	--gf-form-gap-y: 30px;
}

.gform-theme--foundation .gfield .ginput_password, 
.gform-theme--foundation .gfield input:not[type="checkbox"], 
.gform-theme--foundation .gfield select{
/* 	border-radius: 50px; */
	padding: 10px 15px;
    height: 48px;
}
.gform-theme--framework .gform_validation_errors{
	margin:0;
}
.gform-theme--foundation .gfield textarea{
/* 	border-radius: 24px; */
	padding: 12px 15px;
}
.gform-theme--framework .gform-field-label{
	margin-bottom: 7px;
}
.gform_confirmation_wrapper.gform_wrapper.gform-theme .gform_confirmation_message{
	font-size: 22px;
    text-align: center;
    padding: 40px 0;
    line-height: 1.4em;
}

/* --- Gravity Form --- */
.gform-theme{
	--gform-heading-family:"Jost", Sans-serif;
}
.gform-theme h1,
.gform-theme h2,
.gform-theme h3,
.gform-theme h4,
.gform-theme h5,
.gform-theme h6{
	font-family : var(--gform-heading-family);
}

/* -- Strategy Session Form */
/* -- SS Form Step */
.strategy-session-form .gf_page_steps{
	justify-content: space-between;
	align-items: center;
}
.strategy-session-form .gf_page_steps .gf_step .gf_step_number{
	z-index:2;
}
.strategy-session-form .gf_page_steps .gf_step:after{
	content: '';
    position: absolute;
    height: 2px;
    width: 110%;
    border-bottom: 2px dashed rgba(var(--gf-color-primary-rgb), 0.35) ;
    top: 50%;
    margin-top: -1px;
    right: -113%;
	z-index:0;
}
.strategy-session-form .gf_page_steps .gf_step_completed:after{
	border-bottom-color: var(--color-secondary);
	border-bottom-style: solid;
}
.strategy-session-form .gf_page_steps .gf_step:last-child:after{
	display:none;
}

.strategy-session-form .gf_page_steps .gf_step_active .gf_step_number{
	--gf-field-pg-steps-number-size: 42px;
	--gf-field-pg-prog-font-size: 18px;
}

@media screen and (max-width: 767.5px) {
	.strategy-session-form .gf_page_steps .gf_step .gf_step_number{
		--gf-field-pg-steps-number-size: 22px;
  		--gf-field-pg-prog-font-size: 0;
	}
	
	.strategy-session-form .gf_page_steps .gf_step .gf_step_number:after{
		display: none;
	}
	
	.strategy-session-form .gf_page_steps .gf_step:after{
		width: 200%;
		right: -180%;
		border-bottom-style: dotted;
	}
	.strategy-session-form .gf_page_steps .gf_step_completed::after{
		border-bottom-style: solid;
	}
}
@media screen and (max-width: 580px) {
	.strategy-session-form .gf_page_steps .gf_step .gf_step_number{
		--gf-field-pg-steps-number-size: 16px;
	}
	.strategy-session-form .gform-body .ssf-s1-title{
		font-weight: 700;
	}
}

/* -- SS Form body */
.strategy-session-form .gform-body .ssgf-st1-heading{
	display: block;
	position: relative;
	text-align:center;
}
.strategy-session-form .gform-body .ssgf-st1-heading p:last-child{
	margin-bottom:0;
}
.strategy-session-form .gform-body .hand span{
	display:block;
	position:relative;
	width:60px;
	height:60px;
	margin: 0 auto;
	font-size: 50px;
    line-height: 60px;
}
.strategy-session-form .gform-body .hand span img.emoji{
	width:100%!important;
	height:100%!important;
	object-fit:contain;
}
.strategy-session-form .gform-body .ssf-s1-title{
	position: relative;
	text-align:center;
	margin: 0 0 22px;
}
.strategy-session-form .gform-body .gform_fields .ssgf-st1-heading{
	font-size: 18px;
	line-height: 1.5;
}



/* -- marketingsocial */
.marketingsocial .gfield_checkbox{
	flex-direction: row!important;
	flex-wrap: wrap!important;
}
.marketingsocial .gfield_checkbox .gchoice{
	position: relative;
	width: 148px;
	display: flex;
}
.marketingsocial .gfield_checkbox .gchoice .gfield-choice-input{ 
	position: absolute;
	left: 10px;
	top: 10px;
	z-index:5;
}

.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:focus,
.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:focus:before{
	box-shadow: none;
	outline: none;
	
}
.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label{
	background-color: #ffffff;
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.12);	
	border-color: #ffffff;
}
.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label span{
	font-weight: 600;
	color : var(--gf-color-primary);
}

.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] {
    background-image: none;
	background-color: var(--gf-color-primary);
	border-color: var(--gf-color-primary);
}
.marketingsocial .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox]:before{
	color: #ffffff;
}

.marketingsocial .gfield_checkbox .gchoice .gform-field-label{
	border: 1px solid #e5e5e5;
	background-color:rgba(0,0,0, 0.03);
	text-align:center;
	border-radius: 6px;
	margin: 0;
	padding: 18px 12px 12px;
	display: flex;
	flex-direction: column;
    align-content: center;
    align-items: center;align-content;
	gap: 12px;
	cursor: pointer;
	justify-content: center;
	width: 100%;
}

.marketingsocial .gfield_checkbox .gchoice .gform-field-label:hover{
	border-color: rgba(var(--gf-color-primary-rgb), 0.6);
/* 	box-shadow: 0 0 0 4px rgba(var(--gf-color-primary-rgb), 0.2);  */
	background-color:rgba(255,255,255,0.5);
}
.marketingsocial .gfield_checkbox .gchoice .gform-field-label figure{
	width: 100%;
	height: auto;
	max-width: 86px;
	position:relative;
	display :block;
	z-index: 0;
}
.marketingsocial .gfield_checkbox .gchoice .gform-field-label span{
	font-family: var(--gform-heading-family);
}

.marketingsocial .gfield_checkbox .gchoice .gform-field-label figure img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice{
	position: relative;
}

.gform-theme--framework .trafficecheck.gfield--type-choice .gfield_checkbox{
	display:flex;
	    flex-wrap: wrap;
	flex-direction: row;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice .gform-field-label{
	position: relative;
	display:block;
	min-height: 42px;
	padding: 7px 15px 7px 50px;
	line-height: 28px;
	box-shadow:0 0 0 1px #e5e5e5 inset;
	border-radius: 21px;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice .gform-field-label:before{
	content: '';
	position:absolute;
	height:32px;
	width: 32px;
	border-radius: 50%;
	background-color: #e5e5e5;
	left:6px; 
	top: 5px;
	content: '\e900';
	font-family:"gform-icons-orbital";
	display: flex;
	justify-content: center;
    flex-direction: row;
    align-items: center;
	color:rgba(255,255,255,0.5);
	transition: all 0.3s;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice .gform-field-label:hover{
	background-color:#ffffff;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice .gform-field-label:hover:before{
	background-color: rgba(7, 68, 149, 0.2);
	color:rgba(255,255,255,0.7);
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice input.gfield-choice-input{
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
}

.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label{
	background-color: #ffffff;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
}
.trafficecheck.gfield--type-choice .gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label:before{
	color:#ffffff;
	background-color: rgba(7, 68, 149, 1);
}

/* -- SS Form footer */
.strategy-session-form .gform-body .gform_page_footer{
	justify-content: center;

}
.strategy-session-form .gform-body .gform_page_footer input.button[type="button"]{
	min-width: 100px;
    font-size: 16px;
    font-weight: 700;
	letter-spacing: 0.5px;
}


.gfield_checkbox .gchoice input.gfield-choice-input:focus,
.gfield_checkbox .gchoice input.gfield-choice-input:focus:before{
	box-shadow: none;
	outline: none;
	
}
.gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label{
	background-color: #ffffff;
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.12);	
	border-color: #ffffff;
}
.gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] ~ .gform-field-label span{
	font-weight: 600;
	color : var(--gf-color-primary);
}

.gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox] {
    background-image: none;
	background-color: var(--gf-color-primary);
	border-color: var(--gf-color-primary);
}
.gfield_checkbox .gchoice input.gfield-choice-input:checked[type=checkbox]:before{
	color: #ffffff;
}

.terms_and_condition .gfield_checkbox .gchoice{
	display:flex;
	align-items: center;
	gap: 12px;
	column-gap: 12px;
	margin-bottom: 7px;
}
.terms_and_condition .gfield_checkbox .gchoice .gform-field-label{margin: 0;}
.terms_and_condition .gfield_checkbox .gchoice input.gfield-choice-input{
	height:26px;
	width:26px;
	--gf-local-border-color: #b3b3b3;
}

/* ./ Gravity form Modify */

#puppyRunnerWrap #dist{
	top: 100px;
}

.cta-g-review-box .wp-gr .grw-header .wp-google-name{
	font-weight: 400!important;
	font-family: "Jost", Sans-serif !important;
    font-size: 18px !important;
    margin-bottom: 7px !important;
}

.cta-g-review-box .wp-gr .grw-header .wp-google-powered{
	color: #ffffff!important;
	margin: 4px 0 0 0!important;
	font-size: 12px !important;
}
.cta-g-review-box .wp-gr .wp-google-place.wp-place-center .wp-google-left{
	padding-right: 0!important;
	padding-bottom:5px!important;
}

.cta-g-review-box .wp-gr .wp-google-place.wp-place-center .wp-google-left img{
	margin-right: 0!important;
}

.elementor .elementor-element.lead-gen-video .e-hosted-video.elementor-wrapper{
	--video-aspect-ratio: 0;
}
.elementor .elementor-element.lead-gen-video .e-hosted-video.elementor-wrapper .elementor-video{
	margin-bottom:-2px;
}

.elementor-element.hd-team-hero-img figure{
	border-radius: 8px;
	overflow: hidden;
}
.elementor-element.hd-team-hero-img .lqd-imggrp-single .lqd-imggrp-overlay-bg{
	transition: all 0.5s;
}

.elementor-element.hd-team-hero-img .lqd-imggrp-single:not(:hover) .lqd-imggrp-overlay-bg{
	opacity: 0;
}

.cms-page-container p{
	margin-bottom:12px;
}
.cms-page-container ul, .cms-page-container ol{
	margin-bottom:16px;
}


/* SEO Package Plan */
.seo-package-plan_wrapper .gform_heading{display: none;}

.seo-package-plan  .gf_progressbar_wrapper{
	display: none;
}
.seo-package-plan{
	padding-top:0px;
}
.seo-package-plan .gform_fields {
	--gf-form-gap-x : 24px;
}

.seo-package-plan .package{
	position:relative;
	display:block;
	border-radius: 15px;
	background-color:#FFFFFF;
	padding:30px 20px;
	transition: all 0.5s;
	text-align: center;
	
}

.seo-package-plan .package .most_popular{
	position: absolute;
	top: -6px;
    right: 25px;
	font-size: 14px;
	background-color: #074495;
	background: linear-gradient(45deg, #3B8B9D 0%, #074495 100%);
	background: -webkit-linear-gradient(45deg, #3B8B9D 0%, #074495 100%);
	color:#ffffff;
	line-height: 1;
	font-weight: 400;
    padding: 6px 10px;
    border-radius: 6px 0 6px 6px;
	box-shadow: 0 0 10px rgba(35, 35, 35, 0.2);
    letter-spacing: 0.4px;
	margin: 0;
}
.seo-package-plan .package .most_popular:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    top: 0;
    right: -4px;
    border-radius: 0 6px 0 0;
    background-color: #033b85;
}

.seo-package-plan .package:hover{
	margin-top: -10px;
	padding-top: 40px;
/* 	box-shadow: 0 10px 40px rgba(0,0,0,.10);	 */
	box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.25) 0px 30px 60px -30px, rgba(10, 37, 64, 0.30) 0px -3px 8px 0px inset;
}
.seo-package-plan .package .price{
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
	margin-bottom: 20px;
	z-index: 2;
	position:relative;
}

.seo-package-plan .package .price h5{
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
	margin: 0px !important;
    font-size: 30px !important;
	color: var(--gf-color-primary);
} 

.seo-package-plan .package .price sub{
	margin-bottom: 6px!important;
}
.seo-package-plan .package .price sub h6{
	margin : 0 0 0 2px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	color: #656565;
}

.seo-package-plan .package h3.gold,
.seo-package-plan .package h3.grey,
.seo-package-plan .package h3.sky{
	position: relative;
	display: block;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px 0;
	color: #323232;
	z-index: 2;
}
.seo-package-plan .package.gold-pkg{
	background-color : #FFF5EB;
}
.seo-package-plan .package.platinum-pkg{
	background-color : #EAF8FF;
}
.seo-package-plan .package.diamond-pkg{
	background-color : #FDEDFF;
}
.seo-package-plan .package.gold-pkg h3.gold{
	background: -webkit-linear-gradient(#FE552D, #FF960A );
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
.seo-package-plan .package.platinum-pkg h3.grey{
	background: -webkit-linear-gradient(#576EFF, #21B7FF );
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}
.seo-package-plan .package.diamond-pkg h3.sky{
	background: -webkit-linear-gradient(#8654FF, #FF71C0 );
  	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}

.seo-package-plan .package .feature-list{
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	padding: 20px 15px;
	border-radius: 10px;
	text-align:left;
	font-size:14px;
	margin-bottom: 20px;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.05);
	z-index: 2;
}
.seo-package-plan .package .feature-list ul.list{ 
	padding: 0;
	list-style: none;
	margin: 0;
}
.seo-package-plan .package .feature-list ul.list li{
	display: block;
	position: relative;
	color: #232323;
	padding-left: 32px;
	line-height: 22px;
}
.seo-package-plan .package .feature-list ul.list li.pf-no{
	color: #b5b5b5;
}
.seo-package-plan .package .feature-list ul.list li span{
	display: block;
	position: absolute;
	left:0;
	top: 0;
	font-size: 14px;
	height:22px;
	line-height:22px;
	width: 26px;
	text-align:center;
}
.seo-package-plan .package .feature-list ul.list li:not(.pf-no) span{
	color: var(--gf-color-primary);
}
.seo-package-plan .package .feature-list ul.list li span.pf-value{
	font-weight: 700;
}
.seo-package-plan .package .feature-list ul.list li span.pf-check:after,
.seo-package-plan .package .feature-list ul.list li span.pf-n-check:after{
	
	font-family: "lqd-essentials";
	font-size: 14px;
	font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.seo-package-plan .package .feature-list ul.list li span.pf-check:after{
	content: '\ea1b';
}
.seo-package-plan .package .feature-list ul.list li span.pf-n-check:after{
	content: '\ea20';
}


.seo-package-plan .package .feature-list ul.list li + li{
	margin-top: 12px;
} 

.seo-package-plan .package button.pbutton{
	position:relative;
	z-index: 2;
	padding:0 30px!important;
	font-size: 17px!important;
	font-family: var(--gform-heading-family)!important;
	letter-spacing: 0.4px!important;
	font-weight: 400!important;
	background-color: #074495;
	transition: all 0.5s!important
	background: linear-gradient(45deg, #3B8B9D 0%, #074495 100%)!important;
	background: -webkit-linear-gradient(45deg, #3B8B9D 0%, #074495 100%)!important;
	box-shadow:0px 5px 30px -5px rgba(0, 0, 0, 0.2), 0 -2px 6px rgb(46 46 46 / 50%) inset!important;
}
.seo-package-plan .package button.pbutton:hover,
.seo-package-plan .package button.pbutton:focus{
	background: linear-gradient(-225deg, #3B8B9D 0%, #074495 100%)!important;
	background: -webkit-linear-gradient(-225deg, #3B8B9D 0%, #074495 100%)!important;
}
.seo-package-plan .package:before{
	content:'';
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url('https://p81.8therate.com/hurricanedigital/wp-content/uploads/2024/09/50df2ef6.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	transform: rotate(0deg);
    opacity: 0.2;
	border-radius: 15px;
	overflow: hidden;
	z-index: 0;
}
.seo-package-plan .pkg-item-page .gform_page_footer{
	padding: 0;
    margin: 15px 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.seo-package-plan .pkg-item-page .gform_page_footer .gform_next_button {
	position: absolute;
	visibility:hidden;
}

.seo-package-plan .pkg-form-page{
	position: relative;
	padding: 0 20px 20px;
	background-color: #F8F9FF;
	border-radius:12px;
	border:3px solid rgba(11, 71, 153,0.05);
}

.seo-package-plan .form-ctrl-title {
	display: block;
	position: relative;
	margin: 20px 0 -8px;
	font-weight: 700;
	font-size: 22px;
}

.seo-package-plan .gfield--type-choice .gfield_radio .gchoice{
	position: relative;
}

.seo-package-plan .gfield--type-choice .gfield_radio{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.seo-package-plan .gfield--type-choice .gfield_radio .gchoice .gform-field-label{
	position: relative;
	display:block;
	min-height: 42px;
	padding: 7px 20px 7px 50px;
	line-height: 28px;
	box-shadow:0 0 0 1px #e5e5e5 inset;
	border-radius: 21px;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0;
}

.seo-package-plan .gfield--type-choice .gfield_radio .gchoice .gform-field-label:before{
	content: '';
	position:absolute;
	height:32px;
	width: 32px;
	border-radius: 50%;
	background-color: transparent;
	border:10px solid #e5e5e5;
	left:5px; 
	top: 5px;
	display: flex;
	justify-content: center;
    flex-direction: row;
    align-items: center;
	transition: all 0.3s;
}
.seo-package-plan .gfield--type-choice .gfield_radio .gchoice .gform-field-label:hover{
	background-color:#ffffff;
}

.seo-package-plan .gfield--type-choice .gfield_radio .gchoice .gform-field-label:hover:before{
	background-color: #ffffff;
	border-color: rgba(7, 68, 149, 0.3);
}

.seo-package-plan .gfield--type-choice .gfield_radio .gchoice input.gfield-choice-input{
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
}

.seo-package-plan .gfield--type-choice .gfield_radio  .gchoice input.gfield-choice-input:checked[type=radio] ~ .gform-field-label{
	background-color: #ffffff;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	font-weight: 600;
}
.seo-package-plan .gfield--type-choice .gfield_radio  .gchoice input.gfield-choice-input:checked[type=radio] ~ .gform-field-label:before{
	background-color: #ffffff;
	border-color: rgba(7, 68, 149, 1);
}

.seo-package-plan .gfield--type-total input[type].ginput_total{
	color: var(--gf-color-primary);
	width: 200px;
	font-weight: 700;
	font-family: var(--gform-heading-family);
	font-size: 22px;
	padding: 12px 18px;
	background-color: rgba(7, 68, 149, 0.1);
	border-radius: 6px;
}
/* .seo-package-plan .gform_page {
    display: block !important;
} */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.seo-package-plan .gform_fields{ --gf-form-gap-x: 18px;}
	.seo-package-plan .package{padding-left: 15px; padding-right:15px;}
	.seo-package-plan .package .price h5{font-size: 26px!important; font-weight: 600;}
	.seo-package-plan .package h3.gold, .seo-package-plan .package h3.grey, .seo-package-plan .package h3.sky{font-size:34px; line-height:1.15;}
	.seo-package-plan .package .feature-list{padding: 20px 15px 20px 12px;}
	.seo-package-plan .package .feature-list ul.list li, .seo-package-plan .package .feature-list ul.list li span{line-height:20px;}
	
}
@media screen and (max-width: 767.5px) {
	.gform-theme--foundation .seo-package-plan .package.gfield{grid-column:1/-1;}
	.seo-package-plan .package .feature-list ul.list li, .seo-package-plan .package .feature-list ul.list li span{line-height:20px;}
	.seo-package-plan .gform_fields{ grid-row-gap: 30px;}
	.seo-package-plan .pkg-item-page{max-width:480px; margin: 0 auto;}
	.seo-package-plan .pkg-form-page{padding: 0 16px 20px;}
}
/* ./ SEO Package Plan */

.seo-pf-box{
	text-align: center;
}

/* Blog */
.post.type-post.lqd-lp-style-6 .lqd-lp-img.overflow-hidden{min-height:80px;}

.lqd-lp-grid .post.type-post.lqd-lp-style-6 .lqd-lp-header .lqd-lp-title, 
.lqd-lp-grid .post.type-post.lqd-lp-style-6 .lqd-lp-header .lqd-lp-title a{font-family: "Jost", Sans-serif; font-weight: 500; color: var( --e-global-color-primary );}
body.search .content .lqd-lp-header .lqd-lp-title{font-size: 19px; margin-bottom: 0;}
body.single.lqd-blog-post-style-7 .lqd-post-header{padding-bottom: 30px;}


@media screen and (min-width: 1025px){
	.lqd-blog-post-style-7 .main-header-overlay + #lqd-site-content .lqd-post-cover {
		padding-top: 100px;
	  }
}

@media only screen and (max-width: 1024px){
	
	.blog .titlebar .titlebar-inner,
	.category .titlebar .titlebar-inner,
	.author .titlebar .titlebar-inner,
	.search .titlebar .titlebar-inner{ padding: 40px 0 50px; }
	
	.blog .titlebar .titlebar-inner h1,
	.category .titlebar .titlebar-inner h1,
	.author .titlebar .titlebar-inner h1{font-size: 46px;}
	body.search.search-results .titlebar .titlebar-inner h1{font-size: 36px; line-height: 2rem;}
	body.search.search-results .titlebar .titlebar-inner h1 span{font-size: 42px;}
	
	.lqd-lp-grid .post.type-post.lqd-lp-style-6 .lqd-lp-header{ padding: 1.5rem; }
	body.single.lqd-blog-post-style-7 .main-header-overlay + #lqd-site-content .lqd-post-cover{margin-bottom: 40px;}
	
}

@media only screen and (max-width: 767px){
	.blog .lqd-lp-grid .lqd-lp-row .lqd-lp-column,
	.category .lqd-lp-grid .lqd-lp-row .lqd-lp-column,
	.author .lqd-lp-grid .lqd-lp-row .lqd-lp-column,
	.search-results .lqd-lp-grid .lqd-lp-row .lqd-lp-column{
		width: 100%;
	}
	
	.blog .titlebar .titlebar-inner,
	.category .titlebar .titlebar-inner,
	.author .titlebar .titlebar-inner,
	.search .titlebar .titlebar-inner{ padding: 36px 0 30px; }
	
	.blog .titlebar .titlebar-inner h1,
	.category .titlebar .titlebar-inner h1,
	.author .titlebar .titlebar-inner h1{font-size: 40px;}
	body.search.search-results .titlebar .titlebar-inner h1{font-size: 30px;}
	body.search.search-results .titlebar .titlebar-inner h1 span{font-size: 36px;}
	
	.lqd-lp-grid .post.type-post.lqd-lp-style-6 .lqd-lp-header{padding: 1.25rem; }
	body.single.lqd-blog-post-style-7 .lqd-post-header{padding: 40px 5px 30px 5px;}
	body.single.lqd-blog-post-style-7 h1.entry-title{font-size: 36px;}
}

/* ./ Blogs */

.service-gr-wrap .wp-gr.wpac .wp-google-left img{
	width: 100px!important;
	height: 100px!important;
	margin-right: 0!important;
}

.service-gr-wrap .wp-gr .wp-google-place.wp-place-center .wp-google-left{padding-right:0!important;}
.service-gr-wrap .wp-gr.wpac .wp-google-name{font-size: 20px!important; font-family: "Jost", Sans-serif!important; margin: 12px 0!important;}


/* Common Responsive */
@media screen and (max-width: 1024px) {
	[data-overlay-onmobile="false"] .main-header:not(.is-stuck) {
		position: relative;
		top: auto;
		left: auto;
		box-shadow: 0 1px 1px 0px rgba(0,0,0,0.1);
	}
	.btn-type-wrap .elementor-button.btn{
		white-space: normal;
	}
	
	.lqd-mobile-sec .navbar-header .nav-trigger.navbar-toggle{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-self: center;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand{
		padding: 15px 0;
		width:auto;
		max-width: none!important;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand .navbar-brand-inner{margin-inline-end: 0!important;}
	.lqd-mobile-sec .navbar-header .navbar-brand img{
		height: 70px;
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse{
		padding-left:0; 
		padding-right:0; 
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav.lqd-mobile-main-nav > li > a{
		padding-left: 15px;
		padding-right: 50px;
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav.lqd-mobile-main-nav > li span.submenu-expander{
		top:9px!important;
		right: 5px;
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav.lqd-mobile-main-nav > li.is-active{
/* 		background-color: rgba(0, 0, 0, 0.1); */
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav.lqd-mobile-main-nav > li .nav-item-children{
		padding: 5px 0;
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav.lqd-mobile-main-nav > li .nav-item-children > li > a{
		padding: 10px 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px)  {
	.elementor-default.elementor-page .hero-section{padding:80px 20px 60px 20px;}
	.ens-tabs .lqd-tabs-style-3 .lqd-tabs-nav li a{1rem 1rem 0.7rem !important;}
	.ens-tabs .lqd-tabs-style-3 .lqd-tabs-nav .lqd-tabs-nav-icon{margin-inline-end:0;}
}

@media only screen and (max-width: 767px){
	
	.service-box.service-box-01 .lqd-fb-style-1 .lqd-fb-content.lqd-overlay .lqd-fb-bg.lqd-overlay{
		background: linear-gradient(to top, var(--e-global-color-99e6585) 0%, transparent 85%);
	}
	.service-box.service-box-02 .lqd-fb-style-1 .lqd-fb-content.lqd-overlay .lqd-fb-bg.lqd-overlay{
		background: linear-gradient(to top, var(--e-global-color-c1563a1) 0%, transparent 85%);
	}
	.service-box.service-box-03 .lqd-fb-style-1 .lqd-fb-content.lqd-overlay .lqd-fb-bg.lqd-overlay{
		background: linear-gradient(to top, var(--e-global-color-d356b91) 0%, transparent 85%);
	}
	.service-box.service-box-04 .lqd-fb-style-1 .lqd-fb-content.lqd-overlay .lqd-fb-bg.lqd-overlay{
		background: linear-gradient(to top, var(--e-global-color-422398a) 0%, transparent 85%);
	}
	.strategy-session-email-form{
		flex-direction: column;
		padding: 0 10px;
		text-align: center;
	}
	.strategy-session-email-form .pe-3{
		padding: 0;
		margin-bottom: 15px;
	}
	.strategy-session-email-form input[type="submit"]{
/* 		display: inline-block; */
		padding: 15px 30px;
		width:auto;
	}
	
	.elementor-element.page-author .elementor-image-box-wrapper{
		display: flex;
		align-items: center;
	}
	.elementor-element.page-author .elementor-image-box-wrapper .elementor-image-box-img{
		margin-right: 12px!important;
	}
	.cta-g-review-box .wp-gr .grw-header-inner, 
	.cta-g-review-box .wp-gr .grw-review-inner{
		margin: 0!important;
	}
	.wcu-icon-item .iconbox .iconbox-icon-wrap .icon-custom-bg > *{
		width: 130px!important;
		margin-inline-start: 5px!important;
	}
	.wcu-icon-item .iconbox .iconbox-icon-wrap .iconbox-icon-container > svg{
		margin-inline-start: 10px!important;
	}
	.site-header.main-header .lqd-mobile-sec .navbar-header{
		padding-inline-start: 16px;
  		padding-inline-end: 16px;
	}
	.lqd-mobile-sec .navbar-header .nav-trigger.navbar-toggle{
		width: 46px;
		height: 46px;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand{
		padding: 14px 0;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand img{
		height: 56px;
	}
	
	
}
@media screen and (max-width: 479px) {
  	.elementor-element .txt-rotate-keywords {
   		white-space: normal;
    	min-width: auto;
  	}
	.lqd-mobile-sec .navbar-header .nav-trigger.navbar-toggle{
		margin-right: -6px;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand img{
		height: 50px;
	}
	.site-header .lqd-mobile-sec .lqd-mobile-sec-nav .navbar-collapse ul.main-nav{
		padding: 12px 5px;
	}
}
@media screen and (max-width: 420px) {
	.btn-type-wrap .elementor-button.btn,
	.elementor-button.btn{
		white-space: normal;
	}
	.lqd-mobile-sec .navbar-header .navbar-brand img{
		height: 42px;
	}
	.lqd-mobile-sec .navbar-header .nav-trigger.navbar-toggle{
		width: 42px;
		height: 42px;
	}
}
/* ./ Common Responsive */
.gform_body .normal-select select.gfield_select{display: block!important;}
.gform_body .normal-select select.gfield_select + .ui-button{
	display: none!important;
}
