/* Karotçu.net stil dosyası */

/* 01. Temel tanımlar ve ortak araçlar */


.container {
    position: relative;
    margin-right: auto;
    padding-right:15px;
    padding-left:15px;
    margin-left: auto;
    z-index: 3;
}




/* 02. Top */

.top {
    color: rgba(255, 255, 255, 0.86);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 2px solid var(--karotcu-primary);
    background: #111518;
    font-size: 12px;
    letter-spacing: .035em;
    min-height: 32px;
}

.top-socials {
    display: flex;
    align-items: center;
    gap:5px;
}

.top-socials a {
    display: grid;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.72);
    transition: var(--karotcu-transition);
    place-items: center;
}

.top-socials a:hover {
    background: var(--karotcu-primary);
    color: #fff;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-contact a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: inherit;
}

.top-contact a:hover {
    color: #fff;
}

.top-contact a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}

/* 03. Header ve navigasyon */

body.menu-open {
    overflow: hidden;
}

.header {
    background: var(--karotcu-white);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: grid;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 14px 15px;
    border-bottom: 1px solid var(--karotcu-line);
    box-shadow: 0 8px 30px rgba(20, 26, 30, .07);
    grid-template-columns: 300px minmax(430px, 1fr) auto auto auto;
    gap: 22px;
}


.header .logo {
    align-items: center;
    width: 250px;
    display: inline-flex;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}



.header-call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-call i {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid var(--karotcu-line);
    background: #f7f8f8;
    color: var(--karotcu-primary);
}

.header-call small, .header-call strong {
    display: block;
    line-height: 1.2;
}

.header-call small {
    color: var(--karotcu-muted);
    font-size: 11px;
}

.header-call strong {
    margin-top: 3px;
    color: var(--karotcu-heading);
    font-size: 14px;
}

[data-modal] {
    border: 0;
}

.header-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--karotcu-white);
    background: var(--karotcu-primary);
    font-weight: bold;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease;
    min-height: 48px;
    padding: 0 19px;
    clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
    font-size: 13px;
    letter-spacing: .025em;
}

.header-quote:hover {
    background: #d95300;
    transform: translateY(-1px);
}

.header-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: var(--karotcu-blue);
    color: var(--karotcu-white);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}



.menu {
    position: relative;
    background: var(--karotcu-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 10;
}

.menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    position: relative;
    font-weight: bold;
    transition: var(--karotcu-transition);
    color: #3c444a;
    font-weight: 800;

}

.menu a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 34px;
    background: var(--karotcu-blue);
    transition: var(--karotcu-transition);
}

.menu a:hover {
    color: var(--karotcu-blue);
}

.menu a.active {
    color: var(--karotcu-blue);
}


.menu a::before {
    display: none;
}
.menu a.active::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: var(--karotcu-primary);
    bottom: 7px;
    height: 3px;
}

.menu a:hover, .menu a.active {
    color: var(--karotcu-primary);
}

/* 04. Hero ve sayfa başlıkları */

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    color: var(--karotcu-muted);
    font-size: 12px;
    font-weight: bold;
}

.breadcrumb li {
    flex: 0 0 auto;
    min-width: 0;
    white-space: nowrap;
}

.breadcrumb li:last-child {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb li + li::before {
    content: "/";
    margin-right: 10px;
    color: #9aa5ac;
}

.breadcrumb li a {
    color: rgba(255,255,255,.68);
    font-weight: bold;
    text-decoration: none;
}

.breadcrumb li:last-child a {
    color: #ff7a1a;
}

.main {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    isolation: isolate;
    overflow: hidden;
    color: var(--karotcu-white);
    background-image: url(/uploads/main.webp);
    height: 680px;
    align-items: flex-start;
    justify-content: center;
    padding-right: max(30px, calc((100% - 1240px) / 2 + 15px));
    padding-left: max(30px, calc((100% - 1240px) / 2 + 15px));
    background-position: center 47%;
    text-align: left;
    margin-bottom:50px;
}

.main::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(12, 16, 19, .96) 0%, rgba(20, 26, 30, .88) 42%, rgba(27, 34, 39, .4) 72%, rgba(27, 34, 39, .18) 100%);
    opacity: 1;
}

