/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2026 | 19:53:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


:root{
  --red:#E01515;
  --red-dark:#A80E0E;
  --black:#0A0A0A;
  --black2:#111111;
  --black3:#1A1A1A;
  --white:#FFFFFF;
}

.nav-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.nav-logo span{
	color: #E01515;
}
.nav_cta .elementor-button , .cta_common .elementor-button{
	clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	    cursor: pointer;
	transition: background .25s;
}
.btn-red .elementor-button{
	
}
.btn-red .elementor-button{
      clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
      transition: background .25s, transform .2s;
      cursor: pointer
    }

.btn-red .elementor-button:hover{
      transform: translateY(-2px)
    }
  .btn-outline .elementor-button {
      clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
      transition: all .25s
    }

  .btn-green .elementor-button {
      clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
      transition: background .25s, transform .2s
    }

    .btn-green .elementor-button:hover {
      transform: translateY(-2px)
    }

.nav-menu a.hfe-menu-item {
    transition: color .25s;
}

.icon_customstyle span.elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    background: #E01515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_customstyle span.elementor-icon-list-icon svg {
    fill: #fff !important;
}
.hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(224, 21, 21, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(224, 21, 21, 0.06) 1px, transparent 1px);
    background-size: 64px 64px;
    animation: gridMove 25s linear infinite;
}
.hero-glow {
    position: absolute;
    top: 10%;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(224, 21, 21, 0.12) 0%, transparent 65%);
    pointer-events: none;
}
.hero-glow2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(224, 21, 21, 0.07) 0%, transparent 70%);
    pointer-events: none;
}
.hero-badge-dot_before:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E01515;
    animation: blink 1.6s ease-in-out infinite;
    display: inline-flex;
}

.hero-badge-dot_before {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.d-inlineflex{
	    display: inline-flex !important;
    width: auto;
    max-width: 100%;
}
.span_red_block span {
    color: #E01515;
    display: block;
}
.span_red span {
    color: #E01515;
}
.stat-box{
	transition: all .3s;
}
.stat-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #E01515
    }
.stat-box:hover {
      transform: translateY(-2px)
    }
 .usp-ico {
      width: 30px !important;
      height: 30px;
      background: rgba(224, 21, 21, 0.18);
      border: 1px solid rgba(224, 21, 21, 0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      flex-shrink: 0
    }

.avail_dot_before {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.avail_dot_before:before {
    content: "";
	width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #25D366;
    animation: blink 1.6s infinite;
	    display: inline-flex;
}
.trust-item{
	white-space: nowrap;
}
.trust-sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

 /* SERVICES */
 .svc-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 1px;
      background: rgba(224, 21, 21, 0.08)
    }
    .svc-card {
      background: #111;
      padding: 34px 28px;
      position: relative;
      overflow: hidden;
      transition: all .3s;
      border: 1px solid transparent;
      cursor: default
    }
   .svc-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #E01515;
      transition: width .4s
    }
  .svc-card:hover {
      background: rgba(224, 21, 21, 0.05);
      border-color: rgba(224, 21, 21, 0.25)
    }
   .svc-card:hover::after {
      width: 100%
    }

   .svc-icon {
      width: 54px;
      height: 54px;
      background: rgba(224, 21, 21, 0.12);
      border: 1px solid rgba(224, 21, 21, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 20px;
      transition: all .3s
    }
  .svc-card:hover .svc-icon {
      background: #E01515;
      border-color: #E01515
    }
  .svc-name {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 10px
    }
  .svc-desc {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.45);
      line-height: 1.65
    }

    .svc-arr {
      position: absolute;
      top: 34px;
      right: 28px;
      color: #E01515;
      font-size: 22px;
      opacity: 0;
      transition: all .3s
    }

   .svc-card:hover .svc-arr {
      opacity: 1;
      transform: translateX(4px)
    }

/* why us */

.why-item {
    transition: all .3s;
}
.why-item:hover .why-num * {
      color: #E01515 !important;
    }
.why-num *{
      transition: color .3s
}
.big-card{
	position: relative;
}
.big-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
	    left: auto;
}
.mini-card{
	text-align: center;
    transition: all .3s;
}
.mini-card:hover {
    transform: translateY(-3px);
}
.cta-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 180px !important;
    color: rgba(255, 255, 255, 0.018) !important;
    letter-spacing: 12px !important;
    pointer-events: none;
    white-space: nowrap !important;
    overflow: hidden;
}
.brand-card {
	transition: all .3s;
    cursor: default;
}
.brand-card:hover {
    transform: translateY(-3px);
}
.brand-card:hover .brand-name * {
    color: #E01515 !important;
}

