.elementor-kit-13237{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-44349768:#000000;--e-global-color-3e7bfa1a:#FFF;--e-global-color-405a8d9:#FEC9DB;--e-global-color-7ed964c5:#FF82AB;--e-global-color-3b49064a:#26283F;--e-global-color-1068f354:#B3B5D2;--e-global-color-5050dd30:#1E2032;--e-global-color-47ba82b0:#F73195;--e-global-color-379ba6e6:#F6F6F6;--e-global-color-74c8615a:#5C6083;--e-global-color-dadff8b:#0A5CA2;--e-global-color-ecd356f:#9A005C;--e-global-color-2d9fd6b:#26283F9C;--e-global-color-1057ac3:#1E2032A1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F6F6F6;color:#3D3F69;font-family:"Roboto", Sans-serif;font-size:1.125rem;line-height:1.35em;}.elementor-kit-13237 button,.elementor-kit-13237 input[type="button"],.elementor-kit-13237 input[type="submit"],.elementor-kit-13237 .elementor-button{background-color:rgba(255, 255, 255, 0);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#26283F;border-style:solid;border-width:2px 2px 2px 2px;border-radius:0px 0px 0px 0px;padding:14px 20px 12px 20px;}.elementor-kit-13237 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13237 a{color:#1E2032;}.elementor-kit-13237 a:hover{color:#FF82AB;}.elementor-kit-13237 h1{color:#26283F;font-family:"Barlow Condensed", Sans-serif;font-size:5rem;font-weight:700;text-transform:uppercase;line-height:0.8em;}.elementor-kit-13237 h2{color:#26283F;font-family:"Barlow Condensed", Sans-serif;font-size:3rem;font-weight:700;text-transform:uppercase;}.elementor-kit-13237 h3{color:#26283F;font-family:"Barlow Condensed", Sans-serif;font-weight:700;}.elementor-kit-13237 h4{color:#26283F;font-family:"Barlow Condensed", Sans-serif;font-weight:700;}.elementor-kit-13237 h5{color:#26283F;font-family:"Barlow Condensed", Sans-serif;font-weight:700;}.elementor-kit-13237 h6{color:#26283F;font-family:"Barlow Condensed", Sans-serif;}.elementor-kit-13237 button:hover,.elementor-kit-13237 button:focus,.elementor-kit-13237 input[type="button"]:hover,.elementor-kit-13237 input[type="button"]:focus,.elementor-kit-13237 input[type="submit"]:hover,.elementor-kit-13237 input[type="submit"]:focus,.elementor-kit-13237 .elementor-button:hover,.elementor-kit-13237 .elementor-button:focus{color:#F73195;border-style:solid;border-width:2px 2px 2px 2px;border-color:#FF82AB;}.elementor-kit-13237 label{color:#FFFFFF;}.elementor-kit-13237 input:not([type="button"]):not([type="submit"]),.elementor-kit-13237 textarea,.elementor-kit-13237 .elementor-field-textual{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#FFFFFF;--lightbox-navigation-icons-size:40px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13237 h1{font-size:3.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*top menu*/

    
    .vibe-nav * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    /* Prevent CLS - explicit dimensions */
    .vibe-nav {
      position: relative;
      width: 100%;
      height: 70px;
      font-family: 'Barlow Condensed', sans-serif;
      background: #26283f;
      contain: layout style;
    }

    .vibe-nav .wrapper {
      position: relative;
      max-width: 1120px;
      padding: 0 30px;
      height: 70px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Logo with explicit dimensions to prevent CLS */
    .vibe-nav .logo {
      width: 150px;
      height: 61px;
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }

    .vibe-nav .logo a {
      display: block;
      width: 150px;
      height: 61px;
      line-height: 0;
    }

    .vibe-nav .logo svg {
      width: 150px;
      height: 61px;
      display: block;
    }

    .vibe-nav .nav-links {
      display: inline-flex;
      list-style: none;
      margin: 0;
      align-items: center;
    }

    .vibe-nav .nav-links li {
      list-style: none;
      position: relative;
      display: flex;
      align-items: center;
      margin: 0 2px;
      height: 70px;
    }

    .vibe-nav .nav-links li a {
      color: #f2f2f2;
      text-decoration: none;
      font-size: 1.25rem;
      letter-spacing: 1px;
      font-weight: 400;
      padding: 9px 15px;
      display: inline-block;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .vibe-nav .nav-links li a:hover,
    .vibe-nav .nav-links li a:focus {
      background: #3d4065;
      outline: 2px solid transparent;
    }

    .vibe-nav .nav-links .mobile-item {
      display: none;
    }

    /* Dropdown menu - Fixed positioning to remove gap */
    .vibe-nav .drop-menu {
      position: absolute;
      background: #26283f;
      min-width: 200px;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 6px 10px rgba(0,0,0,0.15);
      list-style: none;
      transform: translateY(-10px);
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
      z-index: 100;
    }

    .vibe-nav .nav-links li:hover .drop-menu,
    .vibe-nav .nav-links li:focus-within .drop-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .vibe-nav .drop-menu li {
      display: block;
      margin: 0 10px;
      height: auto;
    }

    .vibe-nav .drop-menu li a {
      width: 100%;
      display: block;
      padding: 12px 20px;
      font-weight: 400;
      line-height: 1.2;
      border-radius: 0;
    }

    .vibe-nav .drop-menu li a:hover,
    .vibe-nav .drop-menu li a:focus {
      background: #3d4065;
    }

    /* Menu buttons with explicit dimensions */
    .vibe-nav .btn {
      color: #fff;
      width: 30px;
      height: 30px;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .vibe-nav .btn svg {
      width: 30px;
      height: 30px;
      display: block;
    }

    .vibe-nav .btn.close-btn {
      position: absolute;
      right: 30px;
      top: 20px;
    }

    .vibe-nav input {
      display: none;
    }

    /* Mobile styles */
    @media screen and (max-width: 970px) {
      .vibe-nav .btn {
        display: flex;
      }

      .vibe-nav .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #26283f;
        display: block;
        padding: 50px 10px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: left 0.3s ease;
        z-index: 999;
      }

      .vibe-nav ::-webkit-scrollbar {
        width: 10px;
      }

      .vibe-nav ::-webkit-scrollbar-track {
        background: #26283f;
      }

      .vibe-nav ::-webkit-scrollbar-thumb {
        background: #3d4065;
      }

      .vibe-nav #menu-btn:checked ~ .nav-links {
        left: 0;
      }

      .vibe-nav #menu-btn:checked ~ .btn.menu-btn {
        display: none;
      }

      .vibe-nav #close-btn:checked ~ .btn.menu-btn {
        display: flex;
      }

      .vibe-nav .nav-links li {
        margin: 5px 10px;
        height: auto;
        display: block;
      }

      .vibe-nav .nav-links li a {
        padding: 12px 20px;
        display: block;
        font-size: 18px;
      }

      .vibe-nav .drop-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        margin-top: 0;
      }

      .vibe-nav .nav-links .desktop-item {
        display: block;
      }

      .vibe-nav .nav-links .mobile-item {
        display: none;
      }

      .vibe-nav input[type="checkbox"] {
        display: none;
      }

      .vibe-nav .drop-menu li {
        margin: 0;
      }

      .vibe-nav .drop-menu li a {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 0;
      }
    }