.main h1 {
    color: var(--karotcu-white);
    font-family: var(--karotcu-display);
    z-index: 2;
    margin-bottom: 25px;
    text-transform: uppercase;
    max-width:600px;
    font-size: clamp(44px, 4.7vw, 60px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.018em;
}

.main p {
    z-index: 2;
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.7;
}

.main span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 18px;
    color: #ff7a1a;
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.main span::before {
    content: "";
    width: 38px;
    height: 3px;
    background: var(--karotcu-primary);
}



.hero {
    position: relative;
    overflow: hidden;
    color: var(--karotcu-white);
    padding:50px 0;
    background: linear-gradient(105deg, #111518 0%, #252c31 68%, #3b444a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 75px;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    right: 7%;
    left: auto;
    width: 110px;
    height: 100%;
    background: var(--karotcu-primary);
    opacity: .9;
    transform: skewX(-12deg);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, transparent 0 24px, rgba(255,255,255,.025) 24px 26px);
}

.hero h1 {
    color: var(--karotcu-white);
    font-family: var(--karotcu-display);
    margin-bottom: 10px;
    max-width: 900px;
    font-size: clamp(32px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.01em;
    text-transform: none;
}

.hero p {
    max-width: 650px;
    color: var(--karotcu-white-alpha);
}

.hero ul {
    display: flex;
    gap: 15px;
    max-width: 680px;
    margin-top: 15px;
}

.hero ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: 14px;
}

.hero ul li strong {
    color: var(--karotcu-white);
}

.hero ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #f56600;
}

.hero span, .intro span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 12px;
    color: #ff7a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero span::before, .intro span::before {
    content: "";
    width: 20px;
    height: 3px;
    background: var(--karotcu-primary);
}


.blog {
    padding-top:50px;
    background: var(--karotcu-cream);
}

.blog-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.blog-header span {
    color: var(--karotcu-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.blog-header span::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #f56600;
}

.blog-header h2 {
    max-width: 580px;
}

.blog .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}


.guides span, .blog-header span, .product-header span {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-header h2 {
    font-size: clamp(34px, 3.4vw, 46px);
}

.guides h2, .blog-header h2, .product-header h2, .usage-header h2 {
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.012em;
}



.product-header {
    width: min(1240px, calc(100% - 30px));
    margin-right: auto;
    margin-left: auto;
}

.contact-right .form-control {
    border-color: #d5dade;
    background: #f5f6f7;
}



.guides {
    padding: 125px 0 105px;
    background: #fff;
}

.guides .container {
    display: grid;
    align-items: center;
    grid-template-columns: .88fr 1.12fr;
    gap: 85px;
}

.guides span {
    color: #d95300;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.guides span::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #f56600;
}

.guides h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.guides p + p {
    margin-top: 5px;
}

.guide-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
}

.guide-right img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 11;
    filter: saturate(.72) contrast(1.06);
}

.guides p {
    color: var(--karotcu-muted);
    font-size: 16px;
    line-height: 1.8;
}

.guides .btn-default { background:var(--karotcu-cream);color:var(--karotcu-ink); }
.guide-right {
    position: relative;
}

.guide-right::before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    width: 42%;
    height: 55%;
    background: var(--karotcu-primary);
}

.guide-right::after {
    content: "KAROTÇU.NET";
    position: absolute;
    right: 0;
    bottom: 24px;
    padding: 10px 15px;
    background: var(--karotcu-heading);
    color: #fff;
    font-family: var(--karotcu-display);
    letter-spacing: .12em;
    font-size: 16px;
    font-weight: 700;
}

.usages {
    border-top: 1px solid var(--karotcu-line);
    padding: 100px 0;
    margin-top:50px;
    background: #171b1e;
}

.usage-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.usage-header span {
    color: #ff7a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.usage-header span::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #f56600;
}

.usage-header h2 {
    font-size: 40px;
    color: var(--karotcu-white);
    max-width: 700px;
}

.usages .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.usages ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 280px;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,.12);
    background: #20262a;
    text-align: left;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
    color: rgba(255,255,255,.65);
    line-height: 1.65;
    text-align: center;
}

.usages ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    margin-bottom: 35px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(245,102,0,.12);
    color: #ff7a1a;
    font-size: 28px;
}

.usages ul li h3 {
    display: block;
    margin-bottom: 10px;
    font-family: var(--karotcu-display);
    letter-spacing: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

.usages ul li h3 a::before{ 
    content:'';
    position:absolute;
    display: block;
    top:0;left:0;right:0;bottom:0;
 }
.usages a:hover {
    color: var(--karotcu-primary);
}

.usages ul li:hover {
    border-color: var(--karotcu-primary);
    background: #272e33;
    transform: translateY(-6px);
}

.usages ul li a {
    display: block;
    color: #fff;
}

/* 06. İçerik ve sayfa bileşenleri */

.article {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: var(--karotcu-white);
    color: var(--karotcu-ink);
    z-index: 5;
    padding: 38px;
    border: 1px solid var(--karotcu-line);
    border-top: 5px solid var(--karotcu-heading);
    box-shadow: 0 20px 50px rgba(25,33,39,.08);
}

.article-cover {
    display: block;
    position: relative;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    object-fit: cover;
}

.article-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 5px;
    position: relative;
}

.article h1 {
    font-size: 30px;
}

.article a {
    color: var(--karotcu-blue);
}

.article ul, .article ol {
    padding-left: 22px;
}

.article ul li, .article ol li {
    list-style-type: disc;
}

.article h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    scroll-margin-top: 120px;
}

