/* ALSATDANIŞ Hizmetler Yönetimi – frontend */
.ashm-search-hero,
.ashm-service-cards-wrap,
.ashm-categories-wrap,
.ashm-providers-wrap,
.ashm-code-widget,
.ashm-account-codes,
.ashm-modal{font-family:var(--ashm-body-font,"Inter"),Arial,sans-serif;box-sizing:border-box}
.ashm-search-hero *,
.ashm-service-cards-wrap *,
.ashm-categories-wrap *,
.ashm-providers-wrap *,
.ashm-code-widget *,
.ashm-account-codes *,
.ashm-modal *{box-sizing:border-box}
.ashm-search-title,
.ashm-section-head h2,
.ashm-categories-heading,
.ashm-providers-head h2,
.ashm-provider-card h3,
.ashm-account-head h2,
.ashm-modal h3{font-family:var(--ashm-heading-font,"Oswald"),Arial,sans-serif}

/* Hero search */
.ashm-search-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px;padding:44px 24px;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:visible;color:#fff}
.ashm-search-hero::before{content:"";position:absolute;inset:0;background:rgba(4,35,31,.46);pointer-events:none}
.ashm-search-inner{position:relative;z-index:1;width:100%;max-width:760px;margin:0 auto;text-align:center}
.ashm-search-title{margin:0 0 24px;font-size:clamp(34px,5vw,58px);line-height:1.08;font-weight:500;letter-spacing:-.02em;color:#fff}
.ashm-search-shell{position:relative;width:100%;z-index:20;text-align:left}
.ashm-search-field{display:flex;align-items:center;width:100%;min-height:64px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 12px 36px rgba(0,0,0,.16);overflow:hidden}
.ashm-search-input{flex:1;min-width:0;height:100%;min-height:62px;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0 18px!important;font:500 16px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif!important;color:#173c37!important;-webkit-appearance:none;appearance:none}
.ashm-search-input::placeholder{color:#8b9694;opacity:1}
.ashm-search-submit{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border:0;background:transparent;color:var(--ashm-primary,#0e4a43);cursor:pointer;transition:background .2s ease,color .2s ease}
.ashm-search-submit:hover,.ashm-search-submit:focus-visible{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43);outline:0}
.ashm-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e5e9e8;box-shadow:0 16px 44px rgba(0,0,0,.16);padding:7px;z-index:50;overflow:hidden;color:#173c37}
.ashm-search-suggestions[hidden]{display:none!important}
.ashm-suggestion{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;color:#173c37;padding:12px 13px;border-radius:8px;text-align:left;cursor:pointer;font:600 14px/1.25 var(--ashm-body-font,"Inter"),Arial,sans-serif}
.ashm-suggestion:hover,.ashm-suggestion.is-active{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43)}
.ashm-suggestion small{font-size:11px;font-weight:500;color:#81908d}
.ashm-popular-row{display:flex;align-items:center;justify-content:center;gap:9px 10px;flex-wrap:wrap;margin-top:16px;font-size:12px}
.ashm-popular-label{opacity:.9;font-weight:600}
.ashm-popular-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
.ashm-popular-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 12px;border:1px solid rgba(255,255,255,.62);border-radius:999px;color:#fff!important;background:rgba(0,0,0,.08);font-size:12px;font-weight:600;text-decoration:none!important;backdrop-filter:blur(3px);transition:.2s ease}
.ashm-popular-chip:hover{background:#fff;color:var(--ashm-primary,#0e4a43)!important;border-color:#fff;transform:translateY(-1px)}

/* Common section headers */
.ashm-section-head,.ashm-providers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.ashm-section-head h2,.ashm-categories-heading,.ashm-providers-head h2{margin:0;color:#173c37;font-size:clamp(25px,3vw,36px);line-height:1.1;font-weight:500}
.ashm-section-head>a{display:inline-flex;align-items:center;gap:8px;color:var(--ashm-primary,#0e4a43)!important;text-decoration:none!important;font-size:13px;font-weight:700;white-space:nowrap}
.ashm-providers-head{align-items:flex-start;flex-direction:column;max-width:760px}
.ashm-providers-head p{margin:7px 0 0;color:#62716e;font-size:15px;line-height:1.6}

/* Service cards */
.ashm-service-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ashm-service-card{display:flex;min-width:0;min-height:154px;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px 13px;border:1px solid #e6e9e8;background:#fff;border-radius:14px;color:#213b37!important;text-decoration:none!important;text-align:center;box-shadow:0 3px 14px rgba(14,74,67,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.ashm-service-card:hover{transform:translateY(-3px);border-color:rgba(14,74,67,.32);box-shadow:0 12px 30px rgba(14,74,67,.09);background:#fff}
.ashm-service-card-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:10px;color:var(--ashm-primary,#0e4a43);font-size:29px;line-height:1}
.ashm-service-card-icon i{font-size:29px}
.ashm-service-card-icon img,.ashm-service-icon-image{display:block;max-width:38px;max-height:38px;width:auto;height:auto;object-fit:contain}
.ashm-service-icon-fallback{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--ashm-light,#f5f2eb);font-weight:800;font-size:16px}
.ashm-service-card strong{font-size:13px;line-height:1.35;color:#1b3935;margin-bottom:5px}
.ashm-service-card-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:10.5px;line-height:1.5;color:#7a8583}

/* Service category accordion */
.ashm-categories-heading{margin:0 0 16px}
.ashm-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:start}
.ashm-category-item{border:1px solid #e1e6e4;border-radius:8px;background:#fff;overflow:hidden}
.ashm-category-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:10px 13px;border:0;background:#fff;color:var(--ashm-primary,#0e4a43);cursor:pointer;font:700 13px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif;text-align:left;transition:.2s ease}
.ashm-category-trigger:hover{background:#fbfcfc}
.ashm-category-main{display:flex;align-items:center;min-width:0;gap:10px}
.ashm-category-icon{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;color:var(--ashm-primary,#0e4a43);font-size:18px}
.ashm-category-icon img{max-width:22px;max-height:22px;object-fit:contain}
.ashm-category-dot{width:8px;height:8px;background:currentColor;border-radius:50%}
.ashm-chevron{display:inline-block;font-size:17px;line-height:1;transform:rotate(0deg);transition:transform .2s ease}
.ashm-category-item.is-open .ashm-chevron{transform:rotate(180deg)}
.ashm-category-panel{padding:3px 9px 9px;background:#fff;border-top:1px solid #edf0ef}
.ashm-category-panel[hidden]{display:none!important}
.ashm-category-panel a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 7px;color:#344c48!important;text-decoration:none!important;border-radius:7px;font-size:12px;font-weight:600;transition:.18s ease}
.ashm-category-panel a:hover{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43)!important}
.ashm-category-empty{display:block;padding:10px 7px;color:#87928f;font-size:12px}

/* Provider cards */
.ashm-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ashm-provider-card{display:flex;min-width:0;flex-direction:column;border:1px solid #e3e8e6;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(14,74,67,.045)}
.ashm-provider-media{aspect-ratio:16/9;background:#f5f6f6;overflow:hidden}
.ashm-provider-media img{display:block;width:100%;height:100%;object-fit:cover}
.ashm-provider-body{display:flex;flex:1;flex-direction:column;padding:20px}
.ashm-provider-discount{align-self:flex-start;margin-bottom:8px;color:var(--ashm-primary,#0e4a43);background:var(--ashm-light,#f5f2eb);padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.01em}
.ashm-provider-card h3{margin:0;color:#173c37;font-size:24px;line-height:1.1;font-weight:500}
.ashm-provider-desc{margin:10px 0 0;color:#64736f;font-size:13px;line-height:1.6}
.ashm-provider-services{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}
.ashm-provider-service-tag{display:inline-flex;padding:5px 8px;border:1px solid #dfe6e4;border-radius:999px;color:var(--ashm-primary,#0e4a43);font-size:9.5px;font-weight:700}
.ashm-provider-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:18px}
.ashm-provider-code-btn,.ashm-standalone-code-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:11px 16px;border:1px solid var(--ashm-primary,#0e4a43);border-radius:10px;background:var(--ashm-primary,#0e4a43);color:#fff;font:700 12.5px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif;cursor:pointer;text-decoration:none;transition:.2s ease}
.ashm-provider-code-btn:hover,.ashm-standalone-code-btn:hover{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43);border-color:var(--ashm-primary,#0e4a43);transform:translateY(-1px)}
.ashm-provider-code-btn:disabled,.ashm-standalone-code-btn:disabled{opacity:.62;cursor:wait;transform:none}
.ashm-provider-detail-btn{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:11px 15px;border:1px solid #d7dddb;border-radius:10px;background:#fff;color:#314743!important;font:700 12.5px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif;text-decoration:none!important;transition:.2s ease}
.ashm-provider-detail-btn:hover{border-color:var(--ashm-primary,#0e4a43);color:var(--ashm-primary,#0e4a43)!important}

/* Standalone code widget */
.ashm-code-widget{display:flex;flex-direction:column;gap:7px}
.ashm-standalone-code-btn.is-full{width:100%}
.ashm-code-subtext{font-size:11px;color:#7a8784}
.ashm-editor-note{padding:12px;border:1px dashed #cfd9d6;background:#fbfcfc;color:#536663;font-size:13px}

/* Modal + toast – intentionally does not lock body scroll, preventing scrollbar layout shift */
.ashm-modal-root{position:fixed;inset:0;z-index:999999;pointer-events:none;font-family:var(--ashm-body-font,"Inter"),Arial,sans-serif}
.ashm-modal-root.is-open{pointer-events:auto}
.ashm-modal-backdrop{position:absolute;inset:0;background:rgba(7,24,21,.56);opacity:0;transition:opacity .18s ease;backdrop-filter:blur(2px)}
.ashm-modal-root.is-open .ashm-modal-backdrop{opacity:1}
.ashm-modal{position:absolute;left:50%;top:50%;width:min(92vw,520px);max-height:min(88vh,760px);overflow:auto;overscroll-behavior:contain;transform:translate(-50%,-48%) scale(.985);opacity:0;background:#fff;border:1px solid rgba(255,255,255,.5);border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.28);transition:transform .18s ease,opacity .18s ease;-webkit-overflow-scrolling:touch}
.ashm-modal-root.is-open .ashm-modal{transform:translate(-50%,-50%) scale(1);opacity:1}
.ashm-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 8px}
.ashm-modal h3{margin:0;color:#173c37;font-size:28px;line-height:1.1;font-weight:500}
.ashm-modal-close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border:1px solid #e1e6e4;border-radius:50%;background:#fff;color:#53635f;font-size:22px;line-height:1;cursor:pointer}
.ashm-modal-close:hover{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43)}
.ashm-modal-body{padding:6px 24px 24px}
.ashm-modal-intro{margin:0 0 17px;color:#687773;font-size:13px;line-height:1.6}
.ashm-form-group{margin-bottom:12px}
.ashm-form-group label{display:block;margin-bottom:6px;color:#324944;font-size:11px;font-weight:800}
.ashm-form-group input[type="text"],.ashm-form-group input[type="email"],.ashm-form-group input[type="tel"]{display:block;width:100%;height:48px;margin:0!important;padding:0 13px!important;border:1px solid #dce3e1!important;border-radius:10px!important;background:#fff!important;color:#203b36!important;font:500 16px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;appearance:none}
.ashm-form-group input:focus{border-color:var(--ashm-primary,#0e4a43)!important;box-shadow:0 0 0 3px rgba(14,74,67,.08)!important}
.ashm-form-group.has-error input{border-color:#b42318!important}
.ashm-form-error{display:none;margin-top:5px;color:#b42318;font-size:11px}
.ashm-form-group.has-error .ashm-form-error{display:block}
.ashm-terms{display:flex;align-items:flex-start;gap:9px;margin:10px 0 15px;color:#586864;font-size:11px;line-height:1.45}
.ashm-terms input{margin-top:2px;accent-color:var(--ashm-primary,#0e4a43)}
.ashm-honeypot{position:absolute!important;left:-99999px!important;opacity:0!important;pointer-events:none!important}
.ashm-modal-submit{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;border:1px solid var(--ashm-primary,#0e4a43);border-radius:10px;background:var(--ashm-primary,#0e4a43);color:#fff;font:800 13px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif;cursor:pointer;transition:.2s ease}
.ashm-modal-submit:hover{background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43)}
.ashm-modal-submit:disabled{opacity:.6;cursor:wait}
.ashm-modal-message{display:none;margin:0 0 12px;padding:10px 12px;border-radius:9px;background:#fff1f0;color:#9d2a1f;font-size:12px;line-height:1.45}
.ashm-modal-message.is-visible{display:block}
.ashm-code-success{text-align:center;padding:6px 0 4px}
.ashm-code-success-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 13px;border-radius:50%;background:var(--ashm-light,#f5f2eb);color:var(--ashm-primary,#0e4a43);font-size:26px;font-weight:900}
.ashm-code-success h4{margin:0 0 8px;color:#183b36;font-family:var(--ashm-heading-font,"Oswald"),Arial,sans-serif;font-size:27px;font-weight:500}
.ashm-code-success p{margin:0 auto 15px;max-width:390px;color:#687773;font-size:12.5px;line-height:1.6}
.ashm-generated-code{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 auto 14px;padding:12px 14px;border:1px dashed rgba(14,74,67,.38);border-radius:10px;background:#fbfdfc;color:var(--ashm-primary,#0e4a43);font-size:19px;font-weight:900;letter-spacing:.04em;cursor:pointer}
.ashm-success-meta{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.ashm-success-meta span{padding:5px 8px;border-radius:999px;background:#f4f6f5;color:#52625f;font-size:10px;font-weight:700}
.ashm-account-link{display:inline-flex;color:var(--ashm-primary,#0e4a43)!important;font-size:12px;font-weight:800;text-decoration:none!important}

.ashm-toast-wrap{position:fixed;right:18px;bottom:18px;z-index:1000000;display:flex;max-width:min(92vw,420px);flex-direction:column;gap:8px;pointer-events:none}
.ashm-toast{transform:translateY(8px);opacity:0;padding:12px 14px;border-radius:11px;background:#173c37;color:#fff;box-shadow:0 13px 35px rgba(0,0,0,.22);font:650 12px/1.45 var(--ashm-body-font,"Inter"),Arial,sans-serif;transition:.2s ease}
.ashm-toast.is-show{transform:translateY(0);opacity:1}
.ashm-toast.is-error{background:#8f2d26}

/* Account */
.ashm-account-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}
.ashm-account-head h2{margin:0 0 5px;color:#173c37;font-size:31px;font-weight:500}
.ashm-account-head p{margin:0;color:#6b7875;font-size:13px;line-height:1.55}
.ashm-account-table-wrap{overflow:auto;border:1px solid #e2e7e5;border-radius:13px;background:#fff}
.ashm-account-table{width:100%;border-collapse:collapse;min-width:760px}
.ashm-account-table th,.ashm-account-table td{padding:13px 14px;border-bottom:1px solid #edf0ef;text-align:left;font-size:12px;vertical-align:middle}
.ashm-account-table th{background:#fafbfb;color:#52635f;font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.ashm-account-table tr:last-child td{border-bottom:0}
.ashm-code-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8e1de;border-radius:8px;background:#fff;color:var(--ashm-primary,#0e4a43);padding:7px 9px;font-size:11px;font-weight:900;cursor:pointer}
.ashm-code-pill:hover{background:var(--ashm-light,#f5f2eb)}
.ashm-copy-icon{opacity:.65}
.ashm-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800}
.ashm-status-active{background:#e9f7ef;color:#267044}
.ashm-status-redeemed{background:#eef2f8;color:#3f5878}
.ashm-status-cancelled{background:#fff0ee;color:#a13a32}
.ashm-empty-state{display:flex;flex-direction:column;gap:5px;padding:26px;border:1px dashed #d7dfdd;border-radius:12px;background:#fcfdfd;color:#52615e;text-align:center}
.ashm-empty-state strong{color:#27423d}
.ashm-empty-state span{font-size:12px}

@media (max-width:1024px){
  .ashm-search-hero{min-height:360px}
  .ashm-service-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ashm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ashm-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .ashm-search-hero{min-height:330px;padding:30px 16px}
  .ashm-search-title{font-size:34px;margin-bottom:18px}
  .ashm-search-field{min-height:56px}
  .ashm-search-input{min-height:54px!important;font-size:16px!important;padding-left:14px!important}
  .ashm-search-submit{width:54px;height:54px;flex-basis:54px}
  .ashm-popular-row{align-items:flex-start;flex-direction:column;gap:7px;margin-top:12px;text-align:left}
  .ashm-popular-chips{justify-content:flex-start}
  .ashm-popular-chip{font-size:10.5px;min-height:28px;padding:4px 9px}
  .ashm-section-head{align-items:flex-start;flex-direction:column}
  .ashm-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .ashm-service-card{min-height:145px;padding:17px 10px}
  .ashm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .ashm-category-trigger{min-height:46px;padding:9px 10px;font-size:11px}
  .ashm-category-main{gap:7px}
  .ashm-category-icon{flex-basis:20px;width:20px;height:20px;font-size:15px}
  .ashm-category-panel a{font-size:11px;padding:8px 5px}
  .ashm-provider-grid{grid-template-columns:1fr}
  .ashm-provider-actions>*{flex:1 1 140px}
  .ashm-modal{width:calc(100vw - 22px);max-height:88dvh;border-radius:15px}
  .ashm-modal-head{padding:18px 17px 7px}
  .ashm-modal-body{padding:5px 17px 18px}
  .ashm-modal h3{font-size:25px}
  .ashm-toast-wrap{right:10px;bottom:10px;left:10px;max-width:none}
  .ashm-account-table-wrap{overflow:visible;border:0;background:transparent}
  .ashm-account-table{display:block;min-width:0}
  .ashm-account-table thead{display:none}
  .ashm-account-table tbody,.ashm-account-table tr,.ashm-account-table td{display:block;width:100%}
  .ashm-account-table tr{margin-bottom:11px;padding:8px 12px;border:1px solid #e3e8e6;border-radius:11px;background:#fff}
  .ashm-account-table td{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #edf0ef;text-align:right}
  .ashm-account-table td:last-child{border-bottom:0}
  .ashm-account-table td::before{content:attr(data-label);color:#7b8784;font-size:10px;font-weight:800;text-align:left}
}

/* ========================================================================
   v1.2.0 – Elementor-first visual controls / professional UI polish
   ======================================================================== */
.ashm-inline-icon,
.ashm-button-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}
.ashm-inline-icon svg,
.ashm-button-icon svg{display:block;fill:currentColor}

/* Hero: compact corporate proportions closer to the supplied reference. */
.ashm-search-hero{min-height:360px;background-color:var(--ashm-primary,#0e4a43);padding:44px 24px}
.ashm-search-inner{max-width:760px}
.ashm-search-title{margin:0 0 22px;font-size:46px;line-height:1.08;font-weight:500;letter-spacing:-.015em}
.ashm-search-shell{margin-left:auto;margin-right:auto}
.ashm-search-field{min-height:62px;border-color:#e5e9e8;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.13)}
.ashm-search-input{min-height:60px!important;padding:0 18px!important;font-size:15px!important;font-weight:500!important}
.ashm-search-submit{position:relative;flex:0 0 64px;width:64px;height:60px;background:#f8f8f8;border-left:1px solid #edf0ef;color:var(--ashm-primary,#0e4a43)}
.ashm-search-submit i{font-size:20px;line-height:1}
.ashm-search-submit svg{display:block;width:20px;height:20px;fill:currentColor}
.ashm-search-suggestions{top:calc(100% + 7px);border-radius:10px;padding:6px}
.ashm-suggestion{padding:11px 12px;border-radius:7px;font-size:13px}
.ashm-popular-row{margin-top:14px;gap:8px 9px;font-size:11px}
.ashm-popular-chip{min-height:28px;padding:4px 10px;font-size:11px}

/* Section heads */
.ashm-section-head,.ashm-providers-head{margin-bottom:18px}
.ashm-section-title,.ashm-categories-heading,.ashm-providers-title{font-size:31px;line-height:1.12;font-weight:500;letter-spacing:-.01em}
.ashm-section-all-link{display:inline-flex!important;align-items:center;gap:7px}
.ashm-section-all-link .ashm-inline-icon i{font-size:11px}
.ashm-section-all-link .ashm-inline-icon svg{width:11px;height:11px}

/* Service cards */
.ashm-service-card{min-height:156px;padding:18px 12px 17px;border-radius:12px;box-shadow:0 2px 12px rgba(14,74,67,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.ashm-service-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(14,74,67,.085)}
.ashm-service-card-icon{width:28px;height:28px;margin-bottom:10px;font-size:28px}
.ashm-service-card-icon i{font-size:28px}
.ashm-service-card-icon svg{display:block;width:28px;height:28px;fill:currentColor}
.ashm-service-card-icon img,.ashm-service-icon-image{max-width:28px;max-height:28px}
.ashm-service-card-title{display:block;margin:0 0 5px;font:700 13px/1.3 var(--ashm-body-font,"Inter"),Arial,sans-serif;color:#1b3935}
.ashm-service-card-desc{font-size:10.5px;line-height:1.45;color:#74817e}

/* Categories */
.ashm-category-item{border-radius:9px;box-shadow:0 2px 10px rgba(14,74,67,.02)}
.ashm-category-trigger{min-height:48px;padding:10px 13px}
.ashm-category-name{font:700 13px/1.2 var(--ashm-body-font,"Inter"),Arial,sans-serif;color:var(--ashm-primary,#0e4a43)}
.ashm-category-icon{flex-basis:18px;width:18px;height:18px;font-size:18px}
.ashm-category-icon i{font-size:18px}
.ashm-category-icon svg{display:block;width:18px;height:18px;fill:currentColor}
.ashm-chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--ashm-primary,#0e4a43);transform:rotate(0);transition:transform .2s ease}
.ashm-chevron i{font-size:14px;line-height:1}
.ashm-chevron svg{display:block;width:14px;height:14px;fill:currentColor}
.ashm-category-item.is-open .ashm-chevron{transform:rotate(180deg)}
.ashm-category-link{font:600 12px/1.3 var(--ashm-body-font,"Inter"),Arial,sans-serif}
.ashm-category-link .ashm-inline-icon i{font-size:10px}
.ashm-category-link .ashm-inline-icon svg{width:10px;height:10px}

/* Provider cards */
.ashm-provider-card{border-radius:14px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.ashm-provider-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(14,74,67,.08)}
.ashm-provider-body{padding:20px}
.ashm-provider-title{margin:0;font:500 24px/1.15 var(--ashm-heading-font,"Oswald"),Arial,sans-serif;color:#173c37}
.ashm-provider-actions{gap:8px}
.ashm-provider-code-btn,.ashm-provider-detail-btn,.ashm-standalone-code-btn{gap:7px;border-radius:9px}
.ashm-provider-code-btn .ashm-button-icon i,
.ashm-provider-detail-btn .ashm-button-icon i,
.ashm-standalone-code-btn .ashm-button-icon i{font-size:13px}
.ashm-provider-code-btn .ashm-button-icon svg,
.ashm-provider-detail-btn .ashm-button-icon svg,
.ashm-standalone-code-btn .ashm-button-icon svg{width:13px;height:13px}

/* Standalone code widget */
.ashm-code-widget{gap:7px}
.ashm-standalone-code-btn{gap:8px;min-height:46px;padding:11px 18px}

@media (max-width:1024px){
  .ashm-search-hero{min-height:330px}
  .ashm-search-title{font-size:40px}
}
@media (max-width:767px){
  .ashm-search-hero{min-height:300px;padding:30px 16px}
  .ashm-search-title{font-size:34px;margin-bottom:18px}
  .ashm-search-field{min-height:56px}
  .ashm-search-input{min-height:54px!important;font-size:16px!important}
  .ashm-search-submit{width:56px;height:54px;flex-basis:56px}
  .ashm-section-title,.ashm-categories-heading,.ashm-providers-title{font-size:27px}
  .ashm-service-card{min-height:142px;padding:16px 10px}
  .ashm-service-card-title{font-size:12.5px}
  .ashm-category-name{font-size:11px}
}
.ashm-provider-media {
    background: #f5f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ashm-provider-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 28px;
}
/* KAPAT / ÇARPI BUTONU */
.ashm-modal-close{
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #0e4a43 !important;
    border-radius: 50% !important;

    background: #0e4a43 !important;
    color: #ffffff !important;

    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    box-shadow: none !important;
    cursor: pointer !important;

    transition: all .2s ease !important;
}

.ashm-modal-close:hover{
    background: #f5f2eb !important;
    border-color: #0e4a43 !important;
    color: #0e4a43 !important;
}


/* OLUŞTURULAN İNDİRİM KODU */
.ashm-generated-code{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    margin: 0 auto 14px !important;
    padding: 11px 18px !important;

    border: 1px solid #0e4a43 !important;
    border-radius: 8px !important;

    background: #ffffff !important;
    color: #0e4a43 !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;

    box-shadow: none !important;
    cursor: pointer !important;

    transition: all .2s ease !important;
}

.ashm-generated-code:hover{
    background: #f5f2eb !important;
    border-color: #0e4a43 !important;
    color: #0e4a43 !important;
}


/* HİZMETLERİM BUTONU */
.ashm-account-link{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 38px !important;
    margin-top: 2px !important;
    padding: 8px 17px !important;

    border: 1px solid #0e4a43 !important;
    border-radius: 8px !important;

    background: transparent !important;
    color: #0e4a43 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    transition: all .2s ease !important;
}

.ashm-account-link:hover{
    background: #0e4a43 !important;
    border-color: #0e4a43 !important;
    color: #ffffff !important;
}

/* Misafir formu - İndirim Kodumu Oluştur butonu */
.ashm-modal button[type="submit"],
.ashm-modal .ashm-submit,
.ashm-modal .ashm-form-submit {
    background: #0e4a43 !important;
    color: #ffffff !important;
    border: 1px solid #0e4a43 !important;
    border-radius: 8px !important;

    min-height: 46px !important;
    padding: 12px 20px !important;

    font-weight: 700 !important;
    cursor: pointer !important;

    transition: all .2s ease !important;
}

.ashm-modal button[type="submit"]:hover,
.ashm-modal .ashm-submit:hover,
.ashm-modal .ashm-form-submit:hover {
    background: #f5f2eb !important;
    color: #0e4a43 !important;
    border-color: #0e4a43 !important;
}




/* =========================================================
   ALSATDANIŞ - SADECE AÇIK ZEMİNDEKİ AÇIKLAMA METİNLERİ
   ========================================================= */

.ashm-service-card-desc,
.ashm-provider-desc,
.ashm-providers-intro,

.ashm-selected-services__intro-text,
.ashm-selected-services__card-text,

.ashm-hiw2-description,
.ashm-how-it-works__description,

.ashm-ist-notice__description,

.ashm-aclg-v1__description,
.ashm-aclg-v1__intro,

.ashm-provider-cta__description,

.ashm-tb-desc,

.ashm-ppv5__intro,
.ashm-ppv5__rich,
.ashm-ppv5__service-desc,
.ashm-ppv5__review-text,

.ashm-ppfresh6__intro,
.ashm-ppfresh6__rich,
.ashm-ppfresh6__service-desc,
.ashm-ppfresh6__review-text,

.ashm-ppplus7__intro,
.ashm-ppplus7__rich,
.ashm-ppplus7__service-desc,
.ashm-ppplus7__review-text,

.ashm-ppstable8__intro,
.ashm-ppstable8__rich,
.ashm-ppstable8__service-desc,
.ashm-ppstable8__review-text {
    color: #454b49 !important;
}


/* İçerideki paragraf renklerini de düzelt */
.ashm-ppv5__rich p,
.ashm-ppfresh6__rich p,
.ashm-ppplus7__rich p,
.ashm-ppstable8__rich p,
.ashm-ppv5__intro p,
.ashm-ppfresh6__intro p,
.ashm-ppplus7__intro p,
.ashm-ppstable8__intro p {
    color: #454b49 !important;
}


/* =========================================================
   KOYU ZEMİNLER - BEYAZ KALACAKLAR
   ========================================================= */

.ashm-discount-banner__title,
.ashm-discount-banner__description,
.ashm-discount-banner__description p,

.ashm-cat-hero-v1__description,
.ashm-khpro__description,
.ashm-khldv3__description {
    color: #ffffff !important;
}








.ashm-ppcurrent13__intro,
.ashm-ppcurrent13__intro p,
.ashm-ppcurrent13__rich,
.ashm-ppcurrent13__rich p,
.ashm-ppcurrent13__service-desc,
.ashm-ppcurrent13__service-desc p,
.ashm-ppcurrent13__review-text,
.ashm-ppcurrent13__review-text p {
    color: #3f4544 !important;
}



.ashm-service-card-desc{
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;

    overflow: visible !important;
    max-height: none !important;
    height: auto !important;

    white-space: normal !important;
    text-overflow: unset !important;
}
/* Öne Çıkan Kategoriler - ikon cam efekti */
.ashm-service-card-icon{
    width: 52px !important;
    height: 52px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(245, 242, 235, 0.78) !important;
    border: 1px solid rgba(14, 74, 67, 0.10) !important;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.75),
        0 6px 18px rgba(14,74,67,.06) !important;

    color: #0e4a43 !important;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 12px !important;
}


/* Elementor / FontAwesome ikon */
.ashm-service-card-icon i{
    font-size: 22px !important;
    color: #0e4a43 !important;
}


/* SVG ikon */
.ashm-service-card-icon svg{
    width: 22px !important;
    height: 22px !important;
    fill: currentColor !important;
    color: #0e4a43 !important;
}


/* PNG ikon varsa */
.ashm-service-card-icon img,
.ashm-service-card-icon .ashm-service-icon-image{
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
}


/* Mobilde biraz daha kompakt */
@media (max-width: 767px){

    .ashm-service-card-icon{
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 10px !important;
    }

    .ashm-service-card-icon i{
        font-size: 19px !important;
    }

    .ashm-service-card-icon svg{
        width: 19px !important;
        height: 19px !important;
    }

    .ashm-service-card-icon img,
    .ashm-service-card-icon .ashm-service-icon-image{
        width: 21px !important;
        height: 21px !important;
        max-width: 21px !important;
        max-height: 21px !important;
    }
}