.css-sprite-counter-icon01-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') 0px -54px;
width:126px;height:100px;
display:inline-block;
}

.css-sprite-counter-icon02-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -126px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-counter-icon03-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -226px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-counter-icon04-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -326px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-counter-icon05-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -426px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-counter-icon06-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -526px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-services-icon01-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -626px -54px;
width:125px;height:100px;
display:inline-block;
}

.css-sprite-services-icon02-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -751px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-services-icon03-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -851px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-services-icon04-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -951px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-services-icon05-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -1051px -54px;
width:100px;height:100px;
display:inline-block;
}

.css-sprite-services-icon06-100px
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -1151px -54px;
width:130px;height:100px;
display:inline-block;
}

.css-sprite-Laurel-Wreath-l-80
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -1281px -0px;
width:80px;height:154px;
display:inline-block;
}

.css-sprite-Laurel-Wreath-r-80
{
background:url('https://www.thevibeagency.com/wp-content/uploads/2020/05/css-sprite-agency-combined.png') -1361px -0px;
width:80px;height:154px;
display:inline-block;
}

h1{
    line-height: 0.9em!important;
}

h2{
    margin-top: 1rem;
    margin-bottom: .5rem;
}

li{
    margin-bottom: .75rem;
}


.neomorphism {
    -webkit-box-shadow:
 5px 5px 10px rgba(0,0,0,0.1),             
-5px -5px 10px #fff ;
    
    -moz-box-shadow:
 5px 5px 10px rgba(0,0,0,0.1),             
-5px -5px 10px #fff ;
             

    box-shadow:
 5px 5px 10px rgba(0,0,0,0.1),             
-5px -5px 10px #fff ;

border-radius: 15px;
             
}