.article p, .article li {
    line-height: 1.8;
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--karotcu-line);
    color: var(--karotcu-muted);
    font-size: 13px;
}

.article-byline a {
    font-weight: 800;
}

.article-toc {
    display: grid;
    gap: 5px;
}

.article-toc strong {
    margin-bottom: 3px;
    color: var(--karotcu-heading);
    font-size: 15px;
}

.article .article-toc a {
    color: var(--karotcu-blue);
    font-size: 14px;
    font-weight: 700;
}

.article .article-toc a::before {
    content: "—";
    margin-right: 8px;
    color: var(--karotcu-primary);
}



.article-formula {
    margin: 18px 0 24px;
    padding: 16px 18px;
    border: 1px solid #f0c49f;
    border-left: 5px solid var(--karotcu-primary);
    background: #fff7f0;
    color: var(--karotcu-heading);
    font-weight: 800;
    line-height: 1.7;
}

.article-note {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 5px solid var(--karotcu-blue);
    background: #eef1f3;
    color: var(--karotcu-ink);
    line-height: 1.75;
}

.article-note-warning {
    border-left-color: var(--karotcu-primary);
    background: #fff5ed;
}

.article-project-figure {
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid var(--karotcu-line);
    background: #f7f8f9;
}

.article-project-figure img,
.article-photo-grid img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.article-project-figure figcaption,
.article-photo-grid figcaption {
    padding: 12px 14px;
    color: var(--karotcu-muted);
    font-size: 13px;
    line-height: 1.6;
}

.article-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.article-photo-grid figure {
    overflow: hidden;
    border: 1px solid var(--karotcu-line);
    background: #f7f8f9;
}

.area-reference-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 4px solid var(--karotcu-blue);
    background: #eef1f3;
    color: var(--karotcu-ink);
    line-height: 1.7;
}

.article h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.product-header span {
    color: #d95300;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-header span::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #f56600;
}

.product-header h2 {
    font-size: 40px;
    max-width: 580px;
}

.products .container {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    text-align: left;
    transition: var(--karotcu-transition);
    border: 1px solid var(--karotcu-line);
    background: #fff;
    border-top: 4px solid var(--karotcu-heading);
}

.single:hover {
    border-color: #c9ced2;
    box-shadow: 0 22px 50px rgba(25,33,39,.12);
    transform: translateY(-6px);
    border-top-color: var(--karotcu-primary);
}

.single-figure {
    overflow: hidden;
    background: linear-gradient(
    180deg,
    #f9fafb 0%,
    var(--karotcu-soft) 100%
    );
    display: block;
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    border-bottom: 0;
}

.single-figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
    mix-blend-mode: normal;
    filter: saturate(.72) contrast(1.04);
    transition: transform .5s ease, filter .5s ease;
}

.single-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 23px;
}

.single-title a {
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-title a:before {content:'';position: absolute;top:0;left:0;right:0;bottom:0;}
.single-description {
    display: -webkit-box;
    overflow: hidden;
    color: var(--karotcu-muted);
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: var(--karotcu-transition);
    line-height: 1.65;
}

.single:hover .single-title a {
    color: var(--karotcu-blue);
}

.single-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--karotcu-line);
    gap: 15px;
    margin-top: auto;
    padding-top: 18px;
}

.single-price {
    display: flex;
    flex-direction: column;
}

.single-price strong {
    font-family: var(--karotcu-display);
    line-height: 1.2;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.single-price small {
    color: var(--karotcu-muted);
    font-size: 12px;
}

.single .fa-arrow-right {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--karotcu-white);
    background: var(--karotcu-primary);
    font-weight: bold;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease;
    padding:15px;
    clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
    letter-spacing: .025em;
    box-shadow: inset 0 -3px 0 rgba(89, 32, 0, .24);
}

.single-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
}


.single:hover .single-figure img {
    filter: saturate(1) contrast(1.02);
    transform: scale(1.045);
}

.article summary {
    color: var(--karotcu-ink);
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.contact {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: 30px;
    z-index: 5;
}

.contact h2 {
    margin: 5px 0 20px;
}

.contact span {
    display: block;
    color: var(--karotcu-blue);
    font-weight: bold;
}

.contact .contact-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 5px;
    color: var(--karotcu-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.contact .contact-kicker::before {
    width: 22px;
    height: 2px;
    flex: 0 0 22px;
    background: var(--karotcu-primary);
    content: "";
}

.contact-right .contact-form-intro {
    margin: -5px 0 20px;
    color: var(--karotcu-muted);
    line-height: 1.65;
}

.contact-left {
    padding: 30px;
    border: 1px solid var(--karotcu-line);
    background: var(--karotcu-white);
    color: var(--karotcu-ink);
    box-shadow: 0 20px 50px rgba(25,33,39,.08);
}

.contact-left iframe {
    width: 100%;
    border: 0;
    margin: 0;
    vertical-align: middle;
    height: 180px;
    margin-top: 10px;
}

.contact-left ul li {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid var(--karotcu-line);
}

.contact-left ul li strong {
    color: var(--karotcu-blue);
}

.contact-left ul li address, .contact-left ul li a {
    font-weight: bold;
    font-style: normal;
}

.contact-left ul li address:hover, .contact-left ul li a:hover {
    color: var(--karotcu-blue);
}

.contact-right {
    padding: 30px;
    border: 1px solid var(--karotcu-line);
    background: var(--karotcu-white);
    color: var(--karotcu-ink);
    box-shadow: 0 20px 50px rgba(25,33,39,.08);
}

.contact-left > a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--karotcu-line);
}

