.dhf-widget,.dijital-hf{--dhf-red:#e30613;--dhf-dark:#111111;--dhf-white:#ffffff;box-sizing:border-box}.dijital-hf *,.dhf-widget *{box-sizing:border-box}.dhf-widget,.dhf-widget *{font-style:normal}.dhf-widget a{box-shadow:none!important}.dijital-hf{position:relative;z-index:999;background:#fff}.dijital-hf-header{width:100%}.dhf-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px;border-bottom:1px solid rgba(17,17,17,.08);font-size:13px}.dhf-logo{display:block;line-height:0}.dhf-logo a{display:inline-block;position:relative;overflow:hidden}.dhf-logo img{display:inline-block;max-width:100%;height:auto;vertical-align:middle}.dhf-logo-shine a:after,.dhf-cta-shine:after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:skewX(-20deg);animation:dhf-shine 3.5s infinite}.dhf-logo-pulse img{animation:dhf-pulse 2.4s infinite}.dhf-logo-float img{animation:dhf-float 3s ease-in-out infinite}.dhf-nav-wrap{display:flex;align-items:center;justify-content:center;position:relative;min-height:70px}.dhf-desktop-nav{display:flex;align-items:center}.dhf-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px}.dhf-layout-vertical .dhf-menu{flex-direction:column;align-items:flex-start}.dhf-menu li{position:relative;margin:0;padding:0}.dhf-menu a{display:flex;align-items:center;gap:6px;text-decoration:none;color:#111;transition:color .25s ease,transform .25s ease,text-shadow .25s ease;position:relative;white-space:nowrap}.dhf-hover-underline .dhf-menu a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--dhf-red);transform:scaleX(0);transform-origin:right;transition:transform .28s ease}.dhf-hover-underline .dhf-menu a:hover:after,.dhf-hover-underline .dhf-menu .current-menu-item>a:after{transform:scaleX(1);transform-origin:left}.dhf-hover-slide .dhf-menu a:hover{transform:translateY(-2px)}.dhf-hover-glow .dhf-menu a:hover{text-shadow:0 0 14px rgba(227,6,19,.45)}.dhf-menu .sub-menu{list-style:none;margin:0;padding:10px;position:absolute;left:0;top:calc(100% + 14px);min-width:220px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.06);border-radius:14px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:1000}.dhf-menu .sub-menu a{padding:10px 12px;border-radius:10px;width:100%;justify-content:space-between}.dhf-menu .sub-menu a:hover{background:rgba(227,6,19,.07)}.dhf-dropdown-hover .dhf-menu li:hover>.sub-menu,.dhf-menu li.dhf-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.dhf-menu .sub-menu .sub-menu{left:calc(100% + 10px);top:0}.dhf-burger{display:none;width:44px;height:44px;border:1px solid rgba(0,0,0,.14);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.dhf-burger span{display:block;width:20px;height:2px;background:#111;border-radius:10px}.dhf-offcanvas{position:fixed;inset:0;z-index:100000;opacity:0;visibility:hidden;transition:.25s ease}.dhf-offcanvas.is-open{opacity:1;visibility:visible}.dhf-offcanvas-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.48)}.dhf-offcanvas-panel{position:absolute;right:0;top:0;height:100%;width:min(86vw,380px);background:#fff;transform:translateX(100%);transition:transform .28s ease;box-shadow:-20px 0 50px rgba(0,0,0,.25);padding:22px;overflow:auto}.dhf-offcanvas.is-open .dhf-offcanvas-panel{transform:translateX(0)}.dhf-offcanvas-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dhf-close{border:0;background:#111;color:#fff;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;cursor:pointer}.dhf-mobile-nav .dhf-menu{display:flex;flex-direction:column;align-items:stretch;gap:0}.dhf-mobile-nav .dhf-menu a{padding:13px 4px;border-bottom:1px solid rgba(0,0,0,.08);justify-content:space-between}.dhf-mobile-nav .dhf-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 15px;display:none}.dhf-mobile-nav .dhf-menu li.dhf-open>.sub-menu{display:block}.dhf-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;position:relative;overflow:hidden;border:1.5px solid #111;border-radius:12px;padding:12px 18px;background:#fff;color:#111;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.dhf-cta-lift:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.dhf-cta-pulse{animation:dhf-pulse 2s infinite}.dhf-social{display:flex;align-items:center;gap:10px}.dhf-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#111;color:#fff;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.dhf-social a:hover{transform:translateY(-2px);opacity:.88}.dhf-social svg,.dhf-cta svg{width:1em;height:1em;fill:currentColor}@keyframes dhf-shine{0%{left:-120%}42%,100%{left:140%}}@keyframes dhf-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes dhf-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:1024px){.dhf-topbar{padding:8px 16px;flex-direction:column;align-items:flex-start;gap:5px}.dhf-nav-wrap.dhf-is-mobile{justify-content:flex-end}.dhf-nav-wrap.dhf-is-mobile .dhf-desktop-nav{display:none}.dhf-nav-wrap.dhf-is-mobile .dhf-burger{display:flex}.dhf-hide-tablet{display:none!important}}@media (max-width:767px){.dhf-hide-mobile{display:none!important}.dhf-offcanvas-panel{width:min(90vw,360px)}}@media (min-width:1025px){.dhf-hide-desktop{display:none!important}}

/* v1.2.0 - Tek parça Header / Tek parça Footer */
.dhf-header-one,.dhf-footer-one{width:100%;box-sizing:border-box}.dhf-header-one.dhf-sticky{position:sticky;top:0;z-index:99999}.dhf-header-inner,.dhf-footer-inner{width:100%;margin-left:auto;margin-right:auto}.dhf-header-main{display:flex;align-items:center}.dhf-header-main>.dhf-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-left:20px;padding-right:20px}.dhf-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.dhf-header-one .dhf-logo{flex-shrink:0}.dhf-header-one .dhf-desktop-nav{flex:1;justify-content:center}.dhf-header-layout-logo-center-menu .dhf-header-main>.dhf-header-inner{flex-direction:column;justify-content:center;padding-top:16px;padding-bottom:16px}.dhf-header-layout-logo-center-menu .dhf-header-actions{position:absolute;right:20px}.dhf-header-layout-menu-logo-cta .dhf-logo{order:2}.dhf-header-layout-menu-logo-cta .dhf-desktop-nav{order:1;justify-content:flex-start}.dhf-header-layout-menu-logo-cta .dhf-header-actions{order:3}.dhf-header-one .dhf-burger{order:99}.dhf-footer-one{position:relative}.dhf-footer-inner{padding:55px 20px 28px}.dhf-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:42px;align-items:start}.dhf-footer-logo{line-height:0;margin-bottom:18px}.dhf-footer-logo img{display:inline-block;max-width:100%;height:auto}.dhf-footer-desc{margin:0 0 18px;line-height:1.75}.dhf-footer-one h3{font-size:18px;margin:0 0 18px;font-weight:700;color:inherit}.dhf-footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dhf-footer-menu li{margin:0;padding:0}.dhf-footer-menu a{text-decoration:none;opacity:.84;transition:opacity .2s ease,transform .2s ease}.dhf-footer-menu a:hover{opacity:1;transform:translateX(3px)}.dhf-footer-contact{line-height:1.9;opacity:.86}.dhf-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:38px;padding-top:22px}.dhf-footer-copy{font-size:14px}@media (max-width:1024px){.dhf-header-one.dhf-is-mobile .dhf-header-main>.dhf-header-inner{min-height:70px;justify-content:space-between}.dhf-header-one.dhf-is-mobile .dhf-desktop-nav,.dhf-header-one.dhf-is-mobile .dhf-header-actions{display:none}.dhf-header-one.dhf-is-mobile .dhf-burger{display:flex}.dhf-header-layout-logo-center-menu .dhf-header-actions{position:static}.dhf-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.dhf-footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:767px){.dhf-topbar.dhf-header-inner{padding:8px 16px}.dhf-footer-grid{grid-template-columns:1fr}.dhf-footer-grid>div:first-child{grid-column:auto}.dhf-footer-inner{padding:42px 18px 24px}}