/* TESTIMONIALS */


    .testi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .testi-card {
      background: #1A1A1A;
      border: 1px solid rgba(255, 255, 255, 0.07);
      padding: 32px;
      position: relative;
      transition: all .3s
    }

    .testi-card:hover {
      border-color: rgba(224, 21, 21, 0.3);
      transform: translateY(-4px)
    }

    .testi-google {
      position: absolute;
      top: 22px;
      right: 22px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 4px 10px;
      font-size: 11px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.35);
      letter-spacing: 1px
    }

    .testi-stars {
      color: #E01515;
      font-size: 17px;
      letter-spacing: 2px;
      margin-bottom: 14px
    }

    .testi-text {
      font-size: 15px;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.65);
      font-style: italic;
      margin-bottom: 22px
    }

    .testi-author {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .testi-av {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #E01515;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 16px;
      flex-shrink: 0
    }

    .testi-name {
      font-weight: 700;
      font-size: 14px
    }

    .testi-veh {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.35);
      margin-top: 2px
    }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.fg {
    margin-bottom: 16px;
}
.fg label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 8px;
}

.fg p {
    margin: 0;
}
.fg input, .fg select, .fg textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 13px 16px;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color .25s;
    -webkit-appearance: none;
}
.fg textarea {
    resize: vertical;
    height: 100px;
}

.form-btn {
    width: 100%;
    background: #E01515;
    color: #fff;
    padding: 17px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    transition: background .25s;
    margin-top: 6px;
}
.form-btn:hover {
    background: #A80E0E;
}

.fg select option {
    background: #111;
    color: #fff;
}

.button_holder p {
    display: flex;
    position: relative;
}

.button_holder p span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Service page */
.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(224, 21, 21, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(224, 21, 21, 0.055) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridScroll 20s linear infinite;
}
.hero-radial {
    position: absolute;
    top: 0;
    right: -5%;
    width: 65%;
    height: 100%;
    background: radial-gradient(ellipse at 70% 40%, rgba(224, 21, 21, 0.16) 0%, transparent 65%);
    pointer-events: none;
}
.hero-radial2 {
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(224, 21, 21, 0.07) 0%, transparent 70%);
    pointer-events: none;
}
.hero-slash {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(224, 21, 21, 0.04) 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
}


.strong-white strong{
	color: #fff !important
}
.hero-desc{
	max-width: 520px;
}

.diag-status_before {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.diag-status_before:before{
	content: "";
	    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25D366;
    animation: pulse 1.5s infinite;
	display: inline-flex;
}
.diag-progress{margin-top:14px}
.dp-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 6px;
}
.dp-bar-wrap {
    height: 5px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 0;
    overflow: hidden;
}
.dp-bar {
    height: 100%;
    background: linear-gradient(90deg, #E01515, #FF4444);
    border-radius: 0;
    animation: barFill 2.5s ease forwards;
}

.wr-big::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e01515;
}
.wr-mini:hover {
    transform: translateY(-2px);
}
.process-steps::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #E01515, transparent);
    z-index: 0;
	width: auto;
}

.ps-num-wrap {
    transition: all .3s;
    position: relative;
}
.ps-step:hover .ps-num-wrap {
    border-color: #E01515 !important;
    background: rgba(224, 21, 21, 0.1) !important;
}
.ps-num-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px dashed rgba(224, 21, 21, 0.15);
}
.ps-step .step_para {
    display: inline-flex;
    min-height: 60px;
}
.dg-card::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#E01515;transition:width .4s}
.dg-card:hover{background:rgba(224,21,21,0.05);border-color:rgba(224,21,21,0.2)}
.dg-card:hover::after{width:100%}
.white-space_nowrap *{
	white-space: nowrap;
}
.ct-cell .yes {
    color: #25D366;
    font-weight: 800;
    font-size: 15px;
}
.ct-cell .par {
    color: #FFB800;
    font-size: 12px;
    font-weight: 600;
}
.ct-cell .no {
    color: rgba(255, 255, 255, 0.25);
    font-weight: 800;
    font-size: 15px;
}
.wop-item {
    padding: 20px 0;
    transition: all .3s;
}
.wop-item:hover {
    padding-left: 6px;
}
.wop-item:hover .wop-ico {
    background: #E01515;
    border-color: #E01515;
}