.contact-left > a > i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    font-size: 19px;
    background: var(--karotcu-heading);
    color: #ff7a1a;
}

.contact-left > a small, .contact-left > a strong {
    display: block;
}

.contact-left > a small {
    color: var(--karotcu-muted);
}


.form-success { margin-bottom: 20px;
    padding: 15px;
    border-left: 4px solid;
    border-color: #16814a;
    background: #e9f8f0;
    color: #106238;
}

.form-error {
     margin-bottom: 20px;
    padding: 15px;
    border-left: 4px solid;
    border-color: var(--karotcu-primary);
    background: #fff0f0;
    color: #9c1d22;
}


.form-consent {
    display: block;
    margin-top: 12px;
    color: var(--karotcu-muted);
}

.districts {
    border: 1px solid var(--karotcu-line);
}



.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 50px;
    align-items: start;
}

.blog-widget {
    display: flex;
    background: var(--karotcu-white);
    padding: 30px;
    flex-direction: column;
    gap: 10px;
    border-top: 5px solid var(--karotcu-primary);
    box-shadow: 0 20px 50px rgba(25,33,39,.08);
}

.blog-widget span {
    color: var(--karotcu-blue);
    font-size: 12px;
    font-weight: 900;
}

.applications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.application-item {
    display: grid;
    border-top: 4px solid var(--karotcu-blue);
    position: relative;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    padding: 28px 82px 28px 28px;
    border: 1px solid #d4d9dd;
    border-radius: 0;
    background: linear-gradient(135deg, #fff 0%, #f4f6f7 100%);
    box-shadow: none;
    clip-path: none;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.application-item > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid #d95300;
    background: var(--karotcu-primary);
    color: #fff;
    font-size: 24px;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.application-item h2 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
}

.application-item p {
    color: var(--karotcu-muted);
    max-width: 520px;
    margin-bottom: 0;
    line-height: 1.6;
}

.application-item:hover {
    border-color: #b8c0c5;
    box-shadow: 0 16px 34px rgba(25, 33, 39, .09);
    transform: translateY(-3px);
}

.application-item:focus-within {
    outline: 2px solid var(--karotcu-primary);
    outline-offset: 3px;
}

.application-item h2 a::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
}

.application-item .fa-arrow-right {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    background: var(--karotcu-heading);
    color: #fff;
    transition: background-color .2s ease, transform .2s ease;
}

.application-item:hover .fa-arrow-right {
    background: var(--karotcu-primary);
    transform: translateX(3px);
}

.sidebar {
    position: sticky;
    top: 20px;
}

.sidebar .blog-widget > strong {font-size:20px;}
.sidebar .blog-widget > a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--karotcu-line);
}

.sidebar-cta {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap:15px;
    margin-top: 18px;
    padding: 26px 24px 24px;
    overflow: hidden;
    border-left: 4px solid var(--karotcu-primary);
    background:
        linear-gradient(135deg, rgba(245, 102, 0, .16), transparent 42%),
        var(--karotcu-heading);
    color: #fff;
    isolation: isolate;
}

.sidebar-cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -44px;
    right: -36px;
    width: 120px;
    height: 120px;
    border: 18px solid rgba(255, 255, 255, .045);
    transform: rotate(18deg);
}

.sidebar-cta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff7a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sidebar-cta > strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.18;
}

.sidebar-cta > p {
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.55;
}



