/* ------------------------------------------------
  Project:   Brandx - Creative Digital Agency HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner Slider
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------*/


@import url('https://fonts.googleapis.com/css?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
:root {
    --themeht-primary-color: #98E209;
    --themeht-body-bg-color: #000000;
    --themeht-text-color: #d4d4d4;
    --themeht-body-color: #919191;
    --themeht-white-color: #cadbca;
    --themeht-bg-dark-color: #101815;
    --themeht-bg-light-color: #FAF9F7;
    --themeht-border-light-color: rgba(152, 226, 9, 0.22);
    --themeht-typography-body-font-family: "Inter", serif;
    --themeht-typography-secondary-font-family: "DM Sans", serif;
    --logo-desktop-height: 35px;
    --logo-tablet-height: 35px;
    --logo-mobile-height: 35px;
}
/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; background-color: var(--themeht-body-bg-color); font-family: var(--themeht-typography-body-font-family); font-weight: 500; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden !important;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; font-style: normal; margin-bottom: 10px; color: var(--themeht-white-color); font-family: var(--themeht-typography-secondary-font-family); font-weight: 500; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.h1, h1 { font-size: 100px; line-height: 110px;}
.h2, h2 { font-size: 50px; line-height: 60px;}
.h3, h3 { font-size: 36px; line-height: 46px;}
.h4, h4 { font-size: 28px; line-height: 38px;}
.h5, h5 { font-size: 24px; line-height: 34px;}
.h6, h6 { font-size: 20px; line-height: 30px;}
ul { margin-left: 0; }


@media (min-width:1400px) {
  .container { max-width: 1350px !important; }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .container { max-width: 1300px !important; }
}

label { display: inline-block; font-weight: 500; color: var(--themeht-white-color); font-size: 14px; }
section{padding: 60px 0; position: relative;}
.rounded {border-radius: 20px !important;}
.bg-min-height{min-height: 600px}
.p-120{padding: 120px}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: var(--themeht-primary-color);}
.text-black{color: var(--themeht-text-color) !important;}
.text-grey{color: var(--themeht-body-color);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: var(--themeht-white-color) !important;}
.dark-bg{background-color: var(--themeht-bg-dark-color);}
.light-bg{background-color: var(--themeht-bg-light-color);}
.primary-bg{background-color: var(--themeht-primary-color);}
.transparent-bg{background-color: inherit !important;}
.border-light{border-color: var(--themeht-border-light-color) !important}


