:root{
  --poyraz-gold:#b59669;
  --poyraz-gold-dark:#97784f;
  --poyraz-ink:#111416;
  --poyraz-cream:#f6f2ec;
  --poyraz-white:#fff;
  --poyraz-serif:"Cormorant Garamond",Georgia,serif;
  --poyraz-sans:"Montserrat",Arial,sans-serif;
}

html{scroll-behavior:smooth}
body.poyraz-site{margin:0;background:#fff;color:#17191a;font-family:var(--poyraz-sans);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.poyraz-site *{box-sizing:border-box}
body.poyraz-site img{max-width:100%;height:auto;display:block}
body.poyraz-site a{color:inherit;text-decoration:none}
body.poyraz-site button,body.poyraz-site input,body.poyraz-site textarea{font:inherit}
body.poyraz-site .poyraz-page{min-height:100vh;overflow:hidden;background:#fff}
body.poyraz-site .poyraz-shell{width:min(1380px,calc(100% - 64px));margin-inline:auto}
body.poyraz-site .poyraz-main{display:block}
body.poyraz-site .poyraz-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex:none}
body.poyraz-site .poyraz-icon svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Top bar */
body.poyraz-site .poyraz-topbar{height:36px;background:linear-gradient(90deg,#0d1011,#111517);color:#fff;font-size:11px;letter-spacing:.01em}
body.poyraz-site .poyraz-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
body.poyraz-site .poyraz-topbar-left,body.poyraz-site .poyraz-topbar-right{display:flex;align-items:center;gap:28px}
body.poyraz-site .poyraz-topbar a,body.poyraz-site .poyraz-topbar span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
body.poyraz-site .poyraz-topbar .poyraz-icon{font-size:13px}
body.poyraz-site .poyraz-topbar .poyraz-social{margin-left:-16px}

/* Header */
body.poyraz-site .poyraz-header{height:102px;background:#fff;position:relative;z-index:50;border-bottom:1px solid rgba(20,20,20,.04)}
body.poyraz-site .poyraz-header-inner{height:100%;display:grid;grid-template-columns:310px 1fr 152px;align-items:center;gap:28px}
body.poyraz-site .poyraz-logo{width:285px;display:block}
body.poyraz-site .poyraz-logo img{width:100%;height:78px;object-fit:contain;object-position:left center}
body.poyraz-site .poyraz-navigation{display:flex;align-items:center;justify-content:center}
body.poyraz-site .poyraz-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:43px}
body.poyraz-site .poyraz-menu li{margin:0;padding:0}
body.poyraz-site .poyraz-menu a{font-size:11px;font-weight:500;letter-spacing:.02em;display:block;padding:38px 0 31px;position:relative;white-space:nowrap}
body.poyraz-site .poyraz-menu a::after{content:"";position:absolute;left:50%;right:50%;bottom:25px;height:1px;background:var(--poyraz-gold);transition:.25s ease}
body.poyraz-site .poyraz-menu a:hover,body.poyraz-site .poyraz-menu .current-menu-item>a,body.poyraz-site .poyraz-menu .current_page_item>a{color:var(--poyraz-gold-dark)}
body.poyraz-site .poyraz-menu a:hover::after,body.poyraz-site .poyraz-menu .current-menu-item>a::after,body.poyraz-site .poyraz-menu .current_page_item>a::after{left:0;right:0}
body.poyraz-site .poyraz-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:28px;background:linear-gradient(135deg,#b89a70,#a3855f);color:#fff!important;min-height:43px;padding:0 27px;font-size:11px;font-weight:600;letter-spacing:.03em;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
body.poyraz-site .poyraz-button:hover{transform:translateY(-1px);filter:brightness(1.04)}
body.poyraz-site .poyraz-button .poyraz-icon{font-size:18px}
body.poyraz-site .poyraz-header-cta{justify-self:end;min-width:136px}
body.poyraz-site .poyraz-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;color:#181a1b;align-items:center;justify-content:center;cursor:pointer}
body.poyraz-site .poyraz-menu-toggle .poyraz-icon{font-size:27px}
body.poyraz-site .poyraz-close-icon{display:none}
body.poyraz-site .poyraz-menu-toggle[aria-expanded="true"] .poyraz-open-icon{display:none}
body.poyraz-site .poyraz-menu-toggle[aria-expanded="true"] .poyraz-close-icon{display:inline-flex}

/* Hero */
body.poyraz-site .poyraz-hero{height:362px;background:#0c0f10;position:relative;color:#fff}
body.poyraz-site .poyraz-slider{height:100%;position:relative}
body.poyraz-site .poyraz-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;background-color:#0c0f10;background-image:linear-gradient(90deg,#0b0e0f 0%,#0b0e0f 32%,rgba(11,14,15,.85) 43%,rgba(11,14,15,.2) 68%,rgba(11,14,15,.08) 100%),var(--hero-image);background-repeat:no-repeat;background-size:cover,auto 100%;background-position:center,right center}
body.poyraz-site .poyraz-slide.is-active{opacity:1;visibility:visible;z-index:1}
body.poyraz-site .poyraz-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12));pointer-events:none}
body.poyraz-site .poyraz-slide-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}
body.poyraz-site .poyraz-hero-copy{width:520px;margin-left:70px;padding-bottom:3px}
body.poyraz-site .poyraz-kicker{display:block;color:var(--poyraz-gold);font-size:13px;font-weight:500;letter-spacing:.12em;margin-bottom:12px}
body.poyraz-site .poyraz-hero h1{margin:0 0 13px;font-family:var(--poyraz-serif);font-size:58px;line-height:.92;font-weight:500;letter-spacing:-.02em;color:#fff}
body.poyraz-site .poyraz-hero p{max-width:470px;margin:0 0 19px;color:#f3f3f3;font-size:13px;line-height:1.65}
body.poyraz-site .poyraz-button-glow{box-shadow:0 6px 20px rgba(181,150,105,.35);min-height:44px;padding-inline:25px}
body.poyraz-site .poyraz-slider-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:45px;height:45px;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(0,0,0,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}
body.poyraz-site .poyraz-slider-arrow:hover{background:rgba(181,150,105,.85);border-color:transparent}
body.poyraz-site .poyraz-slider-arrow .poyraz-icon{font-size:20px}
body.poyraz-site .poyraz-slider-prev{left:35px}
body.poyraz-site .poyraz-slider-prev .poyraz-icon{transform:rotate(180deg)}
body.poyraz-site .poyraz-slider-next{right:35px}
body.poyraz-site .poyraz-slider-dots{position:absolute;left:calc((100% - min(1380px,calc(100% - 64px)))/2 + 76px);bottom:21px;z-index:6;display:flex;align-items:center;gap:8px}
body.poyraz-site .poyraz-slider-dots button{width:7px;height:7px;border:0;padding:0;border-radius:50%;background:rgba(255,255,255,.58);cursor:pointer}
body.poyraz-site .poyraz-slider-dots button.is-active{width:18px;border-radius:10px;background:var(--poyraz-gold)}

/* Features */
body.poyraz-site .poyraz-features{height:112px;background:#fff}
body.poyraz-site .poyraz-feature-grid{height:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
body.poyraz-site .poyraz-feature-item{height:56px;display:flex;align-items:center;justify-content:center;gap:19px;position:relative;padding-inline:26px}
body.poyraz-site .poyraz-feature-item:not(:last-child)::after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#e4dfd9}
body.poyraz-site .poyraz-feature-item>.poyraz-icon{font-size:43px;color:var(--poyraz-gold)}
body.poyraz-site .poyraz-feature-item strong{display:block;font-size:11px;font-weight:600;letter-spacing:.02em;margin-bottom:2px;white-space:nowrap}
body.poyraz-site .poyraz-feature-item span{display:block;color:#525252;font-size:11px;white-space:nowrap}

/* Services */
body.poyraz-site .poyraz-services-preview{background:linear-gradient(90deg,#f8f5ef,#f4f0ea);padding:20px 0 20px}
body.poyraz-site .poyraz-services-grid{display:grid;grid-template-columns:310px repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
body.poyraz-site .poyraz-services-intro{padding:13px 15px 5px 10px;display:flex;flex-direction:column;align-items:flex-start}
body.poyraz-site .poyraz-services-intro .poyraz-kicker{font-size:13px;margin-bottom:12px}
body.poyraz-site .poyraz-services-intro h2{font-family:var(--poyraz-serif);font-size:38px;line-height:1.02;font-weight:500;margin:0 0 14px;color:#17191a;letter-spacing:-.015em}
body.poyraz-site .poyraz-services-intro p{font-size:12px;line-height:1.65;color:#353638;margin:0 0 19px;max-width:260px}
body.poyraz-site .poyraz-button-small{min-height:33px;padding-inline:17px;font-size:9px;margin-top:auto}
body.poyraz-site .poyraz-button-small .poyraz-icon{font-size:15px}
body.poyraz-site .poyraz-service-card{background:#fff;border:1px solid #dedbd6;border-radius:5px;overflow:hidden;min-height:270px;display:flex;flex-direction:column;transition:.25s ease;box-shadow:0 2px 7px rgba(26,24,20,.03)}
body.poyraz-site .poyraz-service-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(26,24,20,.08)}
body.poyraz-site .poyraz-service-card>img{width:100%;height:174px;object-fit:cover}
body.poyraz-site .poyraz-service-card-body{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 19px 14px;min-height:95px}
body.poyraz-site .poyraz-service-card h3{font-size:13px;line-height:1.25;font-weight:500;letter-spacing:.02em;margin:0 0 7px}
body.poyraz-site .poyraz-service-card p{font-size:11px;line-height:1.55;color:#4c4b49;margin:0;max-width:210px}
body.poyraz-site .poyraz-service-card-body>.poyraz-icon{font-size:22px;color:var(--poyraz-gold);transition:transform .2s ease}
body.poyraz-site .poyraz-service-card:hover .poyraz-service-card-body>.poyraz-icon{transform:translateX(4px)}

/* Stats */
body.poyraz-site .poyraz-stats{height:112px;background:linear-gradient(100deg,#111517,#171b1d 55%,#0d1011);color:#fff}
body.poyraz-site .poyraz-stats-grid{height:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
body.poyraz-site .poyraz-stat-item{height:54px;display:flex;align-items:center;justify-content:center;gap:19px;position:relative}
body.poyraz-site .poyraz-stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:rgba(255,255,255,.11)}
body.poyraz-site .poyraz-stat-item>.poyraz-icon{font-size:34px;color:var(--poyraz-gold)}
body.poyraz-site .poyraz-stat-item strong{display:block;color:var(--poyraz-gold);font-size:26px;line-height:1;font-weight:500;margin-bottom:7px}
body.poyraz-site .poyraz-stat-item span{display:block;font-size:10px;color:#fff}


/* Extended homepage — editable as separate Poyraz elements in US Builder */
body.poyraz-site .poyraz-section-heading h2,
body.poyraz-site .poyraz-home-about-copy h2,
body.poyraz-site .poyraz-home-faq-intro h2,
body.poyraz-site .poyraz-home-cta h2{font-family:var(--poyraz-serif);font-size:52px;line-height:1.02;font-weight:500;letter-spacing:-.018em;margin:0;color:#17191a}
body.poyraz-site .poyraz-section-heading p{color:#5a5957;font-size:13px;line-height:1.8;margin:17px 0 0}
body.poyraz-site .poyraz-section-heading-center{text-align:center;max-width:700px;margin:0 auto 47px}
body.poyraz-site .poyraz-section-heading-center .poyraz-kicker{margin-bottom:12px}
body.poyraz-site .poyraz-section-heading-row{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:end;margin-bottom:42px}
body.poyraz-site .poyraz-section-heading-row p{margin:0 0 17px;max-width:520px}
body.poyraz-site .poyraz-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--poyraz-gold-dark);font-size:10px;font-weight:600;letter-spacing:.08em;padding-bottom:5px;border-bottom:1px solid rgba(151,120,79,.45)}
body.poyraz-site .poyraz-text-link .poyraz-icon{font-size:17px;transition:transform .2s ease}
body.poyraz-site .poyraz-text-link:hover .poyraz-icon{transform:translateX(4px)}

/* About preview */
body.poyraz-site .poyraz-home-about{padding:105px 0 115px;background:#fff}
body.poyraz-site .poyraz-home-about-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:105px;align-items:center}
body.poyraz-site .poyraz-home-about-visual{position:relative;min-height:585px;padding:0 70px 55px 0}
body.poyraz-site .poyraz-home-about-main{margin:0;width:100%;height:530px;border-radius:7px;overflow:hidden;box-shadow:0 25px 65px rgba(17,20,22,.14)}
body.poyraz-site .poyraz-home-about-main img{width:100%;height:100%;object-fit:cover}
body.poyraz-site .poyraz-home-about-float{position:absolute;right:0;bottom:0;width:250px;height:300px;margin:0;border:9px solid #fff;border-radius:6px;overflow:hidden;box-shadow:0 18px 45px rgba(17,20,22,.16)}
body.poyraz-site .poyraz-home-about-float img{width:100%;height:100%;object-fit:cover}
body.poyraz-site .poyraz-home-about-badge{position:absolute;left:-24px;bottom:43px;width:155px;height:155px;border-radius:50%;background:linear-gradient(145deg,#bca278,#96774e);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 13px 35px rgba(151,120,79,.3)}
body.poyraz-site .poyraz-home-about-badge strong{font-family:var(--poyraz-serif);font-size:43px;line-height:.9;font-weight:600}
body.poyraz-site .poyraz-home-about-badge span{font-size:9px;line-height:1.45;letter-spacing:.1em;margin-top:8px}
body.poyraz-site .poyraz-home-about-copy{max-width:570px}
body.poyraz-site .poyraz-home-about-copy .poyraz-kicker{margin-bottom:13px}
body.poyraz-site .poyraz-home-about-copy h2{font-size:54px;margin-bottom:24px}
body.poyraz-site .poyraz-home-about-copy>p{font-size:13px;line-height:1.85;color:#555552;margin:0 0 13px}
body.poyraz-site .poyraz-home-about-copy ul{list-style:none;margin:25px 0 30px;padding:0;display:grid;gap:12px}
body.poyraz-site .poyraz-home-about-copy li{display:flex;align-items:center;gap:12px;color:#333;font-size:12px}
body.poyraz-site .poyraz-home-about-copy li .poyraz-icon{font-size:22px;color:var(--poyraz-gold)}

/* Process */
body.poyraz-site .poyraz-process{padding:95px 0 103px;background:linear-gradient(115deg,#f8f5f0,#f2ede6)}
body.poyraz-site .poyraz-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
body.poyraz-site .poyraz-process-card{background:#fff;border:1px solid #e1dbd2;border-radius:6px;padding:30px 27px 32px;min-height:245px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
body.poyraz-site .poyraz-process-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,20,20,.08)}
body.poyraz-site .poyraz-process-number{font-family:var(--poyraz-serif);font-size:46px;line-height:1;color:rgba(181,150,105,.72)}
body.poyraz-site .poyraz-process-line{width:34px;height:1px;background:var(--poyraz-gold);margin:21px 0 24px}
body.poyraz-site .poyraz-process-card h3{font-size:12px;letter-spacing:.07em;font-weight:600;margin:0 0 12px}
body.poyraz-site .poyraz-process-card p{font-size:11px;line-height:1.75;color:#5c5b58;margin:0}

/* Home gallery */
body.poyraz-site .poyraz-home-gallery{padding:105px 0 112px;background:#fff}
body.poyraz-site .poyraz-home-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:17px}
body.poyraz-site .poyraz-home-gallery-item{overflow:hidden;border-radius:5px;background:#eee;position:relative}
body.poyraz-site .poyraz-home-gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.17));opacity:0;transition:opacity .3s ease}
body.poyraz-site .poyraz-home-gallery-item:hover::after{opacity:1}
body.poyraz-site .poyraz-home-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.poyraz-site .poyraz-home-gallery-item:hover img{transform:scale(1.035)}
body.poyraz-site .poyraz-home-gallery-item-1{grid-column:span 5;grid-row:span 2}
body.poyraz-site .poyraz-home-gallery-item-2{grid-column:span 4;grid-row:span 1}
body.poyraz-site .poyraz-home-gallery-item-3{grid-column:span 3;grid-row:span 1}
body.poyraz-site .poyraz-home-gallery-item-4{grid-column:span 3;grid-row:span 2}
body.poyraz-site .poyraz-home-gallery-item-5{grid-column:span 4;grid-row:span 1}
body.poyraz-site .poyraz-home-gallery-item-6{grid-column:span 5;grid-row:span 1}

/* Testimonials */
body.poyraz-site .poyraz-testimonials{padding:96px 0 105px;background:#111517;color:#fff;position:relative;overflow:hidden}
body.poyraz-site .poyraz-testimonials::before{content:"P";position:absolute;left:-30px;top:-120px;font-family:var(--poyraz-serif);font-size:470px;line-height:1;color:rgba(181,150,105,.035);pointer-events:none}
body.poyraz-site .poyraz-testimonials .poyraz-section-heading{position:relative;z-index:1}
body.poyraz-site .poyraz-testimonials .poyraz-section-heading h2{color:#fff}
body.poyraz-site .poyraz-testimonials .poyraz-section-heading p{color:#bfc0c1}
body.poyraz-site .poyraz-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;z-index:1}
body.poyraz-site .poyraz-testimonial-card{background:#191e20;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:31px 30px;min-height:255px;display:flex;flex-direction:column}
body.poyraz-site .poyraz-stars{color:var(--poyraz-gold);font-size:13px;letter-spacing:.18em;margin-bottom:20px}
body.poyraz-site .poyraz-testimonial-card>p{font-family:var(--poyraz-serif);font-size:23px;line-height:1.35;color:#f1f1f1;margin:0 0 25px}
body.poyraz-site .poyraz-testimonial-person{display:flex;align-items:center;gap:12px;margin-top:auto}
body.poyraz-site .poyraz-testimonial-person span{width:37px;height:37px;border-radius:50%;background:linear-gradient(145deg,#bca278,#927149);display:flex;align-items:center;justify-content:center;font-family:var(--poyraz-serif);font-size:20px;color:#fff}
body.poyraz-site .poyraz-testimonial-person strong{font-size:10px;letter-spacing:.08em;font-weight:600}

/* Home FAQ */
body.poyraz-site .poyraz-home-faq-section{padding:100px 0 105px;background:#f7f3ed}
body.poyraz-site .poyraz-home-faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:100px;align-items:start}
body.poyraz-site .poyraz-home-faq-intro{position:sticky;top:35px}
body.poyraz-site .poyraz-home-faq-intro h2{font-size:52px;margin:0 0 20px}
body.poyraz-site .poyraz-home-faq-intro>p{font-size:13px;line-height:1.8;color:#5b5956;margin:0 0 25px;max-width:390px}
body.poyraz-site .poyraz-home-faq{max-width:none;background:#fff;border:1px solid #e2dcd3;border-radius:6px;padding:10px 30px}
body.poyraz-site .poyraz-home-faq .poyraz-faq-button{font-size:12px;padding:24px 0}
body.poyraz-site .poyraz-home-faq .poyraz-faq-answer{font-size:12px;line-height:1.8;padding-right:50px}
body.poyraz-site .poyraz-home-faq .poyraz-faq-answer p{margin:0}

/* Final CTA */
body.poyraz-site .poyraz-home-cta{min-height:510px;display:flex;align-items:center;position:relative;color:#fff;background:#101314;overflow:hidden}
body.poyraz-site .poyraz-home-cta::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#101314 0%,rgba(16,19,20,.97) 30%,rgba(16,19,20,.76) 52%,rgba(16,19,20,.15) 100%),var(--poyraz-cta-image);background-size:cover,cover;background-position:center,center right}
body.poyraz-site .poyraz-home-cta-inner{position:relative;z-index:1;padding:75px 0}
body.poyraz-site .poyraz-home-cta h2{font-size:58px;color:#fff;max-width:690px;margin:0 0 20px}
body.poyraz-site .poyraz-home-cta p{font-size:13px;line-height:1.75;color:#ececec;max-width:570px;margin:0 0 27px}
body.poyraz-site .poyraz-home-cta-buttons{display:flex;gap:13px;flex-wrap:wrap}
body.poyraz-site .poyraz-button-outline{background:transparent;border:1px solid rgba(255,255,255,.68);box-shadow:none}
body.poyraz-site .poyraz-button-outline:hover{background:#fff;color:#17191a!important}

/* Prevent editor-generated empty spacing around full-width custom elements */
body.poyraz-site .poyraz-main>.wpb-content-wrapper{margin:0;padding:0}
body.poyraz-site .poyraz-main>.wpb-content-wrapper>p:empty,
body.poyraz-site .poyraz-main>p:empty{display:none}

/* Generic inner pages */
body.poyraz-site .poyraz-inner-hero{min-height:290px;background:#111416;color:#fff;position:relative;display:flex;align-items:center;overflow:hidden}
body.poyraz-site .poyraz-inner-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#101314 0%,rgba(16,19,20,.86) 47%,rgba(16,19,20,.18) 100%),var(--inner-image);background-size:cover,cover;background-position:center,center;opacity:.95}
body.poyraz-site .poyraz-inner-hero .poyraz-shell{position:relative;z-index:1}
body.poyraz-site .poyraz-inner-hero h1{font-family:var(--poyraz-serif);font-size:56px;line-height:1;margin:8px 0 10px;font-weight:500}
body.poyraz-site .poyraz-inner-hero p{max-width:590px;margin:0;color:#e5e5e5}
body.poyraz-site .poyraz-content-section{padding:80px 0;background:#fff}
body.poyraz-site .poyraz-content-section.is-cream{background:var(--poyraz-cream)}
body.poyraz-site .poyraz-two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
body.poyraz-site .poyraz-section-title{font-family:var(--poyraz-serif);font-size:46px;line-height:1.05;font-weight:500;margin:0 0 20px}
body.poyraz-site .poyraz-richtext p{font-size:14px;color:#444;line-height:1.85;margin:0 0 17px}
body.poyraz-site .poyraz-rounded-image{border-radius:7px;overflow:hidden;box-shadow:0 20px 55px rgba(20,20,20,.12)}
body.poyraz-site .poyraz-rounded-image img{width:100%;height:470px;object-fit:cover}
body.poyraz-site .poyraz-page-services{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
body.poyraz-site .poyraz-page-service{background:#fff;border:1px solid #e2ded8;border-radius:6px;overflow:hidden}
body.poyraz-site .poyraz-page-service img{height:260px;width:100%;object-fit:cover}
body.poyraz-site .poyraz-page-service div{padding:25px}
body.poyraz-site .poyraz-page-service h2{font-family:var(--poyraz-serif);font-size:30px;margin:0 0 12px}
body.poyraz-site .poyraz-page-service p{margin:0 0 20px;color:#555}
body.poyraz-site .poyraz-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.poyraz-site .poyraz-gallery-grid a{display:block;overflow:hidden;border-radius:5px;background:#eee;aspect-ratio:4/3}
body.poyraz-site .poyraz-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.poyraz-site .poyraz-gallery-grid a:hover img{transform:scale(1.04)}
body.poyraz-site .poyraz-faq{max-width:900px;margin:0 auto}
body.poyraz-site .poyraz-faq-item{border-bottom:1px solid #ddd}
body.poyraz-site .poyraz-faq-button{width:100%;border:0;background:transparent;padding:22px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:600;cursor:pointer;color:#181a1b}
body.poyraz-site .poyraz-faq-button .poyraz-icon{transition:transform .2s ease}
body.poyraz-site .poyraz-faq-button[aria-expanded="true"] .poyraz-icon{transform:rotate(90deg)}
body.poyraz-site .poyraz-faq-answer{display:none;padding:0 35px 22px 0;color:#555}
body.poyraz-site .poyraz-faq-answer.is-open{display:block}
body.poyraz-site .poyraz-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}
body.poyraz-site .poyraz-contact-cards{display:grid;gap:15px;margin-top:30px}
body.poyraz-site .poyraz-contact-card{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid #e4dfd8;border-radius:5px;background:#fff}
body.poyraz-site .poyraz-contact-card>.poyraz-icon{font-size:25px;color:var(--poyraz-gold)}
body.poyraz-site .poyraz-contact-form{background:#fff;border:1px solid #e4dfd8;border-radius:7px;padding:34px;box-shadow:0 12px 35px rgba(20,20,20,.06)}
body.poyraz-site .poyraz-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
body.poyraz-site .poyraz-field{margin-bottom:15px}
body.poyraz-site .poyraz-field label{display:block;font-size:11px;font-weight:600;margin-bottom:6px}
body.poyraz-site .poyraz-field input,body.poyraz-site .poyraz-field textarea{width:100%;border:1px solid #d8d3cc;background:#fff;padding:12px 14px;border-radius:4px;outline:none}
body.poyraz-site .poyraz-field input:focus,body.poyraz-site .poyraz-field textarea:focus{border-color:var(--poyraz-gold)}
body.poyraz-site .poyraz-alert{padding:12px 15px;border-radius:4px;margin-bottom:18px;background:#f3efe9}
body.poyraz-site .poyraz-alert.success{background:#eaf6ed;color:#286a38}
body.poyraz-site .poyraz-alert.error{background:#fae9e9;color:#8a2d2d}

/* Footer */
body.poyraz-site .poyraz-footer{background:#0f1213;color:#d9d9d9;padding-top:58px}
body.poyraz-site .poyraz-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:70px;padding-bottom:46px}
body.poyraz-site .poyraz-footer-brand img{width:290px;height:100px;object-fit:contain;object-position:left center;margin-bottom:15px}
body.poyraz-site .poyraz-footer-brand p{max-width:390px;color:#a9aaab;margin:0}
body.poyraz-site .poyraz-footer h3{font-family:var(--poyraz-serif);font-size:24px;color:#fff;margin:8px 0 15px}
body.poyraz-site .poyraz-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:8px}
body.poyraz-site .poyraz-footer-menu a,body.poyraz-site .poyraz-footer span,body.poyraz-site .poyraz-footer>div a{display:block;color:#b8b9ba;margin-bottom:8px}
body.poyraz-site .poyraz-footer-socials{display:flex;gap:10px;margin-top:14px}
body.poyraz-site .poyraz-footer-socials a{width:35px;height:35px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex!important;align-items:center;justify-content:center;color:var(--poyraz-gold)}
body.poyraz-site .poyraz-footer-socials .poyraz-icon{font-size:17px}
body.poyraz-site .poyraz-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:17px 0;color:#858788;font-size:11px}

@media (max-width:1220px){
  body.poyraz-site .poyraz-shell{width:min(1120px,calc(100% - 42px))}
  body.poyraz-site .poyraz-header-inner{grid-template-columns:260px 1fr 130px;gap:15px}
  body.poyraz-site .poyraz-logo{width:245px}
  body.poyraz-site .poyraz-menu{gap:25px}
  body.poyraz-site .poyraz-services-grid{grid-template-columns:270px repeat(3,minmax(0,1fr));gap:15px}
  body.poyraz-site .poyraz-hero-copy{margin-left:50px}
}

@media (max-width:1024px){
  body.poyraz-site .poyraz-header{height:84px}
  body.poyraz-site .poyraz-header-inner{grid-template-columns:1fr auto auto}
  body.poyraz-site .poyraz-logo{width:245px}
  body.poyraz-site .poyraz-logo img{height:65px}
  body.poyraz-site .poyraz-menu-toggle{display:flex}
  body.poyraz-site .poyraz-header-cta{min-width:125px}
  body.poyraz-site .poyraz-navigation{position:absolute;left:0;right:0;top:84px;background:#fff;display:none;border-top:1px solid #eee;box-shadow:0 12px 30px rgba(0,0,0,.09)}
  body.poyraz-site .poyraz-navigation.is-open{display:block}
  body.poyraz-site .poyraz-menu{display:block;padding:12px 25px 22px}
  body.poyraz-site .poyraz-menu a{padding:13px 0;border-bottom:1px solid #eee}
  body.poyraz-site .poyraz-menu a::after{display:none}
  body.poyraz-site .poyraz-feature-grid{grid-template-columns:repeat(2,1fr)}
  body.poyraz-site .poyraz-features{height:auto;padding:20px 0}
  body.poyraz-site .poyraz-feature-item{justify-content:flex-start;margin-block:10px}
  body.poyraz-site .poyraz-feature-item:nth-child(2)::after{display:none}
  body.poyraz-site .poyraz-services-grid{grid-template-columns:repeat(2,1fr)}
  body.poyraz-site .poyraz-services-intro{min-height:270px}
  body.poyraz-site .poyraz-stats{height:auto;padding:22px 0}
  body.poyraz-site .poyraz-stats-grid{grid-template-columns:repeat(2,1fr);row-gap:24px}
  body.poyraz-site .poyraz-stat-item:nth-child(2)::after{display:none}
  body.poyraz-site .poyraz-page-services,body.poyraz-site .poyraz-gallery-grid{grid-template-columns:repeat(2,1fr)}
  body.poyraz-site .poyraz-home-about-grid{grid-template-columns:1fr 1fr;gap:55px}
  body.poyraz-site .poyraz-home-about-visual{min-height:510px;padding-right:45px}
  body.poyraz-site .poyraz-home-about-main{height:470px}
  body.poyraz-site .poyraz-home-about-float{width:205px;height:245px}
  body.poyraz-site .poyraz-process-grid{grid-template-columns:repeat(2,1fr)}
  body.poyraz-site .poyraz-home-gallery-grid{grid-auto-rows:155px}
  body.poyraz-site .poyraz-home-faq-grid{grid-template-columns:.8fr 1.2fr;gap:50px}
}

@media (max-width:767px){
  body.poyraz-site .poyraz-shell{width:calc(100% - 30px)}
  body.poyraz-site .poyraz-topbar{height:32px}
  body.poyraz-site .poyraz-topbar-left{gap:0}
  body.poyraz-site .poyraz-topbar-left span{display:none}
  body.poyraz-site .poyraz-topbar-right>a:first-child{display:none}
  body.poyraz-site .poyraz-topbar-right{gap:18px}
  body.poyraz-site .poyraz-topbar .poyraz-social{margin-left:0}
  body.poyraz-site .poyraz-header{height:74px}
  body.poyraz-site .poyraz-header-inner{grid-template-columns:1fr auto}
  body.poyraz-site .poyraz-logo{width:205px}
  body.poyraz-site .poyraz-logo img{height:58px}
  body.poyraz-site .poyraz-header-cta{display:none}
  body.poyraz-site .poyraz-navigation{top:74px}
  body.poyraz-site .poyraz-hero{height:520px}
  body.poyraz-site .poyraz-slide{background-image:linear-gradient(180deg,rgba(10,13,14,.04) 0%,rgba(10,13,14,.1) 30%,rgba(10,13,14,.98) 68%,#0b0e0f 100%),var(--hero-image);background-size:cover,auto 66%;background-position:center,top right}
  body.poyraz-site .poyraz-slide-content{align-items:flex-end;padding-bottom:55px}
  body.poyraz-site .poyraz-hero-copy{width:100%;margin:0;padding:0 20px 0 8px}
  body.poyraz-site .poyraz-kicker{font-size:11px;margin-bottom:8px}
  body.poyraz-site .poyraz-hero h1{font-size:43px;line-height:.98}
  body.poyraz-site .poyraz-hero p{font-size:12px;line-height:1.55;margin-bottom:15px}
  body.poyraz-site .poyraz-slider-arrow{width:38px;height:38px;top:33%}
  body.poyraz-site .poyraz-slider-prev{left:15px}
  body.poyraz-site .poyraz-slider-next{right:15px}
  body.poyraz-site .poyraz-slider-dots{left:23px;bottom:20px}
  body.poyraz-site .poyraz-feature-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-feature-item{height:auto;min-height:58px;padding:5px 8px;justify-content:flex-start}
  body.poyraz-site .poyraz-feature-item::after{display:none!important}
  body.poyraz-site .poyraz-services-preview{padding:35px 0}
  body.poyraz-site .poyraz-services-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-services-intro{min-height:0;padding:0 0 15px}
  body.poyraz-site .poyraz-services-intro h2{font-size:38px}
  body.poyraz-site .poyraz-service-card>img{height:220px}
  body.poyraz-site .poyraz-stats-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-stat-item{justify-content:flex-start;padding-left:32px}
  body.poyraz-site .poyraz-stat-item::after{display:none!important}
  body.poyraz-site .poyraz-inner-hero{min-height:250px}
  body.poyraz-site .poyraz-inner-hero h1{font-size:45px}
  body.poyraz-site .poyraz-content-section{padding:55px 0}
  body.poyraz-site .poyraz-two-col,body.poyraz-site .poyraz-contact-grid{grid-template-columns:1fr;gap:35px}
  body.poyraz-site .poyraz-section-title{font-size:39px}
  body.poyraz-site .poyraz-rounded-image img{height:350px}
  body.poyraz-site .poyraz-page-services,body.poyraz-site .poyraz-gallery-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-form-row{grid-template-columns:1fr}
  body.poyraz-site .poyraz-contact-form{padding:23px}
  body.poyraz-site .poyraz-footer-grid{grid-template-columns:1fr;gap:30px}
  body.poyraz-site .poyraz-footer-brand img{width:260px}
  body.poyraz-site .poyraz-section-heading h2,body.poyraz-site .poyraz-home-about-copy h2,body.poyraz-site .poyraz-home-faq-intro h2,body.poyraz-site .poyraz-home-cta h2{font-size:42px}
  body.poyraz-site .poyraz-section-heading-center{margin-bottom:32px}
  body.poyraz-site .poyraz-section-heading-row{grid-template-columns:1fr;gap:18px;margin-bottom:28px}
  body.poyraz-site .poyraz-home-about{padding:65px 0 75px}
  body.poyraz-site .poyraz-home-about-grid{grid-template-columns:1fr;gap:48px}
  body.poyraz-site .poyraz-home-about-visual{min-height:460px;padding:0 35px 45px 0}
  body.poyraz-site .poyraz-home-about-main{height:430px}
  body.poyraz-site .poyraz-home-about-float{width:165px;height:210px;border-width:6px}
  body.poyraz-site .poyraz-home-about-badge{left:-5px;bottom:28px;width:120px;height:120px}
  body.poyraz-site .poyraz-home-about-badge strong{font-size:34px}
  body.poyraz-site .poyraz-home-about-badge span{font-size:7px}
  body.poyraz-site .poyraz-process{padding:65px 0 72px}
  body.poyraz-site .poyraz-process-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-process-card{min-height:0}
  body.poyraz-site .poyraz-home-gallery{padding:68px 0 75px}
  body.poyraz-site .poyraz-home-gallery-grid{grid-template-columns:1fr;grid-auto-rows:245px}
  body.poyraz-site .poyraz-home-gallery-item-1,body.poyraz-site .poyraz-home-gallery-item-2,body.poyraz-site .poyraz-home-gallery-item-3,body.poyraz-site .poyraz-home-gallery-item-4,body.poyraz-site .poyraz-home-gallery-item-5,body.poyraz-site .poyraz-home-gallery-item-6{grid-column:auto;grid-row:auto}
  body.poyraz-site .poyraz-testimonials{padding:68px 0 75px}
  body.poyraz-site .poyraz-testimonial-grid{grid-template-columns:1fr}
  body.poyraz-site .poyraz-testimonial-card{min-height:0}
  body.poyraz-site .poyraz-home-faq-section{padding:68px 0 75px}
  body.poyraz-site .poyraz-home-faq-grid{grid-template-columns:1fr;gap:35px}
  body.poyraz-site .poyraz-home-faq-intro{position:static}
  body.poyraz-site .poyraz-home-faq{padding:5px 18px}
  body.poyraz-site .poyraz-home-faq .poyraz-faq-answer{padding-right:0}
  body.poyraz-site .poyraz-home-cta{min-height:560px;align-items:flex-end}
  body.poyraz-site .poyraz-home-cta::before{background-image:linear-gradient(180deg,rgba(16,19,20,.08) 0%,rgba(16,19,20,.32) 40%,#101314 74%,#101314 100%),var(--poyraz-cta-image);background-size:cover,auto 63%;background-position:center,top right;background-repeat:no-repeat}
  body.poyraz-site .poyraz-home-cta-inner{padding:250px 0 58px}
  body.poyraz-site .poyraz-home-cta-buttons{display:grid;grid-template-columns:1fr}
  body.poyraz-site .poyraz-home-cta-buttons .poyraz-button{width:100%}
}

/* US Builder row wrappers: keep custom sections truly edge-to-edge */
body.poyraz-site .poyraz-builder-row,
body.poyraz-site .poyraz-builder-row.l-section{margin:0!important;padding:0!important;max-width:none!important;overflow:visible!important}
body.poyraz-site .poyraz-builder-row>.l-section-h,
body.poyraz-site .poyraz-builder-row .l-section-h{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-builder-row .g-cols,
body.poyraz-site .poyraz-builder-row .vc_column_container,
body.poyraz-site .poyraz-builder-row .vc_column-inner,
body.poyraz-site .poyraz-builder-row .wpb_wrapper{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important}
body.poyraz-site .poyraz-builder-row .wpb_content_element{margin:0!important}

/* ==========================================================
   v1.2 — Native Impreza Live Builder wrappers
   Every homepage section is now inside a supported Text Block.
   These rules remove the builder's default spacing without
   altering the original Poyraz visual design.
   ========================================================== */
body.poyraz-site .poyraz-native-row,
body.poyraz-site .poyraz-native-row > .l-section-h{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-native-row .g-cols,
body.poyraz-site .poyraz-native-row .vc_column_container,
body.poyraz-site .poyraz-native-row .vc_column-inner,
body.poyraz-site .poyraz-native-row .wpb_wrapper,
body.poyraz-site .poyraz-native-row .wpb_text_column,
body.poyraz-site .poyraz-native-row .wpb_text_column > .wpb_wrapper{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-native-section > .wpb_wrapper > p:empty,
body.poyraz-site .poyraz-native-section p:empty:first-child,
body.poyraz-site .poyraz-native-section p:empty:last-child{
  display:none!important;
}
/* Keep builder selection outlines usable while editing. */
body.usb_preview .poyraz-native-section{
  min-height:24px;
}

/* ==========================================================
   v1.3 — Native Live Builder Services + Gallery
   Each text, image and button is its own supported element.
   ========================================================== */
body.poyraz-site .poyraz-live-services,
body.poyraz-site .poyraz-live-gallery{
  margin:0!important;
  max-width:none!important;
}
body.poyraz-site .poyraz-live-services>.l-section-h,
body.poyraz-site .poyraz-live-gallery>.l-section-h{
  width:min(1380px,calc(100% - 64px))!important;
  max-width:1380px!important;
  margin-inline:auto!important;
}

body.poyraz-site .poyraz-live-services{
  background:linear-gradient(90deg,#f8f5ef,#f4f0ea)!important;
  padding:20px 0!important;
}
body.poyraz-site .poyraz-live-services .g-cols{
  align-items:stretch!important;
}
body.poyraz-site .poyraz-live-services-intro{
  padding:13px 15px 5px 10px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
body.poyraz-site .poyraz-live-kicker{
  color:var(--poyraz-gold)!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0 0 12px!important;
}
body.poyraz-site .poyraz-live-services-title{
  font-family:var(--poyraz-serif)!important;
  font-size:38px!important;
  line-height:1.02!important;
  font-weight:500!important;
  letter-spacing:-.015em!important;
  color:#17191a!important;
  margin:0 0 14px!important;
}
body.poyraz-site .poyraz-live-services-desc{
  max-width:260px!important;
  color:#353638!important;
  font-size:12px!important;
  line-height:1.65!important;
  margin:0 0 19px!important;
}
body.poyraz-site .poyraz-live-services-button{
  margin-top:auto!important;
}
body.poyraz-site .poyraz-live-services-button .w-btn{
  min-height:33px!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#b89a70,#a3855f)!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:600!important;
  letter-spacing:.03em!important;
}
body.poyraz-site .poyraz-live-service-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:270px!important;
  background:#fff!important;
  border:1px solid #dedbd6!important;
  border-radius:5px!important;
  box-shadow:0 2px 7px rgba(26,24,20,.03)!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
body.poyraz-site .poyraz-live-service-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 10px 25px rgba(26,24,20,.08)!important;
}
body.poyraz-site .poyraz-live-service-card>.vc_column-inner,
body.poyraz-site .poyraz-live-service-card>.vc_column-inner>.wpb_wrapper{
  height:100%!important;
  padding:0!important;
}
body.poyraz-site .poyraz-live-service-image{
  margin:0!important;
}
body.poyraz-site .poyraz-live-service-image img{
  width:100%!important;
  height:174px!important;
  object-fit:cover!important;
  border-radius:0!important;
}
body.poyraz-site .poyraz-live-service-body{
  position:relative!important;
  min-height:95px!important;
  padding:18px 48px 14px 19px!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-service-title{
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:500!important;
  letter-spacing:.02em!important;
  color:#17191a!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-service-text{
  max-width:210px!important;
  color:#4c4b49!important;
  font-size:11px!important;
  line-height:1.55!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-service-arrow{
  position:absolute!important;
  right:19px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:var(--poyraz-gold)!important;
  font-size:22px!important;
  line-height:1!important;
  transition:transform .2s ease!important;
}
body.poyraz-site .poyraz-live-service-card:hover .poyraz-live-service-arrow{
  transform:translate(4px,-50%)!important;
}

body.poyraz-site .poyraz-live-gallery{
  padding:82px 0 90px!important;
  background:#fff!important;
}
body.poyraz-site .poyraz-live-gallery-heading{
  margin-bottom:34px!important;
  align-items:end!important;
}
body.poyraz-site .poyraz-live-gallery-title{
  max-width:600px!important;
  font-family:var(--poyraz-serif)!important;
  font-size:56px!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
  color:#17191a!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-gallery-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  padding-bottom:7px!important;
}
body.poyraz-site .poyraz-live-gallery-desc{
  max-width:520px!important;
  color:#666!important;
  font-size:13px!important;
  line-height:1.75!important;
  margin:0 0 17px!important;
}
body.poyraz-site .poyraz-live-gallery-button .w-btn{
  padding:0 0 7px!important;
  border:0!important;
  border-bottom:1px solid var(--poyraz-gold)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8c6f48!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.poyraz-site .poyraz-live-gallery-grid>.g-cols{
  align-items:stretch!important;
}
body.poyraz-site .poyraz-live-gallery-col>.vc_column-inner>.wpb_wrapper{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  height:100%!important;
}
body.poyraz-site .poyraz-live-gallery-image{
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:5px!important;
  background:#eee!important;
}
body.poyraz-site .poyraz-live-gallery-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .35s ease!important;
}
body.poyraz-site .poyraz-live-gallery-image:hover img{
  transform:scale(1.04)!important;
}
body.poyraz-site .poyraz-live-gallery-image-large{height:395px!important}
body.poyraz-site .poyraz-live-gallery-image-medium{height:300px!important}
body.poyraz-site .poyraz-live-gallery-image-small{height:205px!important}
body.poyraz-site .poyraz-live-gallery-image .w-image-h,
body.poyraz-site .poyraz-live-gallery-image a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

/* Live Builder preview: keep each element selectable and prevent giant wrappers. */
body.usb_preview .poyraz-live-service-card,
body.usb_preview .poyraz-live-gallery-image{
  outline-offset:-1px;
}

@media (max-width:1024px){
  body.poyraz-site .poyraz-live-services>.l-section-h,
  body.poyraz-site .poyraz-live-gallery>.l-section-h{
    width:calc(100% - 40px)!important;
  }
  body.poyraz-site .poyraz-live-services-intro{min-height:270px!important}
  body.poyraz-site .poyraz-live-gallery-title{font-size:48px!important}
}

@media (max-width:767px){
  body.poyraz-site .poyraz-live-services,
  body.poyraz-site .poyraz-live-gallery{padding-left:0!important;padding-right:0!important}
  body.poyraz-site .poyraz-live-services>.l-section-h,
  body.poyraz-site .poyraz-live-gallery>.l-section-h{
    width:calc(100% - 30px)!important;
  }
  body.poyraz-site .poyraz-live-services{padding-top:35px!important;padding-bottom:35px!important}
  body.poyraz-site .poyraz-live-services-intro{min-height:0!important;padding:0 0 15px!important}
  body.poyraz-site .poyraz-live-services-title{font-size:38px!important}
  body.poyraz-site .poyraz-live-service-image img{height:220px!important}
  body.poyraz-site .poyraz-live-gallery{padding-top:68px!important;padding-bottom:75px!important}
  body.poyraz-site .poyraz-live-gallery-heading{margin-bottom:28px!important}
  body.poyraz-site .poyraz-live-gallery-title{font-size:42px!important}
  body.poyraz-site .poyraz-live-gallery-image-large,
  body.poyraz-site .poyraz-live-gallery-image-medium,
  body.poyraz-site .poyraz-live-gallery-image-small{height:245px!important}
}

/* ==========================================================
   v1.4 — SAFE NATIVE IMPREZA LIVE BUILDER HOMEPAGE
   No Custom HTML, no Text Block containing section markup.
   Every visible item is a native Row/Column/Text/Image/Button/Wrapper.
   ========================================================== */
body.poyraz-site .poyraz-native-hero,
body.poyraz-site .poyraz-native-features,
body.poyraz-site .poyraz-native-stats,
body.poyraz-site .poyraz-native-about,
body.poyraz-site .poyraz-native-process,
body.poyraz-site .poyraz-native-testimonials,
body.poyraz-site .poyraz-native-faq,
body.poyraz-site .poyraz-native-cta{
  margin:0!important;
  max-width:none!important;
}
body.poyraz-site .poyraz-native-hero>.l-section-h,
body.poyraz-site .poyraz-native-features>.l-section-h,
body.poyraz-site .poyraz-native-stats>.l-section-h,
body.poyraz-site .poyraz-native-cta>.l-section-h{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-native-about>.l-section-h,
body.poyraz-site .poyraz-native-process>.l-section-h,
body.poyraz-site .poyraz-native-testimonials>.l-section-h,
body.poyraz-site .poyraz-native-faq>.l-section-h{
  width:min(1220px,calc(100% - 64px))!important;
  max-width:1220px!important;
  margin-inline:auto!important;
}

/* Hero */
body.poyraz-site .poyraz-native-hero{height:362px!important;padding:0!important;background:#0c0f10!important;color:#fff!important;overflow:hidden!important}
body.poyraz-site .poyraz-native-hero .g-cols,
body.poyraz-site .poyraz-native-hero .vc_column-inner,
body.poyraz-site .poyraz-native-hero .wpb_wrapper,
body.poyraz-site .poyraz-native-hero-column,
body.poyraz-site .poyraz-native-slider{height:100%!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-native-slider{position:relative!important;overflow:hidden!important;background:#0c0f10!important}
body.poyraz-site .poyraz-native-slide{position:absolute!important;inset:0!important;z-index:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .55s ease,visibility .55s ease!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-native-slide.is-active{z-index:2!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.poyraz-site .poyraz-native-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0b0e0f 0%,#0b0e0f 32%,rgba(11,14,15,.85) 43%,rgba(11,14,15,.2) 68%,rgba(11,14,15,.08) 100%);pointer-events:none}
body.poyraz-site .poyraz-native-hero-image,
body.poyraz-site .poyraz-native-hero-image .w-image-h,
body.poyraz-site .poyraz-native-hero-image img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}
body.poyraz-site .poyraz-native-hero-image img{object-fit:cover!important;object-position:right center!important}
body.poyraz-site .poyraz-native-hero-overlay{position:absolute!important;inset:0!important;z-index:3!important;width:min(1380px,calc(100% - 64px))!important;margin-inline:auto!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;padding-left:70px!important}
body.poyraz-site .poyraz-native-hero-copy{width:520px!important;max-width:520px!important;margin-top:auto!important;margin-bottom:auto!important;align-items:flex-start!important}
body.poyraz-site .poyraz-native-hero-kicker{color:var(--poyraz-gold)!important;font-size:13px!important;font-weight:500!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0!important}
body.poyraz-site .poyraz-native-hero-title{font-family:var(--poyraz-serif)!important;font-size:58px!important;line-height:.92!important;font-weight:500!important;letter-spacing:-.02em!important;color:#fff!important;margin:0!important}
body.poyraz-site .poyraz-native-hero-description{max-width:470px!important;color:#f3f3f3!important;font-size:13px!important;line-height:1.65!important;margin:0!important}
body.poyraz-site .poyraz-native-hero-button.w-btn,
body.poyraz-site .poyraz-native-hero-button .w-btn{min-height:44px!important;padding:0 25px!important;border:0!important;border-radius:28px!important;background:linear-gradient(135deg,#b89a70,#a3855f)!important;box-shadow:0 6px 20px rgba(181,150,105,.35)!important;color:#fff!important;font-size:11px!important;font-weight:600!important;letter-spacing:.03em!important}
body.poyraz-site .poyraz-native-slider-ui{position:absolute!important;inset:0!important;z-index:9!important;pointer-events:none!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-native-slider-prev,
body.poyraz-site .poyraz-native-slider-next{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:45px!important;height:45px!important;border:1px solid rgba(255,255,255,.85)!important;border-radius:50%!important;background:rgba(0,0,0,.12)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:32px!important;line-height:1!important;cursor:pointer!important;pointer-events:auto!important;user-select:none!important;transition:.2s ease!important}
body.poyraz-site .poyraz-native-slider-prev:hover,
body.poyraz-site .poyraz-native-slider-next:hover{background:rgba(181,150,105,.9)!important;border-color:transparent!important}
body.poyraz-site .poyraz-native-slider-prev{left:35px!important}
body.poyraz-site .poyraz-native-slider-next{right:35px!important}
body.poyraz-site .poyraz-native-slider-dots{position:absolute!important;left:calc((100% - min(1380px,calc(100% - 64px)))/2 + 76px)!important;bottom:17px!important;z-index:10!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;pointer-events:auto!important}
body.poyraz-site .poyraz-native-slider-dot{width:7px!important;height:7px!important;min-width:7px!important;overflow:hidden!important;border-radius:20px!important;background:rgba(255,255,255,.58)!important;color:transparent!important;cursor:pointer!important;transition:.2s ease!important}
body.poyraz-site .poyraz-native-slider-dot.is-active{width:18px!important;background:var(--poyraz-gold)!important}

/* Feature strip */
body.poyraz-site .poyraz-native-features{min-height:112px!important;padding:0!important;background:#fff!important}
body.poyraz-site .poyraz-native-features>.l-section-h{width:min(1380px,calc(100% - 64px))!important;max-width:1380px!important;margin-inline:auto!important}
body.poyraz-site .poyraz-native-features .g-cols{min-height:112px!important;align-items:center!important}
body.poyraz-site .poyraz-native-feature-item{min-height:56px!important;padding:0 26px!important;position:relative!important}
body.poyraz-site .poyraz-native-feature-item>.vc_column-inner>.wpb_wrapper{display:flex!important;align-items:center!important;justify-content:center!important;gap:19px!important;height:100%!important}
body.poyraz-site .poyraz-native-feature-item:not(:last-child)::after{content:"";position:absolute;right:0;top:28px;bottom:28px;width:1px;background:#e4dfd9}
body.poyraz-site .poyraz-native-feature-icon{margin:0!important;color:var(--poyraz-gold)!important;font-size:43px!important;line-height:0!important;flex:none!important}
body.poyraz-site .poyraz-native-feature-icon .poyraz-icon{font-size:43px!important}
body.poyraz-site .poyraz-native-feature-copy{align-items:flex-start!important}
body.poyraz-site .poyraz-native-feature-title{font-size:11px!important;font-weight:600!important;letter-spacing:.02em!important;white-space:nowrap!important;margin:0!important}
body.poyraz-site .poyraz-native-feature-text{color:#525252!important;font-size:11px!important;white-space:nowrap!important;margin:0!important}

/* Services button selector fix */
body.poyraz-site .poyraz-live-services-button.w-btn,
body.poyraz-site .poyraz-live-services-button .w-btn{min-height:33px!important;padding:0 17px!important;border:0!important;border-radius:28px!important;background:linear-gradient(135deg,#b89a70,#a3855f)!important;color:#fff!important;font-size:9px!important;font-weight:600!important;letter-spacing:.03em!important}

/* Stats */
body.poyraz-site .poyraz-native-stats{min-height:112px!important;padding:0!important;background:linear-gradient(100deg,#111517,#171b1d 55%,#0d1011)!important;color:#fff!important}
body.poyraz-site .poyraz-native-stats>.l-section-h{width:min(1220px,calc(100% - 64px))!important;max-width:1220px!important;margin-inline:auto!important}
body.poyraz-site .poyraz-native-stats .g-cols{min-height:112px!important;align-items:center!important}
body.poyraz-site .poyraz-native-stat-item{min-height:62px!important;padding:0 30px!important;position:relative!important}
body.poyraz-site .poyraz-native-stat-item>.vc_column-inner>.wpb_wrapper{display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;height:100%!important}
body.poyraz-site .poyraz-native-stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:25px;bottom:25px;width:1px;background:rgba(255,255,255,.13)}
body.poyraz-site .poyraz-native-stat-icon{margin:0!important;color:var(--poyraz-gold)!important;font-size:36px!important;line-height:0!important}
body.poyraz-site .poyraz-native-stat-icon .poyraz-icon{font-size:36px!important}
body.poyraz-site .poyraz-native-stat-copy{align-items:flex-start!important}
body.poyraz-site .poyraz-native-stat-value{color:var(--poyraz-gold)!important;font-size:25px!important;font-weight:500!important;line-height:1!important;margin:0!important}
body.poyraz-site .poyraz-native-stat-label{color:#fff!important;font-size:10px!important;margin:0!important;white-space:nowrap!important}

/* Shared headings */
body.poyraz-site .poyraz-native-kicker{color:var(--poyraz-gold)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.13em!important;text-transform:uppercase!important;margin:0!important}
body.poyraz-site .poyraz-native-section-heading{max-width:760px!important;margin:0 auto 46px!important}
body.poyraz-site .poyraz-native-section-heading-center{align-items:center!important;text-align:center!important}
body.poyraz-site .poyraz-native-section-title{font-family:var(--poyraz-serif)!important;font-size:55px!important;line-height:.98!important;font-weight:500!important;letter-spacing:-.025em!important;color:#17191a!important;margin:0!important}
body.poyraz-site .poyraz-native-section-description{max-width:650px!important;color:#656565!important;font-size:13px!important;line-height:1.75!important;margin:0!important}

/* About */
body.poyraz-site .poyraz-native-about{padding:92px 0 100px!important;background:#fff!important}
body.poyraz-site .poyraz-native-about>.l-section-h>.g-cols{align-items:center!important}
body.poyraz-site .poyraz-native-about-visual{position:relative!important;min-height:555px!important;padding:0 70px 55px 0!important}
body.poyraz-site .poyraz-native-about-visual>.vc_column-inner,
body.poyraz-site .poyraz-native-about-visual>.vc_column-inner>.wpb_wrapper{position:relative!important;height:100%!important}
body.poyraz-site .poyraz-native-about-main-image{width:100%!important;height:500px!important;margin:0!important;border-radius:6px!important;overflow:hidden!important}
body.poyraz-site .poyraz-native-about-main-image .w-image-h,
body.poyraz-site .poyraz-native-about-main-image img{width:100%!important;height:100%!important;object-fit:cover!important}
body.poyraz-site .poyraz-native-about-float-image{position:absolute!important;right:5px!important;bottom:0!important;width:220px!important;height:275px!important;margin:0!important;border:7px solid #fff!important;border-radius:5px!important;overflow:hidden!important;box-shadow:0 18px 45px rgba(0,0,0,.13)!important;z-index:3!important}
body.poyraz-site .poyraz-native-about-float-image .w-image-h,
body.poyraz-site .poyraz-native-about-float-image img{width:100%!important;height:100%!important;object-fit:cover!important}
body.poyraz-site .poyraz-native-about-badge{position:absolute!important;left:-24px!important;bottom:34px!important;width:145px!important;height:145px!important;border-radius:50%!important;background:#111517!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;z-index:4!important;box-shadow:0 12px 35px rgba(0,0,0,.18)!important}
body.poyraz-site .poyraz-native-about-badge-value{color:var(--poyraz-gold)!important;font-family:var(--poyraz-serif)!important;font-size:42px!important;line-height:.9!important;margin:0!important}
body.poyraz-site .poyraz-native-about-badge-label{font-size:8px!important;line-height:1.45!important;letter-spacing:.11em!important;margin:7px 0 0!important}
body.poyraz-site .poyraz-native-about-copy{padding-left:15px!important}
body.poyraz-site .poyraz-native-about-copy>.vc_column-inner>.wpb_wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important}
body.poyraz-site .poyraz-native-about-title{font-family:var(--poyraz-serif)!important;font-size:56px!important;line-height:.98!important;font-weight:500!important;letter-spacing:-.025em!important;color:#17191a!important;margin:0 0 5px!important}
body.poyraz-site .poyraz-native-about-paragraph{max-width:540px!important;color:#5c5d5f!important;font-size:13px!important;line-height:1.8!important;margin:0!important}
body.poyraz-site .poyraz-native-about-list{margin:4px 0 8px!important;align-items:flex-start!important}
body.poyraz-site .poyraz-native-about-list-item{font-size:12px!important;color:#2d3031!important;margin:0!important}
body.poyraz-site .poyraz-native-about-button.w-btn,
body.poyraz-site .poyraz-native-about-button .w-btn{min-height:42px!important;padding:0 22px!important;border:1px solid #b59669!important;border-radius:28px!important;background:transparent!important;color:#8c6f48!important;font-size:10px!important;font-weight:600!important;letter-spacing:.05em!important}

/* Process */
body.poyraz-site .poyraz-native-process{padding:88px 0 94px!important;background:#f6f2ec!important}
body.poyraz-site .poyraz-native-process-grid>.g-cols{align-items:stretch!important}
body.poyraz-site .poyraz-native-process-card{min-height:255px!important;padding:30px 26px!important;background:#fff!important;border:1px solid #e2ddd5!important;border-radius:6px!important;position:relative!important;overflow:hidden!important}
body.poyraz-site .poyraz-native-process-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#b59669,#d7c2a3)}
body.poyraz-site .poyraz-native-process-card>.vc_column-inner>.wpb_wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}
body.poyraz-site .poyraz-native-process-number{font-family:var(--poyraz-serif)!important;font-size:50px!important;line-height:1!important;color:var(--poyraz-gold)!important;margin:0!important}
body.poyraz-site .poyraz-native-process-title{font-size:13px!important;font-weight:600!important;letter-spacing:.05em!important;margin:7px 0 0!important}
body.poyraz-site .poyraz-native-process-text{color:#606163!important;font-size:12px!important;line-height:1.7!important;margin:0!important}

/* Gallery button selector fix */
body.poyraz-site .poyraz-live-gallery-button.w-btn,
body.poyraz-site .poyraz-live-gallery-button .w-btn{padding:0 0 7px!important;border:0!important;border-bottom:1px solid var(--poyraz-gold)!important;border-radius:0!important;background:transparent!important;color:#8c6f48!important;font-size:10px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important}

/* Testimonials */
body.poyraz-site .poyraz-native-testimonials{padding:88px 0 96px!important;background:#111517!important;color:#fff!important}
body.poyraz-site .poyraz-native-testimonials .poyraz-native-section-title{color:#fff!important}
body.poyraz-site .poyraz-native-testimonials .poyraz-native-section-description{color:#b7b9ba!important}
body.poyraz-site .poyraz-native-testimonial-grid>.g-cols{align-items:stretch!important}
body.poyraz-site .poyraz-native-testimonial-card{min-height:270px!important;padding:30px 30px 26px!important;background:#171b1d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important}
body.poyraz-site .poyraz-native-testimonial-card>.vc_column-inner>.wpb_wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;height:100%!important}
body.poyraz-site .poyraz-native-testimonial-stars{color:var(--poyraz-gold)!important;font-size:15px!important;letter-spacing:.15em!important;margin:0!important}
body.poyraz-site .poyraz-native-testimonial-text{color:#ededed!important;font-family:var(--poyraz-serif)!important;font-size:22px!important;line-height:1.45!important;margin:0!important;flex:1!important}
body.poyraz-site .poyraz-native-testimonial-person{display:flex!important;flex-direction:row!important;align-items:center!important;gap:11px!important;margin-top:auto!important}
body.poyraz-site .poyraz-native-testimonial-avatar{width:34px!important;height:34px!important;border-radius:50%!important;background:var(--poyraz-gold)!important;color:#111517!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:600!important;margin:0!important}
body.poyraz-site .poyraz-native-testimonial-name{font-size:11px!important;font-weight:600!important;letter-spacing:.04em!important;margin:0!important}

/* FAQ */
body.poyraz-site .poyraz-native-faq{padding:92px 0 100px!important;background:#fff!important}
body.poyraz-site .poyraz-native-faq>.l-section-h>.g-cols{align-items:flex-start!important}
body.poyraz-site .poyraz-native-faq-intro{position:sticky!important;top:120px!important;padding-right:40px!important}
body.poyraz-site .poyraz-native-faq-intro>.vc_column-inner>.wpb_wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important}
body.poyraz-site .poyraz-native-faq-title{font-family:var(--poyraz-serif)!important;font-size:56px!important;line-height:.98!important;font-weight:500!important;letter-spacing:-.025em!important;margin:0!important}
body.poyraz-site .poyraz-native-faq-description{max-width:400px!important;color:#606163!important;font-size:13px!important;line-height:1.75!important;margin:0 0 6px!important}
body.poyraz-site .poyraz-native-faq-button.w-btn,
body.poyraz-site .poyraz-native-faq-button .w-btn{padding:0 0 7px!important;border:0!important;border-bottom:1px solid var(--poyraz-gold)!important;border-radius:0!important;background:transparent!important;color:#8c6f48!important;font-size:10px!important;font-weight:600!important;letter-spacing:.08em!important}
body.poyraz-site .poyraz-native-faq-list{border-top:1px solid #ddd8d1!important}
body.poyraz-site .poyraz-native-faq-item{position:relative!important;padding:0!important;border-bottom:1px solid #ddd8d1!important;cursor:pointer!important}
body.poyraz-site .poyraz-native-faq-item::after{content:"+";position:absolute;right:2px;top:19px;color:var(--poyraz-gold);font-size:23px;line-height:1;transition:transform .2s ease}
body.poyraz-site .poyraz-native-faq-item.is-open::after{transform:rotate(45deg)}
body.poyraz-site .poyraz-native-faq-question{padding:20px 42px 20px 0!important;font-size:13px!important;font-weight:600!important;line-height:1.5!important;margin:0!important}
body.poyraz-site .poyraz-native-faq-answer{display:none!important;padding:0 42px 22px 0!important;color:#666!important;font-size:12px!important;line-height:1.75!important;margin:0!important}
body.poyraz-site .poyraz-native-faq-item.is-open .poyraz-native-faq-answer{display:block!important}

/* CTA */
body.poyraz-site .poyraz-native-cta{height:560px!important;padding:0!important;background:#101314!important;color:#fff!important;overflow:hidden!important}
body.poyraz-site .poyraz-native-cta .g-cols,
body.poyraz-site .poyraz-native-cta .vc_column-inner,
body.poyraz-site .poyraz-native-cta .wpb_wrapper,
body.poyraz-site .poyraz-native-cta-column{height:100%!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-native-cta-column{position:relative!important}
body.poyraz-site .poyraz-native-cta-column::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#101314 0%,rgba(16,19,20,.96) 34%,rgba(16,19,20,.55) 58%,rgba(16,19,20,.12) 100%);pointer-events:none}
body.poyraz-site .poyraz-native-cta-image,
body.poyraz-site .poyraz-native-cta-image .w-image-h,
body.poyraz-site .poyraz-native-cta-image img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}
body.poyraz-site .poyraz-native-cta-image img{object-fit:cover!important;object-position:right center!important}
body.poyraz-site .poyraz-native-cta-overlay{position:relative!important;z-index:3!important;width:min(1220px,calc(100% - 64px))!important;height:100%!important;margin-inline:auto!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;padding-right:52%!important}
body.poyraz-site .poyraz-native-cta-kicker{color:var(--poyraz-gold)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.12em!important;margin:0!important}
body.poyraz-site .poyraz-native-cta-title{font-family:var(--poyraz-serif)!important;font-size:58px!important;line-height:.95!important;font-weight:500!important;color:#fff!important;margin:0!important}
body.poyraz-site .poyraz-native-cta-description{max-width:510px!important;color:#e2e2e2!important;font-size:13px!important;line-height:1.7!important;margin:0!important}
body.poyraz-site .poyraz-native-cta-buttons{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;margin-top:6px!important}
body.poyraz-site .poyraz-native-cta-primary.w-btn,
body.poyraz-site .poyraz-native-cta-primary .w-btn{min-height:44px!important;padding:0 23px!important;border:0!important;border-radius:28px!important;background:linear-gradient(135deg,#b89a70,#a3855f)!important;color:#fff!important;font-size:10px!important;font-weight:600!important;letter-spacing:.04em!important}
body.poyraz-site .poyraz-native-cta-secondary.w-btn,
body.poyraz-site .poyraz-native-cta-secondary .w-btn{min-height:44px!important;padding:0 23px!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:28px!important;background:transparent!important;color:#fff!important;font-size:10px!important;font-weight:600!important;letter-spacing:.04em!important}

/* Live Builder: show hidden slider slides one below another so every native element can be edited. */
body.usb_preview .poyraz-native-hero{height:auto!important;overflow:visible!important}
body.usb_preview .poyraz-native-slider{height:auto!important;overflow:visible!important}
body.usb_preview .poyraz-native-slide{position:relative!important;inset:auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;height:460px!important;margin:0 0 14px!important}
body.usb_preview .poyraz-native-slider-ui{display:none!important}
body.usb_preview .poyraz-native-faq-answer{display:block!important}

@media (max-width:1024px){
  body.poyraz-site .poyraz-native-about>.l-section-h,
  body.poyraz-site .poyraz-native-process>.l-section-h,
  body.poyraz-site .poyraz-native-testimonials>.l-section-h,
  body.poyraz-site .poyraz-native-faq>.l-section-h,
  body.poyraz-site .poyraz-native-stats>.l-section-h{width:calc(100% - 40px)!important}
  body.poyraz-site .poyraz-native-hero-overlay{width:calc(100% - 40px)!important;padding-left:45px!important}
  body.poyraz-site .poyraz-native-features>.l-section-h{width:calc(100% - 40px)!important}
  body.poyraz-site .poyraz-native-feature-item:nth-child(2)::after{display:none}
  body.poyraz-site .poyraz-native-stat-item:nth-child(2)::after{display:none}
  body.poyraz-site .poyraz-native-about-visual{min-height:500px!important;padding-right:50px!important}
  body.poyraz-site .poyraz-native-about-main-image{height:455px!important}
  body.poyraz-site .poyraz-native-about-title,
  body.poyraz-site .poyraz-native-faq-title{font-size:48px!important}
  body.poyraz-site .poyraz-native-section-title{font-size:48px!important}
  body.poyraz-site .poyraz-native-cta-overlay{width:calc(100% - 40px)!important;padding-right:42%!important}
  body.poyraz-site .poyraz-native-cta-title{font-size:50px!important}
}

@media (max-width:767px){
  body.poyraz-site .poyraz-native-hero{height:520px!important}
  body.poyraz-site .poyraz-native-slide::after{background:linear-gradient(180deg,rgba(10,13,14,.04) 0%,rgba(10,13,14,.12) 31%,rgba(10,13,14,.96) 68%,#0b0e0f 100%)}
  body.poyraz-site .poyraz-native-hero-image img{object-position:top right!important}
  body.poyraz-site .poyraz-native-hero-overlay{width:calc(100% - 30px)!important;padding:0 8px 54px!important;justify-content:flex-end!important}
  body.poyraz-site .poyraz-native-hero-copy{width:100%!important;max-width:none!important;margin:0!important}
  body.poyraz-site .poyraz-native-hero-kicker{font-size:11px!important}
  body.poyraz-site .poyraz-native-hero-title{font-size:43px!important;line-height:.98!important}
  body.poyraz-site .poyraz-native-hero-description{font-size:12px!important;line-height:1.55!important}
  body.poyraz-site .poyraz-native-slider-prev,
  body.poyraz-site .poyraz-native-slider-next{top:32%!important;width:38px!important;height:38px!important;font-size:27px!important}
  body.poyraz-site .poyraz-native-slider-prev{left:15px!important}
  body.poyraz-site .poyraz-native-slider-next{right:15px!important}
  body.poyraz-site .poyraz-native-slider-dots{left:23px!important;bottom:19px!important}

  body.poyraz-site .poyraz-native-features{padding:17px 0!important}
  body.poyraz-site .poyraz-native-features>.l-section-h{width:calc(100% - 30px)!important}
  body.poyraz-site .poyraz-native-features .g-cols{min-height:0!important}
  body.poyraz-site .poyraz-native-feature-item{min-height:64px!important;padding:5px 8px!important}
  body.poyraz-site .poyraz-native-feature-item>.vc_column-inner>.wpb_wrapper{justify-content:flex-start!important}
  body.poyraz-site .poyraz-native-feature-item::after{display:none!important}

  body.poyraz-site .poyraz-native-stats{padding:20px 0!important}
  body.poyraz-site .poyraz-native-stats>.l-section-h{width:calc(100% - 30px)!important}
  body.poyraz-site .poyraz-native-stats .g-cols{min-height:0!important}
  body.poyraz-site .poyraz-native-stat-item{min-height:68px!important;padding:7px 20px!important}
  body.poyraz-site .poyraz-native-stat-item>.vc_column-inner>.wpb_wrapper{justify-content:flex-start!important}
  body.poyraz-site .poyraz-native-stat-item::after{display:none!important}

  body.poyraz-site .poyraz-native-about,
  body.poyraz-site .poyraz-native-process,
  body.poyraz-site .poyraz-native-testimonials,
  body.poyraz-site .poyraz-native-faq{padding:68px 0 75px!important}
  body.poyraz-site .poyraz-native-about>.l-section-h,
  body.poyraz-site .poyraz-native-process>.l-section-h,
  body.poyraz-site .poyraz-native-testimonials>.l-section-h,
  body.poyraz-site .poyraz-native-faq>.l-section-h{width:calc(100% - 30px)!important}
  body.poyraz-site .poyraz-native-about-visual{min-height:460px!important;padding:0 35px 45px 0!important}
  body.poyraz-site .poyraz-native-about-main-image{height:430px!important}
  body.poyraz-site .poyraz-native-about-float-image{width:165px!important;height:210px!important;border-width:6px!important}
  body.poyraz-site .poyraz-native-about-badge{left:-5px!important;bottom:28px!important;width:120px!important;height:120px!important}
  body.poyraz-site .poyraz-native-about-badge-value{font-size:34px!important}
  body.poyraz-site .poyraz-native-about-title,
  body.poyraz-site .poyraz-native-faq-title,
  body.poyraz-site .poyraz-native-section-title{font-size:42px!important}
  body.poyraz-site .poyraz-native-about-copy{padding:0!important}
  body.poyraz-site .poyraz-native-section-heading{margin-bottom:32px!important}
  body.poyraz-site .poyraz-native-process-card{min-height:0!important}
  body.poyraz-site .poyraz-native-testimonial-card{min-height:0!important}
  body.poyraz-site .poyraz-native-faq-intro{position:static!important;padding:0 0 30px!important}

  body.poyraz-site .poyraz-native-cta{height:620px!important}
  body.poyraz-site .poyraz-native-cta-column::after{background:linear-gradient(180deg,rgba(16,19,20,.05) 0%,rgba(16,19,20,.18) 35%,#101314 68%,#101314 100%)}
  body.poyraz-site .poyraz-native-cta-image img{object-position:top right!important}
  body.poyraz-site .poyraz-native-cta-overlay{width:calc(100% - 30px)!important;padding:290px 0 54px!important;justify-content:flex-end!important}
  body.poyraz-site .poyraz-native-cta-title{font-size:42px!important}
  body.poyraz-site .poyraz-native-cta-buttons{flex-direction:column!important;align-items:stretch!important;width:100%!important}
  body.poyraz-site .poyraz-native-cta-primary.w-btn,
  body.poyraz-site .poyraz-native-cta-secondary.w-btn,
  body.poyraz-site .poyraz-native-cta-primary .w-btn,
  body.poyraz-site .poyraz-native-cta-secondary .w-btn{width:100%!important}
}

/* ==========================================================
   v1.5 — EDIT LIVE ALT SAYFALAR + TEK NATIVE GALLERY ÖĞESİ
   ========================================================== */
body.poyraz-site .poyraz-builder-inner-hero,
body.poyraz-site .poyraz-builder-page-section,
body.poyraz-site .poyraz-builder-gallery-page,
body.poyraz-site .poyraz-builder-services-page,
body.poyraz-site .poyraz-builder-faq-page,
body.poyraz-site .poyraz-builder-contact-page{
  margin:0!important;
  max-width:none!important;
}
body.poyraz-site .poyraz-builder-inner-hero{
  min-height:300px!important;
  padding:0!important;
  background:#111416!important;
  color:#fff!important;
  overflow:hidden!important;
}
body.poyraz-site .poyraz-builder-inner-hero>.l-section-h{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-builder-inner-hero>.l-section-h>.g-cols{
  min-height:300px!important;
  margin:0!important;
  align-items:stretch!important;
}
body.poyraz-site .poyraz-builder-inner-hero-copy,
body.poyraz-site .poyraz-builder-inner-hero-visual{
  min-height:300px!important;
  padding:0!important;
}
body.poyraz-site .poyraz-builder-inner-hero-copy>.vc_column-inner,
body.poyraz-site .poyraz-builder-inner-hero-copy>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-builder-inner-hero-visual>.vc_column-inner,
body.poyraz-site .poyraz-builder-inner-hero-visual>.vc_column-inner>.wpb_wrapper{
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-builder-inner-hero-copy{
  display:flex!important;
  align-items:center!important;
  background:linear-gradient(90deg,#101314 0%,#111416 100%)!important;
}
body.poyraz-site .poyraz-builder-inner-hero-copy-inner{
  width:100%!important;
  max-width:650px!important;
  margin-left:max(32px,calc((100vw - 1220px)/2))!important;
  padding:48px 70px 48px 0!important;
  align-items:flex-start!important;
}
body.poyraz-site .poyraz-builder-inner-kicker{
  color:var(--poyraz-gold)!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0!important;
}
body.poyraz-site .poyraz-builder-inner-title{
  margin:0!important;
  color:#fff!important;
  font-family:var(--poyraz-serif)!important;
  font-size:58px!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
body.poyraz-site .poyraz-builder-inner-description{
  max-width:610px!important;
  margin:0!important;
  color:#e6e6e6!important;
  font-size:13px!important;
  line-height:1.7!important;
}
body.poyraz-site .poyraz-builder-inner-hero-visual{
  position:relative!important;
  overflow:hidden!important;
}
body.poyraz-site .poyraz-builder-inner-hero-image,
body.poyraz-site .poyraz-builder-inner-hero-image .w-image-h,
body.poyraz-site .poyraz-builder-inner-hero-image img{
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
body.poyraz-site .poyraz-builder-inner-hero-image img{
  object-fit:cover!important;
  object-position:center!important;
}
body.poyraz-site .poyraz-builder-inner-hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,#111416 0%,rgba(17,20,22,.18) 30%,rgba(17,20,22,0) 65%);
}

body.poyraz-site .poyraz-builder-page-section{
  padding:88px 0 94px!important;
  background:#fff!important;
}
body.poyraz-site .poyraz-builder-page-section>.l-section-h{
  width:min(1220px,calc(100% - 64px))!important;
  max-width:1220px!important;
  margin-inline:auto!important;
}
body.poyraz-site .poyraz-builder-page-section>.l-section-h>.g-cols{
  align-items:center!important;
}
body.poyraz-site .poyraz-builder-page-copy>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-builder-contact-copy>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-builder-faq-page-intro>.vc_column-inner>.wpb_wrapper{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:16px!important;
}
body.poyraz-site .poyraz-builder-page-title{
  margin:0!important;
  font-family:var(--poyraz-serif)!important;
  font-size:54px!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
  color:#17191a!important;
}
body.poyraz-site .poyraz-builder-page-paragraph{
  max-width:570px!important;
  margin:0!important;
  color:#626365!important;
  font-size:13px!important;
  line-height:1.8!important;
}
body.poyraz-site .poyraz-builder-page-button.w-btn,
body.poyraz-site .poyraz-builder-page-button .w-btn,
body.poyraz-site .poyraz-builder-service-button.w-btn,
body.poyraz-site .poyraz-builder-service-button .w-btn,
body.poyraz-site .poyraz-builder-contact-action.w-btn,
body.poyraz-site .poyraz-builder-contact-action .w-btn{
  min-height:44px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#b89a70,#a3855f)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.04em!important;
}
body.poyraz-site .poyraz-builder-page-image-column{
  min-height:520px!important;
}
body.poyraz-site .poyraz-builder-page-image-column>.vc_column-inner,
body.poyraz-site .poyraz-builder-page-image-column>.vc_column-inner>.wpb_wrapper{
  height:100%!important;
}
body.poyraz-site .poyraz-builder-page-image,
body.poyraz-site .poyraz-builder-page-image .w-image-h,
body.poyraz-site .poyraz-builder-page-image img{
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
body.poyraz-site .poyraz-builder-page-image{
  overflow:hidden!important;
  border-radius:6px!important;
  box-shadow:0 22px 50px rgba(26,25,23,.12)!important;
}
body.poyraz-site .poyraz-builder-page-image img{
  object-fit:cover!important;
}

/* Hizmetler alt sayfası */
body.poyraz-site .poyraz-builder-services-page{
  background:linear-gradient(90deg,#f8f5ef,#f4f0ea)!important;
}
body.poyraz-site .poyraz-builder-service-grid>.g-cols{
  align-items:stretch!important;
}
body.poyraz-site .poyraz-builder-service-card{
  overflow:hidden!important;
  border:1px solid #e2ddd6!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(36,32,28,.05)!important;
}
body.poyraz-site .poyraz-builder-service-card>.vc_column-inner,
body.poyraz-site .poyraz-builder-service-card>.vc_column-inner>.wpb_wrapper{
  height:100%!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
}
body.poyraz-site .poyraz-builder-service-image,
body.poyraz-site .poyraz-builder-service-image .w-image-h{
  width:100%!important;
  height:300px!important;
  margin:0!important;
}
body.poyraz-site .poyraz-builder-service-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.poyraz-site .poyraz-builder-service-body{
  flex:1!important;
  align-items:flex-start!important;
  padding:25px 25px 28px!important;
}
body.poyraz-site .poyraz-builder-service-title{
  margin:0!important;
  font-family:var(--poyraz-serif)!important;
  font-size:31px!important;
  line-height:1!important;
  font-weight:600!important;
}
body.poyraz-site .poyraz-builder-service-description{
  flex:1!important;
  margin:0!important;
  color:#626365!important;
  font-size:12px!important;
  line-height:1.75!important;
}

/* Tek Gallery öğesi: ana sayfa ve Galeri sayfası */
body.poyraz-site .poyraz-live-gallery-element,
body.poyraz-site .poyraz-builder-gallery-element{
  width:100%!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-gallery-element{
  margin-top:4px!important;
}
body.poyraz-site .poyraz-builder-gallery-page{
  background:#f7f3ed!important;
}
body.poyraz-site .poyraz-builder-gallery-element{
  margin-top:8px!important;
}
body.poyraz-site .poyraz-live-gallery-element .w-grid-list,
body.poyraz-site .poyraz-builder-gallery-element .w-grid-list,
body.poyraz-site .poyraz-live-gallery-element .w-gallery-list,
body.poyraz-site .poyraz-builder-gallery-element .w-gallery-list{
  gap:18px!important;
}
body.poyraz-site .poyraz-live-gallery-element .w-grid-item-h,
body.poyraz-site .poyraz-builder-gallery-element .w-grid-item-h,
body.poyraz-site .poyraz-live-gallery-element .w-gallery-item,
body.poyraz-site .poyraz-builder-gallery-element .w-gallery-item{
  overflow:hidden!important;
  border-radius:6px!important;
  background:#e9e4dd!important;
}
body.poyraz-site .poyraz-live-gallery-element img,
body.poyraz-site .poyraz-builder-gallery-element img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .35s ease!important;
}
body.poyraz-site .poyraz-live-gallery-element a:hover img,
body.poyraz-site .poyraz-builder-gallery-element a:hover img{
  transform:scale(1.035)!important;
}
/* Older Impreza Gallery markup compatibility */
body.poyraz-site .poyraz-live-gallery-element .gallery,
body.poyraz-site .poyraz-builder-gallery-element .gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}
body.poyraz-site .poyraz-live-gallery-element .gallery-item,
body.poyraz-site .poyraz-builder-gallery-element .gallery-item{
  width:auto!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:6px!important;
}

/* SSS alt sayfası / native Accordion */
body.poyraz-site .poyraz-builder-faq-page>.l-section-h>.g-cols{
  align-items:flex-start!important;
}
body.poyraz-site .poyraz-builder-faq-page-intro{
  position:sticky!important;
  top:120px!important;
}
body.poyraz-site .poyraz-builder-accordion{
  border-top:1px solid #ddd8d1!important;
}
body.poyraz-site .poyraz-builder-accordion .w-tabs-section{
  border-bottom:1px solid #ddd8d1!important;
}
body.poyraz-site .poyraz-builder-accordion .w-tabs-section-header{
  padding:21px 0!important;
  background:transparent!important;
  color:#17191a!important;
  font-size:13px!important;
  font-weight:600!important;
}
body.poyraz-site .poyraz-builder-accordion .w-tabs-section-content-h{
  padding:0 38px 24px 0!important;
}
body.poyraz-site .poyraz-builder-accordion-answer{
  margin:0!important;
  color:#666!important;
  font-size:12px!important;
  line-height:1.8!important;
}
body.poyraz-site .poyraz-builder-accordion .w-tabs-section-control{
  color:var(--poyraz-gold)!important;
}

/* İletişim alt sayfası / native Contact Form */
body.poyraz-site .poyraz-builder-contact-page{
  background:#f7f3ed!important;
}
body.poyraz-site .poyraz-builder-contact-page>.l-section-h>.g-cols{
  align-items:flex-start!important;
}
body.poyraz-site .poyraz-builder-contact-actions{
  width:100%!important;
  align-items:flex-start!important;
  margin-top:6px!important;
}
body.poyraz-site .poyraz-builder-contact-address{
  max-width:500px!important;
  margin-top:5px!important;
  color:#606163!important;
  font-size:12px!important;
  line-height:1.7!important;
}
body.poyraz-site .poyraz-builder-contact-form-column{
  padding:34px 36px!important;
  border:1px solid #e2dcd3!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 16px 45px rgba(32,29,25,.06)!important;
}
body.poyraz-site .poyraz-builder-contact-form-title{
  margin:0 0 22px!important;
  font-family:var(--poyraz-serif)!important;
  font-size:38px!important;
  line-height:1!important;
  font-weight:600!important;
}
body.poyraz-site .poyraz-builder-contact-form input,
body.poyraz-site .poyraz-builder-contact-form textarea,
body.poyraz-site .poyraz-builder-contact-form select{
  border:1px solid #ded8d0!important;
  border-radius:4px!important;
  background:#fff!important;
}
body.poyraz-site .poyraz-builder-contact-form .w-form-row-label{
  color:#27292a!important;
  font-size:11px!important;
  font-weight:600!important;
}
body.poyraz-site .poyraz-builder-contact-form .w-btn{
  min-height:44px!important;
  padding:0 25px!important;
  border:0!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#b89a70,#a3855f)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.04em!important;
}

/* Live Builder içinde öğeler rahat seçilsin. */
body.usb_preview .poyraz-builder-inner-hero{
  min-height:360px!important;
}
body.usb_preview .poyraz-live-gallery-element,
body.usb_preview .poyraz-builder-gallery-element{
  min-height:320px!important;
}

@media (max-width:1024px){
  body.poyraz-site .poyraz-builder-page-section>.l-section-h{
    width:calc(100% - 40px)!important;
  }
  body.poyraz-site .poyraz-builder-inner-hero-copy-inner{
    margin-left:20px!important;
    padding-right:42px!important;
  }
  body.poyraz-site .poyraz-builder-inner-title{font-size:49px!important}
  body.poyraz-site .poyraz-builder-page-title{font-size:47px!important}
  body.poyraz-site .poyraz-builder-service-image,
  body.poyraz-site .poyraz-builder-service-image .w-image-h{height:260px!important}
}

@media (max-width:767px){
  body.poyraz-site .poyraz-builder-inner-hero>.l-section-h>.g-cols{
    min-height:0!important;
  }
  body.poyraz-site .poyraz-builder-inner-hero-copy,
  body.poyraz-site .poyraz-builder-inner-hero-visual{
    min-height:0!important;
  }
  body.poyraz-site .poyraz-builder-inner-hero-copy-inner{
    margin:0!important;
    padding:48px 22px 42px!important;
  }
  body.poyraz-site .poyraz-builder-inner-title{font-size:43px!important}
  body.poyraz-site .poyraz-builder-inner-hero-visual{height:230px!important}
  body.poyraz-site .poyraz-builder-inner-hero-visual::after{
    background:linear-gradient(180deg,#111416 0%,rgba(17,20,22,.1) 24%,rgba(17,20,22,0) 65%)!important;
  }
  body.poyraz-site .poyraz-builder-page-section{
    padding:68px 0 74px!important;
  }
  body.poyraz-site .poyraz-builder-page-section>.l-section-h{
    width:calc(100% - 30px)!important;
  }
  body.poyraz-site .poyraz-builder-page-title{font-size:42px!important}
  body.poyraz-site .poyraz-builder-page-image-column{min-height:400px!important}
  body.poyraz-site .poyraz-builder-service-image,
  body.poyraz-site .poyraz-builder-service-image .w-image-h{height:240px!important}
  body.poyraz-site .poyraz-live-gallery-element .gallery,
  body.poyraz-site .poyraz-builder-gallery-element .gallery{
    grid-template-columns:1fr!important;
  }
  body.poyraz-site .poyraz-builder-faq-page-intro{
    position:static!important;
    padding-bottom:28px!important;
  }
  body.poyraz-site .poyraz-builder-contact-form-column{
    padding:26px 20px!important;
  }
}

/* ==========================================================
   v1.6 — CLEAN IMPREZA / WPBAKERY LIVE BUILDER STRUCTURE
   No nested us_vwrapper and no removed us_gallery shortcode.
   ========================================================== */
body.poyraz-site .poyraz-v160-hero,
body.poyraz-site .poyraz-v160-features,
body.poyraz-site .poyraz-v160-services,
body.poyraz-site .poyraz-v160-stats,
body.poyraz-site .poyraz-v160-about,
body.poyraz-site .poyraz-v160-process-head,
body.poyraz-site .poyraz-v160-process-grid,
body.poyraz-site .poyraz-v160-gallery-heading,
body.poyraz-site .poyraz-v160-gallery-row,
body.poyraz-site .poyraz-v160-reviews-head,
body.poyraz-site .poyraz-v160-reviews,
body.poyraz-site .poyraz-v160-faq,
body.poyraz-site .poyraz-v160-cta,
body.poyraz-site .poyraz-v160-inner-hero,
body.poyraz-site .poyraz-v160-page-section,
body.poyraz-site .poyraz-v160-page-gallery-head,
body.poyraz-site .poyraz-v160-page-gallery{
  margin:0!important;
  max-width:none!important;
}
body.poyraz-site .poyraz-v160-hero>.l-section-h,
body.poyraz-site .poyraz-v160-features>.l-section-h,
body.poyraz-site .poyraz-v160-stats>.l-section-h,
body.poyraz-site .poyraz-v160-cta>.l-section-h,
body.poyraz-site .poyraz-v160-inner-hero>.l-section-h{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
body.poyraz-site .poyraz-v160-services>.l-section-h,
body.poyraz-site .poyraz-v160-about>.l-section-h,
body.poyraz-site .poyraz-v160-process-head>.l-section-h,
body.poyraz-site .poyraz-v160-process-grid>.l-section-h,
body.poyraz-site .poyraz-v160-gallery-heading>.l-section-h,
body.poyraz-site .poyraz-v160-gallery-row>.l-section-h,
body.poyraz-site .poyraz-v160-reviews-head>.l-section-h,
body.poyraz-site .poyraz-v160-reviews>.l-section-h,
body.poyraz-site .poyraz-v160-faq>.l-section-h,
body.poyraz-site .poyraz-v160-page-section>.l-section-h,
body.poyraz-site .poyraz-v160-page-gallery-head>.l-section-h,
body.poyraz-site .poyraz-v160-page-gallery>.l-section-h{
  width:min(1380px,calc(100% - 64px))!important;
  max-width:1380px!important;
  margin-inline:auto!important;
  padding:0!important;
}
body.poyraz-site .poyraz-v160-kicker{
  margin:0 0 14px!important;
  color:var(--poyraz-gold)!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:600!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
body.poyraz-site .poyraz-v160-title{
  margin:0 0 18px!important;
  color:#141718!important;
  font-family:var(--poyraz-serif)!important;
  font-size:54px!important;
  line-height:.98!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
body.poyraz-site .poyraz-v160-paragraph{
  max-width:650px;
  margin:0 0 17px!important;
  color:#5d5d5d!important;
  font-size:13px!important;
  line-height:1.8!important;
}
body.poyraz-site .poyraz-v160-main-button.w-btn,
body.poyraz-site .poyraz-v160-small-button.w-btn,
body.poyraz-site .poyraz-v160-outline-button.w-btn,
body.poyraz-site .poyraz-v160-text-button.w-btn{
  border-radius:28px!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.045em!important;
}
body.poyraz-site .poyraz-v160-main-button.w-btn,
body.poyraz-site .poyraz-v160-small-button.w-btn{
  background:linear-gradient(135deg,#b99a6d,#9d7e55)!important;
  color:#fff!important;
  border:0!important;
}
body.poyraz-site .poyraz-v160-main-button.w-btn{min-height:45px!important;padding:0 25px!important}
body.poyraz-site .poyraz-v160-small-button.w-btn{min-height:35px!important;padding:0 18px!important}
body.poyraz-site .poyraz-v160-text-button.w-btn{
  min-height:auto!important;
  padding:0 0 7px!important;
  border:0!important;
  border-bottom:1px solid var(--poyraz-gold)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#9a794e!important;
}
body.poyraz-site .poyraz-v160-outline-button.w-btn{
  min-height:45px!important;
  padding:0 25px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:transparent!important;
  color:#fff!important;
}

/* Hero */
body.poyraz-site .poyraz-v160-hero{
  position:relative!important;
  height:430px!important;
  overflow:hidden!important;
  background:#0d1112!important;
  color:#fff!important;
}
body.poyraz-site .poyraz-v160-hero>.l-section-h,
body.poyraz-site .poyraz-v160-hero>.l-section-h>.g-cols{
  height:100%!important;
  min-height:430px!important;
  margin:0!important;
  position:relative!important;
}
body.poyraz-site .poyraz-v160-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:430px!important;
  padding:0!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .55s ease,visibility .55s ease!important;
}
body.poyraz-site .poyraz-v160-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:2!important;
}
body.poyraz-site .poyraz-v160-slide>.vc_column-inner,
body.poyraz-site .poyraz-v160-slide>.vc_column-inner>.wpb_wrapper{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-v160-slide::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#0a0e0f 0%,#0a0e0f 31%,rgba(10,14,15,.88) 43%,rgba(10,14,15,.16) 73%,rgba(10,14,15,.1) 100%);
  pointer-events:none;
}
body.poyraz-site .poyraz-v160-hero-image,
body.poyraz-site .poyraz-v160-hero-image .w-image-h,
body.poyraz-site .poyraz-v160-hero-image img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
body.poyraz-site .poyraz-v160-hero-image img{
  object-fit:cover!important;
  object-position:center right!important;
}
body.poyraz-site .poyraz-v160-hero-copy{
  position:absolute!important;
  z-index:3!important;
  top:50%!important;
  left:max(92px,calc((100vw - 1380px)/2 + 70px))!important;
  width:min(520px,43vw)!important;
  margin:0!important;
  transform:translateY(-58%)!important;
}
body.poyraz-site .poyraz-v160-hero-copy .wpb_wrapper{margin:0!important}
body.poyraz-site .poyraz-v160-hero-copy .poyraz-v160-kicker{margin-bottom:12px!important}
body.poyraz-site .poyraz-v160-hero-title{
  margin:0 0 15px!important;
  color:#fff!important;
  font-family:var(--poyraz-serif)!important;
  font-size:61px!important;
  line-height:.93!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
body.poyraz-site .poyraz-v160-hero-text{
  max-width:480px!important;
  margin:0!important;
  color:#f1f1f1!important;
  font-size:13px!important;
  line-height:1.7!important;
}
body.poyraz-site .poyraz-v160-hero-button.w-btn{
  position:absolute!important;
  z-index:4!important;
  top:calc(50% + 112px)!important;
  left:max(92px,calc((100vw - 1380px)/2 + 70px))!important;
  min-height:44px!important;
  padding:0 25px!important;
  border:0!important;
  border-radius:25px!important;
  background:linear-gradient(135deg,#b99a6d,#9e8058)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.05em!important;
  box-shadow:0 8px 22px rgba(181,150,105,.28)!important;
}
body.poyraz-site .poyraz-v160-hero-controls{
  position:absolute!important;
  inset:0!important;
  z-index:6!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  pointer-events:none!important;
}
body.poyraz-site .poyraz-v160-hero-controls>.vc_column-inner,
body.poyraz-site .poyraz-v160-hero-controls>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-v160-control-block,
body.poyraz-site .poyraz-v160-control-block>.wpb_wrapper{
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
body.poyraz-site .poyraz-v160-prev,
body.poyraz-site .poyraz-v160-next{
  position:absolute;
  top:50%;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.85);
  border-radius:50%;
  background:rgba(0,0,0,.08);
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:31px;
  line-height:40px;
  cursor:pointer;
  pointer-events:auto;
  transform:translateY(-50%);
  transition:.2s ease;
}
body.poyraz-site .poyraz-v160-prev{left:35px}
body.poyraz-site .poyraz-v160-next{right:35px}
body.poyraz-site .poyraz-v160-prev:hover,
body.poyraz-site .poyraz-v160-next:hover{background:var(--poyraz-gold);border-color:var(--poyraz-gold)}
body.poyraz-site .poyraz-v160-dots{
  position:absolute;
  left:max(98px,calc((100vw - 1380px)/2 + 76px));
  bottom:23px;
  display:flex;
  align-items:center;
  gap:8px;
  pointer-events:auto;
}
body.poyraz-site .poyraz-v160-dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.58);
  cursor:pointer;
}
body.poyraz-site .poyraz-v160-dot.is-active{width:18px;border-radius:10px;background:var(--poyraz-gold)}

/* Features */
body.poyraz-site .poyraz-v160-features{background:#fff!important;padding:0!important}
body.poyraz-site .poyraz-v160-features>.l-section-h{width:min(1380px,calc(100% - 64px))!important;max-width:1380px!important;margin:auto!important}
body.poyraz-site .poyraz-v160-features>.l-section-h>.g-cols{min-height:112px!important;align-items:center!important}
body.poyraz-site .poyraz-v160-feature-item{min-height:58px!important;position:relative!important;padding:0 28px!important}
body.poyraz-site .poyraz-v160-feature-item:not(:last-child)::after{content:"";position:absolute;right:0;top:5px;bottom:5px;width:1px;background:#e3ded8}
body.poyraz-site .poyraz-v160-feature-content,
body.poyraz-site .poyraz-v160-feature-content>.wpb_wrapper{margin:0!important}
body.poyraz-site .poyraz-v160-feature-content>.wpb_wrapper{display:flex!important;align-items:center!important;gap:17px!important}
body.poyraz-site .poyraz-v160-feature-mark{
  flex:none;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #c9ad84;
  border-radius:50%;
  color:#a78557;
  font-family:var(--poyraz-serif);
  font-size:20px;
  font-weight:600;
}
body.poyraz-site .poyraz-v160-feature-copy strong{display:block;margin:0 0 2px;font-size:11px;line-height:1.35;font-weight:600;white-space:nowrap}
body.poyraz-site .poyraz-v160-feature-copy span{display:block;color:#686868;font-size:11px;white-space:nowrap}

/* Services */
body.poyraz-site .poyraz-v160-services{padding:22px 0!important;background:linear-gradient(90deg,#f8f5ef,#f2eee7)!important}
body.poyraz-site .poyraz-v160-services>.l-section-h>.g-cols{align-items:stretch!important}
body.poyraz-site .poyraz-v160-services-intro{padding:13px 15px 8px 10px!important}
body.poyraz-site .poyraz-v160-services-intro>.vc_column-inner,
body.poyraz-site .poyraz-v160-services-intro>.vc_column-inner>.wpb_wrapper{height:100%!important}
body.poyraz-site .poyraz-v160-services-intro>.vc_column-inner>.wpb_wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
body.poyraz-site .poyraz-v160-services-intro-copy{margin:0!important}
body.poyraz-site .poyraz-v160-services-intro .poyraz-v160-title{font-size:39px!important}
body.poyraz-site .poyraz-v160-services-intro .poyraz-v160-paragraph{max-width:265px!important;font-size:12px!important;line-height:1.7!important}
body.poyraz-site .poyraz-v160-services-intro .poyraz-v160-small-button{margin-top:auto!important}
body.poyraz-site .poyraz-v160-service-card{
  min-height:292px!important;
  overflow:hidden!important;
  border:1px solid #dfdbd5!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 3px 8px rgba(28,25,20,.035)!important;
  transition:.25s ease!important;
}
body.poyraz-site .poyraz-v160-service-card:hover{transform:translateY(-4px)!important;box-shadow:0 13px 30px rgba(28,25,20,.09)!important}
body.poyraz-site .poyraz-v160-service-card>.vc_column-inner,
body.poyraz-site .poyraz-v160-service-card>.vc_column-inner>.wpb_wrapper{height:100%!important;padding:0!important}
body.poyraz-site .poyraz-v160-service-image,
body.poyraz-site .poyraz-v160-service-image .w-image-h{height:183px!important;margin:0!important}
body.poyraz-site .poyraz-v160-service-image img{width:100%!important;height:183px!important;object-fit:cover!important}
body.poyraz-site .poyraz-v160-service-copy{position:relative!important;min-height:107px!important;margin:0!important;padding:18px 48px 16px 19px!important}
body.poyraz-site .poyraz-v160-service-copy h3{margin:0 0 6px!important;font-size:13px!important;line-height:1.3!important;font-weight:500!important;letter-spacing:.02em!important}
body.poyraz-site .poyraz-v160-service-copy p{margin:0!important;color:#65615d!important;font-size:11px!important;line-height:1.55!important}
body.poyraz-site .poyraz-v160-card-arrow{position:absolute;right:18px;top:37px;color:#b08e61;font-size:22px}

/* Stats */
body.poyraz-site .poyraz-v160-stats{padding:0!important;background:linear-gradient(100deg,#111517,#181c1e 55%,#0c1011)!important;color:#fff!important}
body.poyraz-site .poyraz-v160-stats>.l-section-h{width:min(1380px,calc(100% - 64px))!important;max-width:1380px!important;margin:auto!important}
body.poyraz-site .poyraz-v160-stats>.l-section-h>.g-cols{min-height:112px!important;align-items:center!important}
body.poyraz-site .poyraz-v160-stat-item{position:relative!important;text-align:center!important}
body.poyraz-site .poyraz-v160-stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:-9px;bottom:-9px;width:1px;background:rgba(255,255,255,.13)}
body.poyraz-site .poyraz-v160-stat-copy{margin:0!important}
body.poyraz-site .poyraz-v160-stat-copy strong{display:block;color:#c0a071;font-family:var(--poyraz-serif);font-size:34px;line-height:1;font-weight:600}
body.poyraz-site .poyraz-v160-stat-copy span{display:block;margin-top:6px;color:#fff;font-size:10px}

/* About */
body.poyraz-site .poyraz-v160-about{padding:105px 0 110px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-about>.l-section-h>.g-cols{align-items:center!important}
body.poyraz-site .poyraz-v160-about-visual{position:relative!important;min-height:580px!important;padding:0 72px 64px 0!important}
body.poyraz-site .poyraz-v160-about-visual>.vc_column-inner,
body.poyraz-site .poyraz-v160-about-visual>.vc_column-inner>.wpb_wrapper{height:100%!important;padding:0!important}
body.poyraz-site .poyraz-v160-about-main-image,
body.poyraz-site .poyraz-v160-about-main-image .w-image-h{height:525px!important;margin:0!important}
body.poyraz-site .poyraz-v160-about-main-image img{width:100%!important;height:525px!important;object-fit:cover!important;border-radius:6px!important}
body.poyraz-site .poyraz-v160-about-float-image{position:absolute!important;right:0!important;bottom:0!important;width:230px!important;height:285px!important;margin:0!important;border:8px solid #fff!important;border-radius:5px!important;box-shadow:0 18px 45px rgba(20,20,20,.15)!important}
body.poyraz-site .poyraz-v160-about-float-image .w-image-h,
body.poyraz-site .poyraz-v160-about-float-image img{width:100%!important;height:100%!important}
body.poyraz-site .poyraz-v160-about-float-image img{object-fit:cover!important}
body.poyraz-site .poyraz-v160-about-badge{
  position:absolute!important;
  left:-25px!important;
  bottom:42px!important;
  width:145px!important;
  height:145px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  border-radius:50%!important;
  background:#111517!important;
  color:#fff!important;
  text-align:center!important;
  box-shadow:0 13px 35px rgba(13,16,17,.2)!important;
}
body.poyraz-site .poyraz-v160-about-badge strong{display:block;color:#c0a071;font-family:var(--poyraz-serif);font-size:40px;line-height:1;font-weight:600}
body.poyraz-site .poyraz-v160-about-badge span{display:block;margin-top:7px;color:#fff;font-size:9px;line-height:1.45;letter-spacing:.1em}
body.poyraz-site .poyraz-v160-about-copy{padding-left:10px!important}
body.poyraz-site .poyraz-v160-about-text{margin:0 0 23px!important}
body.poyraz-site .poyraz-v160-check-list{list-style:none;margin:25px 0 0!important;padding:0!important}
body.poyraz-site .poyraz-v160-check-list li{position:relative;margin:0 0 11px;padding-left:27px;color:#383838;font-size:12px;line-height:1.6}
body.poyraz-site .poyraz-v160-check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#ad895a;font-weight:700}

/* Process */
body.poyraz-site .poyraz-v160-process-head{padding:93px 0 35px!important;background:#f6f2ec!important}
body.poyraz-site .poyraz-v160-process-grid{padding:0 0 105px!important;background:#f6f2ec!important}
body.poyraz-site .poyraz-v160-centered-heading{text-align:center!important;margin:0 auto!important}
body.poyraz-site .poyraz-v160-centered-heading .poyraz-v160-paragraph{margin-inline:auto!important}
body.poyraz-site .poyraz-v160-process-card{min-height:245px!important;padding:0!important;border:1px solid #ded8d0!important;border-radius:6px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-process-card-copy{height:100%!important;margin:0!important;padding:30px 27px!important}
body.poyraz-site .poyraz-v160-step-number{display:block;margin-bottom:29px;color:#b49366;font-family:var(--poyraz-serif);font-size:37px;line-height:1;font-weight:600}
body.poyraz-site .poyraz-v160-process-card h3{margin:0 0 10px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.05em!important}
body.poyraz-site .poyraz-v160-process-card p{margin:0!important;color:#666!important;font-size:11px!important;line-height:1.7!important}

/* Gallery */
body.poyraz-site .poyraz-v160-gallery-heading{padding:100px 0 34px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-gallery-heading-right{text-align:left!important;padding-bottom:8px!important}
body.poyraz-site .poyraz-v160-gallery-heading-copy{margin:0 0 16px!important}
body.poyraz-site .poyraz-v160-gallery-row{padding:0 0 108px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-gallery-element{margin:0!important}
body.poyraz-site .poyraz-v160-gallery-element .wpb_gallery_slides,
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul{margin:0!important;padding:0!important}
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  height:auto!important;
}
body.poyraz-site .poyraz-v160-gallery-element .isotope-item,
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li{
  position:relative!important;
  inset:auto!important;
  width:auto!important;
  margin:0!important;
  float:none!important;
  overflow:hidden!important;
  border-radius:6px!important;
}
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li:nth-child(1),
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li:nth-child(6){grid-column:span 2!important}
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li a,
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li img{display:block!important;width:100%!important;height:100%!important}
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li img{min-height:285px!important;max-height:390px!important;object-fit:cover!important;transition:transform .45s ease!important}
body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li:hover img{transform:scale(1.035)!important}
body.poyraz-site .poyraz-v160-gallery-fallback{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.poyraz-site .poyraz-v160-gallery-fallback a{display:block;overflow:hidden;border-radius:6px}
body.poyraz-site .poyraz-v160-gallery-fallback img{width:100%;height:310px;object-fit:cover}

/* Reviews */
body.poyraz-site .poyraz-v160-reviews-head{padding:95px 0 32px!important;background:#f6f2ec!important}
body.poyraz-site .poyraz-v160-reviews{padding:0 0 105px!important;background:#f6f2ec!important}
body.poyraz-site .poyraz-v160-review-card{min-height:265px!important;border:1px solid #ded8d0!important;border-radius:6px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-review-copy{height:100%!important;margin:0!important;padding:31px 28px!important}
body.poyraz-site .poyraz-v160-stars{margin-bottom:18px;color:#b39061;font-size:13px;letter-spacing:.13em}
body.poyraz-site .poyraz-v160-review-copy blockquote{margin:0 0 23px!important;padding:0!important;border:0!important;color:#555!important;font-family:var(--poyraz-serif)!important;font-size:22px!important;line-height:1.35!important;font-style:normal!important}
body.poyraz-site .poyraz-v160-review-copy strong{font-size:11px!important;font-weight:600!important;letter-spacing:.04em!important}

/* FAQ */
body.poyraz-site .poyraz-v160-faq{padding:105px 0!important;background:#fff!important}
body.poyraz-site .poyraz-v160-faq-intro{padding-right:20px!important}
body.poyraz-site .poyraz-v160-faq-intro-copy{margin:0 0 18px!important}
body.poyraz-site .poyraz-v160-accordion{margin:0!important}
body.poyraz-site .poyraz-v160-accordion .vc_tta-panel{border-bottom:1px solid #dfdad4!important}
body.poyraz-site .poyraz-v160-accordion .vc_tta-panel-heading{border:0!important;background:transparent!important}
body.poyraz-site .poyraz-v160-accordion .vc_tta-panel-title>a{padding:20px 45px 20px 0!important;color:#17191a!important;font-size:13px!important;font-weight:500!important}
body.poyraz-site .poyraz-v160-accordion .vc_tta-panel-body{padding:0 0 22px!important;border:0!important;background:transparent!important}
body.poyraz-site .poyraz-v160-faq-answer{margin:0!important}
body.poyraz-site .poyraz-v160-faq-answer p{margin:0!important;color:#666!important;font-size:12px!important;line-height:1.75!important}

/* CTA */
body.poyraz-site .poyraz-v160-cta{min-height:430px!important;background:#101415!important;color:#fff!important}
body.poyraz-site .poyraz-v160-cta>.l-section-h>.g-cols{min-height:430px!important;margin:0!important;align-items:stretch!important}
body.poyraz-site .poyraz-v160-cta-copy{display:flex!important;align-items:center!important;padding:65px max(55px,calc((100vw - 1380px)/2 + 70px))!important;background:linear-gradient(120deg,#111617,#171c1e)!important}
body.poyraz-site .poyraz-v160-cta-copy>.vc_column-inner{width:100%!important;padding:0!important}
body.poyraz-site .poyraz-v160-cta-copy .poyraz-v160-title{color:#fff!important}
body.poyraz-site .poyraz-v160-cta-copy .poyraz-v160-paragraph{color:#ddd!important}
body.poyraz-site .poyraz-v160-cta-text{margin:0 0 21px!important}
body.poyraz-site .poyraz-v160-cta-copy .poyraz-v160-outline-button{margin-left:8px!important}
body.poyraz-site .poyraz-v160-cta-image-column,
body.poyraz-site .poyraz-v160-cta-image-column>.vc_column-inner,
body.poyraz-site .poyraz-v160-cta-image-column>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-v160-cta-image,
body.poyraz-site .poyraz-v160-cta-image .w-image-h{height:430px!important;padding:0!important;margin:0!important}
body.poyraz-site .poyraz-v160-cta-image img{width:100%!important;height:430px!important;object-fit:cover!important}

/* Inner pages */
body.poyraz-site .poyraz-v160-inner-hero{min-height:315px!important;background:#111516!important;color:#fff!important}
body.poyraz-site .poyraz-v160-inner-hero>.l-section-h>.g-cols{min-height:315px!important;margin:0!important;align-items:stretch!important}
body.poyraz-site .poyraz-v160-inner-copy{display:flex!important;align-items:center!important;padding:50px 70px 50px max(55px,calc((100vw - 1380px)/2 + 70px))!important;background:linear-gradient(110deg,#101415,#151a1c)!important}
body.poyraz-site .poyraz-v160-inner-copy>.vc_column-inner{width:100%!important;padding:0!important}
body.poyraz-site .poyraz-v160-inner-copy-block{margin:0!important}
body.poyraz-site .poyraz-v160-inner-title{margin:0 0 12px!important;color:#fff!important;font-family:var(--poyraz-serif)!important;font-size:60px!important;line-height:.98!important;font-weight:500!important}
body.poyraz-site .poyraz-v160-inner-description{color:#ddd!important}
body.poyraz-site .poyraz-v160-inner-image-column,
body.poyraz-site .poyraz-v160-inner-image-column>.vc_column-inner,
body.poyraz-site .poyraz-v160-inner-image-column>.vc_column-inner>.wpb_wrapper,
body.poyraz-site .poyraz-v160-inner-image,
body.poyraz-site .poyraz-v160-inner-image .w-image-h{height:315px!important;margin:0!important;padding:0!important}
body.poyraz-site .poyraz-v160-inner-image img{width:100%!important;height:315px!important;object-fit:cover!important}
body.poyraz-site .poyraz-v160-page-section{padding:105px 0!important;background:#fff!important}
body.poyraz-site .poyraz-v160-page-section:nth-of-type(even){background:#f7f3ed!important}
body.poyraz-site .poyraz-v160-page-main-image,
body.poyraz-site .poyraz-v160-page-main-image .w-image-h{height:530px!important;margin:0!important}
body.poyraz-site .poyraz-v160-page-main-image img{width:100%!important;height:530px!important;object-fit:cover!important;border-radius:6px!important}
body.poyraz-site .poyraz-v160-page-copy{margin:0 0 23px!important}
body.poyraz-site .poyraz-v160-service-detail-reverse>.l-section-h>.g-cols{flex-direction:row-reverse!important}
body.poyraz-site .poyraz-v160-page-gallery-head{padding:95px 0 34px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-page-gallery{padding:0 0 105px!important;background:#fff!important}
body.poyraz-site .poyraz-v160-gallery-page-element .wpb_image_grid_ul>li:nth-child(1),
body.poyraz-site .poyraz-v160-gallery-page-element .wpb_image_grid_ul>li:nth-child(6){grid-column:auto!important}
body.poyraz-site .poyraz-v160-gallery-page-element .wpb_image_grid_ul>li img{height:360px!important;max-height:none!important}
body.poyraz-site .poyraz-v160-contact-form-column{padding:35px!important;border:1px solid #ded8d0!important;border-radius:7px!important;background:#f8f5f0!important}
body.poyraz-site .poyraz-v160-contact-form-heading{margin:0 0 25px!important}
body.poyraz-site .poyraz-v160-contact-form-heading h2{margin:0 0 7px!important;font-family:var(--poyraz-serif)!important;font-size:36px!important;font-weight:500!important}
body.poyraz-site .poyraz-v160-contact-form-heading p{margin:0!important;color:#666!important;font-size:12px!important}
body.poyraz-site .poyraz-v160-contact-info{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}
body.poyraz-site .poyraz-v160-contact-info p{margin:0!important;padding:18px;border:1px solid #e2ddd6;border-radius:5px;background:#fff;color:#666;font-size:12px;line-height:1.65}
body.poyraz-site .poyraz-v160-contact-info strong{color:#222;font-size:11px;letter-spacing:.05em;text-transform:uppercase}
body.poyraz-site .poyraz-v160-contact-form input,
body.poyraz-site .poyraz-v160-contact-form textarea{border:1px solid #d8d2ca!important;background:#fff!important;border-radius:4px!important}

/* Live Builder: show all hero slides one after another while editing. */
body.usb_preview .poyraz-v160-hero{height:auto!important;overflow:visible!important}
body.usb_preview .poyraz-v160-hero>.l-section-h,
body.usb_preview .poyraz-v160-hero>.l-section-h>.g-cols{height:auto!important;min-height:0!important;display:block!important}
body.usb_preview .poyraz-v160-slide{position:relative!important;inset:auto!important;height:430px!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;margin-bottom:14px!important}
body.usb_preview .poyraz-v160-hero-controls{display:none!important}

@media (max-width:1100px){
  body.poyraz-site .poyraz-v160-services>.l-section-h,
  body.poyraz-site .poyraz-v160-about>.l-section-h,
  body.poyraz-site .poyraz-v160-process-head>.l-section-h,
  body.poyraz-site .poyraz-v160-process-grid>.l-section-h,
  body.poyraz-site .poyraz-v160-gallery-heading>.l-section-h,
  body.poyraz-site .poyraz-v160-gallery-row>.l-section-h,
  body.poyraz-site .poyraz-v160-reviews-head>.l-section-h,
  body.poyraz-site .poyraz-v160-reviews>.l-section-h,
  body.poyraz-site .poyraz-v160-faq>.l-section-h,
  body.poyraz-site .poyraz-v160-page-section>.l-section-h,
  body.poyraz-site .poyraz-v160-page-gallery-head>.l-section-h,
  body.poyraz-site .poyraz-v160-page-gallery>.l-section-h,
  body.poyraz-site .poyraz-v160-features>.l-section-h,
  body.poyraz-site .poyraz-v160-stats>.l-section-h{width:calc(100% - 40px)!important}
  body.poyraz-site .poyraz-v160-hero-copy{left:68px!important;width:500px!important}
  body.poyraz-site .poyraz-v160-hero-button{left:68px!important}
  body.poyraz-site .poyraz-v160-dots{left:74px!important}
  body.poyraz-site .poyraz-v160-feature-item{padding:0 15px!important}
  body.poyraz-site .poyraz-v160-feature-content>.wpb_wrapper{gap:10px!important}
  body.poyraz-site .poyraz-v160-feature-mark{width:36px;height:36px;font-size:17px}
  body.poyraz-site .poyraz-v160-feature-copy strong,
  body.poyraz-site .poyraz-v160-feature-copy span{white-space:normal}
  body.poyraz-site .poyraz-v160-title{font-size:48px!important}
  body.poyraz-site .poyraz-v160-about-visual{padding-right:45px!important}
  body.poyraz-site .poyraz-v160-about-float-image{width:195px!important;height:250px!important}
  body.poyraz-site .poyraz-v160-cta-copy,
  body.poyraz-site .poyraz-v160-inner-copy{padding-left:45px!important;padding-right:45px!important}
}

@media (max-width:767px){
  body.poyraz-site .poyraz-v160-title{font-size:41px!important}
  body.poyraz-site .poyraz-v160-paragraph{font-size:12px!important;line-height:1.7!important}
  body.poyraz-site .poyraz-v160-hero{height:535px!important}
  body.poyraz-site .poyraz-v160-hero>.l-section-h,
  body.poyraz-site .poyraz-v160-hero>.l-section-h>.g-cols,
  body.poyraz-site .poyraz-v160-slide{height:535px!important;min-height:535px!important}
  body.poyraz-site .poyraz-v160-slide::after{background:linear-gradient(180deg,rgba(10,14,15,.05) 0%,rgba(10,14,15,.1) 34%,rgba(10,14,15,.94) 69%,#0b0f10 100%)}
  body.poyraz-site .poyraz-v160-hero-image img{object-position:top right!important}
  body.poyraz-site .poyraz-v160-hero-copy{top:auto!important;left:23px!important;right:23px!important;bottom:105px!important;width:auto!important;transform:none!important}
  body.poyraz-site .poyraz-v160-hero-title{font-size:44px!important;line-height:.97!important}
  body.poyraz-site .poyraz-v160-hero-text{font-size:12px!important;line-height:1.55!important}
  body.poyraz-site .poyraz-v160-hero-button.w-btn{top:auto!important;left:23px!important;bottom:45px!important}
  body.poyraz-site .poyraz-v160-prev,
  body.poyraz-site .poyraz-v160-next{top:31%;width:39px;height:39px;font-size:27px;line-height:34px}
  body.poyraz-site .poyraz-v160-prev{left:13px}
  body.poyraz-site .poyraz-v160-next{right:13px}
  body.poyraz-site .poyraz-v160-dots{left:auto!important;right:23px!important;bottom:60px!important}
  body.poyraz-site .poyraz-v160-features>.l-section-h>.g-cols,
  body.poyraz-site .poyraz-v160-stats>.l-section-h>.g-cols{min-height:0!important}
  body.poyraz-site .poyraz-v160-feature-item{min-height:76px!important;padding:10px 8px!important}
  body.poyraz-site .poyraz-v160-feature-item::after{display:none!important}
  body.poyraz-site .poyraz-v160-feature-content>.wpb_wrapper{justify-content:flex-start!important}
  body.poyraz-site .poyraz-v160-services{padding:58px 0!important}
  body.poyraz-site .poyraz-v160-services-intro{padding:0 0 25px!important}
  body.poyraz-site .poyraz-v160-services-intro .poyraz-v160-title{font-size:42px!important}
  body.poyraz-site .poyraz-v160-service-card{margin-bottom:17px!important}
  body.poyraz-site .poyraz-v160-stat-item{min-height:75px!important;padding:15px 8px!important}
  body.poyraz-site .poyraz-v160-stat-item::after{display:none!important}
  body.poyraz-site .poyraz-v160-about{padding:70px 0 78px!important}
  body.poyraz-site .poyraz-v160-about-visual{min-height:470px!important;padding:0 35px 42px 0!important;margin-bottom:42px!important}
  body.poyraz-site .poyraz-v160-about-main-image,
  body.poyraz-site .poyraz-v160-about-main-image .w-image-h,
  body.poyraz-site .poyraz-v160-about-main-image img{height:430px!important}
  body.poyraz-site .poyraz-v160-about-float-image{width:155px!important;height:210px!important;border-width:6px!important}
  body.poyraz-site .poyraz-v160-about-badge{left:-5px!important;bottom:26px!important;width:116px!important;height:116px!important}
  body.poyraz-site .poyraz-v160-about-badge strong{font-size:33px}
  body.poyraz-site .poyraz-v160-process-head{padding:68px 0 28px!important}
  body.poyraz-site .poyraz-v160-process-grid{padding-bottom:72px!important}
  body.poyraz-site .poyraz-v160-process-card{margin-bottom:15px!important;min-height:0!important}
  body.poyraz-site .poyraz-v160-gallery-heading{padding:70px 0 28px!important}
  body.poyraz-site .poyraz-v160-gallery-heading-right{padding-top:8px!important}
  body.poyraz-site .poyraz-v160-gallery-row{padding-bottom:75px!important}
  body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul,
  body.poyraz-site .poyraz-v160-gallery-fallback{grid-template-columns:1fr!important;gap:13px!important}
  body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li:nth-child(1),
  body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li:nth-child(6){grid-column:auto!important}
  body.poyraz-site .poyraz-v160-gallery-element .wpb_image_grid_ul>li img,
  body.poyraz-site .poyraz-v160-gallery-fallback img{height:310px!important;min-height:310px!important}
  body.poyraz-site .poyraz-v160-reviews-head{padding:68px 0 28px!important}
  body.poyraz-site .poyraz-v160-reviews{padding-bottom:72px!important}
  body.poyraz-site .poyraz-v160-review-card{margin-bottom:15px!important;min-height:0!important}
  body.poyraz-site .poyraz-v160-faq{padding:72px 0!important}
  body.poyraz-site .poyraz-v160-faq-intro{margin-bottom:25px!important;padding:0!important}
  body.poyraz-site .poyraz-v160-cta{min-height:0!important}
  body.poyraz-site .poyraz-v160-cta>.l-section-h>.g-cols{min-height:0!important}
  body.poyraz-site .poyraz-v160-cta-copy{padding:60px 25px!important}
  body.poyraz-site .poyraz-v160-cta-copy .poyraz-v160-main-button,
  body.poyraz-site .poyraz-v160-cta-copy .poyraz-v160-outline-button{display:flex!important;width:100%!important;margin:8px 0 0!important}
  body.poyraz-site .poyraz-v160-cta-image-column,
  body.poyraz-site .poyraz-v160-cta-image-column>.vc_column-inner,
  body.poyraz-site .poyraz-v160-cta-image-column>.vc_column-inner>.wpb_wrapper,
  body.poyraz-site .poyraz-v160-cta-image,
  body.poyraz-site .poyraz-v160-cta-image .w-image-h,
  body.poyraz-site .poyraz-v160-cta-image img{height:330px!important}
  body.poyraz-site .poyraz-v160-inner-hero{min-height:0!important}
  body.poyraz-site .poyraz-v160-inner-hero>.l-section-h>.g-cols{min-height:0!important}
  body.poyraz-site .poyraz-v160-inner-copy{padding:55px 25px!important}
  body.poyraz-site .poyraz-v160-inner-title{font-size:48px!important}
  body.poyraz-site .poyraz-v160-inner-image-column,
  body.poyraz-site .poyraz-v160-inner-image-column>.vc_column-inner,
  body.poyraz-site .poyraz-v160-inner-image-column>.vc_column-inner>.wpb_wrapper,
  body.poyraz-site .poyraz-v160-inner-image,
  body.poyraz-site .poyraz-v160-inner-image .w-image-h,
  body.poyraz-site .poyraz-v160-inner-image img{height:285px!important}
  body.poyraz-site .poyraz-v160-page-section{padding:72px 0!important}
  body.poyraz-site .poyraz-v160-page-main-image,
  body.poyraz-site .poyraz-v160-page-main-image .w-image-h,
  body.poyraz-site .poyraz-v160-page-main-image img{height:400px!important}
  body.poyraz-site .poyraz-v160-service-detail-image{margin-bottom:30px!important}
  body.poyraz-site .poyraz-v160-service-detail-reverse>.l-section-h>.g-cols{flex-direction:column!important}
  body.poyraz-site .poyraz-v160-page-gallery-head{padding:68px 0 28px!important}
  body.poyraz-site .poyraz-v160-page-gallery{padding-bottom:72px!important}
  body.poyraz-site .poyraz-v160-contact-form-column{margin-top:30px!important;padding:25px!important}
  body.poyraz-site .poyraz-v160-contact-info{grid-template-columns:1fr!important}
  body.usb_preview .poyraz-v160-slide{height:535px!important}
}

/* Native Impreza Media Grid used as the single editable gallery element. */
body.poyraz-site .poyraz-v160-gallery-element.w-grid{margin:0!important}
body.poyraz-site .poyraz-v160-gallery-element .w-grid-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  height:auto!important;
  margin:0!important;
}
body.poyraz-site .poyraz-v160-gallery-element .w-grid-item{
  position:relative!important;
  inset:auto!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:6px!important;
}
body.poyraz-site .poyraz-v160-gallery-element .w-grid-item:nth-child(1),
body.poyraz-site .poyraz-v160-gallery-element .w-grid-item:nth-child(6){grid-column:span 2!important}
body.poyraz-site .poyraz-v160-gallery-element .w-grid-item-h,
body.poyraz-site .poyraz-v160-gallery-element .w-post-elm.post_image,
body.poyraz-site .poyraz-v160-gallery-element .w-post-elm.post_image a,
body.poyraz-site .poyraz-v160-gallery-element .w-post-elm.post_image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
body.poyraz-site .poyraz-v160-gallery-element .w-post-elm.post_image img{
  min-height:285px!important;
  max-height:390px!important;
  object-fit:cover!important;
  transition:transform .45s ease!important;
}
body.poyraz-site .poyraz-v160-gallery-element .w-grid-item:hover .w-post-elm.post_image img{transform:scale(1.035)!important}
body.poyraz-site .poyraz-v160-gallery-page-element .w-grid-item:nth-child(1),
body.poyraz-site .poyraz-v160-gallery-page-element .w-grid-item:nth-child(6){grid-column:auto!important}
body.poyraz-site .poyraz-v160-gallery-page-element .w-post-elm.post_image img{height:360px!important;max-height:none!important}
@media (max-width:767px){
  body.poyraz-site .poyraz-v160-gallery-element .w-grid-list{grid-template-columns:1fr!important;gap:13px!important}
  body.poyraz-site .poyraz-v160-gallery-element .w-grid-item:nth-child(1),
  body.poyraz-site .poyraz-v160-gallery-element .w-grid-item:nth-child(6){grid-column:auto!important}
  body.poyraz-site .poyraz-v160-gallery-element .w-post-elm.post_image img{height:310px!important;min-height:310px!important;max-height:none!important}
}