.services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-item {
    border: 1px solid var(--karotcu-line);
    background: var(--karotcu-white);
    box-shadow: 0 12px 30px rgba(25, 33, 39, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-item:hover {
    border-color: #c9ced2;
    box-shadow: 0 18px 38px rgba(25, 33, 39, .09);
    transform: translateY(-3px);
}

.service-item h3 {
    padding: 18px 18px 18px 22px;
    background: var(--karotcu-heading);
    box-shadow: inset 4px 0 0 var(--karotcu-primary);
    color: #fff;
    font-size: 21px;
}

.service-item nav {
    display: grid;
    gap: 0;
    padding: 0;
}

.service-item a,
.service-item nav > span {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 9px 12px 9px 18px;
    border: 0;
    border-bottom: 1px solid var(--karotcu-line);
    background: var(--karotcu-white);
    color: var(--karotcu-ink);
    font-weight: 700;
}

.service-item a:last-child,
.service-item nav > span:last-child {
    border-bottom: 0;
}

.service-item a i, .service-item span i {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    background: #fff3eb;
    color: var(--karotcu-primary);
    transition: background-color .2s ease, color .2s ease;
}

.service-item a:hover {
    background: #fff4ed;
    color: #d95300;
}

.service-item a:hover i {
    background: #d95300;
    color: #fff;
}




.region-layout {
    display: grid;
    gap: 30px;
}

.districts {
    padding: 30px;
    background: var(--karotcu-white);
    box-shadow: var(--karotcu-shadow);
    border-top: 5px solid var(--karotcu-primary);
}

.districts > p {
    margin: 8px 0 20px;
    color: var(--karotcu-muted);
}

.district-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.district-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    font-weight: 700;
    border: 1px solid #d9dde0;
    background: #f5f6f7;
}

.district-grid a:hover {
    border-color: var(--karotcu-primary);
    background: #fff4ed;
    color: #d95300;
}

.region-layout .districts {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.intro {
    width: min(920px, calc(100% - 30px));
    max-width: 920px;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
    text-align: center;
}

.intro span {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.intro h2 {
    margin: 8px 0 16px;
    color: var(--karotcu-blue);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.intro p {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    color: var(--karotcu-muted);
    font-size: 16px;
    line-height: 1.8;
}

.intro p + p {
    margin-top: 12px;
}

.project-item {
    position: relative;
    background: #20272c;
    overflow: hidden;
    cursor: zoom-in;
}


.project-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    aspect-ratio: 1 / 1;
}

.project-item figcaption {
    position: absolute;
    top:50%;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .92));
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.project-item:hover img {
    transform: scale(1.03);
}

.article details {
    padding: 18px 0;
    border-bottom: 1px solid var(--karotcu-line);
}

.article details p {
    margin-top: 12px;
}



.about {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    margin-bottom: 22px;
    border: 1px solid var(--karotcu-line);
    background: #fff;
}

.about-left {
    position: relative;
    padding: 38px;
    background: var(--karotcu-heading);
    overflow: hidden;
}



.about-left h2 {
    position: relative;
    z-index: 1;
    max-width: 430px;
    padding: 0;
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.08;
}

.about-left span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: #ff7a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-left span::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--karotcu-primary);
}

.about-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 38px;
}

.about-right p:last-child {
    margin-bottom: 0;
}

.purposes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.purpose-item {
    position: relative;
    padding: 32px;
    border: 1px solid var(--karotcu-line);
    background: linear-gradient(135deg, #fff 0%, #f4f6f7 100%);
    overflow: hidden;
}

.purpose-item > span {
    display: block;
    margin-bottom: 10px;
    color: var(--karotcu-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

 .purpose-item h2 {
    font-size: 28px;
    margin-bottom: 10px;
}



.values, .process {
    margin-bottom: 22px;
    padding: 36px;
    border: 1px solid var(--karotcu-line);
    background: #fff;
}

.about-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap:30px;
    margin-bottom: 30px;
}


.about-header span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: #ff7a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-header span::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--karotcu-primary);
}


 .about-header h2 {
    font-size: 32px;
}

.about-header p {
    max-width: 400px;
    color: var(--karotcu-muted);
    text-align: right;
}

.values ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--karotcu-line);
    border-left:0;
}

.values ul li {
    min-height: 190px;
    padding: 25px;
    background: var(--karotcu-cream);
    border-left: 1px solid var(--karotcu-line);
}

.values ul li i {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    place-items: center;
    background: var(--karotcu-primary);
    color: #fff;
    font-size: 18px;
}

 .values ul li h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.values ul li p {
    margin: 0;
    color: var(--karotcu-muted);
    font-size: 14px;
    line-height: 1.65;
}

.process ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));    border: 1px solid var(--karotcu-line); border-left:0;
    background: var(--karotcu-line);
}

.process ol li {
    position: relative;
    border-left: 1px solid var(--karotcu-line);
    min-height: 190px;
    padding: 25px;
    background: #f7f8f8;
}

.process ol li > span {
display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    place-items: center;
    background: var(--karotcu-primary);
    color: #fff;
    font-size: 18px;   
    font-weight: 800;
}

.process ol li h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.process ol li p {
    margin: 0;
    color: var(--karotcu-muted);
    font-size: 14px;
    line-height: 1.65;
}

.not-found {
    align-items: flex-start;
}

/* 07. Footer */

.footer-cta {
    position: relative;
    overflow: hidden;
    background: var(--karotcu-primary);
    color: #fff;
    margin-top:75px;
}