.faq-list details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.faq-list details summary {
    border: none !important;
}

.faq-list details summary + div {
    border: none;
    padding: 0;
    margin: 0;
}
.faq-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #E01515;
}
.a_inherit a {
    font: inherit !important;
}
.map-embed {
    position: relative;
    background: #111;
}
.map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: none;
    filter: grayscale(80%) invert(90%) contrast(95%);
    opacity: 0.85;
}
.map-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-left: 3px solid #E01515;
}

.map-embed_wrapper>.elementor-widget-html {
    height: 100% !important;
}

.map-embed_wrapper>.elementor-widget-html .map-embed {
    height: 100%;
}
.vc-card:hover .brand-name {
    color: #E01515;
}

.vc-card, .rel-card {
    cursor: pointer;
}
.rel-card:hover .rel-name {
    color: #E01515;
}
/* keyframes */
@keyframes gridMove{0%{background-position:0 0}100%{background-position:64px 64px}}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0.2}}
@keyframes floatBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes gridScroll{to{background-position:60px 60px}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.3;transform:scale(0.8)}}
@keyframes barFill{from{width:0}to{width:87%}}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Keyframes end */

/* SCROLL REVEAL 
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease
    }

    .reveal.on {
      opacity: 1;
      transform: none
    }

    .reveal-l {
      opacity: 0;
      transform: translateX(-28px);
      transition: opacity .7s ease, transform .7s ease
    }

    .reveal-l.on {
      opacity: 1;
      transform: none
    }

    .reveal-r {
      opacity: 0;
      transform: translateX(28px);
      transition: opacity .7s ease, transform .7s ease
    }

    .reveal-r.on {
      opacity: 1;
      transform: none
    }
.rev{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}
.rev.on{opacity:1;transform:none}
.rev-l{opacity:0;transform:translateX(-26px);transition:opacity .65s ease,transform .65s ease}
.rev-l.on{opacity:1;transform:none}
.rev-r{opacity:0;transform:translateX(26px);transition:opacity .65s ease,transform .65s ease}
.rev-r.on{opacity:1;transform:none}
*/



 /* FLOATING WA */
    .float-wa {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 999;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #25D366;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
      text-decoration: none;
      animation: floatBob 3s ease-in-out infinite;
      transition: transform .2s
    }

    .float-wa:hover {
      transform: scale(1.1) !important
    }

.rel-arr{
	    transition: all .3s;
	opacity: 0;
}
.rel-card:hover .rel-arr {
    opacity: 1;
    transform: translateX(4px);
}
.final-cta-deco {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 21, 21, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
/* RESPONSIVE */
    @media(max-width:1100px) {
          .testi-grid {
        grid-template-columns: 1fr
      }
.nav-custom .nav-menu {
    width: 40px !important;
}

.nav-custom .nav-logo {
    width: 30%;
}

.nav-custom .nav-logo img {
    max-height: 80px;
    margin-block: 10px;
    object-fit: contain;
}
		
		.nav-custom .nav-menu ul.hfe-nav-menu {
    background: #0A0A0AF7 !important;
}

.nav-custom .nav-menu ul.hfe-nav-menu a.hfe-menu-item {
    background: #ffffff !important;
    padding: 20px 30px !important;
    color: #0a0a0a !important;
    font-size: 16px;
}
		.nav-right {
    position: fixed !important;
    left: 0;
    bottom: 0;
    padding: 15px;
    right: 0;
    background: #0b0b0b;
    border-top: 1px solid var(--red);
}

.nav-custom .nav-logo {
    width: 50%;
}

a.float-wa {
    bottom: 80px;
}

body {
    padding-bottom: 70px !important;
}
		.process-steps::before{
			display: none;
		}
		
		.icon_list_lists ul {
    gap: 24px;
}

.icon_list_lists ul li {
    margin: 0 !important;
}
		
    }
@media (max-width:768px){
	.form-row {
    grid-template-columns: 1fr;
}

.form-btn {
    white-space: normal;
}
	.comparison-table .elementor-heading-title {
    white-space: normal;
}
}