/* ------------------------
    Banner Slider
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.banner-one { margin-bottom: -200px; padding: 150px 100px 0px 100px; z-index: 9 }
.hero-lg-text { font-size: 420px; text-align: center; text-transform: uppercase; line-height: .7em; display: inline-block; font-weight: 500; margin-bottom: 100px; }
.hero-lg-text div:nth-last-child(-n+3) { color: transparent; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: var(--themeht-white-color); display: inline-block; }
.banner-text h2 { font-weight: 500; font-size: 70px; line-height: 80px; font-family: var(--themeht-typography-body-font-family); margin: 0; }
.explore-more-wrapper { grid-column-gap: 50px; grid-row-gap: 50px; justify-content: flex-start; align-items: center; margin-top: 40px; display: flex; }
.explore-more-wrapper .round-text text { font-size: 18px; letter-spacing: 2px; }
.explore-more-wrapper .round-text { width: 150px; height: 150px; flex-shrink: 0; }
.explore-more-wrapper .text-btn-icon { width: 50px; height: 50px;}
.explore-more-wrapper .text-btn-icon svg{fill: var(--themeht-text-color);}
.explore-more-wrapper p{margin: 0; font-size: 20px; line-height: 30px;}
.banner-awards-wrapper { clip-path: polygon(0 0, 84% 0, 100% 10%, 100% 80%, 100% 100%, 16% 100%, 0 88%, 0 0); background: var(--themeht-bg-dark-color); display: inline-grid; padding: 70px; max-width: 550px; padding-top: 0; }
.banner-award-wrap { clip-path: polygon(0 0, 84% 0, 100% 0%, 100% 80%, 100% 100%, 16% 100%, 0 78%, 0 0); background: var(--themeht-white-color); display: inline-block; padding: 50px 50px 60px; margin-top: 50px; }
.banner-awards-icon { display: inline-block; font-size: 100px; color: var(--themeht-text-color); margin-bottom: 40px; }
.banner-award-text { font-size: 22px; color: var(--themeht-text-color); display: flex; align-items: center; }
.banner-award-text span { font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-primary-color); font-size: 70px; font-weight: 700; line-height: .666667em; margin-right: 15px; }
.banner-anim-img { width: 220px; margin: 0 auto; }
.banner-anim-img img { animation: ht_animation_spin 6s linear infinite; }
.banner-one .video-btn-icon > i { width: 200px; height: 200px; line-height: 200px; font-size: 80px; border-radius: 0; }
.banner-right-wrapper { display: flex; align-items: center; justify-content: end; }

.spin-anim-img img { animation: ht_animation_spin 10s linear infinite; }
.ht-lg-count { color: var(--themeht-white-color); font-size: 50px; letter-spacing: -.5px; font-weight: 500; line-height: 1.1; flex-direction: row; align-items: flex-start; display: flex; }
.ht-lg-count span { -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, var(--themeht-white-color), var(--themeht-primary-color)); -webkit-background-clip: text; background-clip: text; font-size: 160px; line-height: 130px; }

.round-text { width: 200px; overflow: hidden; height: 200px; z-index: 9; position: relative; border-radius: 50%; z-index: 5; }
.round-text text { text-transform: uppercase; font-size: 13.8px; letter-spacing: 1px; font-weight: 600; fill: var(--themeht-white-color); }
.round-text .round-svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-animation-name: rotate; -moz-animation-name: rotate; -ms-animation-name: rotate; -o-animation-name: rotate; animation-name: rotate; -webkit-animation-duration: 40s; -moz-animation-duration: 40s; -ms-animation-duration: 40s; -o-animation-duration: 40s; animation-duration: 40s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -ms-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; }
.text-btn-icon { font-size: 40px; color: var(--themeht-text-color) !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--themeht-primary-color); width: 80px; height: 80px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.text-btn-icon svg{fill: var(--themeht-white-color);}
a.text-btn-icon:hover{background: var(--themeht-primary-color);}
a.text-btn-icon:hover svg{fill: var(--themeht-text-color);}

.text-center .round-text{margin-left: auto; margin-right: auto;}
.text-end .round-text{margin-left: auto;}

.banner-btn .video-btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 30px; }
.video-btn-icon { position: relative; display: inline-block; z-index: 9; }
.video-btn-icon > i { display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; background-color: var(--themeht-primary-color); color: var(--themeht-text-color); font-size: 30px; border-radius: 50%; z-index: 1; -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.video-large .video-btn-icon > i { width: 100px; height: 100px; line-height: 100px; font-size: 50px; }

.banner-two-heading-first h1 { font-size: 150px; text-transform: uppercase; line-height: 150px; font-weight: 700; }
.banner-two-heading-third h1 { font-size: 120px; line-height: 120px; font-weight: 700; font-style: italic; color: var(--themeht-primary-color); }
.banner-two-heading-second h1 { color: var(--themeht-body-bg-color); text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-color); display: inline-block; font-weight: 700; font-size: 150px; text-transform: uppercase; line-height: 150px; margin-bottom: 0; }
.banner-two-heading-second { grid-column-gap: 19px; grid-row-gap: 19px; justify-content: flex-start; align-items: center; display: flex; }
.banner-two-video { border-radius: 100px; min-width: 255px; height: 115px; position: relative; overflow: hidden; z-index: 9; }
.banner-two-video > video { object-fit: cover; z-index: -100; background-position: 50%; background-size: cover; width: 100%; height: 100%; margin: auto !important; position: absolute; inset: -100%; }
.banner-two-btm { margin-top: 80px; }
.banner2-video .html5-video { opacity: 0.5; inset: 0; overflow: hidden; position: absolute; z-index: -1; width: 100%; height: 100%; }

.banner-slider .slider-img { background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; right: 0; }
.banner-content { padding: 160px 0; position: relative; z-index: 9; text-align: center; }
.slider-overlay { position: absolute; content: ''; background: linear-gradient(90deg, #000000 70%, #FFFFFF 100%); width: 100%; height: 100%; top: 0; left: 0; z-index: 9; opacity: 0.7; mix-blend-mode: multiply; }
.banner-slider h6 { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider h1 { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider p { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .banner-btn { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .swiper-slide-active h6 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 1000ms; }
.banner-slider .swiper-slide-active h1 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 1500ms; }
.banner-slider .swiper-slide-active p { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2000ms; }
.banner-slider .swiper-slide-active .banner-btn { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2500ms; }
.banner-content p { font-size: 16px; line-height: 26px; color: var(--themeht-white-color); max-width: 65%; margin: 0 auto; margin-bottom: 30px; }
.banner-slider.swiper .swiper-button-prev { left: 40px !important; }
.banner-slider.swiper .swiper-button-next { right: 40px !important; }
.banner-slider.swiper:hover .swiper-button-prev { left: 20px !important; }
.banner-slider.swiper:hover .swiper-button-next { right: 20px !important; }
.banner-slider.swiper .swiper-button-prev, .banner-slider.swiper .swiper-button-next { opacity: 0; }
.banner-slider.swiper:hover .swiper-button-prev, .banner-slider.swiper:hover .swiper-button-next { opacity: 1; }
.logo-wrap {
    padding: 0;
    background: none;
    border-radius: 0;
    backdrop-filter: none;
}

.logo-wrap svg {
    transition: transform .4s ease;
}

.logo-wrap:hover svg {
    transform: translateY(-4px) scale(1.02);
}

.logo-wrap:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 22px 40px rgba(0,0,0,.45));
}

/* ------------------------
    Error
------------------------*/
.error-path { stroke-dasharray: 800; stroke-dashoffset: 800; animation: dash 5s linear alternate infinite; }
.error-path path { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(2) { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(3) { stroke: var(--themeht-white-color) }


/* ------------------------
    List Icon
------------------------*/
.list-icon li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon li:last-child { margin-bottom: 0 }
.list-icon li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; flex-shrink: 0; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; overflow: hidden; display: flex;}
.marquee-inner { display: flex; will-change: transform; transform: translateX(0); animation: marquee 70s linear infinite; }
.marquee-text { position: relative; white-space: nowrap; }
.marquee-text span { font-size: 76px; line-height: 86px; text-transform: uppercase; color: var(--themeht-white-color); font-weight: 700; vertical-align: middle; }
.marquee-text i { font-size: 40px; display: inline-block; line-height: 1; margin: 0 30px; color: var(--themeht-primary-color); vertical-align: middle; }
.marquee-text:nth-child(2n+2) span { color: var(--themeht-body-bg-color); text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-color); }
.marquee-wrap.style2 .marquee-text span { font-size: 30px; line-height: 40px; text-shadow: none; color: var(--themeht-text-color); }
.marquee-wrap.style2 { padding: 10px 0; transform: scale(1.1) rotate(4deg); background: var(--themeht-white-color); }
.marquee-wrap.style2 .marquee-inner { animation-direction: reverse; }
.marquee-text i { font-size: 24px;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; padding:50px 0; display: table; width: 100%; border-top: 2px dashed var(--themeht-border-light-color); border-bottom: 2px dashed var(--themeht-border-light-color);}
.countdown > li{ font-weight: 700; text-align: center; list-style-type: none; display: table-cell; width: auto; color: var(--themeht-white-color)}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; display: inline-block;}
.countdown > li p{font-size:20px; display: inline-block; line-height:30px; margin-bottom: 0; color: var(--themeht-primary-color);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
 Clients Logo
------------------------*/
.marquee-client img { margin: 0 30px; }
.marquee-client .marquee-inner { animation: marquee 10s linear infinite; }
.marquee-client .marquee-inner img { height: 30px; opacity: 0.5; transition-duration: 0.3s; }
.marquee-client .marquee-inner img:hover { opacity: 1; }


/* ------------------------
Contact
------------------------*/
.contact-info { position: relative; flex-direction: row; display: flex; grid-column-gap: 25px; justify-content: flex-start; align-items: center; }
.contact-info:last-child { margin-bottom: 0; }
.contact-info i { font-size: 30px; color: var(--themeht-primary-color); }
.contact-info h6 { font-size: 16px; line-height: 1.56; color: var(--themeht-body-color); margin-bottom: 2px; }
.contact-info p { margin-bottom: 0; font-size: 20px; font-weight: 500; color: var(--themeht-white-color); max-width: 300px; margin: 0 auto; }
.contact-info a { color: var(--themeht-white-color); font-size: 20px; font-weight: 500; max-width: 300px; margin: 0 auto; display: block; }
.contact-info a:hover { color: var(--themeht-primary-color); }
.form-group { margin-bottom: 20px; position: relative; }
label { font-size: 14px; line-height: 1;}
.form-control { height: 55px; border-radius: 10px; font-size: 14px; color: var(--themeht-text-color); background-color: #1a1a1a; border: 1px solid var(--themeht-border-light-color); }
textarea.form-control { height: 120px; border-radius: 10px; }
.form-control:focus { box-shadow: none; background: none; border-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
select.form-control { -moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important; color: var(--themeht-text-color); }
iframe { width: 100%; border: none; pointer-events: auto; }
.iframe-h { height: 500px !important; }
.iframe-h-2 { height: 600px !important; }
.map iframe { border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -moz-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -ms-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -o-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); }
.help-block.with-errors { position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px; }
.form-control::-webkit-input-placeholder { color: var(--themeht-text-color); }
.form-control::-moz-placeholder { color: var(--themeht-text-color); }
.form-control:-ms-input-placeholder { color: var(--themeht-text-color); }
.form-control:-moz-placeholder { color: var(--themeht-text-color); }




/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1800px) {
    .hero-lg-text { font-size: 350px; }
}
@media (max-width:1599px) {
    .hero-lg-text { font-size: 280px; }
    .banner-one .video-btn-icon > i { width: 100px; height: 100px; line-height: 100px; font-size: 40px; }
    .service-item.style-3 .service-title h4 { font-size: 60px; line-height: 60px; }
}
@media (max-width:1599px) {
    .service-item.style-3 .service-title h4 { font-size: 50px; line-height: 50px; padding: 15px 30px; }
    .service-image1, .service-image2 { width: 240px; }
    .banner-awards-wrapper { padding: 50px; }
    .banner-award-wrap { padding: 50px 30px; }
}
@media (max-width:1300px) {
    .hero-lg-text { font-size: 250px; }
    .banner-awards-icon { font-size: 80px; margin-bottom: 20px; }
    .banner-anim-img { width: 200px; }
    .banner-text h2 { font-size: 60px; line-height: 70px; }
    .banner-award-text { font-size: 18px; line-height: 20px; }
    .explore-more-wrapper img { width: 50%; }
}
.slogan-hero{font-size:30px;line-height: 30px;}
@media (max-width:1400px) {
    .header-number { display: none; }
    .service-item.style-1 { margin-bottom: 30px; }
}
@media (max-width:1200px) {
    .banner-one { padding: 100px 50px 0px 50px; }
    .banner-two-heading-first h1 { font-size: 80px; line-height: 80px; }
    .banner-two-heading-second h1 { font-size: 60px; line-height: 60px; }
    .banner-two-btm { margin-top: 60px; }
    .clip-section { clip-path: inherit; }
    .banner-slider h1 { line-height: 90px; font-size: 80px; }
    .banner-content p { max-width: 80%; }
    .service-list { padding: 0; }
    .service-item.style-3.active .service-image1, .service-item.style-3.active .service-image2 { display: none; }
    .theme-title.style-2 h2 { font-size: 150px; line-height: 150px; }
    .p-120 { padding: 100px 30px; }
}
@media (max-width:992px) {
    h1 { font-size: 30px; line-height: 70px; }
    h2{         font-size: 23px;
    line-height: 23px;
}
    h3 { font-size: 20px; line-height: 28px; }
    h4{ font-size: 15px;
    line-height: 28px;}
    .navbar-nav .nav-item { margin: 0; }
    .navbar-toggler { background: var(--themeht-primary-color); height: 30px; width: 30px; padding: 0; border-radius: 4px; margin-left: auto; }
    .navbar-toggler:focus { box-shadow: none; }
    .ht-toggler svg { width: 20px; height: 20px; display: inline-block; }
    .ht-toggler .line { fill: none; stroke: black; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
    .ht-toggler .line1 { stroke-dasharray: 60 207; stroke-width: 3; }
    .ht-toggler .line2 { stroke-dasharray: 60 60; stroke-width: 3; }
    .ht-toggler .line3 { stroke-dasharray: 60 207; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
    .navbar-collapse { background:#101815; max-height: 400px; left: 0; padding: 10px; position: absolute; z-index: 99; top: 100%; width: 100%; overflow: auto; box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1); border-radius: 20px; }
    .navbar-nav .dropdown-toggle::after { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
    .navbar-nav .dropdown-submenu .dropdown-toggle::after { top: 18px; }
    .navbar-nav .nav-link { padding: 10px 0 !important; color: white!important; }
    .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:focus, .navbar-nav .nav-link.show { border-bottom: 1px solid var(--themeht-border-light-color); color: var(--themeht-primary-color)!important; }
    .navbar-nav .dropdown-menu .dropdown-item { color: var(--themeht-text-color); display: block; }
    .header .themeht-btn { margin-left: 20px }
    /*Banner*/
    .logo img { max-height: 50px; }
    .themeht-sidebar { margin-top: 80px; padding-left: 0; }
    .navigation-top { justify-content: end; }
    .hero-lg-text { font-size: 150px; margin-bottom: 50px; }
    .theme-breadcrumb-box { padding: 60px 30px; }
    .price-table { display: block; }
    .price-list { margin: 10px 0; }
    .service-item.style-4 { padding-left: 40px; display: block; }
    .service-list-item { width: auto; margin: 20px 0; }
    .service-item.style-4::before { top: 50px; transform: inherit; }
    .service-item.style-4 .service-image { visibility: visible; opacity: 1; position: inherit; top: inherit; right: inherit; display: inline-block; transform: inherit; clip-path: none; }
    .header { padding: 20px; }
    .admin-bar .header { top: 45px; }
    .bg-parallax { background-position: top center !important; background-size: cover; }
}
.slogan-small{
    font-weight: 950; font-size: 20px; line-height: 1.25;
}
@media (max-width:767px) {
    h1 {  font-size: 19px !important;line-height: 37px !important;}
    .courier-benefit-title {font-size: 19px;}
    .breadcrumb-item, .breadcrumb-item a{font-size: 11px!important;}
    .slogan-small{font-weight: 950; font-size: 15px; line-height: 1.25;}
    .courier-benefit-desc {font-size: 12px;}
    .theme-title.style-1 h2 { font-size: 42px !important; line-height: 52px !important; }
    .theme-title p { font-size: 12px; }
    .page-title h1 {font-size: 24px !important;line-height: 30px !important;}
    body{font-size: 11px!important;}
    .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: block; }
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { padding-right: 0; }
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { padding-left: 0; margin-top: 30px; }
    .header-btn, .header-cart-inner { display: none; }
    .navigation-top { margin-right: 0; }
    blockquote, .wp-block-quote.is-style-large { padding: 30px !important; font-size: 18px; line-height: 28px; }
    blockquote:after { bottom: 20px; right: 20px; font-size: 50px; }
    .contact-info p, .contact-info a { max-width: inherit; }
    .ht-navigation { justify-content: space-between; }
    .hero-lg-text { font-size: 160px !important; line-height: 0.9em !important; }
    .banner-text h2 { font-size: 40px; line-height: 50px; }
    .banner-right-wrapper { display: block; margin-top: 50px; }
    .banner-anim-img { width: 150px; }
    .banner-award-wrap { padding: 30px; margin-top: 30px; }
    .banner-awards-wrapper { padding: 30px; }
    .banner-award-text span { font-size: 50px; }
    .banner-two-heading-second { display: block; }
    .banner-two-video { border-radius: 20px; min-width: auto; height: 115px; margin-bottom: 10px; }
    .banner-two-btm { margin-top: 30px; }
    .banner-content { padding: 100px 0; }
    .header .themeht-btn { display: none; }
    .header { padding: 10px; }
    .page-title-bg { display: none!important; position: inherit!important; width: 100%!important; height: 200px!important; margin-bottom: 15px!important; right: inherit!important; }
    .theme-breadcrumb-box { padding: 12px 15px; }
    .explore-more-wrapper { display: block; }
    .theme-title.style-2 h6 { padding-left: 100px; }
    .theme-title.style-2 h6:before { width: 90px; }
    .service-item.style-3 .service-title h4 { font-size: 32px; line-height: 42px; }
    .award-items { display: block; }
    .award-title { width: 100%; }
    .theme-title.style-2 h2 { font-size: 80px; line-height: 80px; }
    .service-item.style-4 .service-title h4 { font-size: 40px; }
    .service-list-item li { width: 100%; }
}
.span-font{font-size: 11px;}

@media (max-width:576px) {
    h1, .h1 {    h1 {         font-size: 28px !important;
        line-height: 37px !important;} }
    .theme-title.style-1 h2 { font-size: 17px !important; line-height: 25px !important; }
    .theme-title p{margin-top: 5px!important;}
    .footer h2 {
        font-size: 48px;
        line-height: 70px;
    }.marquee-text span{font-size: 23px;}
    .accordion .accordion-button{
        font-size: 11px;
    }
    .accordion-item{
        padding: 5px 0px;
    }
    .faq-wrap .accordion-button{
        padding: 4px 16px;
    }
}
@media (max-width: 575.98px) {
    .p-120 { padding: 56px 0 !important; }
    .p-80 { padding: 44px 0 !important; }
    .mt-10 { margin-top: 28px !important; }
    .mb-10 { margin-bottom: 28px !important; }
    .mb-8 { margin-bottom: 20px !important; }
}

/* Hero: sol liste ile sağ mockup alt hizası */
.company-hero {
    padding: 5px 0 70px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .company-hero { padding: 5px 0 40px; }
}
.company-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(900px 400px at 12% 20%, rgba(152,226,9,.18), transparent 60%),
            radial-gradient(900px 400px at 90% 25%, rgba(55,121,255,.16), transparent 60%),
            linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,0));
    pointer-events: none;
}
.company-hero .hero-inner { position: relative; }
.company-hero .hero-slogan {
    color: rgba(248,250,252,.82);
    font-size: 16px;
    margin-top: 10px;
}
@media (max-width: 575.98px) {
    .company-hero .hero-slogan { font-size: 12px; }
}
.company-hero .hero-lead {
    color: rgba(248,250,252,.74);
    max-width: 60ch;
    margin-top: 10px;
}

/* ------------------------
   Company Hero - Fullscreen Slider (welcome-old)
------------------------ */
.company-hero.company-hero--slider {
    padding: 0;
    min-height: 100svh;
    display: flex;
    align-items: stretch;
}
@supports (height: 100dvh) {
    .company-hero.company-hero--slider { min-height: 100dvh; }
}
.company-hero.company-hero--slider:before {
    z-index: 1;
    background:
            radial-gradient(900px 460px at 10% 18%, rgba(152,226,9,.20), transparent 62%),
            radial-gradient(900px 460px at 92% 22%, rgba(55,121,255,.18), transparent 62%),
            linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.10) 45%, rgba(0,0,0,.55));
}
.company-hero.company-hero--slider .hero-inner {
    z-index: 2;
    width: 100%;
    padding: clamp(96px, 12vh, 150px) 0 clamp(36px, 7vh, 70px);
}
.company-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.company-hero-track {
    height: 100%;
    display: flex;
    will-change: transform;
    transform: translate3d(calc(var(--chs-index, 0) * -100%), 0, 0);
    transition: transform 900ms cubic-bezier(.22, .9, .2, 1);
}
.company-hero-slide {
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: saturate(1.05) contrast(1.02);
}
.company-hero-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            radial-gradient(900px 460px at 12% 25%, rgba(0,0,0,.20), rgba(0,0,0,0) 60%),
            radial-gradient(900px 460px at 88% 30%, rgba(0,0,0,.25), rgba(0,0,0,0) 60%),
            linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.20) 45%, rgba(0,0,0,.62) 100%);
}
.company-hero-overlay {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.company-hero-overlay__content,
.company-hero-overlay__services {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.38);
    border-radius: 24px;
    padding: 18px 18px;
    box-shadow: 0 18px 70px rgba(0,0,0,.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.company-hero-overlay__content .slogan-hero {
    text-shadow: 0 10px 40px rgba(0,0,0,.55);
}

.company-hero.company-hero--slider .service-mini-list {
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.company-hero.company-hero--slider .service-mini {
    background: rgba(0,0,0,.32);
    border-color: rgba(255,255,255,.12);
}

.company-hero-dots {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.company-hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.12);
    padding: 0;
    transition: all .25s ease;
}
.company-hero-dot.is-active {
    width: 26px;
    border-color: rgba(152,226,9,.55);
    background: rgba(152,226,9,.35);
}

@media (max-width: 991.98px) {
    .company-hero.company-hero--slider .hero-inner { padding-top: 92px; }
    .company-hero-overlay__content,
    .company-hero-overlay__services { border-radius: 20px; padding: 16px; }
    .company-hero.company-hero--slider .service-mini-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .company-hero.company-hero--slider .hero-inner { padding-top: 84px; padding-bottom: 44px; }
    .company-hero-overlay__content,
    .company-hero-overlay__services { border-radius: 18px; padding: 14px; }
    .company-hero.company-hero--slider .service-mini-list {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(240px, 84vw);
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .company-hero.company-hero--slider .service-mini { scroll-snap-align: start; }
}
.service-mini-list {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.service-mini {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.22);
    border-radius: 18px;
    padding: 12px 12px;
    position: relative;
    overflow: hidden;
}
.service-mini__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
/* Minimal: ikon/emoji kalabalığını kaldır */
.service-mini__icon { display: none !important; }
.service-mini__title { font-weight: 850; margin: 0; color: rgba(248,250,252,.94); font-size: 14px; letter-spacing: .01em; }
.service-mini__desc { margin: 0; color: rgba(248,250,252,.72); font-size: 13px; line-height: 1.55; }

/* Service Linear Effect - Neon Yeşil Işık */
.service-mini-linear {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
}
.service-mini:hover .service-mini-linear {
    opacity: 1;
}
.service-mini-linear span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(152,226,9,0), #98E209);
    animation: animate1 2s linear infinite;
}
.service-mini-linear span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(152,226,9,0), #98E209);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
.service-mini-linear span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, rgba(152,226,9,0), #98E209);
    animation: animate3 2s linear infinite;
}
.service-mini-linear span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, rgba(152,226,9,0), #98E209);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

/* Service Mini Detay Butonu */
.service-mini__detail {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    background: #a3ffa854;
    gap: 6px;
    color: #98E209;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.service-mini__detail:hover {
    color: #B8F229;
    gap: 8px;
}
.service-mini__detail i {
    font-size: 12px;
}

.hero-cta {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.hero-cta .themeht-btn { height: 46px; border-radius: 16px; }
@media (max-width: 575.98px) {
    .hero-cta .themeht-btn { height: 40px; border-radius: 14px; }
}

/* Sağ mockup vitrin */
.vitrin-mock {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.22);
    border-radius: 22px;
    padding: 14px;
}
.vitrin-mock__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.vitrin-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(248,250,252,.88);
    font-size: 12px;
    font-weight: 700;
}
.vitrin-badge i { display:none !important; }
.vitrin-title {
    color: rgba(248,250,252,.9);
    font-weight: 800;
    font-size: 13px;
}
.vitrin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.vitrin-card {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    border-radius: 18px;
    overflow: hidden;
    text-align: left;
}
.vitrin-card__img {
    height: 110px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(2,6,23,.55);
    font-size: 28px;
}
.vitrin-card__body { padding: 10px 10px; }
.vitrin-card__name { font-weight: 800; color: rgba(248,250,252,.92); font-size: 13px; margin: 0 0 6px; }
.vitrin-card__meta { color: rgba(248,250,252,.70); font-size: 12px; }
.vitrin-foot {
    margin-top: 10px;
    color: rgba(248,250,252,.65);
    font-size: 12px;
}

