.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a4c9d7e:#121212;--e-global-color-c09b21e:#FFF600;--e-global-color-0269f4c:#FFFFFF;--e-global-color-67cb508:#717171;--e-global-typography-primary-font-family:"Cabin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cabin";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cabin";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Cabin";--e-global-typography-accent-font-weight:500;--e-global-typography-8216a56-font-family:"Cabin";--e-global-typography-8216a56-font-size:40px;--e-global-typography-8216a56-font-weight:500;--e-global-typography-8216a56-line-height:115%;--e-global-typography-43c0cde-font-size:26px;--e-global-typography-43c0cde-line-height:130%;--e-global-typography-1f276ef-font-size:68px;--e-global-typography-1f276ef-line-height:110%;--e-global-typography-2af30c5-font-size:20px;--e-global-typography-2af30c5-line-height:110%;--e-global-typography-927f3f7-font-size:22px;--e-global-typography-927f3f7-line-height:130%;color:var( --e-global-color-a4c9d7e );font-family:"Cabin", Sans-serif;font-size:17px;font-weight:400;line-height:150%;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF00;font-family:"Cabin", Sans-serif;font-size:17px;font-weight:500;text-transform:capitalize;text-decoration:none;line-height:150%;color:var( --e-global-color-0269f4c );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-c09b21e );border-radius:25px 25px 25px 25px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-c09b21e );color:var( --e-global-color-a4c9d7e );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-a4c9d7e );font-weight:600;text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-a4c9d7e );font-family:"Cabin", Sans-serif;font-size:68px;font-weight:500;line-height:110%;}.elementor-kit-7 h2{color:var( --e-global-color-a4c9d7e );font-family:"Cabin", Sans-serif;font-size:40px;line-height:115%;}.elementor-kit-7 h3{color:var( --e-global-color-a4c9d7e );font-family:"Poppins", Sans-serif;font-size:26px;font-weight:300;line-height:130%;}.elementor-kit-7 h4{color:var( --e-global-color-a4c9d7e );font-size:24px;}.elementor-kit-7 h5{color:var( --e-global-color-a4c9d7e );font-size:20px;}.elementor-kit-7 h6{color:var( --e-global-color-a4c9d7e );font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:996px;}.e-con{--container-max-width:996px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:36px;}.elementor-kit-7 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:30px;}.elementor-kit-7 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* Disable horizontal scroll */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.yellow-span span{
    color: #fff600;
    font-style: italic;
}

.arrow-button .elementor-button-content-wrapper{
    align-items: center;
}

.arrow-button .elementor-button-icon{
    display: flex;
    font-size: 20px;
}

.service-tile .elementor-icon-list-icon svg,
.service-tile .elementor-widget-icon svg{
    transition: 0.5s;
}
.service-tile:hover .elementor-icon-list-icon svg{
    fill: #fff600 !important;
}
.service-tile:hover .elementor-widget-icon:not(.bullet-list-item) svg{
    background: #fff600;
    border-radius: 2px;
}
a.service-tile{
    text-decoration: none;
}
.service-tile:hover{
    cursor: pointer;
}

.case-study-tile:hover{
    cursor: pointer;
}

.case-study-tile:hover h3{
    color: #fff600 !important;
}

.case-study-tile .yellow-glow{
    opacity: 0;
    transition: 0.3s;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}

.case-study-tile:hover .yellow-glow{
    opacity: 1;
}
@media (max-width: 767px){
   .case-study-tile .yellow-glow{
        opacity: 1;
    } 
}

/*
    Very specific styles for broken 1 px between mobile and tablet when layout changes
*/
@media (min-width: 767px) and (max-width: 767.99px){
    .case-study-tile .yellow-glow{
        opacity: 0 !important;
    } 
    
    .service-tile{
        border: none !important;
        padding-left: 0 !important;
        padding-right: 20px !important;
        padding-top: 0 !important;
    }
}

.custom-bullet-list {
  list-style: none;
  padding-left: 0;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 20px; /* adjust space for bullet */
  margin-bottom: 8px; /* spacing between items */
}

.custom-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* adjust vertically as needed */
  width: 16px;  /* size of star */
  height: 16px;
  background: url('https://rilel.wpenginepowered.com/wp-content/uploads/2025/07/star_rilel.svg') no-repeat center;
  background-size: contain;
}

.wp-block-list{
    margin-block-end: .9rem;
}
.has-large-font-size {
    line-height: 115%;
}

.single-post blockquote{
    border-left: 2px solid grey;
    margin-left: 0;
    padding-left: 15px;
}/* End custom CSS */