.neomorphism:hover {
-webkit-box-shadow:
  15px 15px 20px rgba(0,0,0,0.1),
 -15px -15px 20px #fff;
    
 -moz-box-shadow:
  15px 15px 20px rgba(0,0,0,0.1),
 -15px -15px 20px #fff;

    box-shadow:
  15px 15px 20px rgba(0,0,0,0.1),
 -15px -15px 20px #fff;
             
}

.elementor-kit-13237 .elementor-widget-theme-post-content a{
    box-shadow: #FF82AB 0px -2px 0px inset;
}



.elementor-kit-13237 .elementor-post-info__terms-list-item:hover , .elementor-widget-theme-post-content a:hover {
    color: #fff!important;
    background-color: #FF82AB;
    text-decoration: none;
}

.elementor-widget-wp-widget-categories h5{
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.elementor-widget-wp-widget-archives h5{
        text-transform: uppercase;
    font-size: 2rem;
    }

.elementor-widget-wp-widget-categories ul {
    list-style-type: none;
    padding-left: 0px;
}

.wpml-ls-flag{
    margin-top: 3px;
}

#quote-btn {
    cursor: pointer;
}
#news-btn{
    cursor: pointer;
}

#event-btn{
    cursor: pointer;
}

 .elementor-testimonial__image img{
    width: 300px!important;
}


/*
.wpml-ls-item {
    visibility: hidden;
}*/


/*#hbspt-form-1589371651589-7900308772  .hs-button{
    color: #fff!important;
}*/




sup {
  vertical-align: baseline;
  position: relative;
  top: -0.7em;
  font-size: 50%
  
}

.ee-post{
    font-size: 1.25rem;
}

.clientlogo .elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
    background-color: #F6F6F6;
    
}

.clientlogo .elementor-post__thumbnail__link {
    pointer-events: none;
}

.clientlogo .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    padding: 16px;
}

.wp-block-image {
 margin: 16px 0 16px 0;
 border : none!important;
}

.pink_title {
    background: #FFCBE2;
    color: #fff;
    padding: 0 16px 0 16px;
    z-index: 1;
}

span.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.wp-block-cover a {
    color: #fff;
    padding: 8px 16px 8px 16px;
    font-size: 20px;
    font-weight: 700;
}

.pinktext {
    color: #FF82AB;
}

/*blog*/
.type-post h2,
.type-post h3 {
    text-transform: uppercase;
}

.blog-button {
    background: #ff82ab;
    color: #fff!important;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 4px
}

.blog-button:hover {
    background: #F73195;
    
}

/*portfolio page*/
  .case-study-banner-1 {
    background: #01747c;
    color: white;
    padding: 4px 30px 4px 10px;
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .case-study-banner-2 {
    background: #03a7cc;
    color: white;
    padding: 4px 30px 4px 10px;
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .case-study-banner-3 {
    background: #ed2024;
    color: white;
    padding: 4px 30px 4px 10px;
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }


/*hide extra seo text for butttons*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


/*footer*/

/* Container for icons */
.custom-social-icons-wrapper {
    display: flex;
    gap: 30px; 
    align-items: center;
    justify-content: flex-start;
}

/* Individual icon styling */
.custom-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; /* 22px as you specified */
    height: 22px;
    
    background-color: transparent; /* No visible background */
    color: #fff!important; /* White icon (Primary Color) */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* SVG styling */
.custom-social-icon svg {
    
    width: 100%;
    height: 100%;
    fill: currentColor; /* Icon inherits color from parent */
    
}

/* Hover effect - icon turns pink, background stays same */
.custom-social-icon:hover {
    color: #FEC9DB!important; /* Pink icon on hover (adjust shade if needed) */
}/* End custom CSS */