/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

span.yellow-txt {
    color: #FFFF00;
    font-size: 60px;
    font-weight: 800;
}
.red-text {
    color: #FF213F;
    text-decoration: underline 2px;
    text-underline-offset: 5px;
	font-weight: 700;
}
span.red-txt.bold {
    font-weight: 700;
}
span.green-txt {
    color: #14A851;
    text-decoration: underline 5px;
    text-underline-offset: 10px;
    font-weight: 800;
}
.book-btn a.elementor-button:hover svg path {
    stroke: red;
    fill: transparent;
}
.black-txt {
    color: #151B22;
    font-weight: 600;
}
a.g-link {
    text-decoration: underline;
    text-underline-offset: 6px;
}
.red-hv .elementor-widget-icon-box:hover h3 {
    color: #FF213F !important;
}
.red-hv .elementor-widget-icon-box h3 {
   transition:all 0.5s;
}
f.social-ac summary.e-n-accordion-item-title:after {
    border-bottom: 1px solid #E8E8E8 !important;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    bottom: 0px;
}
.bold strong {
    font-weight: 600;
}
.get-btn svg {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.get-btn a.elementor-button:hover svg path {
   stroke:#575860;
}
#white-btn.get-btn a.elementor-button:hover svg path {
   stroke:#fff;
}
.social-ac .e-n-accordion-item:last-child summary.e-n-accordion-item-title:after {
    border-bottom: 0 !IMPORTANT;
}
.social-ac .e-n-accordion-item summary.e-n-accordion-item-title:after {
    border-bottom: 1px solid #E8E8E8 !important;
    content: '';
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.t-space h3.elementor-icon-box-title {
    margin-top: 0;
}
.price-sec.monthly-plans sub, .price-sec.yearly-plans sub {
    left: -8px;
	font-weight:400;
}
.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.circle-stat p {
    color: #151B22;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Inter';
    width: 80%;
    margin: 25px auto 0 auto;
}
.circle-stat {
    text-align: center;
    max-width: 25%;
    width: 25%;
}
.progress-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(#FF213F var(--percent), #FAFAFA 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    color: #151B22;
    margin: 0 auto 10px;
}
.progress-circle span {
    background: #FAFAFA;
    border-radius: 50%;
    width: 185px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
}

.p90 { --percent: 90deg; }  /* 90% of 360 = 324deg */
.p78 { --percent: 78deg; }  /* = 280.8deg */
.p62 { --percent: 62deg; }  /* = 223.2deg */
.p53 { --percent: 53deg; }  /* = 190.8deg */

/* Convert percent to deg for actual values */
.p90 { --percent: 324deg; }
.p78 { --percent: 280.8deg; }
.p62 { --percent: 223.2deg; }
.p53 { --percent: 190.8deg; }

.optional-addons  input.addon-checkbox:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #929292;
    border-radius: 4px;
    position: absolute;
    left: -16px;
    top: -8px;
}
.optional-addons  input.addon-checkbox:checked:before {
    content: "\2713";
    line-height: 14px;
    font-size: 18px;
    font-weight: 800;
    color: #ffff;
    background: #FF213F;
    border-color: #FF213F;
}
.optional-addons label {
    display: flex;
    align-items: center;
    padding: 10px 9px 10px 20px;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.addon-checkbox {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.white-txt img.info-icon {
    filter: invert(1) brightness(10);
}
.label-text {
    display: inline-block;
    font-size: 16px;
    color: #151B22;
    font-family: 'Inter';
    font-weight: 400;
	line-height: 22px;
}
.white-txt sub,.white-txt .label-text,.white-txt .estimate-title,.white-txt .estimate-value, .white-txt .estimate-value small {
    color: #fff !important;
}
.white-txt .optional-addons input.addon-checkbox:before{
	border-color:#fff;
}
.white-txt .fa-info-circle:before {
    color: #fff;
}
.white-txt  .optional-addons input.addon-checkbox:checked:before {
    background: #fff;
    color: #FF213F;
}
.info-icon-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
}

.info-icon-text::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3A3838;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10;
   font-family: 'Inter';
}
.info-icon-text:hover::after {
  opacity: 1;
}
.estimate-title {
    margin: 15px 0 20px 0;
    color: #151B22;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
.estimate-value {
    margin: 0;
    color: #151B22;
    font-size: 2em;
    font-family: 'Inter';
}
 .estimate-value sup {
    font-size: 0.5em;
	font-family: 'Inter';
 }
 .estimate-value small {
   font-size: 0.4em;
   color:#575860;
   font-family: 'Inter';
    left: -33px;
    position: relative;
}
.optional-addons {
   overflow: visible;
}
.s-icons .e-con-full:hover h5 {
    color: #FF213F!important;
}
.s-icons .e-con-full h5 {
transition:all 0.5s;
}
sup.plus-i {
    top: -10px !important;
}
.price-sec sup {
    font-size: 18px;
    font-weight: 600;
    top: -25px;
    left: -8px;
}
.price-sec sub {
    font-size: 14px;
    color: #575860;
    font-weight: 400;
    left: -36px;
}
#white-bg.faq .e-n-accordion-item {
    background: #fff;
}
.dark-bg2 {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/lines-img.webp), url(https://updigitally.co.uk/wp-content/uploads/2025/06/dark-bg2.webp) !important;
    background-position: left, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
}
p.content {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    color: #7B7583;
    line-height: 26px;
	padding-top:10px;
}
span.tag-p {
    background: #F92F90;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    width: 80px;
    height: 20px;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    line-height: 20px;
}
h3.seo-txt {
    font-size: 28px;
    color: #575860;
    font-weight: 700;
    margin-bottom: 0;
}
.rocket {
  animation: flyUp 3s ease-in infinite;
}
@keyframes flyUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2vh);
  }
}