/* Geçiş bloğu */
.transition-strip {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.26);
    border-radius: 22px;
    padding: 16px;
    color: rgba(248,250,252,.9);
}
.transition-strip p { margin: 0; color: rgba(248,250,252,.70); }

/* "Neden farklı" karşılaştırma listeleri */
.why-grid { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 575.98px) { .why-grid { grid-template-columns: 1fr; } }
.why-col {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    border-radius: 18px;
    padding: 12px 12px;
}
.why-col__title {
    margin: 0 0 8px;
    font-weight: 900;
    color: rgba(248,250,252,.92);
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
    opacity: .9;
}
.why-col ul { margin: 0; padding-left: 18px; color: rgba(248,250,252,.78); }
.why-col li { margin: 6px 0; }

/* Son katılanlar: kayan kartlar */
.latest-marquee {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}
.latest-marquee::before,
.latest-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.latest-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(16,24,21,1), rgba(16,24,21,0));
}
.latest-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(16,24,21,1), rgba(16,24,21,0));
}
.latest-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: latestScroll 40s linear infinite;
    padding: 8px 120px;
}
@keyframes latestScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.latest-card {
    width: 360px;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.latest-card:hover {
    border-color: rgba(152,226,9,.4);
    background: rgba(152,226,9,.08);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(152,226,9,.2);
}
.latest-card__img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.latest-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.latest-card:hover .latest-card__img img {
    transform: scale(1.05);
}
.latest-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50px;
    padding: 6px 14px;
    background: rgba(152,226,9,.9);
    border: 1px solid rgba(152,226,9,1);
    color: #0b0b0b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}
.latest-card__body {
    padding: 18px 18px 20px;
}
.latest-card__name {
    font-weight: 800;
    margin: 0 0 8px;
    color: rgba(248,250,252,.95);
    font-size: 18px;
    line-height: 1.3;
}
.latest-card__meta {
    color: rgba(248,250,252,.75);
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.latest-card__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}
.latest-card__details .latest-card__meta {
    margin-bottom: 0;
}
.latest-card__meta i {
    font-size: 13px;
    color: rgba(152,226,9,.8);
}
.latest-card__address {
    color: rgba(248,250,252,.65);
    font-size: 13px;
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.5;
}
.latest-card__address i {
    font-size: 13px;
    color: rgba(152,226,9,.7);
    margin-top: 2px;
    flex-shrink: 0;
}
.latest-card__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.latest-card__badges .badge {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.latest-card__badges a.badge { text-decoration: none; }
.latest-card__badges .badge:hover {
    transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
    .latest-track { animation: none; }
    .latest-marquee { overflow-x: auto; }
    .latest-marquee::before, .latest-marquee::after { display: none; }
}
@media (max-width: 767.98px) {
    .latest-card {
        width: 300px;
    }
    .latest-card__img {
        height: 180px;
    }
}

/* Mobil (küçük ekran): latest-card daha kompakt, daha az boşluk */
@media (max-width: 575.98px) {
    .latest-marquee::before,
    .latest-marquee::after {
        width: 56px;
    }

    .latest-track {
        gap: 12px;
        padding: 6px 56px;
    }

    .latest-card {
        width: 260px;
        border-radius: 16px;
    }

    .latest-card__img {
        height: 140px;
    }

    .latest-card__body {
        padding: 12px 12px 12px;
    }

    .latest-card__badge {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .latest-card__name {
        font-size: 15px;
        margin: 0 0 6px;
    }

    .latest-card__meta {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.35;
    }

    .latest-card__address {
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.35;
    }

    .latest-card__address span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .latest-card__details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 10px;
        margin-bottom: 6px;
    }

    .latest-card__details .latest-card__meta {
        min-width: 0;
    }

    .latest-card__details .latest-card__meta span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .latest-card__badges {
        margin-top: 10px;
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .latest-card__badges::-webkit-scrollbar {
        height: 0;
    }

    .latest-card__badges .badge {
        font-size: 10px;
        padding: 4px 10px;
        white-space: nowrap;
        flex: 0 0 auto;
    }
}

/* Öncü işletmeler grid */
.pioneer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
@media (max-width: 991.98px) { .pioneer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .pioneer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }
.pioneer-card {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    border-radius: 18px;
    padding: 12px;
    position: relative;
    overflow: hidden;
}
.pioneer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(152,226,9,.14);
    border: 1px solid rgba(152,226,9,.22);
    color: rgba(248,250,252,.92);
    font-size: 11px;
    font-weight: 800;
}
/* Mobilde "Öncü" rozeti üst üste binmesin */
@media (max-width: 575.98px) {
    .pioneer-badge {
        position: static;
        display: inline-flex;
        margin-bottom: 8px;
    }
}
.pioneer-head { display: flex; gap: 10px; align-items: center; }
.pioneer-logo {
    width: 46px; height: 46px; border-radius: 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    overflow: hidden;
    display: inline-flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
}
.pioneer-logo img { width: 100%; height: 100%; object-fit: cover; }
.pioneer-name { font-weight: 800; margin: 0; color: rgba(248,250,252,.92); font-size: 13px; }
.pioneer-loc { margin: 2px 0 0; color: rgba(248,250,252,.68); font-size: 12px; }

/* Harita */
#homeMap { height: 420px; border-radius: 18px; overflow: hidden; }
@media (max-width: 575.98px) { #homeMap { height: 320px; } }

/* küçük iyileştirme: modal z-index Leaflet üstünde */
.modal { z-index: 9999; }
.leaflet-pane, .leaflet-top, .leaflet-bottom { z-index: 900; }

/* SSS (FAQ) */
.faq-wrap .accordion-item{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    overflow: hidden;
}
.faq-wrap .accordion-item + .accordion-item { margin-top: 12px; }
.faq-wrap .accordion-button{
    background: transparent;
    color: rgba(248,250,252,.92);
    font-weight: 800;
    padding: 7px 16px;
    box-shadow: none;
}
.faq-wrap .accordion-button:not(.collapsed){
    background: rgba(152,226,9,.10);
    color: rgba(248,250,252,.98);
}
.faq-wrap .accordion-button::after{ filter: invert(1) grayscale(1); opacity: .85; }
.faq-wrap .accordion-body{
    color: rgba(248,250,252,.74);
    padding:8px 16px 10px;
    line-height: 1.55;
}
     /* Nasıl Çalışır - Modern Step Cards */
 .step-item {
     position: relative;
     z-index: 9;
     padding: 45px 30px;
     border: 1px solid rgba(255,255,255,.15);
     background: rgba(0,0,0,.1);
     border-radius: 20px;
     transition: all 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
 }
.step-item:hover {
    border-color: rgba(152,226,9,.4);
    background: rgba(152,226,9,.05);
    transform: translateY(-5px);
}
.step-item .step-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(152,226,9,.15);
    line-height: 1;
    font-family: var(--themeht-typography-body-font-family);
}
.step-item .step-icon {
    color: var(--themeht-primary-color);
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.step-item .step-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--themeht-white-color);
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.step-item .step-desc {
    color: rgba(248,250,252,.75);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}
.step-item .step-bullets {
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
    position: relative;
    z-index: 2;
}
.step-item .step-bullets li {
    color: rgba(248,250,252,.7);
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.step-item .step-bullets li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--themeht-primary-color);
    font-weight: 700;
}

/* Kurye Ol CTA - Modern Design */
.courier-cta-modern {
    background: linear-gradient(135deg, rgba(152,226,9,.1) 0%, rgba(55,121,255,.1) 100%);
    border: 1px solid rgba(152,226,9,.2);
    border-radius: 24px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}
.courier-cta-modern:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(152,226,9,.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}
.courier-cta-modern .cta-content {
    position: relative;
    z-index: 2;
}
.courier-cta-modern .cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(152,226,9,.2);
    border: 1px solid rgba(152,226,9,.4);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    color: var(--themeht-primary-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.courier-cta-modern .cta-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--themeht-white-color);
    line-height: 1.3;
    margin-bottom: 15px;
}
.courier-cta-modern .cta-desc {
    font-size: 16px;
    color: rgba(248,250,252,.8);
    line-height: 1.6;
    margin-bottom: 0;
}
.courier-cta-modern .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}
@media (max-width: 991.98px) {
    .courier-cta-modern {
        padding: 40px 30px;
    }
    .courier-cta-modern .cta-title {
        font-size: 26px;
    }
    .courier-cta-modern .cta-buttons {
        flex-direction: column;
    }
    .courier-cta-modern .cta-buttons .themeht-btn {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .step-item {
        padding: 35px 25px;
    }
    .step-item .step-icon {
        font-size: 50px;
    }
    .step-item .step-title {
        font-size: 17px;
        margin-bottom:6px;
    }
    .step-item .step-desc,.step-item .step-bullets li{
        font-size: 12px;
    }
    .courier-cta-modern {
        padding: 30px 25px;
    }
    .courier-cta-modern .cta-title {
        font-size: 22px;
    }
}
     /* Kurye Hero Section */
 .courier-hero {
     background: linear-gradient(135deg, rgba(152,226,9,.1) 0%, rgba(55,121,255,.1) 100%);
     border: 1px solid rgba(152,226,9,.2);
     border-radius: 28px;
     padding: 80px 50px;
     position: relative;
     overflow: hidden;
     margin: 40px 0;
 }
.courier-hero:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(152,226,9,.08) 0%, transparent 70%);
    animation: pulse 6s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.1); opacity: 0.6; }
}
.courier-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.courier-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(152,226,9,.2);
    border: 1px solid rgba(152,226,9,.4);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--themeht-primary-color);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.courier-hero-title {
    font-size: 48px;
    font-weight: 950;
    color: var(--themeht-white-color);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.courier-hero-subtitle {
    font-size: 22px;
    color: rgba(248,250,252,.85);
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.courier-hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .courier-hero {
        padding: 60px 40px;
    }
    .courier-hero-title {
        font-size: 36px;
    }
    .courier-hero-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .courier-hero {
        padding: 50px 30px;
    }
    .courier-hero-title {
        font-size: 28px;
    }
    .courier-hero-subtitle {
        font-size: 16px;
    }

    .courier-hero-cta .themeht-btn {
        width: 100%;
    }
}

/* Benefits Section */
.courier-benefit-card {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    border-radius: 24px;
    padding: 40px 35px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.courier-benefit-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(152,226,9,0), var(--themeht-primary-color), rgba(152,226,9,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.courier-benefit-card:hover {
    border-color: rgba(152,226,9,.4);
    background: rgba(152,226,9,.08);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(152,226,9,.15);
}
.courier-benefit-card:hover:before {
    opacity: 1;
}
.courier-benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(152,226,9,.15);
    border: 1px solid rgba(152,226,9,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--themeht-primary-color);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.courier-benefit-card:hover .courier-benefit-icon {
    background: rgba(152,226,9,.25);
    transform: scale(1.1);
}
.courier-benefit-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--themeht-white-color);
    margin-bottom: 15px;
}
.courier-benefit-desc {
    font-size: 16px;
    color: rgba(248,250,252,.75);
    line-height: 1.7;
    margin: 0;
}

/* Process Section */
.courier-process-item {
    text-align: center;
    position: relative;
}
.courier-process-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(152,226,9,.15);
    border: 3px solid rgba(152,226,9,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 900;
    color: var(--themeht-primary-color);
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
}
.courier-process-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--themeht-white-color);
    margin-bottom: 12px;
}
.courier-process-desc {
    font-size: 15px;
    color: rgba(248,250,252,.7);
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.courier-cta-section {
    background: linear-gradient(135deg, rgba(152,226,9,.12) 0%, rgba(55,121,255,.12) 100%);
    border: 1px solid rgba(152,226,9,.2);
    border-radius: 28px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.courier-cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(152,226,9,.1), transparent 50%);
}
.courier-cta-content {
    position: relative;
    z-index: 2;
}
.courier-cta-title {
    font-size: 36px;
    font-weight: 900;
    color: var(--themeht-white-color);
    margin-bottom: 20px;
}
.courier-cta-desc {
    font-size: 18px;
    color: rgba(248,250,252,.8);
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    .courier-cta-section {
        padding: 50px 30px;
    }
    .courier-cta-title {
        font-size: 28px;
    }
    .courier-cta-desc {
        font-size: 16px;
    }
    .business-header-card {
        background: none!important;
        backdrop-filter: blur(0px)!important;
        border-radius: 20px;
        padding: 2rem;
        box-shadow:  0 20px 60px rgba(0, 0, 0, 0)!important;
    }

}
 .business-header-card {
     background: rgba(11, 11, 11, 0.75);
     backdrop-filter: blur(20px);
     border-radius: 20px;
     padding: 2rem;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
 }

