/*
Theme Name: web-d-theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784282445
Updated: 2026-07-17 10:00:45

*/


@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

body,
p,
span,
a,
li,
ul,
ol,
label,
input,
textarea,
select,
button,
strong,
em,
small,
blockquote,
figcaption,
div,
section,
article,
aside,
nav,
header,
footer,
td,
th,
caption,
figcaption,
.elementor-widget,
.elementor-widget-container,
.elementor-heading-title,
.elementor-icon-list-text,
.elementor-button,
.elementor-button-text,
.elementor-tab-title,
.elementor-tab-content,
.elementor-accordion-title,
.elementor-accordion-content,
.elementor-counter-number,
.elementor-counter-title,
.elementor-image-box-title,
.elementor-image-box-description,
.elementor-icon-box-title,
.elementor-icon-box-description,
.elementor-testimonial-content,
.elementor-testimonial-name,
.elementor-testimonial-job,
.elementor-post__title,
.elementor-post__excerpt,
.elementor-post__meta-data {
    font-family: "Host Grotesk", sans-serif !important;
    font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-image-box-title,
.elementor-icon-box-title,
.elementor-post__title {
    font-family: "Host Grotesk", sans-serif !important;
    font-weight: 600 !important;
}
.ehf-header #masthead {
    position: sticky !important;
    top: 0;
	    z-index: 999;
	    transition: all 0.3s ease;
}
.hfe-flyout-wrapper nav {
    opacity: 0;
    transform: translateY(20px);
    transition: .7s ease all;
    transition-delay: .7s;
    }
.hfe-flyout-show nav {
    opacity: 1;
    transform: translateY(0);
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    transition: .6s ease all;
    display: block !important;
}
.hfe-nav-menu-icon {
    padding: 0 !important;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0:hover {
    border: 1px dotted transparent !important;
}
ul#menu-1-8746993 {
    width: 100% !important;
}
header nav {
    width: 100% !important;
}
.cus_btn .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 6px 6px 20px;
    position: relative;
    font-size: 18px;
    background: linear-gradient(90deg, #FE781A, #E5470C, #FE781A);
    background-size: 200% 200%;
    animation: cusFormGradientFlow 4s ease infinite;
    overflow: hidden;
}
.cs-404-content .cs-back-home {
    display: inline-flex !important;
    align-items: center !important;;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 6px 6px 6px 20px !important;
    position: relative !important;
    font-size: 18px !important;
    background: linear-gradient(90deg, #FE781A, #E5470C, #FE781A) !important;
    background-size: 200% 200% !important;
    animation: cusFormGradientFlow 4s ease infinite !important;
    overflow: hidden !important;
	font-family: 'Host Grotesk';
}

.cus_form {
  background-image: linear-gradient(
    90deg,
    #FE781A 0%,
    #E5470C 25%,
    #FE781A 50%,
    #E5470C 75%,
    #FE781A 100%
  ) !important;

  background-size: 400% 100% !important;
  animation: cusFormGradientFlow 3s linear infinite !important;
  will-change: background-position;
}

@keyframes cusFormGradientFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}
.cus_btn .elementor-button::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("https://rankflow.no/wp-content/uploads/2026/07/arrow.svg") center center / 100% no-repeat;
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}
.cs-404-content .cs-back-home::after{
    content: "" !important;
    width: 40px !important;
    height: 40px !important;
    background: url("https://rankflow.no/wp-content/uploads/2026/07/arrow.svg") center center / 100% no-repeat !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    flex-shrink: 0 !important;
    transition: transform 0.4s ease !important;
}
.cs-404-content .cs-back-home svg {
    display: none;
}
.cus_btn .elementor-button:hover::after, .cs-404-content .cs-back-home:hover::after {
    transform: rotate(51deg);
}

.cs-404-content h1 {
    color: #fff;
    font-family: 'Host Grotesk';
}

.cs-404-content h2 {
    color: #fff;
    font-family: 'Host Grotesk';
}

.cs-404-content p {
    color: #fff;
    font-family: 'Host Grotesk';
}
.cus_btn .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.cus_services {
    position: relative;
}
.cus_services::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: url("https://rankflow.no/wp-content/uploads/2026/07/orange-arrow.svg") center center / contain no-repeat;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}
.cus_services:hover::after {
    transform: rotate(50deg);
}
/* .cus_industry svg {
    transition: transform 0.5s ease;
    transform-origin: center;
}
.cus_industry:hover svg {
    transform: rotate(45deg);
} */
.cus_industry svg {
    transition: transform 0.4s ease;
    transform-origin: center;
}
.cus_industry:hover svg {
    transform: rotate(50deg);
}
.cus_faq .e-n-accordion {
    counter-reset: faq-counter;
}
.cus_faq .e-n-accordion-item-title {
    counter-increment: faq-counter;
}
.cus_faq .e-n-accordion-item-title .e-n-accordion-item-title-header::before {
    content: counter(faq-counter);
    color: #ffffff;
    font-size: 18px;
	line-height:28px;
    font-weight: 600;
    margin-right: 10px;
    font-family: inherit;
    transition: color 0.3s ease;
}

.cus_faq details.e-n-accordion-item:hover > summary .e-n-accordion-item-title-header::before,
.cus_faq details.e-n-accordion-item[open] > summary .e-n-accordion-item-title-header::before,
.cus_faq summary[aria-expanded="true"] .e-n-accordion-item-title-header::before{
    color:#FE4E03!important;
    -webkit-text-fill-color:#FE4E03!important;
}
.cus_footer{
    position: relative;
    overflow: hidden;
}
.cus_footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: url("https://rankflow.no/wp-content/uploads/2026/07/footer-social.svg") no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
    z-index: 1;
}
.cus_footer > *{
    position: relative;
    z-index: 2;
}
.cus_footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.cus_list ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cus_list li{
    display: flex;
    align-items: center;
}
.cus_slik {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    justify-content: space-around;
        scrollbar-width: thin;
    scrollbar-color: #1e1e1e #000000;
}
.cus_slik > .cus_slik_child{
        flex:0 0 300px;
        min-width:300px;
        max-width:100%;
    }