/* v1.3.0 - izolasyon, topbar repeater, CTA ölçü, FA ikon, canvas/dropdown fix */
.dhf-widget,.dhf-widget *,.dhf-widget *::before,.dhf-widget *::after{box-sizing:border-box}.dhf-widget{font-family:Arial,Helvetica,sans-serif;color:#111;line-height:1.4;-webkit-font-smoothing:antialiased}.dhf-widget :where(a,a:hover,a:focus,a:active){text-decoration:none;box-shadow:none;outline:none}.dhf-widget :where(button){font-family:inherit;box-shadow:none;text-shadow:none;appearance:none;-webkit-appearance:none}.dhf-widget :where(i){font-style:normal;line-height:1;color:currentColor}.dhf-widget svg{fill:currentColor!important;color:currentColor!important}.elementor .dhf-widget :where(a,button){transition:inherit}.elementor .dhf-widget :where(button,.dhf-burger,.dhf-close){background-image:none!important}.elementor .dhf-widget .dhf-close,.dhf-widget .dhf-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;margin:0!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:#0b1f3a!important;color:#fff!important;font-size:17px!important;line-height:1!important;cursor:pointer!important}.dhf-widget .dhf-close:hover{transform:rotate(90deg);background:#132f52!important;color:#fff!important}.dhf-widget .dhf-close i{font-family:"Font Awesome 6 Free","Font Awesome 5 Free";font-weight:900}
.dhf-topbar{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:16px!important;min-height:42px;padding:0 20px;background:#0b1f3a;color:#fff;font-size:14px}.dhf-topbar-group{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:18px;min-width:0}.dhf-topbar-left{justify-content:flex-start}.dhf-topbar-center{justify-content:center}.dhf-topbar-right{justify-content:flex-end}.dhf-topbar-item{display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0;color:inherit!important;text-decoration:none!important;white-space:nowrap;font-size:inherit;line-height:1.25}.dhf-topbar-item i{font-size:1em;color:currentColor!important}.dhf-topbar-item:hover{opacity:.82;color:inherit!important}.dhf-topbar a,.dhf-topbar span{color:inherit!important}.dhf-topbar .dhf-topbar-group:empty{display:block!important}.dhf-topbar-center:empty{width:0}.dhf-topbar-left:empty,.dhf-topbar-right:empty{min-width:0}
.dhf-menu a{background-repeat:no-repeat;background-position:left calc(100% - 1px);background-size:0 2px}.dhf-hover-underline .dhf-menu a:after{display:none!important}.dhf-hover-underline .dhf-menu a:hover,.dhf-hover-underline .dhf-menu .current-menu-item>a{background-size:100% 2px}.dhf-menu .menu-item-has-children>a{gap:8px!important}.dhf-indicator-chevron .dhf-menu .menu-item-has-children>a::after{content:""!important;display:inline-block!important;width:7px!important;height:7px!important;border-right:1.8px solid currentColor!important;border-bottom:1.8px solid currentColor!important;transform:rotate(45deg)!important;margin-left:3px!important;position:static!important;background:none!important;flex:0 0 auto;opacity:.72}.dhf-indicator-angle .dhf-menu .menu-item-has-children>a::after{content:">"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;border:0!important;transform:none!important;margin-left:4px!important;position:static!important;background:none!important;flex:0 0 auto;opacity:.72;font-weight:700}.dhf-indicator-none .dhf-menu .menu-item-has-children>a::after{display:none!important;content:""!important}.dhf-menu .sub-menu .menu-item-has-children>a::after{transform:rotate(-45deg)!important}.dhf-indicator-angle .dhf-menu .sub-menu .menu-item-has-children>a::after{transform:none!important}.dhf-menu .sub-menu{padding:12px!important;border-radius:16px!important;box-shadow:0 20px 60px rgba(7,18,32,.16)!important;border:1px solid rgba(11,31,58,.08)!important}.dhf-menu .sub-menu a{font-size:14px;min-height:40px}.dhf-menu .sub-menu a:hover{background:rgba(29,155,240,.08)!important}
.dhf-cta{min-height:46px;min-width:max-content;padding:0 22px!important;border-width:1.5px!important;border-style:solid!important;border-radius:12px!important;background:#0b1f3a;color:#fff;line-height:1!important;font-weight:700!important;font-size:15px!important}.dhf-cta,.dhf-cta:hover,.dhf-cta:focus{color:inherit;text-decoration:none!important}.dhf-cta i{font-family:"Font Awesome 6 Free","Font Awesome 5 Free";font-weight:900}.dhf-social a{font-size:15px!important;color:#fff!important;background:#0b1f3a}.dhf-social a i{font-family:"Font Awesome 6 Brands","Font Awesome 5 Brands"}.dhf-social a .fas,.dhf-social a .far{font-family:"Font Awesome 6 Free","Font Awesome 5 Free"}.dhf-burger{background:#fff!important;color:#111!important;border:1px solid rgba(11,31,58,.18)!important;padding:0!important}.dhf-burger span{background:currentColor!important}.dhf-offcanvas-panel{background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.dhf-offcanvas-head strong{font-size:18px!important;line-height:1.2!important;color:inherit!important}.dhf-mobile-nav .dhf-menu a{color:#111!important;background-image:none!important}.dhf-mobile-nav .dhf-menu .menu-item-has-children>a::after{margin-left:auto!important}.dhf-offcanvas-backdrop{background:rgba(3,10,20,.58)!important}
@media (max-width:1024px){.dhf-topbar.dhf-topbar-hide-mobile{display:none!important}.dhf-topbar{grid-template-columns:1fr!important}.dhf-topbar-group,.dhf-topbar-left,.dhf-topbar-center,.dhf-topbar-right{justify-content:flex-start!important}.dhf-topbar-item{white-space:normal}.dhf-header-one.dhf-is-mobile .dhf-header-actions{display:none!important}}

/* v1.4.0 - frontend FA fix, full width header, refined mobile canvas/dropdown, sticky removed */
.elementor-widget-dijital_hf_header,
.elementor-widget-dijital_hf_header > .elementor-widget-container{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;overflow:visible!important;
}
.dhf-header-one{
  display:block!important;position:relative!important;z-index:9999!important;width:100vw!important;max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;left:auto!important;right:auto!important;
  border:0!important;border-radius:0!important;box-shadow:none;background:#fff;
}
.dhf-header-one.dhf-sticky{position:relative!important;top:auto!important;}
.dhf-header-main,.dhf-topbar{width:100%!important;max-width:none!important;margin:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;}
.dhf-header-inner{width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
.dhf-header-main>.dhf-header-inner{padding-left:20px;padding-right:20px;}
.dhf-topbar{display:block!important;padding:0!important;min-height:42px!important;}
.dhf-topbar-inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:16px!important;min-height:inherit!important;padding:0 20px;}
.dhf-topbar-group{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:18px;min-width:0;}
.dhf-topbar-item i,.dhf-topbar-item svg,.dhf-social i,.dhf-social svg,.dhf-cta i,.dhf-cta svg,.dhf-close i,.dhf-close svg{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1em!important;height:1em!important;color:currentColor!important;fill:currentColor!important;line-height:1!important;visibility:visible!important;opacity:1!important;}
.dhf-topbar-item .fa,.dhf-topbar-item .fas,.dhf-topbar-item .far,.dhf-topbar-item .fab,
.dhf-social .fa,.dhf-social .fas,.dhf-social .far,.dhf-social .fab,
.dhf-cta .fa,.dhf-cta .fas,.dhf-cta .far,.dhf-cta .fab,
.dhf-close .fa,.dhf-close .fas{font-family:"Font Awesome 6 Free","Font Awesome 5 Free"!important;font-weight:900!important;}
.dhf-social .fab{font-family:"Font Awesome 6 Brands","Font Awesome 5 Brands"!important;font-weight:400!important;}
.dhf-social a{flex:0 0 auto!important;border:0!important;text-decoration:none!important;}
.dhf-menu,.dhf-menu li,.dhf-menu ul{list-style:none!important;margin:0!important;}
.dhf-menu a{border:0!important;text-decoration:none!important;box-shadow:none!important;}
.dhf-menu .sub-menu{overflow:visible!important;background:#fff!important;backdrop-filter:saturate(140%) blur(8px);}
.dhf-menu .sub-menu li{width:100%!important;}
.dhf-menu .sub-menu a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:11px 12px!important;border-radius:10px!important;color:#172033!important;}
.dhf-indicator-chevron .dhf-menu .sub-menu .menu-item-has-children>a::after{transform:rotate(-45deg)!important;margin-left:auto!important;}
.dhf-indicator-angle .dhf-menu .sub-menu .menu-item-has-children>a::after{content:">"!important;margin-left:auto!important;}
.dhf-offcanvas{font-family:Arial,Helvetica,sans-serif!important;}
.dhf-offcanvas-panel{
  width:min(92vw,410px)!important;padding:0!important;background:#f7f9fc!important;color:#101828!important;box-shadow:-24px 0 70px rgba(2,8,23,.28)!important;border-left:1px solid rgba(15,23,42,.08)!important;
}
.dhf-offcanvas-head{
  margin:0!important;padding:22px 22px 18px!important;background:linear-gradient(135deg,#0b1f3a,#143b67)!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.dhf-offcanvas-head strong{color:#fff!important;font-size:19px!important;font-weight:800!important;letter-spacing:.2px!important;}
.dhf-close{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important;}
.dhf-close:hover{background:#fff!important;color:#0b1f3a!important;}
.dhf-mobile-nav{padding:18px!important;}
.dhf-mobile-nav .dhf-menu{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important;margin:0!important;padding:0!important;}
.dhf-mobile-nav .dhf-menu li{display:block!important;width:100%!important;border:0!important;}
.dhf-mobile-nav .dhf-menu a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  min-height:48px!important;padding:13px 14px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:14px!important;
  background:#fff!important;color:#111827!important;font-weight:700!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;
}
.dhf-mobile-nav .dhf-menu a:hover{background:#eef6ff!important;color:#0b5fa5!important;transform:none!important;}
.dhf-mobile-nav .dhf-menu .menu-item-has-children>a::after{
  margin-left:auto!important;width:24px!important;height:24px!important;border:0!important;border-radius:999px!important;background:#eef4fb!important;color:#0b1f3a!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;content:"›"!important;font-size:20px!important;line-height:1!important;transform:none!important;transition:transform .2s ease,background .2s ease!important;
}
.dhf-mobile-nav .dhf-menu li.dhf-open>a{background:#0b1f3a!important;color:#fff!important;border-color:#0b1f3a!important;}
.dhf-mobile-nav .dhf-menu li.dhf-open>a::after{background:rgba(255,255,255,.16)!important;color:#fff!important;transform:rotate(90deg)!important;}
.dhf-mobile-nav .dhf-menu .sub-menu{
  position:static!important;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;min-width:0!important;
  margin:8px 0 4px 13px!important;padding:0 0 0 13px!important;border:0!important;border-left:2px solid rgba(11,31,58,.18)!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;
}
.dhf-mobile-nav .dhf-menu li.dhf-open>.sub-menu{display:flex!important;flex-direction:column!important;gap:7px!important;}
.dhf-mobile-nav .dhf-menu .sub-menu a{min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:14px!important;font-weight:650!important;box-shadow:none!important;background:#fff!important;}
.dhf-burger{border-radius:14px!important;box-shadow:0 8px 20px rgba(15,23,42,.08)!important;}
@media (max-width:1024px){
  .dhf-topbar.dhf-topbar-hide-mobile{display:none!important;}
  .dhf-topbar-inner{grid-template-columns:1fr!important;gap:8px!important;padding:8px 16px!important;}
  .dhf-topbar-group,.dhf-topbar-left,.dhf-topbar-center,.dhf-topbar-right{justify-content:flex-start!important;}
  .dhf-header-main>.dhf-header-inner{padding-left:16px!important;padding-right:16px!important;}
}

/* v1.5.0 - topbar inline fix, no ghost gaps, no horizontal overflow, social icons in topbar right */
html,body{max-width:100%;overflow-x:clip;}
.elementor-widget-dijital_hf_header,
.elementor-widget-dijital_hf_header > .elementor-widget-container{
  width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;
}
.dhf-header-one{
  width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;transform:none!important;overflow:visible!important;
}
.dhf-header-one,.dhf-header-one *{max-width:100%;}
.dhf-header-main,.dhf-topbar{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;}
.dhf-header-inner{width:100%!important;max-width:min(var(--dhf-container, 1200px), 100%)!important;min-width:0!important;}
.dhf-header-main > .dhf-header-inner{display:flex!important;min-width:0!important;}
.dhf-header-one .dhf-desktop-nav{min-width:0!important;overflow:visible!important;}
.dhf-header-one .dhf-menu{min-width:0!important;flex-wrap:wrap!important;}
.dhf-header-one .dhf-logo,.dhf-header-actions,.dhf-burger{max-width:none!important;}
.dhf-header-actions{min-width:0!important;}
.dhf-topbar{display:block!important;padding:0!important;}
.dhf-topbar:empty{display:none!important;min-height:0!important;height:0!important;padding:0!important;border:0!important;}
.dhf-topbar-inner{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:inherit!important;
  width:100%!important;min-width:0!important;padding-left:20px;padding-right:20px;overflow:hidden!important;
}
.dhf-topbar-group{
  display:flex!important;align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:18px;min-width:0!important;max-width:100%!important;
}
.dhf-topbar-group:empty{display:none!important;width:0!important;min-width:0!important;padding:0!important;margin:0!important;gap:0!important;}
.dhf-topbar-left{justify-content:flex-start!important;flex:1 1 auto!important;}
.dhf-topbar-center{justify-content:center!important;flex:0 1 auto!important;}
.dhf-topbar-right{justify-content:flex-end!important;flex:1 1 auto!important;margin-left:auto!important;}
.dhf-topbar-item{
  display:inline-flex!important;align-items:center!important;flex-direction:row!important;gap:7px!important;white-space:nowrap!important;
  width:auto!important;max-width:none!important;min-width:0!important;line-height:1.2!important;flex:0 0 auto!important;
}
.dhf-topbar-item span{display:inline-block!important;width:auto!important;max-width:none!important;white-space:nowrap!important;line-height:1.2!important;}
.dhf-topbar-item:empty{display:none!important;}
.dhf-topbar-item i,.dhf-topbar-item svg{flex:0 0 auto!important;}
.dhf-topbar-has-social{gap:14px!important;}
.dhf-topbar .dhf-social{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;width:auto!important;max-width:none!important;margin-left:6px!important;}
.dhf-social:empty{display:none!important;}
.dhf-social a{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;aspect-ratio:1/1!important;overflow:hidden!important;flex:0 0 auto!important;}
.dhf-social a i,.dhf-social a svg{font-size:1em!important;width:1em!important;height:1em!important;line-height:1!important;color:currentColor!important;fill:currentColor!important;}
@media (max-width:1024px){
  html,body{overflow-x:hidden;}
  .dhf-topbar.dhf-topbar-hide-mobile{display:none!important;min-height:0!important;height:0!important;padding:0!important;border:0!important;}
  .dhf-topbar-inner{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;padding:8px 16px!important;overflow:auto!important;scrollbar-width:none!important;}
  .dhf-topbar-inner::-webkit-scrollbar{display:none!important;}
  .dhf-topbar-left,.dhf-topbar-center,.dhf-topbar-right{flex:0 0 auto!important;justify-content:flex-start!important;margin-left:0!important;}
  .dhf-topbar-group{flex-wrap:nowrap!important;gap:14px!important;}
  .dhf-topbar-item,.dhf-topbar-item span{white-space:nowrap!important;}
  .dhf-header-one.dhf-is-mobile .dhf-header-main > .dhf-header-inner{overflow:hidden!important;}
}

/* v3.0.0 FINAL - inner width, mobile canvas styles, footer contact repeater */
.elementor-widget-dijital_hf_header,
.elementor-widget-dijital_hf_header > .elementor-widget-container,
.elementor-location-header .elementor-widget-dijital_hf_header,
.elementor-location-header .elementor-widget-dijital_hf_header > .elementor-widget-container{
  width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;left:auto!important;right:auto!important;
}
.dhf-header-one{width:100%!important;max-width:100%!important;margin:0!important;border:0!important;overflow:visible!important;}
.dhf-header-main{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;}
.dhf-header-main > .dhf-header-inner,
.dhf-topbar-inner.dhf-header-inner{
  width:100%!important;
  max-width:min(var(--dhf-container, 1200px), calc(100vw - 0px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.dhf-header-main > .dhf-header-inner{overflow:visible!important;}
.dhf-header-one .dhf-logo,
.dhf-header-one .dhf-desktop-nav,
.dhf-header-one .dhf-header-actions{min-width:0!important;}
.dhf-header-one .dhf-menu{max-width:100%!important;}
.dhf-header-one .dhf-menu .sub-menu{max-width:none!important;}
.dhf-header-one .dhf-burger,
.dhf-header-one .dhf-close,
.dhf-header-one .dhf-cta,
.dhf-header-one .dhf-social a,
.dhf-footer-one .dhf-social a,
.dhf-footer-contact-icon{
  appearance:none!important;-webkit-appearance:none!important;text-shadow:none!important;box-shadow:none;text-decoration:none!important;
}
.dhf-offcanvas{font-family:inherit!important;}
.dhf-offcanvas-panel{
  border-radius:22px 0 0 22px!important;
  max-width:92vw!important;
  border-left:1px solid rgba(11,31,58,.08)!important;
}
.dhf-offcanvas-head{
  padding:0 0 16px!important;
  margin:0 0 18px!important;
  border-bottom:1px solid rgba(11,31,58,.1)!important;
}
.dhf-offcanvas-head strong{font-size:20px!important;font-weight:800!important;letter-spacing:-.02em!important;line-height:1.2!important;}
.dhf-close{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  border:0!important;border-radius:14px!important;padding:0!important;line-height:1!important;cursor:pointer!important;
}
.dhf-close i,.dhf-close svg{font-size:16px!important;width:16px!important;height:16px!important;line-height:1!important;fill:currentColor!important;color:currentColor!important;}
.dhf-mobile-nav .dhf-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;margin:0!important;padding:0!important;list-style:none!important;}
.dhf-mobile-nav .dhf-menu li{width:100%!important;margin:0!important;padding:0!important;list-style:none!important;}
.dhf-mobile-nav .dhf-menu > li > a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  padding:14px 16px!important;border:1px solid rgba(11,31,58,.08)!important;font-weight:700!important;line-height:1.2!important;
}
.dhf-mobile-nav .dhf-menu .sub-menu{
  position:static!important;display:none;opacity:1!important;visibility:visible!important;transform:none!important;
  box-shadow:none!important;border:1px solid rgba(11,31,58,.07)!important;border-radius:14px!important;
  margin:8px 0 2px!important;padding:8px!important;list-style:none!important;
}
.dhf-mobile-nav .dhf-menu li.dhf-open > .sub-menu{display:flex!important;flex-direction:column!important;gap:6px!important;}
.dhf-mobile-nav .dhf-menu .sub-menu a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  padding:11px 12px!important;border:0!important;border-radius:10px!important;background:transparent!important;font-weight:600!important;
}
.dhf-mobile-nav .menu-item-has-children > a:after{
  content:'›'!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:24px!important;height:24px!important;min-width:24px!important;margin-left:12px!important;border-radius:999px!important;
  background:rgba(11,31,58,.08)!important;color:currentColor!important;font-size:20px!important;line-height:1!important;transition:transform .2s ease!important;
}
.dhf-mobile-nav .menu-item-has-children.dhf-open > a:after{transform:rotate(90deg)!important;}
.dhf-mobile-nav .dhf-menu a:before{display:none!important;}
.dhf-footer-contact{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1.4!important;opacity:1!important;}
.dhf-footer-contact-item{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:inherit!important;max-width:100%!important;}
.dhf-footer-contact-item:hover .dhf-footer-contact-text{text-decoration:underline;text-underline-offset:3px;}
.dhf-footer-contact-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;line-height:1!important;}
.dhf-footer-contact-icon i,.dhf-footer-contact-icon svg{width:1em!important;height:1em!important;font-size:1em!important;line-height:1!important;fill:currentColor!important;color:currentColor!important;}
.dhf-footer-contact-text{display:inline-block!important;word-break:break-word!important;line-height:1.45!important;}
.dhf-footer-one .dhf-social a i,.dhf-footer-one .dhf-social a svg{width:1em!important;height:1em!important;font-size:1em!important;fill:currentColor!important;color:currentColor!important;}
@media (max-width:767px){
  .dhf-offcanvas-panel{width:min(92vw, var(--dhf-canvas-width, 380px))!important;border-radius:18px 0 0 18px!important;}
  .dhf-header-main > .dhf-header-inner,
  .dhf-topbar-inner.dhf-header-inner{max-width:100%!important;}
}


/* v3.0.1 - Font Awesome kesin görünürlük + dropdown ok düzeltmesi */
.dhf-header-one .dhf-topbar-item > i,
.dhf-header-one .dhf-cta > i,
.dhf-header-one .dhf-social a > i,
.dhf-footer-one .dhf-social a > i,
.dhf-footer-contact-icon > i,
.dhf-close > i{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:1em!important;height:1em!important;min-width:1em!important;line-height:1!important;
  color:currentColor!important;fill:currentColor!important;opacity:1!important;visibility:visible!important;
  font-style:normal!important;text-rendering:auto!important;-webkit-font-smoothing:antialiased!important;
}
.dhf-header-one .fa,
.dhf-header-one .fas,
.dhf-header-one .fa-solid,
.dhf-footer-one .fa,
.dhf-footer-one .fas,
.dhf-footer-one .fa-solid{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free"!important;font-weight:900!important;
}
.dhf-header-one .far,
.dhf-header-one .fa-regular,
.dhf-footer-one .far,
.dhf-footer-one .fa-regular{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free"!important;font-weight:400!important;
}
.dhf-header-one .fab,
.dhf-header-one .fa-brands,
.dhf-footer-one .fab,
.dhf-footer-one .fa-brands{
  font-family:"Font Awesome 6 Brands","Font Awesome 5 Brands"!important;font-weight:400!important;
}
.dhf-footer-one .dhf-social,
.dhf-footer-one .dhf-footer-contact{opacity:1!important;visibility:visible!important;}
.dhf-footer-one .dhf-social a,
.dhf-footer-contact-icon{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  overflow:visible!important;color:inherit;
}
.dhf-footer-one .dhf-social a:empty,
.dhf-footer-contact-icon:empty{display:none!important;}

/* Header desktop dropdown göstergesi: bozuk karakter/SVG yerine temiz CSS ok */
.dhf-header-one .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{
  content:""!important;display:inline-block!important;box-sizing:border-box!important;
  width:8px!important;height:8px!important;min-width:8px!important;max-width:8px!important;
  border:0!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;
  background:transparent!important;border-radius:0!important;margin-left:8px!important;margin-right:0!important;
  transform:rotate(45deg)!important;position:relative!important;top:-2px!important;opacity:.72!important;
  flex:0 0 8px!important;line-height:1!important;font-size:0!important;transition:transform .2s ease,opacity .2s ease!important;
}
.dhf-header-one .dhf-desktop-nav .dhf-menu .menu-item-has-children:hover > a::after{opacity:1!important;transform:rotate(45deg) translate(1px,1px)!important;}
.dhf-header-one .dhf-desktop-nav .dhf-menu .sub-menu .menu-item-has-children > a::after{
  margin-left:auto!important;top:0!important;transform:rotate(-45deg)!important;
}
.dhf-header-one .dhf-desktop-nav .dhf-menu .sub-menu .menu-item-has-children:hover > a::after{transform:rotate(-45deg) translate(1px,1px)!important;}
.dhf-header-one.dhf-indicator-none .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{display:none!important;content:""!important;}
.dhf-header-one.dhf-indicator-angle .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{
  content:"›"!important;border:0!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  font-size:17px!important;font-weight:800!important;line-height:1!important;top:0!important;transform:rotate(90deg)!important;
}
.dhf-header-one.dhf-indicator-angle .dhf-desktop-nav .dhf-menu .sub-menu .menu-item-has-children > a::after{transform:rotate(0deg)!important;margin-left:auto!important;}

/* v3.0.2 - Elementor ayar önceliği + sosyal ikon kesin renk/kutu kontrolü */
.dhf-header-one{background:var(--dhf-header-bg,#ffffff)!important;}
.dhf-header-one .dhf-topbar{background:var(--dhf-topbar-bg,#0b1f3a)!important;color:var(--dhf-topbar-color,#ffffff)!important;}
.dhf-header-one .dhf-topbar a:not(.dhf-social a),
.dhf-header-one .dhf-topbar .dhf-topbar-item{color:var(--dhf-topbar-color,#ffffff)!important;}
.dhf-header-one .dhf-social,
.dhf-footer-one .dhf-social,
.dhf-widget.dhf-social{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:var(--dhf-social-gap,8px)!important;opacity:1!important;visibility:visible!important;}
.dhf-header-one .dhf-social a,
.dhf-footer-one .dhf-social a,
.dhf-widget.dhf-social a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:var(--dhf-social-box,32px)!important;height:var(--dhf-social-box,32px)!important;min-width:var(--dhf-social-box,32px)!important;min-height:var(--dhf-social-box,32px)!important;border-radius:var(--dhf-social-radius,999px)!important;background:var(--dhf-social-bg,#0b1f3a)!important;color:var(--dhf-social-color,#ffffff)!important;font-size:var(--dhf-social-size,15px)!important;line-height:1!important;text-decoration:none!important;overflow:visible!important;}
.dhf-header-one .dhf-social a i,
.dhf-footer-one .dhf-social a i,
.dhf-widget.dhf-social a i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1em!important;height:1em!important;color:var(--dhf-social-color,#ffffff)!important;font-size:1em!important;line-height:1!important;opacity:1!important;visibility:visible!important;}
.dhf-footer-one{background:var(--dhf-footer-bg,#111111)!important;color:var(--dhf-footer-color,#ffffff)!important;}
.dhf-footer-one a:not(.dhf-social a){color:var(--dhf-footer-color,#ffffff)!important;}
.dhf-footer-contact{gap:var(--dhf-contact-gap,12px)!important;}
.dhf-footer-contact-icon{width:var(--dhf-contact-icon-box,36px)!important;height:var(--dhf-contact-icon-box,36px)!important;min-width:var(--dhf-contact-icon-box,36px)!important;border-radius:var(--dhf-contact-icon-radius,999px)!important;background:var(--dhf-contact-icon-bg,rgba(255,255,255,.12))!important;color:var(--dhf-contact-icon-color,#ffffff)!important;font-size:var(--dhf-contact-icon-size,15px)!important;}
.dhf-footer-contact-icon i{color:var(--dhf-contact-icon-color,#ffffff)!important;font-size:1em!important;}

/* Dropdown ok ile underline animasyonu çakışmasını giderir */
.dhf-header-one.dhf-hover-underline .dhf-desktop-nav .dhf-menu a{background-repeat:no-repeat!important;background-position:left calc(100% + 6px)!important;background-size:0 2px!important;transition:color .25s ease,transform .25s ease,text-shadow .25s ease,background-size .28s ease!important;}
.dhf-header-one.dhf-hover-underline .dhf-desktop-nav .dhf-menu a:hover,
.dhf-header-one.dhf-hover-underline .dhf-desktop-nav .dhf-menu .current-menu-item > a{background-size:100% 2px!important;}
.dhf-header-one.dhf-hover-underline .dhf-desktop-nav .dhf-menu a::after{content:none!important;display:none!important;}
.dhf-header-one .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{content:""!important;display:inline-block!important;box-sizing:border-box!important;width:8px!important;height:8px!important;min-width:8px!important;max-width:8px!important;border:0!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;background:transparent!important;border-radius:0!important;margin-left:8px!important;margin-right:0!important;transform:rotate(45deg)!important;position:relative!important;top:-2px!important;opacity:.72!important;flex:0 0 8px!important;line-height:1!important;font-size:0!important;}
.dhf-header-one.dhf-indicator-none .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{display:none!important;content:""!important;}
.dhf-header-one.dhf-indicator-angle .dhf-desktop-nav .dhf-menu .menu-item-has-children > a::after{content:"›"!important;border:0!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:17px!important;font-weight:800!important;line-height:1!important;top:0!important;transform:rotate(90deg)!important;}
.dhf-header-one.dhf-indicator-angle .dhf-desktop-nav .dhf-menu .sub-menu .menu-item-has-children > a::after{transform:rotate(0deg)!important;margin-left:auto!important;}



/* v3.0.3 - Sticky sadece ana header/menü, topbar sticky değil + mobil canvas stabilizasyonu */
.dhf-header-one.dhf-sticky-enabled{
  position:relative!important;
  z-index:99990!important;
  isolation:isolate!important;
}
.dhf-header-one.dhf-sticky-enabled .dhf-topbar{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
}
.dhf-header-one.dhf-sticky-enabled .dhf-header-main{
  position:sticky!important;
  top:calc(var(--dhf-sticky-offset,0px) + var(--dhf-adminbar-offset,0px))!important;
  z-index:99991!important;
  background:var(--dhf-header-bg,#ffffff)!important;
  transform:none!important;
  will-change:box-shadow!important;
  transition:box-shadow .22s ease, background .22s ease!important;
}
.dhf-header-one.dhf-sticky-enabled.dhf-is-stuck .dhf-header-main{
  box-shadow:0 12px 34px rgba(2,8,23,.12)!important;
}
body.admin-bar .dhf-header-one{--dhf-adminbar-offset:32px;}
@media (max-width:782px){body.admin-bar .dhf-header-one{--dhf-adminbar-offset:46px;}}

/* Elementor editör/preview sırasında footer düzenlerken sticky header sıkışma/zıplama yapmasın */
body.elementor-editor-active .dhf-header-one.dhf-sticky-enabled,
body.elementor-editor-active .dhf-header-one.dhf-sticky-enabled .dhf-header-main,
body.elementor-editor-preview .dhf-header-one.dhf-sticky-enabled,
body.elementor-editor-preview .dhf-header-one.dhf-sticky-enabled .dhf-header-main,
.elementor-editor-active .dhf-header-one.dhf-sticky-enabled,
.elementor-editor-active .dhf-header-one.dhf-sticky-enabled .dhf-header-main{
  position:relative!important;
  top:auto!important;
  transform:none!important;
  box-shadow:none!important;
}

/* Tek parça Header için mobil canvas gerçek mobil davranışı */
.dhf-header-one.dhf-is-mobile .dhf-header-main > .dhf-header-inner{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  overflow:visible!important;
  min-width:0!important;
}
.dhf-header-one.dhf-is-mobile .dhf-desktop-nav,
.dhf-header-one.dhf-is-mobile .dhf-header-actions{
  display:none!important;
}
.dhf-header-one.dhf-is-mobile .dhf-burger{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 44px!important;
  order:99!important;
  min-width:44px!important;
  min-height:44px!important;
  width:44px!important;
  height:44px!important;
  padding:0!important;
  margin-left:auto!important;
  background:#ffffff!important;
  color:#111111!important;
  border:1px solid rgba(2,8,23,.14)!important;
}
.dhf-header-one.dhf-is-mobile .dhf-logo{
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 60px)!important;
}
.dhf-header-one.dhf-is-mobile .dhf-logo img{
  max-height:64px!important;
  object-fit:contain!important;
}
.dhf-header-one.dhf-is-mobile .dhf-offcanvas{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  max-width:none!important;
  z-index:1000000!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  overflow:hidden!important;
}
.dhf-header-one.dhf-is-mobile .dhf-offcanvas.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.dhf-header-one.dhf-is-mobile .dhf-offcanvas-backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background:rgba(2,8,23,.54)!important;
}
.dhf-header-one.dhf-is-mobile .dhf-offcanvas-panel{
  position:absolute!important;
  right:0!important;
  left:auto!important;
  top:0!important;
  bottom:0!important;
  height:100dvh!important;
  width:min(92vw,var(--dhf-canvas-width,380px))!important;
  max-width:92vw!important;
  min-width:260px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  transform:translate3d(100%,0,0)!important;
  transition:transform .28s ease!important;
  -webkit-overflow-scrolling:touch!important;
}
.dhf-header-one.dhf-is-mobile .dhf-offcanvas.is-open .dhf-offcanvas-panel{
  transform:translate3d(0,0,0)!important;
}
.dhf-header-one.dhf-is-mobile .dhf-mobile-nav{
  width:100%!important;
  max-width:100%!important;
}
.dhf-header-one.dhf-is-mobile .dhf-mobile-nav .dhf-menu,
.dhf-header-one.dhf-is-mobile .dhf-mobile-nav .dhf-menu ul{
  width:100%!important;
  max-width:100%!important;
}
@media (max-width:1024px){
  .dhf-header-one:not(.dhf-is-mobile) .dhf-desktop-nav{display:none!important;}
  .dhf-header-one:not(.dhf-is-mobile) .dhf-burger{display:inline-flex!important;}
}
@media (min-width:1025px){
  .dhf-header-one .dhf-offcanvas{display:none!important;}
  .dhf-header-one .dhf-burger{display:none!important;}
}

/* v3.0.4 - Mobil CTA seçenekleri + JS destekli gerçek sticky header */
html.dhf-lock-scroll{overflow:hidden!important;}
.dhf-header-one.dhf-sticky-enabled .dhf-sticky-spacer{width:100%!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;display:none;}
.dhf-header-one.dhf-sticky-enabled.dhf-is-stuck .dhf-header-main{
  position:fixed!important;
  top:calc(var(--dhf-sticky-offset,0px) + var(--dhf-adminbar-offset,0px))!important;
  right:auto!important;
  bottom:auto!important;
  z-index:999991!important;
  background:var(--dhf-header-bg,#ffffff)!important;
  box-shadow:0 12px 34px rgba(2,8,23,.12)!important;
  transform:translateZ(0)!important;
  isolation:isolate!important;
}
.dhf-header-one.dhf-sticky-enabled.dhf-is-stuck .dhf-topbar{
  position:relative!important;
  top:auto!important;
  box-shadow:none!important;
}
body.elementor-editor-active .dhf-header-one.dhf-is-stuck .dhf-header-main,
body.elementor-editor-preview .dhf-header-one.dhf-is-stuck .dhf-header-main{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:auto!important;
}
.dhf-canvas-cta{display:none!important;margin-top:18px!important;padding-top:18px!important;border-top:1px solid rgba(11,31,58,.1)!important;}
.dhf-cta.dhf-cta-canvas{width:100%!important;min-width:0!important;display:inline-flex!important;}
.dhf-header-one.dhf-is-mobile.dhf-canvas-cta-enabled .dhf-canvas-cta{display:block!important;}
.dhf-header-one.dhf-is-mobile.dhf-canvas-cta-disabled .dhf-canvas-cta{display:none!important;}
.dhf-header-one.dhf-is-mobile.dhf-mobile-hide-cta .dhf-header-actions .dhf-cta{display:none!important;}
@media (max-width:1024px){
  .dhf-header-one.dhf-mobile-hide-cta .dhf-header-actions .dhf-cta{display:none!important;}
  .dhf-header-one.dhf-canvas-cta-enabled .dhf-canvas-cta{display:block!important;}
  .dhf-header-one.dhf-canvas-cta-disabled .dhf-canvas-cta{display:none!important;}
}
.dhf-header-one.dhf-is-mobile.dhf-mobile-show-cta .dhf-header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;}
.dhf-header-one.dhf-is-mobile.dhf-mobile-show-cta .dhf-header-actions .dhf-social{display:none!important;}
.dhf-header-one.dhf-is-mobile.dhf-mobile-show-cta .dhf-header-actions .dhf-cta{display:inline-flex!important;white-space:nowrap!important;}
@media (max-width:520px){
  .dhf-header-one.dhf-is-mobile.dhf-mobile-show-cta .dhf-header-actions .dhf-cta{padding-left:12px!important;padding-right:12px!important;font-size:13px!important;}
  .dhf-header-one.dhf-is-mobile.dhf-mobile-show-cta .dhf-header-actions .dhf-cta i{display:none!important;}
}

/* v3.0.5 - Premium hızlı canvas + bağımsız mobil sabit alt menü + yukarı çık */
.dhf-mobile-offcanvas{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  z-index:2147483000!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  overflow:hidden!important;
  contain:layout style paint!important;
  transition:opacity .16s ease,visibility .16s ease!important;
  font-family:inherit!important;
}
.dhf-mobile-offcanvas.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.dhf-mobile-offcanvas .dhf-offcanvas-backdrop{
  position:absolute!important;inset:0!important;background:rgba(2,8,23,.42)!important;
  backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;
  opacity:0!important;transition:opacity .16s ease!important;
}
.dhf-mobile-offcanvas.is-open .dhf-offcanvas-backdrop{opacity:1!important;}
.dhf-mobile-offcanvas .dhf-offcanvas-panel{
  position:absolute!important;right:0!important;left:auto!important;top:0!important;bottom:0!important;
  width:min(90vw,var(--dhf-canvas-width,390px))!important;max-width:92vw!important;min-width:280px!important;height:100dvh!important;
  background:#ffffff!important;color:#0b1f3a!important;
  padding:18px 16px 24px!important;
  border-radius:26px 0 0 26px!important;
  border-left:1px solid rgba(15,23,42,.08)!important;
  box-shadow:-24px 0 70px rgba(2,8,23,.24)!important;
  transform:translate3d(104%,0,0)!important;
  transition:transform .20s cubic-bezier(.22,.78,.2,1)!important;
  will-change:transform!important;backface-visibility:hidden!important;
  overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;
}
.dhf-mobile-offcanvas.is-open .dhf-offcanvas-panel{transform:translate3d(0,0,0)!important;}
.dhf-mobile-offcanvas .dhf-offcanvas-head{
  position:sticky!important;top:0!important;z-index:2!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  margin:0 0 16px!important;padding:4px 0 16px!important;background:#ffffff!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
}
.dhf-mobile-offcanvas .dhf-offcanvas-head strong{
  color:#0b1f3a!important;font-size:21px!important;font-weight:900!important;letter-spacing:-.03em!important;line-height:1.15!important;
}
.dhf-mobile-offcanvas .dhf-close{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;
  background:#f4f7fb!important;color:#0b1f3a!important;box-shadow:none!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav{width:100%!important;}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu li{width:100%!important;margin:0!important;padding:0!important;list-style:none!important;}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu > li > a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  min-height:50px!important;padding:14px 15px!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:16px!important;
  background:#f8fafc!important;color:#0b1f3a!important;font-size:15px!important;font-weight:800!important;line-height:1.18!important;text-decoration:none!important;
  transition:background .16s ease,transform .16s ease,border-color .16s ease!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu > li > a:hover,
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu > li.dhf-open > a{background:#eef4ff!important;border-color:rgba(11,31,58,.16)!important;transform:translateX(-2px)!important;}
.dhf-mobile-offcanvas .dhf-mobile-nav .menu-item-has-children > a:after{
  content:'›'!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 26px!important;
  width:26px!important;height:26px!important;min-width:26px!important;margin-left:auto!important;border-radius:999px!important;background:#ffffff!important;color:#0b1f3a!important;
  font-size:21px!important;font-weight:900!important;line-height:1!important;transition:transform .16s ease!important;box-shadow:inset 0 0 0 1px rgba(15,23,42,.07)!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav .menu-item-has-children.dhf-open > a:after{transform:rotate(90deg)!important;}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu .sub-menu{
  position:static!important;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;
  margin:7px 0 3px 0!important;padding:8px!important;border:1px solid rgba(15,23,42,.06)!important;border-radius:17px!important;
  background:#ffffff!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important;list-style:none!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu li.dhf-open > .sub-menu{display:flex!important;flex-direction:column!important;gap:6px!important;}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu .sub-menu a{
  min-height:42px!important;padding:11px 12px!important;border:0!important;border-radius:12px!important;background:#fff!important;color:#34506f!important;font-size:14px!important;font-weight:700!important;
}
.dhf-mobile-offcanvas .dhf-mobile-nav .dhf-menu .sub-menu a:hover{background:#f4f7fb!important;color:#0b1f3a!important;}
.dhf-mobile-offcanvas .dhf-canvas-cta{display:none!important;margin-top:18px!important;padding-top:18px!important;border-top:1px solid rgba(15,23,42,.08)!important;}
.dhf-mobile-offcanvas.dhf-canvas-cta-enabled .dhf-canvas-cta{display:block!important;}
.dhf-mobile-offcanvas.dhf-canvas-cta-disabled .dhf-canvas-cta{display:none!important;}
.dhf-mobile-offcanvas .dhf-cta.dhf-cta-canvas{width:100%!important;min-height:52px!important;border-radius:16px!important;box-shadow:0 14px 30px rgba(11,31,58,.14)!important;}
body.dhf-canvas-open .dhf-mobile-bottom-bar,
body.dhf-canvas-open .dhf-scroll-top{z-index:1!important;pointer-events:none!important;opacity:.15!important;}

.dhf-mobile-bottom-bar{display:none;}
.dhf-scroll-top{display:none;}
@media (max-width:767px){
  body:has(.dhf-mobile-bottom-bar){padding-bottom:calc(var(--dhf-mb-height,66px) + env(safe-area-inset-bottom,0px));}
  .dhf-mobile-bottom-bar{
    position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;
    z-index:999990!important;height:var(--dhf-mb-height,66px)!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;
    align-items:center!important;padding:8px 10px!important;border-radius:var(--dhf-mb-radius,22px)!important;background:var(--dhf-mb-bg,#fff)!important;color:var(--dhf-mb-color,#0b1f3a)!important;
    border:1px solid rgba(15,23,42,.08)!important;box-sizing:border-box!important;
  }
  .dhf-mobile-bottom-bar.dhf-has-shadow{box-shadow:0 14px 38px rgba(2,8,23,.18)!important;}
  .dhf-mobile-bottom-item{
    display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;height:100%!important;border-radius:calc(var(--dhf-mb-radius,22px) - 8px)!important;
    color:var(--dhf-mb-color,#0b1f3a)!important;text-decoration:none!important;font-size:var(--dhf-mb-font,12px)!important;font-weight:900!important;letter-spacing:.01em!important;line-height:1!important;
    background:rgba(15,23,42,.035)!important;box-shadow:none!important;
  }
  .dhf-mobile-bottom-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:14px!important;background:var(--dhf-mb-icon-bg,#0b1f3a)!important;color:var(--dhf-mb-icon-color,#fff)!important;font-size:15px!important;}
  .dhf-mobile-bottom-icon i{color:currentColor!important;font-size:1em!important;line-height:1!important;}
  .dhf-scroll-top{
    position:fixed!important;right:16px!important;bottom:calc(var(--dhf-mb-height,66px) + 24px + env(safe-area-inset-bottom,0px))!important;
    z-index:999989!important;width:var(--dhf-scroll-size,46px)!important;height:var(--dhf-scroll-size,46px)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    border:0!important;border-radius:999px!important;background:var(--dhf-scroll-bg,#0b1f3a)!important;color:var(--dhf-scroll-color,#fff)!important;box-shadow:0 14px 32px rgba(2,8,23,.20)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px) scale(.96)!important;transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;cursor:pointer!important;
  }
  .dhf-scroll-top.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;}
  .dhf-scroll-top i{font-size:16px!important;color:currentColor!important;line-height:1!important;}
}
@media (min-width:768px){
  .dhf-mobile-bottom-bar,.dhf-scroll-top{display:none!important;}
}

/* Dijital HF Premium Slider - v3.0.6 */
.dhf-premium-slider{position:relative;overflow:hidden;width:100%;height:620px;min-height:300px;border-bottom:2px solid #e30613;background:#111;color:#fff;isolation:isolate}
.dhf-slider-track,.dhf-slider-slide{position:absolute;inset:0;width:100%;height:100%}
.dhf-slider-slide{opacity:0;visibility:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat;transform:scale(1.02);transition:opacity var(--dhf-slider-transition,850ms) ease,visibility var(--dhf-slider-transition,850ms) ease,transform calc(var(--dhf-slider-transition,850ms) + 900ms) ease;z-index:1;will-change:opacity,transform}
.dhf-slider-slide:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.52);z-index:0}
.dhf-slider-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.dhf-slider-effect-slide .dhf-slider-slide{opacity:1;visibility:visible;transform:translateX(100%);transition:transform var(--dhf-slider-transition,850ms) cubic-bezier(.65,0,.35,1)}
.dhf-slider-effect-slide .dhf-slider-slide.is-active{transform:translateX(0);z-index:3}
.dhf-slider-effect-slide .dhf-slider-slide.is-prev{transform:translateX(-100%)}
.dhf-slider-effect-fade .dhf-slider-slide{transform:none}
.dhf-slider-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-left:90px;padding-right:90px;max-width:1320px;margin:0 auto;box-sizing:border-box}
.dhf-slider-align-left .dhf-slider-inner{justify-content:flex-start;text-align:left}.dhf-slider-align-center .dhf-slider-inner{justify-content:center;text-align:center}.dhf-slider-align-right .dhf-slider-inner{justify-content:flex-end;text-align:right}
.dhf-slider-content{max-width:680px;opacity:0;transform:translateY(26px);transition:opacity .75s ease .12s,transform .75s ease .12s}
.dhf-slider-slide.is-active .dhf-slider-content{opacity:1;transform:translateY(0)}
.dhf-slider-kicker{font-size:32px;font-weight:600;line-height:1.15;margin:0 0 4px;color:#fff;letter-spacing:-.02em;text-shadow:0 4px 22px rgba(0,0,0,.25)}
.dhf-slider-title{font-size:88px;font-weight:900;line-height:.94;margin:0 0 24px;color:#fff;letter-spacing:-.055em;text-shadow:0 8px 28px rgba(0,0,0,.28)}
.dhf-slider-desc{font-size:16px;font-weight:650;line-height:1.65;max-width:650px;margin:0 0 34px;color:rgba(255,255,255,.78)}
.dhf-slider-align-center .dhf-slider-desc{margin-left:auto;margin-right:auto}.dhf-slider-align-right .dhf-slider-desc{margin-left:auto}
.dhf-slider-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 28px}.dhf-slider-align-center .dhf-slider-actions{justify-content:center}.dhf-slider-align-right .dhf-slider-actions{justify-content:flex-end}
.dhf-slider-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:14px 24px;border-radius:8px;border:1px solid transparent;font-size:16px;font-weight:800;text-decoration:none!important;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;box-shadow:0 14px 38px rgba(0,0,0,.14)}
.dhf-slider-btn i{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.10);font-size:12px;transition:transform .22s ease}.dhf-slider-btn:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(0,0,0,.22)}.dhf-slider-btn:hover i{transform:translateX(3px)}
.dhf-slider-btn-primary{background:#fff;color:#111;border-color:#fff}.dhf-slider-btn-secondary{background:rgba(255,255,255,.05);color:#fff;border-color:rgba(255,255,255,.45);backdrop-filter:blur(8px)}.dhf-slider-btn-secondary:hover{background:rgba(255,255,255,.13);color:#fff}
.dhf-slider-mini{display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.84);font-weight:750}.dhf-slider-align-center .dhf-slider-mini{justify-content:center}.dhf-slider-align-right .dhf-slider-mini{justify-content:flex-end}.dhf-slider-mini-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.20);border-radius:10px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px);font-size:18px;color:#fff}
.dhf-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:52px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:background .22s ease,transform .22s ease;color:#fff!important}.dhf-slider-arrow:hover{background:rgba(255,255,255,.28);transform:translateY(-50%) scale(1.05)}.dhf-slider-prev{left:18px}.dhf-slider-next{right:18px}
.dhf-slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:6;display:flex;align-items:center;gap:8px}.dhf-slider-dot{width:9px;height:9px;border:0;border-radius:999px;background:#000;opacity:.95;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.dhf-slider-dot.is-active{width:10px;background:#ff1616}
@media(max-width:1024px){.dhf-slider-title{font-size:64px}.dhf-slider-kicker{font-size:26px}.dhf-slider-inner{padding-left:45px;padding-right:45px}.dhf-slider-arrow{width:46px;height:46px}.dhf-slider-prev{left:12px}.dhf-slider-next{right:12px}}
@media(max-width:767px){.dhf-premium-slider{height:680px}.dhf-slider-inner{padding:70px 22px 90px;align-items:center}.dhf-slider-title{font-size:48px;line-height:1}.dhf-slider-kicker{font-size:22px}.dhf-slider-desc{font-size:15px;line-height:1.55}.dhf-slider-actions{gap:10px}.dhf-slider-btn{width:100%;min-height:52px;padding:13px 18px}.dhf-slider-mini{align-items:flex-start}.dhf-slider-arrow{top:auto;bottom:28px;width:42px;height:42px}.dhf-slider-prev{left:22px}.dhf-slider-next{right:22px}.dhf-slider-dots{bottom:42px}.dhf-slider-align-right .dhf-slider-inner,.dhf-slider-align-center .dhf-slider-inner{justify-content:flex-start;text-align:left}.dhf-slider-align-right .dhf-slider-actions,.dhf-slider-align-center .dhf-slider-actions,.dhf-slider-align-right .dhf-slider-mini,.dhf-slider-align-center .dhf-slider-mini{justify-content:flex-start}.dhf-slider-align-right .dhf-slider-desc,.dhf-slider-align-center .dhf-slider-desc{margin-left:0;margin-right:0}}

/* Dijital HF Services Carousel 3.0.7 */
.dhf-services{position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif;box-sizing:border-box}
.dhf-services *{box-sizing:border-box}
.dhf-services-container{width:100%;margin:0 auto;position:relative}
.dhf-services-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}
.dhf-services-head-text{min-width:0;max-width:850px}
.dhf-services-title{margin:0;font-size:clamp(42px,5vw,78px);line-height:.98;font-weight:850;letter-spacing:-.055em;color:#1f2024}
.dhf-services .dhf-services-head .dhf-services-desc{margin-top:16px;font-size:17px;line-height:1.65;max-width:760px;color:#85868b}
.dhf-services-arrows{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-top:4px}
.dhf-services-arrow{border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:#fff3ed;color:#2a2b2f;cursor:pointer;transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease}
.dhf-services-arrow:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.dhf-services-arrow:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.dhf-services-viewport{width:100%;overflow:hidden;position:relative}
.dhf-services-track{display:flex;gap:28px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 0 18px;scrollbar-width:none;-ms-overflow-style:none}
.dhf-services-track::-webkit-scrollbar{display:none}
.dhf-service-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 340px;min-width:340px;min-height:560px;text-decoration:none;background:#f7f7f8;border-radius:12px;padding:32px 28px 30px;color:inherit;overflow:hidden;scroll-snap-align:start;isolation:isolate;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}
.dhf-service-card:before{content:"";position:absolute;inset:auto -25% -38% -25%;height:48%;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.96),rgba(255,255,255,0) 68%);z-index:-1;opacity:.9}
.dhf-service-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(19,20,24,.12)}
.dhf-service-card.is-featured{background:#fff2ea}
.dhf-service-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:750;letter-spacing:.02em;line-height:1.2;color:#ff6b2c;background:#fff}
.dhf-service-title{margin:18px 0 0;font-size:clamp(27px,2.3vw,40px);font-weight:820;line-height:1.02;letter-spacing:-.045em;color:#1f2024}
.dhf-service-desc{margin:20px 0 0;font-size:16px;line-height:1.55;color:#85868b}
.dhf-service-visual{display:flex;align-items:flex-end;justify-content:center;min-height:190px;margin-top:22px;position:relative}
.dhf-service-visual img{display:block;max-width:100%;max-height:240px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.08));transition:transform .3s ease}
.dhf-service-card:hover .dhf-service-visual img{transform:scale(1.04) translateY(-2px)}
.dhf-service-icon{display:inline-flex;align-items:center;justify-content:center;width:150px;height:150px;border-radius:38px;background:#fff;color:#ff6b2c;font-size:62px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 28px 55px rgba(0,0,0,.08);transition:transform .3s ease}
.dhf-service-card:hover .dhf-service-icon{transform:scale(1.06) rotate(-2deg)}
.dhf-service-link-icon{position:absolute;right:26px;bottom:24px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#ff6b2c;background:rgba(255,255,255,.46);font-size:14px;opacity:.42;transition:opacity .25s ease,transform .25s ease,background .25s ease}
.dhf-service-card:hover .dhf-service-link-icon{opacity:1;transform:translate(2px,-2px);background:#fff}
@media(max-width:1024px){.dhf-services-head{align-items:flex-end}.dhf-services-title{font-size:clamp(38px,7vw,64px)}.dhf-service-card{flex-basis:320px;min-width:320px}}
@media(max-width:767px){.dhf-services{padding-left:16px!important;padding-right:16px!important}.dhf-services-head{display:block;margin-bottom:20px}.dhf-services-title{font-size:42px;letter-spacing:-.05em}.dhf-services .dhf-services-head .dhf-services-desc{font-size:15px;margin-top:12px}.dhf-services-arrows{margin-top:18px}.dhf-services-arrow{width:44px;height:44px}.dhf-service-card{flex-basis:286px;min-width:286px;min-height:500px;padding:26px 22px 24px}.dhf-service-title{font-size:29px}.dhf-service-desc{font-size:14px}.dhf-service-visual{min-height:165px}.dhf-service-icon{width:124px;height:124px;border-radius:30px;font-size:52px}.dhf-service-link-icon{right:20px;bottom:20px}}


/* Dijital HF References Marquee 3.0.8 */
.dhf-references{position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif;box-sizing:border-box}.dhf-references *{box-sizing:border-box}.dhf-references-container{width:100%;margin:0 auto}.dhf-references-row{display:flex;align-items:center;gap:28px}.dhf-references-head{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:200px}.dhf-references-title{margin:0;font-size:clamp(22px,2vw,34px);font-weight:500;line-height:1.1;letter-spacing:-.03em;color:#8f9096;white-space:nowrap}.dhf-references-desc{margin:0;font-size:14px;line-height:1.5;color:#a2a3a8}.dhf-references-marquee{position:relative;flex:1 1 auto;min-width:0;overflow:hidden;padding:6px 0}.dhf-references-fade{position:absolute;top:0;bottom:0;width:86px;z-index:3;pointer-events:none}.dhf-references-fade-left{left:0;background:linear-gradient(90deg,var(--dhf-ref-fade,#fff) 0%,rgba(255,255,255,0) 100%)}.dhf-references-fade-right{right:0;background:linear-gradient(270deg,var(--dhf-ref-fade,#fff) 0%,rgba(255,255,255,0) 100%)}.dhf-references-track-wrap{overflow:hidden}.dhf-references-track{display:flex;align-items:center;gap:36px;width:max-content;animation:dhfRefMarquee var(--dhf-ref-duration,34s) linear infinite;will-change:transform}.dhf-ref-effect-reverse .dhf-references-track{animation-direction:reverse}.dhf-ref-effect-soft .dhf-references-track{animation-timing-function:cubic-bezier(.5,0,.5,1)}.dhf-ref-pause-hover .dhf-references-marquee:hover .dhf-references-track{animation-play-state:paused}.dhf-reference-item{flex:0 0 auto;display:block;position:relative}.dhf-reference-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:110px;padding:10px 16px;color:inherit;text-decoration:none;transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease}.dhf-reference-item:hover .dhf-reference-item-inner{transform:translateY(-2px)}.dhf-reference-asset{display:flex;align-items:center;justify-content:center;min-height:42px;filter:grayscale(1);opacity:.78;transition:filter .25s ease,opacity .25s ease,transform .25s ease}.dhf-reference-item:hover .dhf-reference-asset,.dhf-reference-item.is-highlight .dhf-reference-asset{filter:grayscale(0);opacity:1;transform:scale(1.03)}.dhf-reference-logo img{display:block;max-width:160px;max-height:38px;width:auto;height:auto;object-fit:contain}.dhf-reference-text{display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;letter-spacing:-.03em;color:#8f9096;white-space:nowrap;text-transform:none}.dhf-reference-label{display:block;font-size:12px;line-height:1.2;font-weight:650;letter-spacing:.02em;color:#8f9096;white-space:nowrap;opacity:.88}.dhf-reference-item.is-highlight .dhf-reference-text,.dhf-reference-item.is-highlight .dhf-reference-label{color:#1f2024}.dhf-reference-item.is-highlight .dhf-reference-item-inner{background:rgba(244,242,240,.78);box-shadow:0 8px 22px rgba(0,0,0,.03)}@keyframes dhfRefMarquee{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@media(max-width:1024px){.dhf-references-row{gap:20px}.dhf-references-head{min-width:160px}.dhf-references-title{font-size:24px}.dhf-references-fade{width:54px}.dhf-reference-logo img{max-width:136px}}@media(max-width:767px){.dhf-references{padding-left:14px!important;padding-right:14px!important}.dhf-references-row{display:block}.dhf-references-head{margin-bottom:12px;min-width:0}.dhf-references-title{font-size:22px}.dhf-references-fade{width:28px}.dhf-reference-item-inner{min-width:92px;padding:8px 12px}.dhf-reference-logo img{max-width:112px;max-height:32px}.dhf-reference-text{font-size:16px}.dhf-reference-label{font-size:11px}}


/* Dijital HF Testimonials 3.0.9 */
.dhf-testimonials{position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif;box-sizing:border-box}.dhf-testimonials *{box-sizing:border-box}.dhf-testimonials-container{width:100%;margin:0 auto;position:relative}.dhf-testimonials-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.dhf-testimonials-head-text{max-width:920px}.dhf-testimonial-kicker{font-size:13px;font-weight:850;letter-spacing:.45em;line-height:1.2;color:#ffc400;margin-bottom:16px}.dhf-testimonial-title{margin:0;color:#17181d;font-size:clamp(38px,4.5vw,56px);line-height:1.04;font-weight:780;letter-spacing:-.055em}.dhf-testimonial-desc{margin:22px 0 0;color:#696d78;font-size:20px;line-height:1.55;max-width:820px;font-weight:500}.dhf-testimonials-arrows{display:flex;align-items:center;gap:10px;flex:0 0 auto}.dhf-testimonials-arrow{border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#fff7ef;color:#22242a;cursor:pointer;transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease}.dhf-testimonials-arrow:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.08)}.dhf-testimonials-arrow:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}.dhf-testimonials-viewport{position:relative;width:100%;overflow:hidden}.dhf-testimonials-track{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:3px 0 20px;scrollbar-width:none;-ms-overflow-style:none}.dhf-testimonials-track::-webkit-scrollbar{display:none}.dhf-testimonials-fade{position:absolute;top:0;bottom:0;width:120px;z-index:4;pointer-events:none}.dhf-testimonials-fade-left{left:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.84) 32%,rgba(255,255,255,0) 100%)}.dhf-testimonials-fade-right{right:0;background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,.84) 32%,rgba(255,255,255,0) 100%)}.dhf-testimonial-card{position:relative;flex:0 0 390px;min-width:390px;min-height:280px;display:flex;flex-direction:column;justify-content:flex-start;background:#fff;border:1px solid rgba(25,26,31,.10);border-radius:18px;padding:42px 28px 28px;scroll-snap-align:start;box-shadow:0 18px 50px rgba(22,24,31,.035);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;overflow:hidden}.dhf-testimonial-card:before{content:"";position:absolute;top:0;left:28px;width:56px;height:3px;border-radius:0 0 999px 999px;background:#ffc400}.dhf-testimonial-card:hover{transform:translateY(-6px);box-shadow:0 28px 72px rgba(22,24,31,.10);border-color:rgba(25,26,31,.16)}.dhf-testimonial-card.is-featured{background:#fffdfa}.dhf-testimonial-quote{position:absolute;right:32px;top:18px;font-size:58px;line-height:1;font-weight:900;color:rgba(255,196,0,.22);font-family:Georgia,serif}.dhf-testimonial-stars{display:flex;align-items:center;gap:4px;color:#ffc400;font-size:13px;margin:0 0 30px}.dhf-testimonial-comment{margin:0;color:#696d78;font-size:17px;line-height:1.62;font-weight:580}.dhf-testimonial-project{margin-top:auto;padding-top:28px;color:#17181d;font-size:15px;font-weight:850;letter-spacing:-.02em}.dhf-testimonial-project:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.18;margin-right:8px;vertical-align:middle}@media(max-width:1024px){.dhf-testimonials-head{align-items:flex-start}.dhf-testimonial-title{font-size:42px}.dhf-testimonial-desc{font-size:17px}.dhf-testimonial-card{flex-basis:360px;min-width:360px}.dhf-testimonials-fade{width:70px}}@media(max-width:767px){.dhf-testimonials{padding-left:16px!important;padding-right:16px!important}.dhf-testimonials-head{display:block;margin-bottom:28px}.dhf-testimonial-kicker{font-size:12px;letter-spacing:.32em;margin-bottom:12px}.dhf-testimonial-title{font-size:34px;line-height:1.08}.dhf-testimonial-desc{font-size:15px;line-height:1.6;margin-top:16px}.dhf-testimonials-arrows{margin-top:18px}.dhf-testimonials-arrow{width:44px;height:44px}.dhf-testimonials-fade{width:24px}.dhf-testimonial-card{flex-basis:305px;min-width:305px;min-height:260px;padding:38px 22px 24px}.dhf-testimonial-card:before{left:22px;width:52px}.dhf-testimonial-comment{font-size:15px;line-height:1.58}.dhf-testimonial-stars{margin-bottom:24px}.dhf-testimonial-quote{right:22px;top:16px;font-size:48px}.dhf-testimonial-project{font-size:14px;padding-top:22px}}

/* Dijital HF Locations Marquee 3.0.10 */
.dhf-locations{position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif;box-sizing:border-box}.dhf-locations *{box-sizing:border-box}.dhf-locations-container{width:100%;margin:0 auto}.dhf-locations-head{max-width:880px;margin-bottom:56px}.dhf-locations-kicker{font-size:13px;font-weight:800;letter-spacing:.46em;line-height:1.1;margin:0 0 16px;color:#e30613;text-transform:uppercase}.dhf-locations-title{margin:0;font-size:clamp(36px,4.2vw,62px);line-height:1.04;font-weight:850;letter-spacing:-.06em;color:#111318}.dhf-locations-desc{margin-top:22px;font-size:19px;line-height:1.55;color:#68707c;max-width:860px}.dhf-location-marquee-wrap{position:relative;display:flex;flex-direction:column;gap:18px;overflow:hidden;isolation:isolate}.dhf-location-marquee-wrap:before,.dhf-location-marquee-wrap:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:3;pointer-events:none}.dhf-location-marquee-wrap:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.dhf-location-marquee-wrap:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.dhf-location-row{overflow:hidden;position:relative}.dhf-location-track{display:flex;align-items:center;gap:16px;width:max-content;animation:dhfLocationLeft var(--dhf-loc-duration,42s) linear infinite;will-change:transform}.dhf-location-row-right .dhf-location-track{animation-name:dhfLocationRight}.dhf-location-marquee-wrap:hover .dhf-location-track{animation-play-state:paused}.dhf-location-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:48px;padding:10px 18px;border:1px solid #f1d5d5;background:#fff;color:#292b31;text-decoration:none!important;font-size:14px;font-weight:750;line-height:1.2;white-space:nowrap;overflow:hidden;box-shadow:0 12px 30px rgba(15,17,23,.035);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease}.dhf-location-pill span{position:relative;z-index:2}.dhf-location-pill:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e30613;opacity:.38;transition:width .25s ease,opacity .25s ease}.dhf-location-pill:hover,.dhf-location-pill.is-featured{background:#fff5f5;transform:translateY(-2px);box-shadow:0 18px 38px rgba(227,6,19,.08);border-color:#e30613}.dhf-location-pill:hover:before,.dhf-location-pill.is-featured:before{width:4px;opacity:1}.dhf-location-row-right .dhf-location-pill:before{left:auto;right:0}@keyframes dhfLocationLeft{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@keyframes dhfLocationRight{0%{transform:translate3d(-50%,0,0)}100%{transform:translate3d(0,0,0)}}@media(max-width:1024px){.dhf-locations-head{margin-bottom:38px}.dhf-locations-title{font-size:clamp(34px,6vw,52px)}.dhf-locations-desc{font-size:17px}.dhf-location-marquee-wrap:before,.dhf-location-marquee-wrap:after{width:54px}}@media(max-width:767px){.dhf-locations{padding-left:16px!important;padding-right:16px!important}.dhf-locations-head{margin-bottom:28px}.dhf-locations-kicker{font-size:11px;letter-spacing:.32em}.dhf-locations-title{font-size:34px;letter-spacing:-.05em}.dhf-locations-desc{font-size:15px;line-height:1.55;margin-top:16px}.dhf-location-marquee-wrap{gap:12px;margin-left:-16px;margin-right:-16px}.dhf-location-marquee-wrap:before,.dhf-location-marquee-wrap:after{width:28px}.dhf-location-pill{min-width:116px;min-height:42px;padding:9px 14px;font-size:13px}}


/* Dijital HF Blog Cards 3.0.11 */
.dhf-blog-section{position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif;box-sizing:border-box}.dhf-blog-section *{box-sizing:border-box}.dhf-blog-container{width:100%;margin:0 auto}.dhf-blog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px}.dhf-blog-head-text{max-width:780px}.dhf-blog-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:13px;font-weight:850;letter-spacing:.08em;color:#d9101e;text-transform:uppercase}.dhf-blog-kicker:before{content:"";width:34px;height:2px;background:#d9101e;display:inline-block}.dhf-blog-title{margin:0;font-size:clamp(34px,3.4vw,58px);line-height:1.05;font-weight:850;letter-spacing:-.055em;color:#08090d}.dhf-blog-desc{margin-top:18px;font-size:17px;line-height:1.75;color:#606571}.dhf-blog-arrows{display:flex;align-items:center;gap:10px;flex:0 0 auto}.dhf-blog-arrow{border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#fff2ef;color:#1f2024;cursor:pointer;transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease}.dhf-blog-arrow:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.08)}.dhf-blog-arrow:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.dhf-blog-viewport{overflow:hidden;width:100%;position:relative}.dhf-blog-track{display:flex;gap:26px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 0 22px;scrollbar-width:none;-ms-overflow-style:none}.dhf-blog-track::-webkit-scrollbar{display:none}.dhf-blog-card{flex:0 0 416px;min-width:416px;background:#fff;border:1px solid rgba(12,14,20,.08);border-radius:18px;box-shadow:0 24px 60px rgba(18,19,24,.06);overflow:hidden;scroll-snap-align:start;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.dhf-blog-card:hover{transform:translateY(-7px);box-shadow:0 34px 80px rgba(18,19,24,.11);border-color:rgba(217,16,30,.16)}.dhf-blog-card-link{display:block;color:inherit;text-decoration:none!important;padding:14px}.dhf-blog-media{height:220px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#17181b,#292b30 55%,#d9101e);position:relative}.dhf-blog-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.dhf-blog-card:hover .dhf-blog-media img{transform:scale(1.045)}.dhf-blog-media-placeholder{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:850;font-size:28px;letter-spacing:-.04em}.dhf-blog-body{padding:20px 4px 8px}.dhf-blog-meta{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:13px;font-weight:800;color:#d9101e}.dhf-blog-meta b{opacity:.45}.dhf-blog-card-title{margin:0 0 14px;font-size:23px;line-height:1.15;font-weight:850;letter-spacing:-.04em;color:#08090d}.dhf-blog-excerpt{margin:0 0 22px;font-size:15.5px;line-height:1.7;color:#606571}.dhf-blog-read{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:850;color:#08090d}.dhf-blog-read i{font-size:12px;transition:transform .22s ease}.dhf-blog-card:hover .dhf-blog-read i{transform:translateX(4px)}.dhf-auto-blog-cover{margin:0 0 28px}.dhf-auto-blog-cover img{max-width:100%;height:auto;border-radius:18px;display:block}@media(max-width:1024px){.dhf-blog-head{align-items:flex-start}.dhf-blog-card{flex-basis:360px;min-width:360px}.dhf-blog-media{height:200px}}@media(max-width:767px){.dhf-blog-section{padding-left:16px!important;padding-right:16px!important}.dhf-blog-head{display:block;margin-bottom:24px}.dhf-blog-title{font-size:34px}.dhf-blog-desc{font-size:15px}.dhf-blog-arrows{margin-top:18px}.dhf-blog-arrow{width:44px;height:44px}.dhf-blog-card{flex-basis:300px;min-width:300px}.dhf-blog-card-link{padding:12px}.dhf-blog-media{height:172px}.dhf-blog-card-title{font-size:20px}.dhf-blog-excerpt{font-size:14px}}