.business-logo-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.business-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.4);
}

.business-name {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.business-category .badge {
    font-size: 0.85rem;
    padding: 8px 8px;
    border-radius: 8px;
    background: #0a3622!important;
}

.business-description {
    color: rgba(248, 250, 252, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.business-contact-info {
    margin-top: 1rem;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(248, 250, 252, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

.contact-item i {
    font-size: 1.1rem;
    color: rgba(152, 226, 9, 0.9);
}

.contact-item.website-link {
    background: rgba(152, 226, 9, 0.15);
    border-color: rgba(152, 226, 9, 0.3);
}

.contact-item.website-link:hover {
    background: rgba(152, 226, 9, 0.25);
    border-color: rgba(152, 226, 9, 0.5);
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(248, 250, 252, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    transform: translateY(-2px);
}

.business-actions .btn {
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.business-actions .btn-primary {
    background: linear-gradient(135deg, rgba(152, 226, 9, 0.9), rgba(55, 121, 255, 0.9));
    border: none;
}

.business-actions .btn-primary:hover {
    background: linear-gradient(135deg, rgba(152, 226, 9, 1), rgba(55, 121, 255, 1));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(152, 226, 9, 0.3);
}

.business-actions .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(248, 250, 252, 0.9);
}

.business-actions .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .business-header-card {
        padding: 0.75rem;
    }

    .business-header-card .row {
        margin: 0;
        align-items: flex-start;
    }

    .business-logo-wrapper {
        width: 50px;
        height: 50px;
        margin: 0;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .business-logo-placeholder {
        font-size: 1.2rem;
    }

    .business-header-content {
        min-width: 0;
    }

    .business-name {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
        line-height: 1.2;
        word-break: break-word;
    }
    .business-category {
        margin-bottom: 0.25rem !important;
    }

    .business-category .badge {
        font-size: 10px;
        margin-top: 9px;
        padding: 8px 8px;
        background: #0a3622!important;
    }

    .business-description {
        display: none;
    }

    .business-contact-info {
        margin-top: 0.5rem;
    }

    .business-contact-info .d-flex {
        gap: 0.4rem !important;
        flex-wrap: wrap;
    }

    .contact-item {
        padding: 5px 8px;
        font-size: 0.75rem;
        gap: 4px;
        border-radius: 8px;
        min-width: auto;
    }

    .contact-item i {
        font-size: 0.85rem;
    }

    .contact-item span {
        display: none; /* Mobilde sadece icon göster */
    }

    .contact-item.website-link .bi-box-arrow-up-right {
        display: none;
    }

    .business-actions {
        margin-top: 0.5rem !important;
        gap: 0.4rem !important;
    }

    .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        border-radius: 8px;
    }

    .business-actions .btn {
        padding: 5px 10px;
        font-size: 0.75rem;
        border-radius: 8px;
        min-width: auto;
    }

    .business-actions .btn i {
        font-size: 0.85rem;
        margin: 0 !important;
    }

    .business-actions .btn .btn-text {
        display: none; /* Mobilde sadece icon göster */
    }
}

@media (max-width: 576px) {
    .business-header-card {
        padding: 0.6rem;
    }

    .business-logo-wrapper {
        width: 45px;
        height: 45px;
        border-radius: 8px;
    }

    .business-logo-placeholder {
        font-size: 1rem;
    }

    .business-name {
        font-size: 1rem;
    }

    .contact-item {
        padding: 4px 6px;
        font-size: 0.7rem;
    }

    .contact-item i {
        font-size: 0.8rem;
    }

    .social-link {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .business-actions .btn {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
}
/* ------------------------
   Pasaj360 - Hero Slider (welcome-old)
------------------------*/
.hero-slider {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.heroSwiper {
    width: 100%;
}

/* Swiper: slide yükseklik çökmesini engelle (mobilde 200px'e düşmesin) */
.heroSwiper .swiper-slide {
    display: flex;
    align-items: stretch;
}

/* Desktop: eski hero (arka plan görsel + overlay) */
@media (min-width: 992px) {
    .hero-slider { height: 100vh; }

    .heroSwiper,
    .heroSwiper .swiper-slide { height: 100%; }

    .hero-desktop {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        overflow: hidden;
    }
    .hero-slider .hero-bg-img {
        position: absolute;
        inset: 0;
        width: 100%;
        object-fit: cover; /* desktop: eskisi gibi */
        object-position: center;
        z-index: 0;
        background-color: #020617;
    }

    .hero-slider .hero-content {
        position: relative;
        z-index: 2;
    }
}

/* Mobil/Tablet: desktop hero'yu da overlay olarak çalıştır (mobilde metin resmin üstüne gelsin) */
@media (max-width: 991.98px) {
    .hero-slider .heroSwiper,
    .hero-slider .heroSwiper .swiper-slide {
        height: auto;
    }

    .hero-slider .hero-desktop {
        position: relative;
        width: 100%;
        min-height: clamp(440px, 72vh, 680px);
        overflow: hidden;
        background: #020617;
    }

    .hero-slider .hero-bg-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        background-color: #020617;
    }

    /* Resmin üstüne okunabilirlik için gradient overlay */
    .hero-slider .hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(
            to top,
            rgba(2, 6, 23, 0.78) 0%,
            rgba(2, 6, 23, 0.38) 45%,
            rgba(2, 6, 23, 0.08) 80%,
            rgba(2, 6, 23, 0.00) 100%
        );
        pointer-events: none;
    }

    /* Metni resmin üstüne alıp altta minimal şekilde hizala */
    .hero-slider .hero-content {
        position: absolute;
        inset: auto 0 0 0;
        z-index: 2;
        padding: 0 0 18px;
    }

    .hero-slider .hero-panel {
        background: rgba(15, 23, 42, 0.22);
        border-color: rgba(255,255,255,0.12);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(2px);
    }

    /* Mobilde col-lg-7'nin "dar" kalmasını istemiyoruz */
    .hero-slider .hero-content .col-lg-7 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Mobil/Tablet: yeni hero */
.hero-slider .hero-slide-inner {
    width: 100%;
    min-height: clamp(560px, 92vh, 880px);
    padding: clamp(84px, 12vh, 140px) 0 clamp(44px, 8vh, 88px);
    display: flex;
    align-items: center;
}

.hero-slider .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.05fr) minmax(0, 0.75fr);
    align-items: center;
    gap: clamp(18px, 4vw, 52px);
}

.hero-slider .hero-copy {
    min-width: 0;
}

/* Resim alanı: boşluk bırakmasın, her ekranda dolu ve temiz görünsün */
.hero-slider .hero-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #020617;
    aspect-ratio: 4 / 3;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-slider .hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

}

.hero-slider .hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* contain -> boşluk yapıyordu */
    object-position: center;
    transform: translateZ(0); /* mobilde daha stabil render */
}

.hero-slider .hero-panel {
    display: inline-block;
    padding: clamp(18px, 2.2vw, 30px);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.34);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 20px 70px rgba(0,0,0,0.42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 720px;
}

.hero-slider .hero-title {
    color: #fff;
    font-size: clamp(1.85rem, 3.6vw, 3.6rem);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-shadow: 0 10px 45px rgba(0,0,0,.55);
}

.hero-slider .hero-desc {
    color: rgba(248, 250, 252, 0.90);
    font-size: clamp(0.98rem, 1.25vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 62ch;
    text-shadow: 0 6px 26px rgba(0,0,0,.45);
}
.hero-slider .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #98E209, #4a8e02);
    color: #0b1220;
    font-weight: 800;
    border-radius: 999px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    will-change: transform;
}
.hero-slider .hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(152, 226, 13, 0.30);
    filter: brightness(1.02);
}
.hero-slider .hero-btn:active { transform: translateY(0px); }

/* Tablet + mobil: resmi ve içeriği ayrı blok yap (stack) */
@media (max-width: 991.98px) {
    .hero-slider .hero-media {
        max-height: 46vh;
    }
    .hero-slider .hero-panel {
        width: 100%;
        max-width: 100%;
        backdrop-filter: blur(2px);
    }
    .hero-btn{
        gap: 0px!important;
        padding: 5px 8px!important;
    }
    .hero-slider .hero-panel{padding:10px 10px!important;}

}

.hero-pc{display: block;}
.hero-mobil{display: none;}
@media (max-width: 991.98px) {
    .hero-pc{display: none!important;}
    .hero-mobil{display: block!important;}
}
@media (max-width: 575.98px) {
    .btn {
        padding: 8px 8px!important;
    }
    .contract li a {
        font-size: 20px;
    }
    .hero-slider .hero-slide-inner {
        min-height: auto!important;
        padding: 0!important;
    }
    .product-hero {
       padding: 10px 0!important;
    }
    .product-image-box img {
        height:275px!important;
        object-fit:contain!important;
    }
    .hero-slider .hero-media {
        border-radius: 18px;
        min-height: 280px;
    }
    .hero-slider .hero-title {
        font-size: clamp(1.55rem, 7vw, 2.05rem);
        margin-bottom: 8px;
    }
    .hero-slider .hero-desc {
        font-size: 12px;
        margin-bottom: 14px;
    }
}

/* Swiper UI */
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
}
.hero-slider .swiper-pagination-bullet-active {
    background: #98e20d;
}
.custom-nav{
    color:#dcff98!important;
}


.leaflet-control-attribution {
     display: none !important;
 }
.btn-custom-bg {
    background: #1F2A25 !important;
    color: #a3bd9a !important;
}
 .product-page {
     background:#101815;
     color:#e5e7eb;
 }

.product-hero {
    padding:80px 0;
}

.product-image-box {
    border-radius:16px;
    overflow:hidden;
}

.product-image-box img {
    width:100%;
    height:520px;
    object-fit:cover;
}

.product-thumbs {
    display:flex;
    gap:10px;
    margin-top:12px;
}

.product-thumbs img {
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    opacity:.5;
    border:2px solid transparent;
}

.product-thumbs img.active {
    opacity:1;
    border-color:rgba(152, 226, 9, 0.3);
}

.product-info h1 {
    font-size:2.4rem;
    font-weight:700;
}

.price {
    margin:20px 0;
}

.price .old {
    text-decoration:line-through;
    opacity:.5;
    margin-right:10px;
}

.price .new {
    font-size:1.8rem;
    font-weight:700;
}

.meta {
    display:flex;
    gap:8px;
    opacity:.7;
}

.desc {
    margin:20px 0;
    line-height:1.7;
}

.product-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.product-actions a {
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding: 12px 10px;
    font-size: 14px;
}

/* Tablet */
@media (max-width: 991px) {
    .product-actions {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil */
@media (max-width: 576px) {
    .product-actions {
        grid-template-columns: 1fr;
    }

    .product-actions a {
        width: 100%;
        font-size: 15px;
        padding: 14px;
    }
}


.btn {
    padding:14px 22px;
    border-radius:12px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.btn.primary {
    background:rgba(152, 226, 9, 0.3);;
    color:#fff;
}

.btn.outline {
    border:1px solid rgba(152, 226, 9, 0.3);;
    color:white;
}

.product-details {
    padding-bottom:80px;
}

.details-card {
    background: rgb(23 34 1 / 30%);
    border-radius:18px;
    padding:20px;
}

.details-card table {
    width:100%;
    margin:20px 0;
}

.details-card td {
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.related {
    padding-bottom:100px;
}
.related-card {
    display:block;
    border-radius:14px;
    overflow:hidden;
    transition:.3s;
}

.related-card:hover {
    transform:translateY(-5px);
}

.related-card .img {
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.related-card img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.related-card .info {
    padding:14px;
}

/* ==========================
   Arama Modal Stilleri - Minimal & Şık
   ========================== */
.btn-search-mobile {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(248,250,252,.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 0;
}

.btn-search-mobile:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(152,226,9,.35);
    color: #98E209;
    transform: translateY(-1px);
}

.search-modal-content {
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
}

#searchModal .modal-dialog {
    max-width: 560px;
    margin: 1rem auto;
}

@media (max-width: 575.98px) {
    #searchModal .modal-dialog {
        max-width: calc(100% - 2rem);
        margin: 1rem;
    }
    section {
        padding: 30px 0!important;
    }
    .social-icons.footer-social li a span {
        font-size: 45px!important;
    }
    .esnaf-banner{width: 100%!important;}

}
.search-input-wrapper {
    position: relative;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.esnaf-banner{width: 50%;}
.search-input {
    width: 100%;
    background: transparent;
    border: none;
    color: #f8fafc;
    padding: 0 40px 0 36px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 1.5;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    color: rgba(248,250,252,.45);
    font-weight: 400;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(248,250,252,.5);
    font-size: 18px;
    pointer-events: none;
    transition: color 0.2s ease;
}

.search-input:focus ~ .search-icon {
    color: rgba(152,226,9,.8);
}

.search-loading {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(152,226,9,.9);
}

.btn-search-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255,255,255,.08);
    border: none;
    color: rgba(248,250,252,.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.btn-search-close:hover {
    background: rgba(255,255,255,.12);
    color: rgba(248,250,252,.9);
}

.search-results {
    max-height: 60vh;
    overflow-y: auto;
    padding: 8px 0;
}

.search-results::-webkit-scrollbar {
    width: 6px;
}

.search-results::-webkit-scrollbar-track {
    background: transparent;
}

.search-results::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.15);
    border-radius: 10px;
}

.search-results::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.25);
}

.search-results-section {
    padding: 0 20px;
}

.search-results-section + .search-results-section {
    margin-top: 20px;
}

.search-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(248,250,252,.5);
    margin: 0 0 12px 0;
    padding: 0;
}

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.search-result-item:hover {
    background: rgba(255,255,255,.04);
    text-decoration: none;
    color: inherit;
}