.g-ser {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/large_l.webp), url(https://updigitally.co.uk/wp-content/uploads/2025/06/dark_sm_bg.webp)!important;
    background-position: top left, center!important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
}

.seo-bg {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/ellipse_1.webp), url(https://updigitally.co.uk/wp-content/uploads/2025/06/dark_sm_bg.webp)!important;
    background-position: top left, center!important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: contain, cover !important;
}

.b-boxes .ser-blocks {
    min-height: 240px;
}
.lines-bg {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/lines-f-1.webp), url(https://updigitally.co.uk/wp-content/uploads/2025/06/d-pack-bg.webp), url(https://updigitally.co.uk/wp-content/uploads/2025/06/lines-f-2.webp) !important;
    background-position: top left, center, bottom right !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: contain, cover, auto !important;
}
.pt-slider span.swiper-pagination-bullet {
    opacity: 1 !important;
}
.pt-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF213F !important;
}

.d-pack {
    background-position: top left !important;
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/trade-cap-left.png) no-repeat, url(https://updigitally.co.uk/wp-content/uploads/2025/06/d-pack-bg.webp) no-repeat !important;
    background-size: auto, cover !important;
}

.rotate {
  width: 100px;
  height: 100px;
  animation: spin 2s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.address-icon h3.elementor-image-box-title {
    margin-top: 0;
}
.cn-block h3.elementor-icon-box-title {
    margin: 0;
}
a.link-b {
    color: #151B22;
    font-size: 24px;
    font-weight: 600;
	transition:all 0.5s;
}
a.link-b:hover {
    color: #FF213F;
}
.port-ser .elementor-flip-box__layer__inner h3.elementor-flip-box__layer__title a {
    color: #FF213F;
    font-size: 20px;
    font-weight: 600;
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/web-icon.svg) no-repeat left;
    background-size: contain;
    padding-left: 35px;
    position: relative;
    display: block;
	text-transform:uppercase;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.port-ser .elementor-flip-box__layer__inner h3.elementor-flip-box__layer__title p {
    color: #CACACA;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.port-ser .elementor-flip-box__layer__description ul {
    padding-left: 0;
    list-style: none;
}
.port-ser .elementor-flip-box__layer__description ul li {
    background: #fff;
    color: #151B22;
    width: fit-content;
    display: inline-block;
    padding: 8px 22px !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px;
}
.port-ser .elementor-flip-box__layer__description {
    margin-bottom: 0 !important;
}
.port-ser .elementor-flip-box__layer__inner h3.elementor-flip-box__layer__title a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: color(srgb 1 1 1 / 0.15);
    left: 0;
    bottom: -15px;
    position: absolute;
}
.port-ser a.elementor-flip-box__button.elementor-button.elementor-size-sm {
    display: none;
}
.port-ser .two_blocks {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    font-family: 'Inter';
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    bottom: 20px;
}
.port-ser .two_blocks a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s;
}
.port-ser .two_blocks a:last-child {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.port-ser .two_blocks a:last-child:hover {
    color: #FF213F;
}
.port-ser .two_blocks:before {
    content: "";
    height: 1px;
    background: color(srgb 1 1 1 / 0.15);
    left: 0;
    top: -15px;
    position: absolute;
    right: 0;
    width: 350px;
    margin: 0 auto;
}
.port-ser .two_blocks a:nth-child(2) {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/get-icon.svg) no-repeat left;
    background-size: contain;
    padding-left: 35px;
}
.light-blocks .tw-boxes .elementor-icon-box-content p {
    color: #575860;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.light-blocks .e-con-inner .icons-blocks .elementor-element:hover .elementor-icon-box-content h3 {
    color: #FF213F;
}
.light-blocks .tw-boxes .elementor-icon-box-content h3 {
 transition: all 0.3s;
}
.add-i {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#575860;
}
.add-i:first-child {
    margin-bottom: 10px !important;
    display: block;
}