.footer-cta::after {
    content: "";
    position: absolute;
    top: -80%;
    right: 8%;
    width: 190px;
    height: 260%;
    border-right: 1px solid rgba(255,255,255,.22);
    border-left: 1px solid rgba(255,255,255,.22);
    background: #FFF;
    transform: skewX(-18deg);

    opacity: .1;
    z-index: 0;
}

.footer-cta .container {
    display: flex;
    min-height: 165px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.footer-cta span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.footer-cta h2 {
    max-width: 650px;
    color: #fff;
}

.footer-cta-actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 15px;
}


.footer {
    position: relative;
    color: rgba(255, 255, 255, 0.76);
    text-align: left;
    padding-top: 75px;
    margin-top: 0;
    padding: 0;
    border-top: 0;
    background: #15191c;
    overflow: visible;
}

.footer > .container:first-child {
    display: grid;
    grid-template-columns: 1fr 1.15fr 0.85fr 1.25fr;
    gap: 50px;
    align-items: start;
}

.footer-widget {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 0;
}

.footer-toggle {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-family: var(--karotcu-font);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.footer-toggle::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 28px;
    height: 3px;
    background: var(--karotcu-primary);
}

.footer-toggle::after {
    display: none;
}

.footer-widget > a {
    display: block;
    transition: color 0.2s ease, transform 0.2s ease;
    position: relative;
    padding: 6px 0;
    color: rgba(255,255,255,.58);
}

.footer-widget > a::before {
    color: #6fa2d2;
    content: "›";
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
    display: none;
}

.footer-widget > a:hover {
    padding-left: 10px;
    color: #fff;
    transform: none;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    color: var(--karotcu-white);
    transition: background 0.2s ease, transform 0.2s ease;
    background: rgba(255,255,255,.05);
}

.footer-socials a:hover {
    transform: translateY(-2px);
    background: var(--karotcu-primary);
}

h1, h2, h3, h4, .single-price strong, .footer-toggle {
    letter-spacing: -.015em;
}

.footer > .footer-main {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
    gap: 36px;
    align-items: start;
    padding-top: 80px;
    padding-bottom: 75px;
}


.footer-logo {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 22px;
    font-family: var(--karotcu-display);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.035em;
}

.footer-logo img {
   max-width: 250px;
}



.footer-widget > p {
    max-width: 310px;
    color: rgba(255,255,255,.58);
}

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    color: #fff;
}

.footer-whatsapp > i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    background: #1caa62;
    font-size: 20px;
}

.footer-whatsapp small, .footer-whatsapp strong {
    display: block;
}

.footer-whatsapp small {
    color: rgba(255,255,255,.48);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-whatsapp strong {
    margin-top: 2px;
    font-size: 12px;
}

.footer-widget > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--karotcu-primary);
    transform: translateY(-50%);
    transition: width .2s ease;
}

.footer-widget > a:hover::after {
    width: 5px;
}

.footer-widget > a strong {
    color: rgba(255,255,255,.82);
}


.copyright {
    border-top: 1px solid rgba(255,255,255,.08);
    background: #0e1113;
    color: rgba(255,255,255,.42);
    font-size: 11px;
    font-weight: 500;
}



.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}

.copyright a {
    color: rgba(255,255,255,.48);
}

.copyright a:hover {
    color: #ff7a1a;
}

/* 08. Sabit katmanlar ve bildirimler */

.lightbox[hidden] {
    display: none;
}

.lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px 24px;
    background: rgba(8, 11, 13, .94);
}

.lightbox-content {
    display: flex;
    max-width: min(1100px, 100%);
    max-height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
}

.lightbox-content figcaption {
    padding-top: 14px;
    color: #fff;
    text-align: center;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
}

.lightbox-close:hover, .lightbox-close:focus-visible {
    border-color: var(--karotcu-orange);
    background: var(--karotcu-orange);
}

.lightbox-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(8, 11, 13, .72);
    color: #fff;
    line-height: 1;
    place-items: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

.lightbox-nav:hover, .lightbox-nav:focus-visible {
    border-color: var(--karotcu-orange);
    background: var(--karotcu-orange);
}

body.lightbox-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: grid;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    place-items: center;
    transition: opacity .22s ease, visibility .22s ease;
}

.modal.is-open {
    visibility: visible;
    opacity: 1;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(11, 15, 18, .84);
    backdrop-filter: blur(4px);
    cursor: default;
}

.modal-dialog {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    border-top: 5px solid var(--karotcu-primary);
    background: var(--karotcu-white);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
    transform: translateY(18px) scale(.985);
    transition: transform .22s ease;
}

.modal.is-open .modal-dialog {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    place-items: center;
}

.modal-close:hover, .modal-close:focus-visible {
    border-color: #ff7a1a;
    background: #ff7a1a;
}

.modal-heading {
    padding: 30px 82px 28px 32px;
    background: var(--karotcu-heading);
    color: #fff;
}

.modal-heading > span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #ff7a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.modal-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.06;
}