.search-result-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, rgba(152,226,9,.9), rgba(55,121,255,.9));
    border-radius: 0 3px 3px 0;
    transition: height 0.2s ease;
}

.search-result-item:hover::before {
    height: 60%;
}

.search-result-image-wrapper {
    flex: 0 0 auto;
}

.search-result-image {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    flex: 0 0 auto;
}

.search-result-image-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(248,250,252,.4);
    font-size: 20px;
}

.search-result-content {
    flex: 1;
    min-width: 0;
    padding-left: 4px;
}

.search-result-title {
    font-size: 15px;
    font-weight: 600;
    color: #f8fafc;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.search-result-meta {
    font-size: 12px;
    color: rgba(248,250,252,.6);
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-result-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    background: rgba(152,226,9,.12);
    color: rgba(152,226,9,.9);
    border: 1px solid rgba(152,226,9,.2);
    letter-spacing: 0.3px;
}

.search-result-location,
.search-result-store {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(248,250,252,.55);
}

.search-result-location i,
.search-result-store i {
    font-size: 11px;
    opacity: 0.7;
}

.search-result-price {
    color: rgba(152,226,9,.9);
    font-weight: 600;
    font-size: 13px;
}

.search-result-arrow {
    flex: 0 0 auto;
    color: rgba(248,250,252,.3);
    font-size: 18px;
    transition: all 0.2s ease;
}