#web-apps h3.elementor-icon-box-title{
	position: relative;
}
#web-apps h3.elementor-icon-box-title span {
    z-index: 99;
    position: relative;
}
#web-apps h3.elementor-icon-box-title:before {
    position: absolute;
    content: "";
    width: 57px;
    height: 57px;
    background: #FFCDD4;
    left: -10px;
    z-index:1;
    border-radius: 50px;
    opacity: 30%;
    top: -13px;
}
#web-apps .elementor-icon-box-icon svg {
    width: 100%;
    height: 100%;
}
.ser-blocks h3.elementor-icon-box-title {
    margin: 0;
}
#mailpoet_form_1 .mailpoet_text:focus-visible {
    outline: 1px solid #151b22;
}
.testimonials span.swiper-pagination-bullet {
    width: 60px !important;
    border-radius: 6px !important;
}
.cont-form textarea#form-field-Comment {
    padding-top: 20px !important;
}
.faq .e-n-accordion-item {
    border: 1px solid #EEE2E0;
    border-radius: 16px;
}
a.y-link {
  transition: all 0.5s;
}
a.y-link:hover {
    color: #F6DA3A;
}
a.red-link:hover, a.call-link:hover {
    color: #ff213f;
}
a.red-link, a.call-link {
    color: #151B22;
    transition: all 0.5s;
}
#mailpoet_form_1 .mailpoet_submit {
    background: #EB0028 url(https://updigitally.co.uk/wp-content/uploads/2025/05/send-icon.svg) no-repeat center;
    height: 56px;
    width: 56px !important;
    border-radius: 10px;
}
#mailpoet_form_1 .mailpoet_paragraph {
    margin-bottom: 10px !important;
}
#mailpoet_form_1 .mailpoet_text::placeholder {
    color: #62686D;
    font-size: 14px;
    font-weight: 400;
}
#mailpoet_form_1 .mailpoet_text {
    height: 56px;
    border: 1px solid #EAE9E7;
	    background: #fff;
    border-radius: 10px;
    padding: 0px 15px !important;
}
.mailpoet_form_column:first-child {
    width: 100% !important;
}
#mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
    margin-left: 10px !important;
    flex-basis: unset !important;
}
.mailpoet_form_columns.mailpoet_paragraph.mailpoet_stack_on_mobile {
    flex-wrap: nowrap;
}
.mailpoet_form_columns_container {
    container-name: auto !important;
}
.link {
    color: #151B22;
    font-size: 24px;
    font-weight: 600;
}
.req-btn .elementor-button:hover svg {
    fill: transparent !important;
}
.req-btn .elementor-button:hover svg path {
    stroke: #fff;
}
.underline {
    text-decoration: underline 2px;
    text-underline-offset: 5px;
    font-weight: 700;
}
.red-txt {
    color: #FF213F;
}
.red-txt b {
    font-weight: 700;
}
.zoom {
  animation: zoomInOut 2s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.f-icons h3.elementor-image-box-title {
    margin-bottom: 0;
    margin-top: 0;
}
.f-icons figure.elementor-image-box-img {
    position: relative;
    top: 5px;
}
.f-icons a {
    color: #575860;
    transition: all 0.5s;
}
.f-icons a:hover {
    color: #FC3232;
}
.v-align {
    vertical-align: middle;
	transition:all 0.5s;
}
.v-align:hover {
    transform: translateY(-3px);
}
a.link:hover {
    color: #45d047;
	transition:all 0.5s;
}
.wave {
  animation: waveHorizontal 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes waveHorizontal {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
.dark-bg {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/05/left-lines.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/05/dark-bg.jpg) !important;
    background-position: left, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
}
.view-btn  .elementor-button-content-wrapper {
    align-items: center;
}
.view-btn  .elementor-button-icon svg {
    height: 20px;
    width: 20px;
}
.ser-blocks p {
    margin-bottom: 0;
}
.view-btn a:hover svg path {
    stroke: #fff;
}
.view-btn a:hover svg {
    fill: transparent !important;
}
.home-slides .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -25px !important;
}
.home-slides span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
}

.gradient-bg:before{
	background-image: url(https://updigitally.co.uk/wp-content/uploads/2025/05/top-left-circle.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/05/bottom-right-circle.svg) !important;
    background-position: top left, bottom right!important;
    background-repeat: no-repeat, no-repeat!important;
    background-size: auto, auto!important;
}
.call-menu h3.elementor-icon-box-title,.serv-menu h3.elementor-icon-box-title {
    margin: 0;
}
.sp-banner::before {
    background: url(https://updigitally.co.uk/wp-content/uploads/2025/06/sp-left-e.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/sp-right-e.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/half-top-e.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/half-bottom-e.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/white-star.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/white-star.svg), url(https://updigitally.co.uk/wp-content/uploads/2025/06/white-star.svg) !important;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important;
    background-size: auto, auto, auto, auto !important;
    background-position: top left, bottom right, 23% 0%, 69% 100%, 89% 20%, 34% 19%, 57.5% 88% !important;
}
span.green-link {
    color: #A1FF35;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 7px;
}
span.y-link {
    color: #FFFF00;
    font-weight: 800;
}
.address-icons h3.elementor-icon-box-title {
    margin-top: 0;
}
.address-icons .elementor-icon-box-wrapper {
    align-items: center !important;
}
.sm-icon {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}
.whts-btn svg {
    width: 24px;
    height: 24px;
}
.whts-btn span.elementor-button-content-wrapper {
    align-items: center;
}