.modal-heading p {
    max-width: 540px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .68);
    line-height: 1.55;
}

.modal-form {
    padding: 28px 32px 30px;
}

.modal-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.modal-form label {
    color: var(--karotcu-ink);
    font-size: 13px;
    font-weight: 700;
}

.modal-form label small {
    color: var(--karotcu-muted);
    font-weight: 500;
}

.modal-form .form-control {
    min-height: 48px;
    border-color: #d5dade;
    background: #f5f6f7;
}

.modal-form textarea.form-control {
    min-height: 110px;
}

.modal-form .btn-danger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

body.modal-open {
    overflow: hidden;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 17px;
    border-radius: 30px;
    background: #16a765;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    font-weight: 800;
}

.whatsapp-float i {
    font-size: 22px;
}

/* 09. Responsive */

@media (min-width: 1025px) {
    .menu a:first-child::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1270px;
    }
}

@media (max-width: 1024px) {
 



    .article-photo-grid {
        grid-template-columns: 1fr;
    }

    .article-byline {
        flex-direction: column;
    }

    .top {
        text-align: center;
        justify-content: center;
    }

    .top-contact {
        display: none;
    }

    .header {
        gap: 14px;
        position: sticky;
        display: grid;
        column-gap: 10px;
        row-gap: 15px;
        padding: 11px 15px;
        grid-template-columns: minmax(0, 1fr) auto auto auto;
    }

    .header .logo {
        grid-column: 1;
        grid-row: 1;
    }

    .header-call > span {
        display: none;
    }

    .header-call i {
        width: 40px;
        height: 40px;
    }

    .header-call {
        width: 42px;
        display: none;
    }

    .header .btn-primary {
        grid-column: 3;
        grid-row: 1;
        width: 40px;
        height: 40px;
        min-height: 40px;
    }

   .header .btn-primary  span {
        display: none;
    }

    .header-button {
        display: inline-flex;
        grid-column: 4;
        grid-row: 1;
    }

    .menu {
        position: fixed;
        top: var(--mobile-menu-offset, 0px);
        right: 0;
        bottom: 0;
        left: 0;
        gap: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
        border: 0;
        background: var(--karotcu-white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: var(--karotcu-transition);
        border-top: 1px solid var(--karotcu-line);
        z-index: 19;
    }

    body.menu-open .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu a {
        padding: 15px;
        justify-content: flex-start;
        text-align: left;
    }

    .menu a::before {
        margin-right: 15px;
    }

    .menu a + a {
        border-top: 1px solid var(--karotcu-line);
    }

    body.menu-open .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu a {
        justify-content: flex-start;
        border-bottom: 1px solid var(--karotcu-line);
        text-align: left;
        padding: 17px 20px;
        font-size: 14px;
    }

    .menu a.active::after {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 4px;
        height: auto;
    }

    .hero .breadcrumb {
        justify-content: center;
    }

    .hero > .container {
        display: block;
    }

    .hero aside {
        margin-top: 30px;
        padding: 15px;
    }

    .hero ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .hero ul li {
        justify-content: center;
    }



    .blog .container{
        grid-template-columns: 1fr;
    }

    .single-figure{ 

    aspect-ratio: 16 / 9;
     }
    .guides span {
        justify-content: center;
    }

    .guide-actions {
        justify-content: center;
    }

    .guide-right {
        display: none;
        max-width: 760px;
    }



    .single-content {
        padding: 15px;
        gap: 10px;
    }

    .single-price strong {
        font-size: 16px;
    }

    .single-arrow {
        padding: 4px 10px;
        font-size: 16px;
    }

    .contact-left {
        padding: 15px;
    }

    .contact-right {
        padding: 15px;
    }

    .blog-widget {
        padding: 15px;
    }

    .sidebar {
        position: static;
    }

    .about {
        grid-template-columns: 1fr;
    }

    .purposes {
        grid-template-columns: 1fr;
    }

    .about-header {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap:10px;
    }
    .about-header p { text-align:center; }

    .footer > .container:first-child {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer {
      margin-top:50px;
    }

    .footer-toggle::after {
        display: block;
        content: "+";
        color: #ff7a1a;
        font-family: var(--karotcu-body);
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
    }

    .footer-widget:first-child .footer-toggle {
        padding-top: 0;
    }

    .footer-widget:last-child .footer-toggle {
        padding-bottom: 0;
    }

    .footer-widget:last-child {
        border-bottom: 0;
    }

    .footer-widget.footer-open > .footer-toggle::after {
        content: "−";
    }

    .footer-widget > a {
        display: none;
    }

 
    .footer-widget.footer-open {
        padding-bottom: 15px;
    }

    .footer-widget.footer-open > a {
        display: block;
    }

    .footer-widget.footer-open > a + a {
        padding-top: 10px;
    }

    .footer-widget.footer-open:last-child .footer-toggle {
        padding-bottom: 15px;
    }

    .footer-widget.footer-open > .footer-socials {
        display: flex;
        margin: 0;
        padding: 8px 0px 16px;
    }

    .copyright {
        padding: 15px 0px;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
    }

    .district-grid {
        grid-template-columns: 1fr;
    }

    .application-item {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 68px 22px 20px;
    }

    .application-item > i {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .applications {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .application-item .fa-arrow-right {
        top: 22px;
        right: 20px;
        width: 34px;
        height: 34px;
    }

    .footer-cta .container {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        gap:25px;
    }

 
 
 
    .footer-logo > p {
        max-width: 520px;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        justify-content: center;
        padding: 0;
    }


    .main {
        padding-right: 30px;
        padding-left: 30px;
        height: 570px;
        padding: 70px 20px;
        background-position: 78% center;
    }

    .main::after {
        display: none;
    }

    .main h1 {
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1.04;
    }

    .main p {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero {
        text-align: center;
        min-height: 0;
        padding: 30px 0;
        margin-bottom: 50px;
    }

    .hero::after {
        right: -60px;
    }

    .hero h1 {
        font-size: clamp(30px, 8vw, 38px);
        line-height: 1.15;
        text-transform: none;
    }

  
    .products .container {
        grid-template-columns: 1fr;
    }


    .guides {
        background: linear-gradient(145deg, var(--karotcu-white), var(--karotcu-soft));
        text-align: center;
        padding: 50px 0px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .usages {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .blog-header {
        margin-bottom: 30px;
    }

    .product-header {
        margin-bottom: 30px;
    }

    .usage-header {
        margin-bottom: 30px;
    }

    .guides h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.1;
    }

    .blog-header h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.1;
    }

    .product-header h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.1;
    }

    .usage-header h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.1;
    }

    .guides .container {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .guide-right::before {
        top: -10px;
        right: -5px;
    }

    .guide-right::after {
        right: -5px;
        bottom: 12px;
    }

    .usages .container {
      grid-template-columns: repeat(2, 1fr);
    }

    .usages ul li {
        min-height: auto;
    }
    .usages ul li i { margin-bottom:15px; }
    .usages ul li h3 { margin-bottom:0px; }
    .usages ul li p { display:none; }

    .about-left {
        padding: 24px;
    }

    .about-right {
        padding: 24px;
    }

    .purpose-item {
        padding: 24px;
    }

    .values {
        padding: 24px;
    }

    .process {
        padding: 24px;
    }

    .article {
        padding: 24px;
    }

    .article-cover {
     
        aspect-ratio: 16/9;
    }

    .modal {
        padding: 10px;
    }

    .modal-dialog {
        max-height: calc(100vh - 20px);
    }

    .modal-heading {
        padding: 25px 64px 23px 20px;
    }

    .modal-heading h2 {
        font-size: 28px;
    }

    .modal-form {
        padding: 22px 20px 24px;
    }

    .modal-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }



    .blog-layout {
        display: block;
        grid-template-columns: 1fr;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .contact {
        grid-template-columns: 1fr;
    }

    .region-layout {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .values ul,
    .process ol {
        grid-template-columns: 1fr;
    }

    .values ul li {
        min-height: 0;
    }

    .values ul li + li , .process ol li + li { border-top:1px solid var(--karotcu-line); }


    .services {
        grid-template-columns: 1fr;
    }

    .home-blog-grid {
        grid-template-columns: 1fr;
    }

    .home-blog-actions {
        justify-content: flex-start;
    }

    .projects {
        grid-template-columns: 1fr;
    }

    .footer-cta-actions {
        width: 100%;
    }

    .footer > .footer-main {
        row-gap: 48px;
        padding-top: 55px;
        padding-bottom: 50px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-widget:first-child {
        padding-right: 0;
        grid-column: auto;
        margin-bottom: 35px;
    }

    .footer-widget {
        gap: 0;
    }

    .footer-widget + .footer-widget { 
        border-top: 1px solid rgba(255,255,255,.1); }

    .footer-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin: 0;
        padding: 16px 0;
        border: none;
    }

    .footer-toggle::before {
        display: none;
    }

    .copyright .container {
        align-items: center;
        flex-direction: column;
    }

    .lightbox {
        padding-right: 12px;
        padding-left: 12px;
    }

    .lightbox-nav {
        top: auto;
        bottom: 22px;
        width: 46px;
        height: 46px;
        transform: none;
    }

    .lightbox-prev {
        left: 18px;
    }

    .lightbox-next {
        right: 18px;
    }

    .lightbox-content {
        padding-bottom: 58px;
    }

    .container.intro {
        width: min(100% - 30px, 920px);
        margin-bottom: 30px;
        padding: 48px 0 0;
    }

    .intro h2 {
        font-size: clamp(28px, 7vw, 36px);
    }

    .intro p {
        font-size: 15px;
        line-height: 1.7;
    }
}