.search-result-item:hover .search-result-arrow {
    color: rgba(152,226,9,.8);
    transform: translateX(2px);
}

.search-empty {
    padding: 60px 20px;
    text-align: center;
}

.search-empty-content {
    color: rgba(248,250,252,.45);
}

.search-empty-content i {
    font-size: 48px;
    opacity: 0.25;
    margin-bottom: 16px;
    display: block;
}

.search-empty-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.search-no-results {
    text-align: center;
    padding: 60px 20px;
    color: rgba(248,250,252,.55);
}

.search-no-results i {
    font-size: 48px;
    opacity: 0.25;
    margin-bottom: 16px;
    display: block;
}

.search-no-results p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

 .coming-soon-section {
     min-height: 100vh;
     background: url('/assets/images/digital.jpeg') center/cover no-repeat;
     position: relative;
 }

.bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 1;
}


.logo {
    max-width: 180px;
}

.countdown .time-box {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 15px 18px;
    margin: 0 6px;
    min-width: 80px;
}

.countdown span {
    font-size: 28px;
    font-weight: 700;
    color: #98e209;
    display: block;
}

.countdown small {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}

.subscribe-form {
    max-width: 420px;
    margin: auto;
}

.subscribe-form input {
    border-radius: 12px 0 0 12px;
    border: none;
    padding: 14px;
}