.cus_slik{
    gap: 20px;
    align-items: stretch;
}
.cus_slik > .cus_slik_child{
    position: relative;
    padding: 30px;
    background: #000;
    border: 1px solid transparent;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cus_slik > .cus_slik_child:nth-child(odd){
    border-bottom-color: #FE4E03;
    border-radius: 0 0 20px 20px;
}
.cus_slik > .cus_slik_child:nth-child(even){
    border-top-color: #FE4E03;
    border-radius: 20px 20px 0 0;
}

.cus_slik > .cus_slik_child:hover{
    transform: translateY(-4px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.38),
        0 0 18px rgba(254, 78, 3, 0.08);
}
.cus_slik > .cus_slik_child{
    transition: all .35s ease;
}
.cus_slik > .cus_slik_child:nth-child(odd):hover{
    transform: translateY(-8px);
    box-shadow:
        0 18px 40px rgba(0,0,0,.45),
        0 0 20px rgba(254,78,3,.08);
}
.cus_slik > .cus_slik_child:nth-child(even):hover{
    transform: translateY(8px);
    box-shadow:
        0 18px 40px rgba(0,0,0,.45),
        0 0 20px rgba(254,78,3,.08);
}
a {
    color: #fff;
}
.cus_white a {
    color: #fff;
}
.cus_white a:hover {
    color: #FE4E03;
}
.cus_heading_gradient h2{
    display:inline-block;
    background: linear-gradient(
        90deg,
        #FE8724 0%,
        #FB4D04 63%,
        #B84013 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
}



.rankflow-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 25px;
  width: 100%;
  font-family: "Host Grotesk", sans-serif !important;
}

.rankflow-contact-form .form-group {
  min-width: 0;
  margin: 0;
}

.rankflow-contact-form .form-group-full,
.rankflow-contact-form .form-submit {
  grid-column: 1 / -1;
}

.rankflow-contact-form label {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Host Grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.rankflow-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.rankflow-contact-form input:not([type="submit"]),
.rankflow-contact-form select,
.rankflow-contact-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #222222;
  font-family: "Host Grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  box-shadow: none;
}

.rankflow-contact-form input:not([type="submit"]),
.rankflow-contact-form select {
  min-height: 52px;
  border-radius: 100px;
}

.rankflow-contact-form textarea {
  height: 120px;
  border-radius: 10px;
  resize: none;
}

.rankflow-contact-form input::placeholder,
.rankflow-contact-form textarea::placeholder {
  color: #777777;
  opacity: 1;
}

.rankflow-contact-form select {
  cursor: pointer;
  appearance: auto;
}

.rankflow-contact-form input:focus,
.rankflow-contact-form select:focus,
.rankflow-contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.rankflow-contact-form .form-submit {
  margin: 4px 0 0;
}

.rankflow-contact-form .rankflow-submit-btn {
    display: inline-flex;
    min-height: 52px;
    padding: 15px 58px 15px 30px;
    border: 0;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000000;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.rankflow-contact-form .rankflow-submit-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url("https://rankflow.no/wp-content/uploads/2026/07/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 0.25s ease;
}

.wpcf7-not-valid-tip {
    margin-top: 0px;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif !important;
    font-size: 12px;
    position: absolute;
}
.form-submit p br {
    display: none;
}
.wpcf7-response-output, .wpcf7-response-output {
    color: #fff;
    font-family: 'Host Grotesk';
}
.rankflow-contact-form .rankflow-submit-btn:hover::after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .rankflow-contact-form .rankflow-submit-btn {
    width: 100%;
  }
}

.rankflow-contact-form p {
  margin: 0;
}

.rankflow-contact-form .wpcf7-spinner {
  margin: 0 0 0 12px;
}



.rankflow-contact-form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Host Grotesk", sans-serif !important;
}
.form-submit p {
    text-align: center;
    margin-top: -40px;
}

.form-group p br {
    display: none;
}
.cf7-cf-turnstile {
    height: 0;
}


@media (max-width: 767px) {
.cus_list ul{
    grid-template-columns: repeat(1, 1fr);
}
	.cus_slik > .cus_slik_child{
        flex:0 0 270px;
        min-width:270px;
    }
	
	 .rankflow-contact-form {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .rankflow-contact-form .form-group,
  .rankflow-contact-form .form-group-full,
  .rankflow-contact-form .form-submit {
    grid-column: 1 / -1;
  }

  .rankflow-contact-form input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 575px) {
.cus_btn .elementor-button-content-wrapper {
    font-size: 15px;
    line-height: 20px;
}
	.cus_footer::before {
    right: -121px;
    top: -10px;
    left: unset;
    background: url("https://rankflow.no/wp-content/uploads/2026/07/footer-social.svg") no-repeat;
    background-position: right;
    transform: scaleX(-1);
    overflow-y: hidden;
}
	.cus_social {
    right: 0 !important;
    left: unset !important;
}
}
@media (max-width: 424px) {
.cus_btn .elementor-button {
padding: 6px 10px 6px 10px;
    font-size: 14px;
	line-height: 18px;
}
.cus_btn .elementor-button::after {
    content: none;
}
}