.subscribe-form button {
    border-radius: 0 12px 12px 0;
    background: #98e209;
    border: none;
    padding: 0 20px;
    color: #000;
    font-size: 18px;
}

.mail-link {
    color: #98e209;
    text-decoration: none;
    font-weight: 600;
}

.mail-link:hover {
    text-decoration: underline;
}

/* Marker renkleri: ücretsiz silik, ücretli neon */
.p360-marker {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(12, 12, 12, .55);
    border: 2px solid rgba(148, 163, 184, .55);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    backdrop-filter: blur(2px);
}
.p360-marker--free {
    opacity: .65;
    border-color: rgba(148, 163, 184, .55);
    box-shadow: none;
}
.p360-marker--paid {
    opacity: 1;
    border-color: rgba(152,226,9,.95);
    box-shadow: 0 0 14px rgba(152,226,9,.75), 0 0 2px rgba(152,226,9,.9);
}
.p360-marker__img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.p360-marker__initials {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    color: rgba(248,250,252,.92);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .5px;
}

 .p360-marker {
     width: 46px;
     height: 46px;
     border-radius: 50%;
     display: grid;
     place-items: center;
     background: rgba(12, 12, 12, .55);
     border: 2px solid rgba(148, 163, 184, .55);
     box-shadow: 0 0 0 rgba(0,0,0,0);
     backdrop-filter: blur(2px);
 }
.p360-marker--free {
    opacity: .65;
    border-color: rgba(148, 163, 184, .55);
    box-shadow: none;
}
.p360-marker--paid {
    opacity: 1;
    border-color: rgba(152,226,9,.95);
    box-shadow: 0 0 14px rgba(152,226,9,.75), 0 0 2px rgba(152,226,9,.9);
}
.p360-marker__img {
    width: 38px!important;
    height: 38px!important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.p360-marker__initials {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    color: rgba(248,250,252,.92);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .5px;
}

