@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat.ttf') format('truetype');
}

/* Default CSS */
:root {
    --primary-color: #021183; 
    --primary-color-low: rgba(2, 51, 124, 0.5);
    --primary-color-dark: #001a4d;

    --secondary-color: #adb5bd; 
    --secondary-color-low: rgba(173, 181, 189, 0.5);
    --secondary-color-dark: #6c757d;

    --tertiary-color: #e9ecef;
    --tertiary-color-low: rgba(233, 236, 239, 0.5);
    --tertiary-color-dark: #ced4da;

    --bg-color: #e7e7e7;
    --bg-color-low: rgba(248, 249, 250, 0.5);
    --bg-color-dark: #e4e7eb;

    --text-dark: #343a40;
    --text-dark-low: #495057b9;
    --text-dark-dark: #212529;

    --text-light: #f8f9fa;
    --text-light-low: rgba(248, 249, 250, 0.7);
    --text-light-dark: #e1e4e6;

    --button-color: #02337c; 
    --button-color-low: rgba(2, 51, 124, 0.5);
    --button-color-dark: #001a4d;

    --card-bg: #fcfcfc;
    --card-bg-low: #f3f2f2;
    --smoothline-color: var(--bg-color);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

/* reset all the default styles */

html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: all!important;
  }


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background-color: var(--bg-color);
    color: var(--text-dark);
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: var(--text-dark);
}

i {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

button:hover {
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
}
h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark);
}
h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
}
h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
}
h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}
h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var (--text-dark);
}


h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    color: var(--text-dark);
}

h2 {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 600;
    color: var(--text-dark);
}

h3 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 600;
    color: var(--text-dark);
}

h4 {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
    font-weight: 600;
    color: var(--text-dark);
}

h5 {
    font-size: clamp(1rem, 3vw, 1.75rem);
    font-weight: 600;
    color: var(--text-dark);
}

h6 {
    font-size: clamp(0.875rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: var(--text-dark);
}

body, p, a, li {
    font-size: clamp(0.875rem, 2.5vw, 1.25rem);
    line-height: 1.6;
    color: var(--text-dark);
}

.navbar .right .menu ul li a {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}

/* Ana section ve kartlar için responsive düzenlemeler */

.landing-sec .body .title {
    font-size: clamp(2rem, 5vw, 3.3rem);
}

.landing-sec .body .desc {
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.homeCard-sec .body .card .left h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.homeCard-sec .body .card .left p {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}

.features-sec .feature .left h2 {
    font-size: clamp(2rem, 5vw, 4rem);
}

.features-sec .feature .left p {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

::-webkit-scrollbar-track {
    background-color: var(--bg-color);
}



body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

section {
    display: flex;
    position: relative;
    height: 100vh;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--card-bg); /* Beyaz arkaplan eklendi */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge eklendi */
}

.navbar {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0; /* Padding değeri düzenlendi */
}

.navbar .left {
    width: 15%;
}

.navbar .left .logo {
    width: 100%;
}

.navbar .left .logo img {
    width: 100%;
    height: auto;
}

.navbar .right {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.navbar .right .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .right .menu ul li {
    margin: 0 1rem;
} 

.navbar .right .menu ul li a {
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 500;
}

.navbar .burger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 30px;
    position: relative;
    top: -3px;
}

.navbar .burger div {
    width: 35px;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Navbar Responsive */

@media screen and (max-width: 1450px) {
    .navbar .right {
        width: 80%;
    }
}

@media screen and (max-width: 1150px) {
    .navbar {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {

    header {
        background-color: var(--card-bg);
        padding-bottom: 0rem;
    }
    
    

    .navbar .right {
        display: none;
    }
    
    .navbar {
        width: 85%;
        
    }

    .navbar .left {
        width: 25%;
    }

    .navbar .burger {
        display: flex;
    }

    .navbar .right {
      position: absolute;
      top: 100%;
      right: -100%;
      display: unset;
      width: 30%;
      height: 100vh;
      background-color: var(--card-bg);
      transition: all 0.3s ease;
    }

    .navbar .right.active {
        right: 0;
    }

    .navbar .right .menu ul {
        flex-direction: column;
        align-items: start;
    }

    .navbar .right .menu ul li {
        margin: 1rem 0;
        margin-left: 1rem;
    }

    .navbar .right .menu ul li a {
        font-size: 1.3rem;
    }

    .burger div {
        transition: all 0.3s ease;
    }

    .burger.active div:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .burger.active div:nth-child(2) {
        opacity: 0;
    }

    .burger.active div:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -10px);
    }
    

    
}

@media screen and (max-width: 768px) {
    .navbar .left {
        width: 30%;
    }

    .navbar .right {
        width: 40%;
    }

    .navbar .right .menu ul li a {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 576px) {
    .navbar .left {
        width: 40%;
    }

    .navbar .right {
        width: 50%;
    }

    .navbar .right .menu ul li a {
        font-size: 1rem;
    }
}




/* Mega Menü */

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 75%;
    background: var(--card-bg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    border-top: none;
    border-radius: 16px;
    margin-top: 1rem;
}

.has-megamenu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mega-menu-inner {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 3rem;
    padding-left: 0;
    gap: 4rem;
}

.has-megamenu > a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.has-megamenu > a i {
    font-size: 0.7rem !important;
    opacity: 0.6;
    transition: transform 0.3s ease;
}

.has-megamenu:hover > a i {
    transform: rotate(180deg);
    opacity: 1;
}

.menu-sidebar {
    width: 300px;
    padding-right: 1rem;
    border-right: 1px solid rgba(0,0,0,0.04);
    max-height: 400px; 
    overflow-y: auto; 
    position: relative;
}


.menu-sidebar::-webkit-scrollbar {
    width: 4px;
}

.menu-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.menu-sidebar::-webkit-scrollbar-thumb {
    background: var(--bg-color);
    border-radius: 10px;
}

.menu-sidebar::after {
    display: none; 
}

.menu-sidebar ul {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.2rem;
}

.menu-sidebar ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.7rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    color: var(--text-dark-low);
    background: transparent;
    position: relative;
    font-size: 0.85rem;
    letter-spacing: -0.2px;
    margin: 0;
    opacity: 0.8;
}

.menu-sidebar ul li a i {
    width: 14px;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.7;
}

.menu-sidebar ul li.active a,
.menu-sidebar ul li a:hover {
    background: var(--bg-color);
    color: var(--primary-color);
    transform: translateX(3px);
}

.menu-sidebar ul li.active a i,
.menu-sidebar ul li a:hover i {
    opacity: 1;
}

.menu-sidebar ul li.active a::after {
    content: '';
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: var(--primary-color);
    border-radius: 2px;
}

.menu-content {
    flex: 1;
    padding-left: 2rem;
    max-height: 400px;
}


.menu-content::-webkit-scrollbar {
    width: 4px;
}

.menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.menu-content::-webkit-scrollbar-thumb {
    background: var(--bg-color);
    border-radius: 10px;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-content.active {
    display: block;
}

.menu-grid {
    display: flex;
    gap: 4rem;
}

.menu-items {
    width: 100%;
    padding: 0;
}

.menu-items h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-weight: 600;
    position: relative;
    padding-bottom: 0.8rem;
}

.menu-items h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1.5px;
    background: var(--primary-color);
    border-radius: 2px;
}

.menu-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start!important;
    align-items: start;
    gap: 0.3rem;
    padding: 0.5rem 0;
}

.menu-items ul li {
    width: auto;
    display: flex;
    margin: 0!important;
}

.menu-items ul li a {
    color: var(--text-dark-low);
    transition: all 0.25s ease;
    display: block;
    padding: 0.4rem 0.8rem!important;
    border-radius: 6px;
    font-size: 0.82rem!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--bg-color);
    display: inline-block;
    border: 1px solid transparent;
}

.menu-items ul li a:hover {
    color: var(--primary-color);
    background: var(--card-bg);
    transform: translateY(-2px);
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(2, 17, 131, 0.1);
}

.menu-image {
    width: 30%;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.6s ease;
    filter: brightness(0.95);
}

.menu-image:hover img {
    transform: scale(1.05);
}

.menu-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 1400px) {
    .mega-menu {
        width: 95%;
    }
    
    .mega-menu-inner {
        padding: 2rem;
        gap: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .mega-menu-inner {
        padding: 2rem;
        gap: 2rem;
    }

    .menu-sidebar {
        width: 260px;
    }

    .menu-items ul li {
        width: auto;
    }
    
    .menu-image {
        min-width: 220px;
    }
}

@media screen and (max-width: 991px) {

    .mega-menu {
        position: static;
        box-shadow: none;
        transform: none;
        background: transparent;
        padding: 0;
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: 0;
        overflow: hidden;
    }

    .has-megamenu.active .mega-menu {
        height: auto;
        margin: 1rem 0;
    }

    header {
        position: relative!important;
    }

    .navbar .right {
        height: auto;
    }

    .mega-menu-inner {
        flex-direction: column;
        padding: 0;
        background: var(--bg-color);
        border-radius: 8px;
    }

    .menu-sidebar, .menu-content {
        max-height: none;
        overflow: visible;
    }

    .menu-sidebar {
        width: 100%;
        border-right: none;
        padding: 0.3rem;
    }

    .menu-sidebar ul {
        gap: 0;
        padding: 0.2rem;
    }

    .menu-sidebar ul li {
        
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .menu-sidebar ul li a {
        padding: 0.6rem;
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        font-size: 0.7rem;
        
    }

    .menu-content {
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .tab-content {
        padding: 1rem;
        background: var(--card-bg);
    }

    .tab-content.active {
        animation: slideDown 0.3s ease;
    }

    .menu-items {
        padding: 0;
    }

    .menu-items h3 {
        font-size: 1.1rem;
        padding: 1rem;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .menu-items ul {
        padding: 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .menu-items ul li {
        width: 100%;
    }

    .menu-items ul li a {
        width: 100%;
        padding: 0.8rem 1rem;
        border-radius: 6px;
        font-size: 0.85rem;
        background: var(--bg-color);
    }

    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    
    .menu-sidebar li.active + .menu-content {
        height: auto;
    }

    .mega-menu-inner {
        background: var(--card-bg);
        margin: 0.5rem;
        border-radius: 8px;
        overflow: hidden;
    }

    .menu-sidebar {
        width: 100%;
        padding: 0.3rem;
        border: none;
    }

    .menu-sidebar ul {
        background: var(--bg-color);
        border-radius: 6px;
        padding: 0.3rem;
    }

    .menu-sidebar ul li a {
        padding: 0.7rem;
        border-radius: 4px;
        font-size: 0.75rem;
        border: none;
    }

    .menu-sidebar ul li a i {
        width: 14px;
        margin-right: 0.5rem;
        font-size: 0.8rem;
    }

    .menu-content {
        background: var(--bg-color);
        margin: 0.3rem;
        border-radius: 6px;
    }

    .tab-content {
        padding: 0.8rem;
    }

    .menu-items h3 {
        font-size: 0.9rem;
        padding: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .menu-items ul {
        padding: 0.5rem;
    }

    .menu-items ul li a {
        font-size: 0.72rem;
        padding: 0.6rem 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    .menu-grid .menu-image {
        display: none!important;
    }
     
    .menu-items ul li {
        width: auto;
    }

    .mega-menu-inner {
        margin: 0 1rem;
    }

    .menu-sidebar ul li a {
        font-size: 0.85rem;
    }

    .menu-items ul li a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    .menu-items ul li {
        width: auto;
    }

    .mega-menu-inner {
        margin: 0 0.5rem;
    }

    .menu-sidebar ul li a i {
        width: 16px;
        margin-right: 0.5rem;
    }
}








/* Landing */


.landing-sec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-light);
    overflow: hidden;
}

.landing-sec .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.landing-sec .bg .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.landing-sec .bg .leftLine {
    position: absolute;
    left: 0%;
    top: 0%;

    width: 55%;
    height: 100%;
    background-color: var(--primary-color);

    display: flex;
    justify-content: space-around;
    align-items: end;
    clip-path: polygon(0% 21%, 40% 30%, 70% 0%, 98% 0%, 45% 55%, 0% 45%);
    z-index: 1;
}


.landing-sec .bg .rightLine {
    position: absolute;
    right: -2%;
    bottom: -5%;
    width: 32%;
    height: 80%;
    background-color: var(--primary-color);

    display: flex;
    justify-content: space-around;
    align-items: end;
    clip-path: polygon(0% 38%, 100% 58%, 100% 88%, 0% 66%);
    z-index: 3;
}

.landing-sec .bg .image {
    width: 500px;
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translateX(-50%);
    opacity: 0;
}


.landing-sec .bg .rightContent {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;

    z-index: 0;
    
}

.landing-sec .bg .rightContent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-sec .body .title {
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 50%;
    margin-top: 50px;
    opacity: 0;
    transform: translateX(-50%);
    text-align: center;
}

.landing-sec .body .title span.up {
    position: relative;
    margin-left: 400px;
}

.landing-sec .body .desc {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    top: 70%;
    left: 5%;
    width: 35%;
    color: var(--text-dark-low);
    opacity: 0;
    margin-left: -10%;
}

[data-is-scrolled="true"] .landing-sec .body .desc {
    opacity: 0;
}

.landing-sec .body .curve-btn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

[data-is-scrolled="true"] .landing-sec .body .curve-btn {
    opacity: 0;
}

/* landing Sec Responsive */

@media screen and (max-width: 1700px) {
    .landing-sec .body .title {
        left: 47%;
    }
}

@media screen and (max-width: 1560px) {
    .landing-sec .body .title {
        top: 25%;
        left: 60%;
        width: 70%;
    }
}

@media screen and (max-width: 1300px) {
    .landing-sec .body .title {
        top: 25%;
        left: 65%;
        width: 70%;
        font-size: 2.5rem;
    }

    .landing-sec .body .desc {
        font-size: 1.3rem;
    }

    .landing-sec .bg .leftLine {
        clip-path: polygon(0% 25%, 40% 32%, 72% 0%, 98% 0%, 48% 54%, 0% 45%);
    }
}

@media screen and (max-width: 1200px) {
    .landing-sec .body .title {
        font-size: 2.3rem;
    }

    .landing-sec .body .desc {
        width: 35%;
        font-size: 1.2rem;
    }
    
    .landing-sec .bg .leftLine {
        clip-path: polygon(0% 26%, 38% 34%, 72% 0%, 98% 0%, 48% 54%, 0% 45%);
    }
}

@media screen and (max-width: 991px) {
    .landing-sec .body .title {
        font-size: 2rem;
        top: 15%;
        left: 50%;
        width: 100%;
        opacity: 1;
        text-align: center;
    }

    .landing-sec .body .title span.up {
        margin-left: 0;
    }


    .landing-sec .body .desc {
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        font-size: 1.1rem;
        opacity: 1!important;
        margin-left: 0;
        text-align: center;
    }

    .landing-sec .bg .leftLine {
        display: none;
    }

    .landing-sec .bg .rightLine {
        display: none;
    }

    .landing-sec .bg .image {
        opacity: 1;
        bottom: 8%;
    }
}

@media screen and (max-width: 768px) {
    .landing-sec .body .title {
        font-size: 1.8rem;
    }

    .landing-sec .body .desc {
        font-size: 1rem;
    }

    .landing-sec .bg .image {
        width: 400px;
        bottom: 15%;
    }
}

@media screen and (max-width: 600px) {
    .landing-sec .body .title {
        font-size: 1.5rem;
    }

    .landing-sec .body .desc {
        font-size: 0.9rem;
    }

    .landing-sec .bg .image {
        width: 300px;
        bottom: 20%;
    }
}




.homeCard-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homeCard-sec .head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

.homeCard-sec .head p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-dark-low);
    width: 60%;
    text-align: center;
    margin:0 auto;
}

.homeCard-sec .body {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.homeCard-sec .body .card {
    width: 60%;
    height: 350px;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}

.homeCard-sec .body .card .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../uploads/card1.webp');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
}

.homeCard-sec .body .card .bg .boxes {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start!important;
    position: relative;
    left: 30%;
    gap: 0;
    z-index: 1;
}

.homeCard-sec .body .card .bg .boxes .line {
    background-color:   var(--card-bg)!important;
    height: 20px!important;
}

.homeCard-sec .body .card .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.homeCard-sec .body .card .left h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.homeCard-sec .body .card .left p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 95%;
}

@media screen and (max-width: 1350px) {


    .homeCard-sec .head p  {
        width: 70%;
        font-size: 1.2rem;
    }

    .homeCard-sec .body .card {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    .homeCard-sec .body .card .inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .homeCard-sec {
        margin-top: 100px;
    }
    
    .homeCard-sec .head p {
        width: 90%;
    }

    .homeCard-sec .body .card .bg {
        background-image: url('../../uploads/card1-2.webp');
        background-position: top;
    }

    .homeCard-sec .body .card .bg .boxes {
        display: none!important;
    }

    .homeCard-sec .body .card {
        height: 600px;
        align-items: end;
    }

    .homeCard-sec .body .card .inner {
        height: 300px;
        width: 100%;
    }

    .homeCard-sec .body .card .inner .left {
        width: 100%;
        text-align: center;
    }

    .homeCard-sec .body .card .inner .left h2 {
        font-size: 2.5rem;
    }

    .homeCard-sec .body .card .inner .left p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 600px) {
    .homeCard-sec .body .card .inner .left h2 {
        font-size: 2.1rem;
    }

    .homeCard-sec .body .card .inner .left p {
        font-size: 1.1rem;
    }
} 




.features-sec {
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.features-sec .feature {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    
    background-color: var(--card-bg);
    opacity: 0;
}


.features-sec .feature .left {
    width: 45%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 5%;
    margin-top: 7rem;
}

.features-sec .feature .left h2 {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: max-content;
}

.features-sec .feature .left h2 span.primary {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 0.2rem 1rem;
    margin-left: 0;
}

.features-sec .feature .left h2 span {
    position: relative;
    margin-left: -18px;
}



.features-sec .feature .left p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 90%;
}

.features-sec .feature .left .btn {
    position: relative;
    top: 15px;
}

.features-sec .feature .right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

/* Feature 1 */

.features-sec .feature1 {
    overflow: hidden;
}

.features-sec .feature1 .right .signals {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -51%;
    top: -51%;
    
}

.features-sec .feature1 .right .signals .inner {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
}

.features-sec .feature1 .right .signals .inner div {
    width: 0%;
    height: 0%;
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    left: 110%;
    top: -50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.features-sec .feature1 .right .image {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 12%;
    right: 12%;
    opacity: 0;
}

.features-sec .feature1 .right .image2 {
    top: 25%;
    right: 25%;
}

.features-sec .feature1 .right .image3 {
    top: 38%;
    right: 38%;
}

.features-sec .feature1 .right .image4 {
    top: 50%;
    right: 50%;
}

/* Feature 2 */
.features-sec .feature2 {
    overflow: hidden;
}

.features-sec .feature2 .right .ball {
    width: 80%;
    left: 80%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 73%;
    box-shadow : 0px -0px 10000px transparent
}

.features-sec .feature2 .right .ball .inner {position: relative;}

.features-sec .feature2 .right .ball svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible; 
    
}

.features-sec .feature2 .right .ground {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    bottom: 20%;
}

/* Feature 3 */

.features-sec .feature3 {
    overflow: hidden;
}

.features-sec .feature3 .right .camera-eye {
    width: 50vw;
    height: 50vw;
    right: 0;
    top: 0;
    
    position: absolute;
    background-color: var(--primary-color);
    background: linear-gradient(225deg, var(--primary-color) 0%, var(--bg-color) 100%);
    clip-path:polygon(100% 0%, 37% 62%, 38% 63%);
    opacity: 0;
    border: none;
}



.features-sec .feature3 .right .text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 30%;
    top: 40%;
    opacity: 0;
    z-index: 2;
}


.features-sec .feature3 .right h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    color: var(--card-bg);
}

.features-sec .feature4 {
    overflow: hidden;
}

.features-sec .feature4 .right {
    z-index: 4;
}

.features-sec .feature4 .right svg {
    width: 80%;
}

.features-sec .feature4 .argeCharLocs {
    position: absolute;
    right: 0;
    top: 25%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.features-sec .feature4 .argeCharLocs .locs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.features-sec .feature4 .argeCharLocs .loc {
    width: 100px;
    height: 200px;
}

.features-sec .feature4 .argeCharLocs .text {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-left: 2rem;
    opacity: 0;
}

.features-sec .feature4 .splashLines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2%;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: space-around;
    z-index: 2;
    opacity: 0;
}

.features-sec .feature4 .splashLines .Smoothline {
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--bg-color) 100%)!important;
}

/* features sec responsive */

@media screen and (max-width: 1600px) {
    .features-sec .feature .left h2 {
        margin-bottom: 0rem;
        font-size: 4rem;
    }

    .features-sec .feature .left p {
        font-size: 1.2rem;
    }

    .features-sec .feature .left .btn {
        top: 10px;
    }

    
    .features-sec .feature3 .right .text {
        top: 30%;
    }

    .features-sec .feature3 .right .text h3 {
        font-size: 2.5rem;
        line-height: 1.7;
    }
    
}

@media screen and (max-width: 1350px) {
    .features-sec .feature3 .right .text {
        top: 23%;
    }
    .features-sec .feature3 .right .text h3 {
        font-size: 2.3rem;
        line-height: 1.9;
    }

    .features-sec .feature1 .right .image {
        width: 80px;
        height: 80px;
    }


}

@media screen and (max-width: 1250px) {
    .features-sec .feature3 .right .text {
        top: 22%;
        left: 26%;
    }
    .features-sec .feature3 .right .text h3 {
        font-size: 2.1rem;
        line-height: 2.05;
    }
}

@media screen and (max-width: 1100px) {
    .features-sec .feature3 .right .text {
        top: 20%;
        left: 30%;
    }

    .features-sec .feature3 .right .text h3 {
        font-size: 1.8rem;
        line-height: 2.4;
    }

    .features-sec .feature1 .right .image {
        width: 70px;
        height: 70px;
    }
    

    .features-sec .feature1 .right .image1 {
        top: 10%;
        right: 10%;
    }

    .features-sec .feature1 .right .image2 {
        top: 20%;
        right: 20%;
    }

    .features-sec .feature1 .right .image3 {
        top: 30%;
        right: 30%;
    }

    .features-sec .feature1 .right .image4 {
        top: 40%;
        right: 40%;
    }

}

@media screen and (max-width: 991px) {
    

    .features-sec .feature .left {
        width: 100%;
        position: relative;
        top: 150px;
    }

    .features-sec .feature .left h2 {
        font-size: 3rem;
    }

    .features-sec .feature .left h2 span {
        font-size: 3rem;
        margin-right: 0.5rem;
    }

    .features-sec .feature .left p {
        font-size: 1.2rem;
        width: 100%;
    }

    .features-sec .feature .left .btn {
        top: 10px;
    }

    .features-sec .feature .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }

    .features-sec .feature1 .right .image {
        width: 50px;
        height: 50px;
    }

    .features-sec .feature1 .right .image1 {
        top: 8vw;
        right: 6vw;
    }

    .features-sec .feature1 .right .image2 {
        top: 15vw;
        right: 13vw;
    }

    .features-sec .feature1 .right .image3 {
        top: 23vw;
        right: 20vw;
    }

    .features-sec .feature1 .right .image4 {
        top: 30vw;
        right: 28vw;
    }

    .features-sec .feature2 .right {
        right: -7%;
    }

    .features-sec .feature3 .right .camera-eye {
        width: 60vw;
        height: 60vw;
    }

    .features-sec .feature3 .right .text {
        top: 20vw;
        left: 13vw;
    }

    .features-sec .feature4 .right {
        top: -14%;
        width: 70%;
        right: -2%;
    }
    
}

@media screen and (max-width: 750px) {
    .features-sec .feature3 .right .camera-eye {
        width: 70vw;
        height: 70vw;
    }
    
    .features-sec .feature3 .right .text {
        top: 23vw;
        left: 5vw;
    }

    .features-sec .feature4 .right {
        top: -20%;
        width: 75%;
        right: 0;
    }

    .features-sec .feature .left {
        top: 100px;
    }

    .features-sec .feature4 .argeCharLocs .locs {
        flex-direction: column;
        gap: 5px;
        position: relative;
        top: -20%;
    }

    .features-sec .feature4 .argeCharLocs .loc {
        width: 100px;
        height: 100px;
    }

    .features-sec .feature .left h2 .xdd {
        font-size: 2.1rem;
    }

    .features-sec .feature .left h2 span.primary {
        padding: 0.05rem 0.5rem;
        margin-left: 0;
        margin-right: 0.5rem;
        font-size: 2.3rem;
    }

    .features-sec .feature .left p {
        font-size: 1rem;
        width: 95%;
    }

    .features-sec .feature .left .btn {
        top: 5px;
        padding: 0.7rem 0.5rem;
        padding-right: 3.5rem;
        white-space: wrap;
        font-size: 1rem;
    }

    .features-sec .feature .left .btn span {
        font-size: 1.1rem;
    }

}

@media screen and (max-width: 680px) {
    .features-sec .feature3 .right .camera-eye {
        width: 85vw;
        height: 85vw;
    }

    .features-sec .feature3 .right .text {
        top: 28vw;
        left: -3vw;
    }

    .features-sec .feature3 .right .text {
        top: 25vw;
        left: -7vw;
    }

    .features-sec .feature .left .btn{
        padding: 0.7rem 0.8rem;
        padding-right: 2.5rem;
        font-size: 0.9rem;
    }

    .features-sec .feature .left .btn::after {
        width: 30px;
        height: 30px;
        right: 4px;
    }

    .argeCharLocs p {
        font-size: 1rem;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {

    .features-sec .feature .left {
        top: 10%
    }

    .features-sec .feature1 .right .image {
        width: 35px;
        height: 35px;
    }


    .features-sec .feature2 .right {
        top: 12%;
    }

    .features-sec .feature .left .title h2 {
        font-size: 2.5rem;
    }


    
}


@media screen and (max-width: 550px) {
    .features-sec .feature3 .right .text {
        top: 20vw;
        left: -8vw;
    }


    .features-sec .feature3 .right .text h3 {
        font-size: 1.2rem;
        line-height: 3.8;
    }

    .features-sec .feature3 .right .text h3:last-child span:first-child {
        position: relative;
        top: 15%;
    }

    .features-sec .feature .left .title h2{
        font-size: 2.3rem;
    }
}


.hybrone-sec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    overflow: hidden;
    
}

.hybrone-sec .hybrone-fixed {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: var(--card-bg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    opacity: 0;
    bottom: -10%;
    width: 0;
}

.hybrone-sec .hybrone-fixed .menu {
    width: 550px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.9rem;
}

.hybrone-sec .hybrone-fixed .menu .icon {
    height: 80%;
    position: relative;
    left: 5%;
    transform: translateX(-50%);
}

.hybrone-sec .hybrone-fixed .menu .icon::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 75%;
    top: 10%;
    left: 5%;
    background-color: var(--card-bg);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
}

.hybrone-sec .hybrone-fixed .menu .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 30px rgba(2, 17, 131,0.7));
}


.hybrone-sec .inner {
    width: 90%;
    height: 85%;
    background-color: var(--card-bg);
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;

    width: 0;
}

.hybrone-sec .inner .item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}

.hybrone-sec .inner .item .left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    margin-top: -3rem;

    top: -10%;
    position: relative;
}

.hybrone-sec .inner .item .left h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.1;
}

.hybrone-sec .inner .item .left h2 span {
    color: var(--primary-color);
}

.hybrone-sec .inner .item .left p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 95%;
}

.hybrone-sec .inner .item .right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hybrone-sec .inner .item .right img {
    width: 80%;
    object-fit: cover;
    border-radius: 15px;
    filter: drop-shadow(0 0 60px rgba(2, 17, 131,0.5));
}

/* hybrone sec responsive */

@media screen and (max-width: 1250px) {
    .hybrone-sec .hybrone-fixed .menu {
        width: 800px;
    }

    .hybrone-sec .inner {
        height: 75%;
    }

    .hybrone-sec .inner .item .left {
        padding-left: 2rem;
        width: 50%;
    }

    .hybrone-sec .inner .item .left h2 {
        font-size: 2.5rem;
    }

    .hybrone-sec .inner .item .left p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .hybrone-sec .inner {
        width: 100%;
        height: 100%;
        background: none;
        display: unset;
        box-shadow: none;
        position: relative;
    }

    .hybrone-sec .inner .item {
        flex-direction: column-reverse;
        width: 90%;
        margin: 0 5%;
        opacity: 1;
        z-index: 1;
        position: unset;
    }

    .hybrone-sec .inner .item .left {
        height: 50%;
        width: 100%;
    }
    
    .hybrone-sec .inner .item .right {
        width: 60%;
    }

    .hybrone-sec .inner .item:first-child .right {
        width: 70%;
        margin-top: 100px;
    }

    .hybrone-sec .inner .item:nth-child(2) .right {
        width: 70%;
    }
    

    .hybrone-sec {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .hybrone-sec .inner .item .left h2 {
        font-size: 2.3rem;
    }

    .hybrone-sec .inner .item .left p {
        font-size: 1.1rem;
    }


    .hybrone-sec .inner .item:first-child .right {
        width: 90%;
        margin-top: 100px;
    }

    .hybrone-sec .inner .item:nth-child(2) .right {
        position: relative;
        top: 8%;
    }

    .hybrone-sec .inner .item:nth-child(3) .right {
        width: 60%;
        position: relative;
        top: 8%;
    }

    .hybrone-sec .inner .item .left {
        top: 0;
    }

}

@media screen and (max-width: 600px) {
    .hybrone-sec .inner .item .left h2 {
        font-size: 1.6rem;
    }

    .hybrone-sec .inner .item .left p {
        font-size: 1rem;
    }
}


.category-sec {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
    overflow: hidden;
}

.category-sec .body .cards {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 5rem;
    width: 75%;
    margin: 0 auto;
    gap: 3rem;
    position: relative;
}

.category-sec .body .cards .card {
    width: 30%;
    height: 300px;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}

.category-sec .body .cards .card .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
}

.category-sec .body .cards .card .left h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.category-sec .body .cards .card .left h2 span {
    color: var(--primary-color);
}

.category-sec .body .cards .card .left p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 95%;
}

.category-sec .body .cards .card .left .btn {
    position: relative;
    top: 20px;
    white-space: nowrap;
    width: max-content;
}

.category-sec .body .cards .card .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
}

.category-sec .body .cards .card .bg .img {
    width: 100%;
    height: 100%;
}

.category-sec .body .cards .card .bg .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-sec .body .cards .card .bg .img img:last-child {
    display: none;
}


.category-sec .body .cards .card1 {
    width: calc(100% - 4rem);
    margin: 0 auto;
    height: 400px;
}

.category-sec .body .cards .card1 .left {
    width: 50%;
}

.category-sec .body .cards .card2 {
    width: calc(50% - 5.5rem);
    margin: 0 auto;
    height: 850px;
}


.category-sec .body .cards .card2 img {
    object-position: bottom!important;
}

.category-sec .body .cards .card3 {
    width: calc(50% - 5.5rem);
    margin: 0 auto;
    height: calc(400px - 1.5rem);
}

.category-sec .body .cards .card3 img {
    object-position: top!important;
}

.category-sec .body .cards .card4 {
    width: calc(50% - 5.5rem);
    margin: 0 auto;
    height: calc(400px - 1.5rem);
    position: absolute;
    bottom: 0;
    right: 0;
}

.category-sec .body .cards .card4 img {
    object-position: bottom!important;
}

/* category sec responsive */

@media screen and (max-width: 1350px) {
    .category-sec .body .cards {
        width: 90%;
    }

    .category-sec .body .cards .card .left h2 {
        font-size: 2.5rem;
    }

    .category-sec .body .cards .card .left p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1150px) {
    .category-sec .body .cards {
        gap: 1.5rem;
        width: 95%;
        
    }

    .category-sec .body .cards .card {
        width:calc(50% - 6rem)!important;
        padding: 1.5rem;
        height: 550px!important;
        position: relative!important;
    }

    .category-sec .body .cards .card .left {
        width: 100%;
    }

    .category-sec .body .cards .card .bg .img img:last-child {
        display: unset;
        position: absolute;
        height: 110%;
        width: 100%;
        bottom: 0;
    }

    .category-sec .body .cards .card .bg .img img:first-child {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .category-sec .body .cards .card .left h2 {
        font-size: 2.3rem;
    }

    .category-sec .body .cards .card .left p {
        font-size: 1.1rem;
    }

    .category-sec .body .cards {
        width: 100%;
    }
    .category-sec .body .cards .card .bg .img img:last-child {
        height: 145%;
    }

    .category-sec .body .cards .card .left .btn {
        font-size: 1rem;
    }
}


@media screen and (max-width: 991px) {
    .category-sec .body .cards {
        flex-direction: column;
    }

    .category-sec .body .cards .card {
        width: 60%!important;
        height: 500px!important;
        margin-bottom: 1rem;
    }

    .category-sec .body .cards .card .left .btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 750px) {
    .category-sec .body .cards .card .left h2 {
        font-size: 2rem;
    }

    .category-sec .body .cards .card .left p {
        font-size: 1rem;
    }

    .category-sec .body .cards .card .bg .img img:last-child {
        height: 160%;
    }

    .category-sec .body .cards .card  {
        width: 80%!important;
        height: 400px!important;
    }

    .category-sec .body .cards .card .left .btn {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 600px) {
    .category-sec .body .cards .card .left h2 {
        font-size: 1.8rem;
    }

    .category-sec .body .cards .card .left p {
        font-size: 1rem;
    }

    .category-sec .body .cards .card .bg .img img:last-child {
        height: 110%;
    }
}





.product-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    overflow: hidden;
    height: 100vh;
}


.product-slider .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-slider .inner .slider-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.product-slider .inner .slider-item .h-title {
    position: relative;
    top: 15%;
}


.product-slider .inner .slider {
    width: 100%;
    height: 100%;
}

.product-slider .inner .slider .flickity-viewport {
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
}

.product-slider .inner .slider .item {
    width: 20.33%;
    margin: 0 1.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -30%;
    border-radius: 10px;
}

.product-slider .inner .slider .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /*
    filter: drop-shadow(0 0 40px rgba(3, 14, 95, 0.1));
    */
    transition: all 0.3s ease;
}

.product-slider .inner .slider .item .content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 70%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.product-slider .inner .slider .item .content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.product-slider .inner .slider .item.is-selected .content {
    opacity: 1;
    top: 90%;
}

.product-slider .inner .slider .item.is-selected .image img {
    /*
    filter: drop-shadow(0 0 40px rgba(3, 14, 95, 0.3));
    */
    transition: all 0.3s ease;
    scale: 1.2;
}


.product-slider .inner .slider .item .inner {
    background-color: var(--card-bg-low);
    width: 80%;
}


.product-slider .inner .slider .item.is-selected .inner {
    background-color: var(--card-bg);
    border-radius: 10px;
}

/* product slider responsive */

@media screen and (max-width: 1350px) {
    .product-slider .inner .slider .item .content h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1150px) {
    .product-slider .inner .slider .item .content h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 991px) {
    .product-slider .inner .slider .item .content h2 {
        font-size: 1.4rem;
    }

    .product-slider .inner .slider .item {
        width: 33%;
    }

}

@media screen and (max-width: 750px) {
    .product-slider .inner .slider .item .content h2 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 671px) {
    .product-slider {
        margin-top: -5%;
        height: 80vh;
    }

    
}

@media screen and (max-width: 600px) {
    .product-slider .inner .slider .item .content h2 {
        font-size: 1rem;
    }

    .product-slider .inner .slider .item {
        width: 80%;
    }
}


.blogs-sec {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
    overflow: hidden;
}

.blogs-sec .head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}


.blogs-sec .body .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    gap: 2rem;
    margin-top: 3rem;
}

.blogs-sec .body .cards .card {
    width: 24%;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background: var(--card-bg);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

    
}

.blogs-sec .body .cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blogs-sec .body .cards .card .image {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--card-bg);
}

.blogs-sec .body .cards .card .image .link {
    position: absolute;
    bottom: -40px;
    right: 10px;
    z-index: 2;
    background-color: var(--card-bg);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: max-content;
    
    display: flex;
    flex-direction: row;
}

.blogs-sec .body .cards .card:hover .image .link {
    bottom: 10px;
}


.blogs-sec .body .cards .card .image .link .icon {
    height: 25px;
    margin-left: 0.5rem;
    position: relative;

}

.blogs-sec .body .cards .card .image .link .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.blogs-sec .body .cards .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blogs-sec .body .cards .card .content {
    width: calc(100% - 2rem);
    padding: 1rem;
    height: 205px;
    display: flex;
    flex-direction: column;
}

.blogs-sec .body .cards .card .content .title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: normal;
}

.blogs-sec .body .cards .card .content .desc {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;

    /* maksimum 3 satır */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-sec .body .cards .card .content .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogs-sec .body .cards .card .content .info .owner {
    display: flex;
    align-items: center;
}

.blogs-sec .body .cards .card .content .info .owner .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blogs-sec .body .cards .card .content .info .owner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-sec .body .cards .card .content .info .owner .name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-left: 0.5rem;
}

.blogs-sec .body .cards .card .content .info .date {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}


/* blogs sec responsive */

@media screen and (max-width: 1350px) {
    .blogs-sec .body .cards .card .content .title {
        font-size: 1.2rem;
    }

    .blogs-sec .body .cards .card .content .desc {
        font-size: 0.9rem;
    }

    .blogs-sec .body .cards .card .content .info .owner .name {
        font-size: 0.9rem;
    }

    .blogs-sec .body .cards .card .content .info .date {
        font-size: 0.9rem;
    }

    .blogs-sec .body .cards {
        width: 100%;
        gap: 1rem;
    }

    .blogs-sec .body .cards .card {
        width: 31%;
    }

    
}

@media screen and (max-width: 1150px) {
    .blogs-sec .body .cards .card .content .title {
        font-size: 1.1rem;
    }

    .blogs-sec .body .cards .card .content .desc {
        font-size: 0.8rem;
    }

    .blogs-sec .body .cards .card .content .info .owner .name {
        font-size: 0.8rem;
    }

    .blogs-sec .body .cards .card .content .info .date {
        font-size: 0.8rem;
    }

    .blogs-sec .body .cards .card .content {
        height: 170px;
    }
}

@media screen and (max-width: 991px) {

    .blogs-sec {
        height: auto;
        width: 100%;
    }

    .blogs-sec .body .cards {
        display: unset;
        gap: 0.5rem;
    }

    .blogs-sec .body .cards .card {
        width: 80%;
        margin: 0 30px;
    }

    .blogs-sec .body .cards .card:first-child {
        margin-left: 50px;
    }

    .blogs-sec .body .cards .card .content {
        height: 160px;
    }

    .blogs-sec .body .cards .card .link {
        opacity: 0;
    }

    /* fix flickity slider */
    .blogs-sec .body .cards .card .content .info .owner .image {
        display: none;
    }

    .blogs-sec .body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 750px) {
    .blogs-sec .body .cards .card .content .title {
        font-size: 1rem;
    }

    .blogs-sec .body .cards .card .content .desc {
        font-size: 0.7rem;
    }

    .blogs-sec .body .cards .card .content .info .owner .name {
        font-size: 0.7rem;
    }

    .blogs-sec .body .cards .card .content .info .date {
        font-size: 0.7rem;
    }

    
}




.contactLink {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    margin-top: 200px;
    height: auto;
}

.contactLink .inner {
    width: 70%;
    height: 400px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--card-bg);
}

.contactLink .inner .left {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.contactLink .inner .left h2 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
}

.contactLink .inner .left h2 span {
    color: var(--primary-color);
}

.contactLink .inner .left p {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 90%;
}

.contactLink .inner .right {
    width: 30%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.contactLink .inner .right button {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    transform-origin: center;
    position: relative;
}


.contactLink .inner .right button .inner {
    width: 0%;
    height: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background-color: var(--primary-color);
    transition: all 0.5s ease;
    transition-delay: 0.2s;
}

.contactLink .inner .right button:hover .inner {
    width: 60%;
    height: 60%;
}

.contactLink .inner .right button .icon {
    position: absolute;
    width: 100px;
    height: 100px;
    animation: contactBtnIcon ease-in-out infinite alternate;
    animation-duration: 2s;
}

.contactLink .inner .right button .icon svg {
    width: 100%;
    height: 100%;
}

.contactLink .inner .right button .icon svg path {
    transition: all 0.3s ease;
}

.contactLink .inner .right button:hover .icon svg path {
    fill: var(--text-light);
}

@keyframes contactBtnIcon {
    0% {
        transform: rotate(5deg) translateX(8px) translateY(5px);
    }
    50% {
        transform: rotate(0deg) translateX(-5px);
    }

    100% {
        transform: rotate(-5deg) translateX(8px) translateY(-5px);
    }
}





.contactLink .inner .right button .roundCircle {
    width: 120%;
    position: absolute;
    top: -10%;
    left: -10%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: rotate infinite;
    animation-duration: 25s;
    transform-origin: center;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* contact link responsive */

@media screen and (max-width: 1350px) {
    .contactLink .inner .left h2 {
        font-size: 4rem;
    }

    .contactLink .inner .left p {
        font-size: 1.3rem;
    }
}


@media screen and (max-width: 1150px) {
    .contactLink .inner .left h2 {
        font-size: 3.5rem;
    }

    .contactLink .inner .left p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {

    .contactLink {
        margin-top: 100px;
    }

    .contactLink .inner {
        flex-direction: column;
        gap: unset;
        height: 100%;
    }

    .contactLink .inner .left {
        width: 100%;
        justify-content: center;
        align-items: start;
        padding: 2rem 0;
        padding-bottom: 0;
    }
    
    .contactLink .inner .left h2 {
        font-size: 3rem;
        text-align: center;
    }

    .contactLink .inner .left p {
        font-size: 1.2rem;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .contactLink .inner .right {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 2rem;
    }

    .contactLink .inner .right button {
        width: 200px;
        height: 200px;
        
    }

    .contactLink .inner .right button .icon {
        width: 80px;
        height: 80px;
    }
}


@media screen and (max-width: 750px) {
    .contactLink .inner .left h2 {
        font-size: 2.5rem;
    }

    .contactLink .inner .left p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .contactLink .inner {
        width: 85%;
    }

    .contactLink .inner .left h2 {
        font-size: 2rem;
    }

    .contactLink .inner .left p {
        font-size: 0.9rem;
    }

    .contactLink .inner .right button {
        width: 150px;
        height: 150px;
    }

    .contactLink .inner .right button .icon {
        width: 60px;
        height: 60px;
    }
}





footer {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-color: var(--card-bg);
    overflow: hidden;
}

footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

footer .bg .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

footer .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 2;
}

footer .bg svg {
    width: 100%;
    height: 255%;
    top: 50%;
    position: absolute;
    object-fit: fill;
    z-index: 1;
}


.footer {
    width: 85%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    z-index: 2;
    height: 100%;
}

footer .head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .head .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

footer .head .left .left-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    bottom: -5%;
    left: 0;
    z-index: -1;

    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .head .left .left-bg .line {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--card-bg) 100%)!important;
}

footer .head .left .right-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    bottom: -5%;
    right: 0;
    z-index: -1;

    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .head .left .right-bg .line {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--card-bg) 100%)!important;
}



footer .head .left .logo {
    width: 40%;
    display: flex;
    justify-content: start;
    align-items: center;
}

footer .head .left .logo img {
    width: 100%;
    height: auto;
}

footer .head .left .content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
}

footer .head .left .content p {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}

footer .head .left .socials {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}

footer .head .left .socials a {
    width: 50px;
    height: 50px;
    background-color: var(--bg-color-dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

footer .head .left .socials a img {
    width: 30px;
    height: auto;
    opacity: 0.9;
}

footer .head .right {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .head .right .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 2rem;
}

footer .head .right .content .item {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 20px;
    padding: 1rem 2rem;
    background-color: var(--card-bg);
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    

}


footer .head .right .content .item .title {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-right: 20px;
}

footer .head .right .content .item ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

footer .head .right .content .item ul li {
    margin-right: 20px;
    transition: all 0.3s ease;
}

footer .head .right .content .item ul li:hover {
    transform: translateY(-5px);
}


footer .head .right .content .item ul li a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}

footer .head .right .content .item ul li:hover a {
    color: var(--primary-color);
    transition: all 0.3s ease;
}

footer .copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    color: var(--text-dark-low);
}

footer .copyright p {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

footer .copyright p a {
    width: 60px;
}

footer .copyright p a img {
    width: 100%;
    height: auto;
}


/* Footer Responsive */

@media screen and (max-width: 1500px) {
    
    footer .head .left .content p {
        font-size: 1rem;
    }

    footer .head .left .socials a {
        width: 40px;
        height: 40px;
    }

    footer .head .left .socials a img {
        width: 25px;
    }

    footer .head .right .content .item .title {
        font-size: 1.1rem;
    }

    footer .head .right .content .item ul li a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1200px) {
    

    footer .head .left .content p {
        font-size: 0.9rem;
    }

    footer .head .left .socials a {
        width: 35px;
        height: 35px;
    }

    footer .head .left .socials a img {
        width: 20px;
    }

    .footer {
        width: 95%;
    }

    footer .head  {
        width: 100%;
    }

    footer .head .right .content .item .title {
        font-size: 1rem;
    }

    footer .head .right .content .item ul li a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 991px) {
    footer {
        height: auto;
        padding-top: 20px;
    }

    footer .head {
        flex-direction: column;
        gap: 2rem;
    }

    footer .head .left {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    

    footer .head .left .content {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    footer .head .left .content p {
        text-align: center;
        width: 80%;
    }

    footer .head .left .left-bg {
        display: none;
    }

    footer .head .left .right-bg {
        display: none;
    }

    footer .head .right {
        width: 100%;
    }

    footer .head .right .content {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    footer .head .right .content .item {
        padding: 1rem;
    }

    footer .head .right .content .item .title {
        font-size: 1.2rem;
    }

    footer .head .right .content .item ul li a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    
    footer .head .right .content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }

    footer .head .right .content .item {
        padding: 0.5rem 1rem;
        flex-direction: column;
        width: 25%;
    }

    footer .head .right .content .item .title {
        font-size: 1.3rem;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .head .right .content .item ul {
        flex-direction: column;
        justify-content: center;
        align-self: center;
    }

    footer .head .right .content .item ul li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    footer .head .right .content .item ul li a {
        font-size: 0.9rem;
        text-align: center;
        width: 100%;
    }

    footer .head .right .content .item ul li a:hover {
        color: var(--primary-color);
    }


    

    footer .head .left .content p {
        font-size: 0.8rem;
    }



    footer .head .right .content .item .title {
        font-size: 1rem;
    }

    footer .head .right .content .item ul li a {
        font-size: 0.8rem;
    }

    footer .copyright {
        padding: 0.5rem 0;
        margin-top: 10px;
    }

    footer .copyright p {
        font-size: 0.9rem;
    }

    footer .copyright p a {
        width: 50px;
    }
}

@media screen and (max-width: 650px) {

    footer .head .right .content .item {
        width: calc(45% - 2rem);
        margin: 0;
    }


    footer .head .right .content .item .title {
        font-size: 1rem;
        
    }

    footer .head .right .content .item ul li a {
        font-size: 0.9rem;
    }

    footer .copyright p {
        font-size: 0.8rem;
    }

    footer .copyright p a {
        width: 40px;
    }
}

@media screen and (max-width: 450px) {

    footer .head .right .content .item {
        width: 30%;
    }

    footer .head .right .content .item .title {
        font-size: 0.8rem;
    }

    footer .head .right .content .item ul li a {
        font-size: 0.6rem;
    }

    

    footer .copyright p {
        font-size: 0.8rem;
    }

    footer .copyright p a {
        width: 30px;
    }
}


.contact-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    height: auto;
    margin-bottom:50px;
}

.contact-area .head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-area .head .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-area .head .right .image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-area .head .right .image img {
    width: 100%;
    height: auto;
}

.contact-area .head .left {
    width: 40%;
    margin-left: 2%;
    margin-bottom: 15vh;
}

.contact-area .head .left h2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

.contact-area .head .left h2 span {
    color: var(--primary-color);
}

.contact-area .head .left p {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;
    width: 90%;
}

.contact-area .curve-btn {
    position: absolute;
    left: 50%;
    top: 75vh;
}



.contact-area .body .form {
    position: absolute;
    left: 6%;
    width: 35%;
    top: 45vh;
    background-color: var(--card-bg);
    border-radius: 5px;
    padding: 2rem 1rem;
}
.contact-area .body .form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.contact-area .body .form form .input-group {
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
}

.contact-area .body .form form .input-group.w-100 {
    width: calc(100% - 1rem);
}

.contact-area .body .form form .input-group input {
    width: 100%;
    padding: 1rem 1rem;
    border-radius: 5px;
    border: 1px solid var(--bg-color-dark);
    background-color: var(--bg-color);
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-area .body .form form .input-group input:focus {
    border: 1px solid var(--primary-color);
}

.contact-area .body .form form .input-group textarea {
    width: calc(100% - 2.5rem);
    margin-left: 0.2rem;
    height: 150px;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid var (--bg-color-dark);
    background-color: var(--bg-color);
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-area .body .form form .input-group .checkbox {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    width: 60%;
}

.contact-area .body .form form .input-group .checkbox input {
    width: 20px;
    height: 20px;
}

.contact-area .body .form form .input-group .checkbox label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    user-select: none;
}

.contact-area .body .form form .input-group .checkbox input:checked + label {
    color: var(--primary-color);
}

.contact-area .body .form form .input-group .checkbox input:checked + label::before {
    content: url('../images/icons/check.svg');
    width: 20px;
    height: 20px;
}

.contact-area .body .form form .input-group .checkbox input:checked + label::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
}


.contact-area .body .form form .input-group button {
    width: 30%;
    padding: 1rem 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-area .body .form form .input-group button i {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.contact-area .body .form form .input-group button:hover {
    background-color: var(--primary-color-dark);
}

.contact-area .body .form form .input-group button:disabled {
    background-color: var(--bg-color-dark);
    color: var (--text-dark-low);
}

.contact-area .body .form form .input-group button:disabled:hover {
    background-color: var(--bg-color-dark);
    color: var (--text-dark-low);
}

.contact-area .body .form form .input-group button:disabled {
    cursor: not-allowed;
}

.contact-area .body .form form .input-group button:disabled:hover {
    cursor: not-allowed;
}

.contact-area .info-card {
    width: 40%;
    position: absolute;
    right: 7%;
    top: 65vh;

    padding: 2rem;
    background-color: var(--card-bg);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 3rem;

}

.contact-area .info-card .info {
    width: calc(50% - 0.5rem);
    flex-direction: row;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-area .info-card .info.w-100 {
    width: calc(100% - 0.5rem);
}


.contact-area .info-card .info .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 1rem;
}

.contact-area .info-card .info .icon i {
    font-size: 1.5rem;
    color: var(--text-light);
}

.contact-area .info-card .info .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.contact-area .info-card .info .content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.contact-area .info-card .info .content p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}

.contact-area .info-card .info .content a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 0.5rem;
}

.contact-area .map {
    width: 60%;
    height: 50vh;
    position: relative;
    margin-top: 30rem;
    border-radius: 10px;
    background-color: var(--card-bg);
    padding: 1rem;
    display: flex;
    margin-bottom: 8rem;
}

.contact-area .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Contact Area Responsive */
@media screen and (max-width: 1200px) {
    .contact-area .head .left h2 {
        font-size: 3.5rem;
    }

    .contact-area .head .left p {
        font-size: 1.3rem;
        margin: 0 auto;
    }

    .contact-area .body .form {
        width: 40%;
    }

    .contact-area .info-card {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .contact-area .head {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-area .head .left {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .contact-area .head .right {
        width: 70%;
    }

    .contact-area .body .form {
        position: relative;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .contact-area .info-card {
        width: 90%;
        position: relative;
        right: unset;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-area .map {
        margin-top: 5rem;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .contact-area .head .left h2 {
        font-size: 3rem;
    }

    .contact-area .head .left p {
        font-size: 1.2rem;
    }

    .contact-area .head .right {
        width: 90%;
    }

    .contact-area .info-card {
        padding: 1.5rem;
    }

    .contact-area .info-card .info {
        width: 100%;
    }

    .contact-area .info-card .info .icon {
        width: 40px;
        height: 40px;
    }

    .contact-area .info-card .info .content h3 {
        font-size: 1.3rem;
    }

    .contact-area .info-card .info .content p {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 576px) {
    .contact-area .head .left h2 {
        font-size: 2.5rem;
    }

    .contact-area .head .left p {
        font-size: 1.1rem;
    }

    .contact-area .body .form {
        width: 95%;
        padding: 1.5rem 1rem;
    }

    .contact-area .body .form form .input-group {
        width: 100%;
    }

    .contact-area .body .form form .input-group input,
    .contact-area .body .form form .input-group textarea {
        font-size: 0.9rem;
    }

    .contact-area .body .form form .input-group .checkbox label {
        font-size: 0.8rem;
    }

    .contact-area .body .form form .input-group button {
        width: 40%;
    }

    .contact-area .info-card {
        width: 95%;
        padding: 1rem;
    }

    .contact-area .map {
        width: 95%;
        height: 40vh;
    }
}


.breadcrumb {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 7rem;
    margin-bottom: 2rem;

    height: auto;
    overflow: hidden;
}

.breadcrumb .inner {
    width: 90%;
    height: 50vh;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.breadcrumb .inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--card-bg);
    z-index: -1;

    
}

.breadcrumb .inner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.breadcrumb .inner .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    position: relative;
    top: 35%;
    
    padding: 0 2rem;
}

.breadcrumb .inner .content h1 {
    font-size: 5rem;
    font-weight: 600;
    color: var(--text-light);
}

.breadcrumb .inner .content p {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--text-light);
    margin-top: 1rem;
    position: relative;
    top: 40px;
    width: 35%;

    /* maksimum 3 satır */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* breadcrumb responsive */

@media screen and (max-width: 1500px) {
    .breadcrumb .inner .content h1 {
        font-size: 4rem;
    }

    .breadcrumb .inner .content p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .breadcrumb .inner .content h1 {
        font-size: 3.5rem;
    }

    .breadcrumb .inner .content p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb .inner .content h1 {
        font-size: 3rem;
    }

    .breadcrumb .inner .content p {
        font-size: 1.2rem;
        margin-top: -30px;
    }

    .breadcrumb .inner .content {
        flex-direction: column;
        gap: 0;
        justify-content: start;
        align-items: start;
        top: 20%;
    }

    .breadcrumb .inner {
        height: 40vh;
    }


}

@media screen and (max-width: 768px) {
    .breadcrumb .inner .content h1 {
        font-size: 2.5rem;
    }

    .breadcrumb .inner .content p {
        font-size: 1rem;
    }

    .breadcrumb .inner {
        height: 30vh;
    }
    
}

@media screen and (max-width: 600px) {
    .breadcrumb .inner .content h1 {
        font-size: 2rem;
    }

    .breadcrumb .inner .content p {
        font-size: 0.9rem;
    }

    .breadcrumb .inner {
        height: 25vh;
        width: 95%;
    }
    
}




/* Blogs Area */
/* Blogs Page */

.blogs-area {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin-top: 5rem;
    height: auto;
    margin-bottom: 5rem;
    overflow: hidden;
}

.blogs-area .left {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}


.blogs-area .left .blog {
    width: calc(50% - 1rem);
    border-radius: 10px;
    background-color: var(--card-bg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blogs-area .left .blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blogs-area .left .blog .image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blogs-area .left .blog .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-area .left .blog .content {
    width: calc(100% - 3rem);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 250px;
}

.blogs-area .left .blog .content .cats {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.blogs-area .left .blog .content .cats a {
    font-size: 1rem;
    font-weight: 500;
    background: var(--primary-color);
    color: var(--text-light-dark);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.blogs-area .left .blog .content .cats a:hover {
    background: var(--primary-color-dark);
    color: var(--text-light);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.blogs-area .left .blog .content .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var (--text-dark);
    margin-bottom: 1rem;
    /* max 2 satır */
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-area .left .blog .content .desc {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
    margin-bottom: 1rem;

    /* maksimum 3 satır */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    position: relative;

}

.blogs-area .left .blog .content .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blogs-area .left .blog .content .info .owner {
    display: flex;
    align-items: center;
}

.blogs-area .left .blog .content .info .owner .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blogs-area .left .blog .content .info .owner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-area .left .blog .content .info .owner .name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-left: 0.5rem;
}

.blogs-area .left .blog .content .info .date {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}

.blogs-area .right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 12vh;
}

.blogs-area .right .inner {
    width: calc(90% - 2rem);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
}

.blogs-area .right .inner.multi {
    width: calc(85% - 2rem);
    padding: 2rem;
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    
}

.blogs-area .right .inner .search {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.blogs-area .right .inner .search input {
    width: 90%;
    padding: 1rem 1rem;
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--text-light-dark);
    background-color: var(--card-bg);
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.blogs-area .right .inner .search button {
    width: 13%;
    height: 50px;
    border-radius: 0 5px 5px 0;
    background-color: var(--primary-color);
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.blogs-area .right .inner .search button i {
    font-size: 1.2rem;
    font-weight: 600;
}

.blogs-area .right .inner .search button:hover {
    background-color: var(--primary-color-dark);
}

.blogs-area .right .inner .search button:disabled {
    background-color: var(--bg-color-dark);
    color: var(--text-dark-low);
}

.blogs-area .right .inner .search button:disabled:hover {
    background-color: var(--bg-color-dark);
    color: var(--text-dark-low);
}

.blogs-area .right .inner .filter {
    width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.blogs-area .right .inner .filter .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var (--text-dark);
}

.blogs-area .right .inner .filter ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blogs-area .right .inner .filter ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}

.blogs-area .right .inner .filter ul li a {
    font-size: 1rem;
    font-weight: 500;
    
    transition: all 0.3s ease;
    
    /* max 1 satır */
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-area .right .inner .filter ul li a:hover {
    color: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(8px);
}

.blogs-area .right .inner .filter ul li a.active {
    color: var(--primary-color);
}

.blogs-area .right .inner .filter ul.cats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.blogs-area .right .inner .filter ul.cats li {
    display: flex;
    justify-content: start;
    align-items: center;
}

.blogs-area .right .inner .filter ul.cats li a {
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--text-light-dark);
    padding: 0.5rem 0.7rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.blogs-area .right .inner .filter ul.cats li a:hover {
    background-color: var(--primary-color-dark);
    color: var(--text-light);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

/* Blogs Responsive */

@media screen and (max-width: 1500px) {
    .blogs-area .left .blog .content .title {
        font-size: 1.3rem;
    }

    .blogs-area .left .blog .content .desc {
        font-size: 1rem;
    }

    .blogs-area .left .blog .content .info .owner .name {
        font-size: 0.9rem;
    }

    .blogs-area .left .blog .content .info .date {
        font-size: 0.9rem;
    }

    .blogs-area .right .inner .search input {
        padding: 1rem 0.5rem;
    }

    .blogs-area .right .inner .search button {
        height: 45px;
    }

    .blogs-area .right .inner .search button i {
        font-size: 1rem;
    }

    .blogs-area .right .inner .filter .title {
        font-size: 1.3rem;
    }

    .blogs-area .right .inner .filter ul li a {
        font-size: 0.9rem;
    }

    .blogs-area .right .inner .filter ul.cats li a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1250px) {
    .blogs-area .left .blog .content .title {
        font-size: 1.2rem;
    }

    .blogs-area .left .blog .image {
        height: 220px;
    }

    .blogs-area .left .blog .content .desc {
        font-size: 0.9rem;
    }

    .blogs-area .left .blog .content .desc {
        font-size: 0.9rem;
    }

    .blogs-area .left .blog .content .info .owner .name {
        font-size: 0.8rem;
    }

    .blogs-area .left .blog .content .info .date {
        font-size: 0.8rem;
    }

    .blogs-area .right .inner .search input {
        padding: 1rem 0.5rem;
    }

    .blogs-area .right .inner .search button {
        height: 45px;
    }

    .blogs-area .right .inner .search button i {
        font-size: 1rem;
    }

    .blogs-area .right .inner .filter .title {
        font-size: 1.2rem;
    }

    .blogs-area .right .inner .filter ul li a {
        font-size: 0.8rem;
    }

    .blogs-area .right .inner .filter ul.cats li a {
        font-size: 0.8rem;
        white-space: nowrap;
        
    }
}

@media screen and (max-width: 991px) {
    .blogs-area {
        flex-direction: column;
        gap: 2rem;
    }

    .blogs-area .left {
        width: 100%;
    }

    .blogs-area .left .blog {
        width: calc(100% - 2rem);
    }

    .blogs-area .right {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .blogs-area .right .inner {
        width: 100%;
        margin-left: unset;
        justify-content: center;
        align-items: center;
    }

    .blogs-area .right .inner .search {
        width: 90%;
    }

    .blogs-area .right .inner .search input {
        width: 80%;
    }


    .blogs-area .right .inner .filter {
        width: 100%;
    }

    .blogs-area .right .inner .filter ul li a {
        font-size: 0.8rem;
    }

    .blogs-area .right .inner .filter ul.cats li a {
        font-size: 0.8rem;
    }


    .blogs-area .left .blog .content {
        height: auto;
        padding: 0.8rem;
        padding-top: 10px;
        width: calc(100% - 1.6rem);
    }

    .blogs-area .left .blog .content .cats {
        margin-bottom: 10px;
    }

    .blogs-area {
        width: 95%;
    }
}


/* Blog Area */
/* Blog Page */

.blogs-area .blog-area {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.blogs-area .blog-area .inner {
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.blogs-area .blog-area .image {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blogs-area .blog-area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-area .blog-area .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.blogs-area .blog-area .content p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-dark);
}

.blogs-area .blog-area .other-blogs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
}

.blogs-area .blog-area .other-blogs .title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark);
    width: 100%;
    text-align: center;
}

.blogs-area .blog-area .other-blogs .others {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.blogs-area .blog-area .other-blogs .others .other-blog {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.blogs-area .blog-area .other-blogs .others .other-blog:hover:first-child {
    transform: translateX(-10px);
}

.blogs-area .blog-area .other-blogs .others .other-blog:hover:last-child {
    transform: translateX(10px);
}


.blogs-area .blog-area .other-blogs .others .other-blog .image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blogs-area .blog-area .other-blogs .others .other-blog .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-area .blog-area .other-blogs .others .other-blog .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
}

.blogs-area .blog-area .other-blogs .others .other-blog .content .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
}


/* Blog Responsive */

@media screen and (max-width: 1500px) {
    .blogs-area .blog-area .content p {
        font-size: 1rem;
    }

    .blogs-area .blog-area .other-blogs .title {
        font-size: 1.8rem;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .content .title {
        font-size: 1.3rem;
    }

    .blogs-area .blog-area {
        width: 85%;
    }
}

@media screen and (max-width: 1250px) {
    .blogs-area .blog-area .content p {
        font-size: 0.9rem;
    }

    .blogs-area .blog-area .other-blogs .title {
        font-size: 1.6rem;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .content .title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .blogs-area .blog-area .inner {
        padding: 1rem;
    }

    .blogs-area .blog-area .image {
        height: 40vh;
    }

    .blogs-area .blog-area .content p {
        font-size: 0.8rem;
    }

    .blogs-area .blog-area .other-blogs .title {
        font-size: 1.4rem;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .content .title {
        font-size: 1rem;
    }

    .blogs-area .blog-area {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .blogs-area .blog-area .other-blogs .others {
        flex-direction: column;
        gap: 2rem;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog {
        width: 100%;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .image {
        height: 200px;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .content .title {
        font-size: 1rem;
    }


    .blogs-area .blog-area {
        width: 95%;
    }
}

@media screen and (max-width: 600px) {
    .blogs-area .blog-area .image {
        height: 30vh;
    }

    .blogs-area .blog-area .content p {
        font-size: 0.7rem;
    }

    .blogs-area .blog-area .other-blogs .title {
        font-size: 1.2rem;
    }

    .blogs-area .blog-area .other-blogs .others .other-blog .content .title {
        font-size: 0.9rem;
    }
}

/* Products Area Styles */
.products-area {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 5rem;
    height: auto;
}

.products-area .inner {
    width: 100%;
    display: flex;
    gap: 2rem;
}

.products-area .filter {
    width: 25%;
    position: sticky;
    top: 12vh;
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: max-content;
}

.products-area .filter .search {
    display: flex;
    margin-bottom: 2rem;
}

.products-area .filter .search input {
    width: 80%;
    padding: 0.8rem;
    border: 1px solid var(--bg-color);
    border-radius: 5px 0 0 5px;
    font-size: 0.9rem;
}

.products-area .filter .search button {
    width: 20%;
    background: var(--primary-color);
    color: white;
    border-radius: 0 5px 5px 0;
}

.products-area .filter h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.products-area .filter .categories ul {
    margin-bottom: 2rem;
}

.products-area .filter .categories ul li {
    margin-bottom: 0.5rem;
}


.products-area .filter .categories ul li a {
    color: var(--text-dark);
    transition: all 0.3s;
}

.products-area .filter .categories ul li a.active {
    color: var(--primary-color);
}

.products-area .filter .categories ul li ul {
    margin-left: 1rem;
    margin-top: 0rem;
    margin-bottom: 0;
}



.products-area .filter .compatibility .options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.products-area .filter .compatibility label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.products-area .filter .compatibility h3 {
    display: flex;
    align-items: center;
}

.products-area .filter .compatibility h3 img {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}

.products-area .products {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.products-area .products .product {
    width: calc(33.33% - 1.4rem);
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 380px;
    cursor: pointer;
}

.products-area .products .product .image {
    position: relative;
    height: 220px;
    padding: 1.5rem;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-area .products .product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.products-area .products .product .brand {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.products-area .products .product .hybrone-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.products-area .products .product .hybrone-badge img {
    width: 20px;
    height: 20px;
}

.products-area .products .product .content {
    padding: 1.5rem;
    background: var(--card-bg);
    position: relative;
    height: 150px;
    border-top: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.products-area .products .product .content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.products-area .products .product .content p {
    color: var(--text-dark-low);
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.products-area .products .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.products-area .products .product:hover .content {
    background: var(--primary-color);
}

.products-area .products .product:hover .content h3 {
    color: var(--text-light);
}

.products-area .products .product:hover .content p {
    color: var(--text-light-low);
}

/* Filter düzenlemeleri */
.products-area .filter .categories ul li ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-left: 1rem;
}

.products-area .filter .categories ul li.active ul {
    max-height: 500px;
    opacity: 1;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.products-area .filter .categories ul li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.products-area .filter .categories ul li > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transition: transform 0.4s ease;
}

.products-area .filter .categories ul li.active > a::after {
    transform: rotate(180deg);
}

/* Products Area Responsive */
@media screen and (max-width: 1200px) {
    .products-area .products .product {
        width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 991px) {
    .products-area .inner {
        flex-direction: column;
    }

    .products-area .filter {
        width: calc(100% - 4rem);
        position: relative;
        top: 0;
    }

    .products-area .products {
        width: 100%;
    }
    
}

@media screen and (max-width: 768px) {
    .products-area {
        width: 95%;
    }

    .products-area .filter {
        padding: 1.5rem;
        width: calc(100% - 3rem);
    }

    .products-area .products .product {
        width: 100%;
    }

    .products-area .products .product .image {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .products-area .filter .search input {
        width: 75%;
    }

    .products-area .filter .search button {
        width: 25%;
    }

    .products-area .products .product .image {
        height: 200px;
    }
}

/* Products Details Styles */
.products-details {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    height: auto;
}

.products-details .inner {
    width: 100%;
}

.products-details .product {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
}

.products-details .gallery {
    width: 45%;
    margin-right: 2rem;
}

.products-details .gallery .main-image {
    width: 100%;
    height: 500px;
    background: var(--card-bg);
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.products-details .gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-details .gallery .main-image .hybrone-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 1.2rem;
}

.products-details .gallery .main-image .hybrone-badge img {
    width: 50px;
    height: 50px;
}



.products-details .gallery .thumbnails {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}

.products-details .gallery .thumb {
    width: 100px;
    height: 100px;
    padding: 0.5rem;
    background: var(--card-bg);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.products-details .gallery .thumb.active {
    border: 2px solid var(--primary-color);
}

.products-details .gallery .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-details .info {
    width: 50%;
    padding: 2rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.products-details .info .brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.products-details .info .brand img {
    height: 40px;
    width: auto;
}

.products-details .info h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.products-details .info .categories {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.products-details .info .categories a {
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: var(--text-light);
    border-radius: 5px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.products-details .info .description {
    margin-bottom: 2rem;
}

.products-details .info .features ul {
    margin-top: 1rem;
}

.products-details .info .features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.products-details .info .features i {
    color: var(--primary-color);
    font-size: 1rem;
}

.products-details .info .documents {
    margin-top: 2rem;
}

.products-details .info .documents .docs {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.products-details .info .documents .doc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    background: var(--bg-color);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.products-details .info .documents .doc:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.products-details .related-products {
    margin-top: 4rem;
}

.products-details .related-products h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.products-details .related-products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.products-details .related-products .products .product {
    width: calc(33.33% - 1.4rem);
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 420px;
    cursor: pointer;
}

.products-details .related-products .products .product .image {
    position: relative;
    height: 220px;
    padding: 1.5rem;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-details .related-products .products .product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.products-details .related-products .products .product .brand {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.products-details .related-products .products .product .hybrone-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.products-details .related-products .products .product .hybrone-badge img {
    width: 20px;
    height: 20px;
}

.products-details .related-products .products .product .content {
    padding: 1.5rem;
    background: var(--card-bg);
    position: relative;
    height: 120px;
    border-top: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.products-details .related-products .products .product .content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;
}

.products-details .related-products .products .product .content p {
    color: var(--text-dark-low);
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.products-details .related-products .products .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.products-details .related-products .products .product:hover .content {
    background: var(--primary-color);
}

.products-details .related-products .products .product:hover .content h3 {
    color: var(--text-light);
}

.products-details .related-products .products .product:hover .content p {
    color: var(--text-light-low);
}

/* Responsive styles for related products */
@media screen and (max-width: 1200px) {
    .products-details .related-products .products .product {
        width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 768px) {
    .products-details .related-products .products .product {
        width: 100%;
    }

    .products-details .related-products .products .product .image {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .products-details .related-products .products .product .image {
        height: 200px;
    }
}

/* Products Details Responsive */
@media screen and (max-width: 1200px) {
    .products-details .gallery .main-image {
        height: 400px;
    }

    .products-details .info h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .products-details .product {
        flex-direction: column;
    }

    .products-details .gallery,
    .products-details .info {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .products-details {
        width: 95%;
    }

    .products-details .gallery .main-image {
        height: 300px;
        padding: 1rem;
    }

    .products-details .gallery .thumb {
        width: 80px;
        height: 80px;
    }

    .products-details .info {
        padding: 1.5rem;
    }

    .products-details .info h1 {
        font-size: 1.8rem;
    }
}

/* Ürün Detay Sayfası Zoom Özelliği */
.products-details .gallery .main-image {
    position: relative;
    overflow: visible;
}

.products-details .gallery .main-image .zoom-container {
    display: none;
    position: absolute;
    left: 105%;
    top: 0;
    width: 500px;
    height: 500px;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 100;
}

.products-details .gallery .main-image:hover .zoom-container {
    display: block;
}

.products-details .gallery .main-image .zoomed-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

/* Ürün Detay Sayfası Tab Sistemi */
.products-details .info .tabs {
    margin-top: 2rem;
}

.products-details .info .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--bg-color);
    padding-bottom: 1rem;
}

.products-details .info .tab-btn {
    padding: 0.8rem 1.5rem;
    background: transparent;
    color: var(--text-dark-low);
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.products-details .info .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.products-details .info .tab-content {
    display: none;
}

.products-details .info .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* Teknik Özellikler Tablosu */
.products-details .info .tech-specs table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

.products-details .info .tech-specs tr {
    background: var(--bg-color);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.products-details .info .tech-specs tr:hover {
    background: var(--bg-color-dark);
}

.products-details .info .tech-specs td {
    padding: 1rem;
}

.products-details .info .tech-specs td:first-child {
    font-weight: 500;
    width: 40%;
    border-radius: 5px 0 0 5px;
}

.products-details .info .tech-specs td:last-child {
    border-radius: 0 5px 5px 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Düzenlemeler */
@media screen and (max-width: 1200px) {
    .products-details .gallery .main-image .zoom-container {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .products-details .info .tab-buttons {
        flex-wrap: wrap;
    }
    
    .products-details .info .tab-btn {
        width: calc(50% - 0.5rem);
        text-align: center;
    }
}

/* Product Info Cards */
.products-details .info .detail-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.products-details .info .detail-card {
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.products-details .info .detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.products-details .info .detail-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.products-details .info .detail-card .icon i {
    font-size: 1.5rem;
}

.products-details .info .detail-card h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.products-details .info .detail-card p {
    font-size: 0.9rem;
    color: var(--text-dark-low);
}

/* Shipping & Payment Info */
.products-details .info .additional-info {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.products-details .info .info-box {
    background: var(--bg-color);
    padding: 1.5rem;
    border-radius: 10px;
}

.products-details .info .info-box h3 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.products-details .info .info-box h3 i {
    font-size: 1.4rem;
    color: var(--primary-color);
}

.products-details .info .info-box ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: var(--text-dark-low);
}

.products-details .info .info-box ul li i {
    font-size: 1rem;
    color: var(--primary-color);
}

/* Product Specs Grid */
.products-details .info .specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    margin-top:20rem;
}

.products-details .info .spec-item {
    background: var(--bg-color);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.products-details .info .spec-item:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.products-details .info .spec-item i {
    font-size: 1.2rem;
}

.products-details .info .spec-item span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Marketplace Section Styles */
.products-details .info .marketplaces {
    margin-top: 2rem;
    background: var(--card-bg);
    border-radius: 12px;
    display: flex;
    flex-direction:  column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    position: relative;
}

.products-details .info .marketplaces h3 {
    font-size: 1.5rem;
    text-align: center;
    color: var(--text-dark);
}

.products-details .info .marketplaces h3 span.badge {
    background: var(--primary-color);
    color: var(--text-light);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    position: relative;
    top: -4px;
}

.products-details .info .marketplace-cards {
    display: flex;
    gap: 0.5rem;
}

.products-details .info .marketplace-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.products-details .info .marketplace-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.products-details .info .marketplace-card .card-inner {
    position: relative;
    padding: 0.8rem 3rem;
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 10px;
}

.products-details .info .marketplace-card img {
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.products-details .info .marketplace-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 17, 131, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.products-details .info .marketplace-card.hepsiburada .overlay {
    background: linear-gradient(90deg, #740c7e, #FF6000);
}

.products-details .info .marketplace-card.trendyol .overlay {
    background: linear-gradient(90deg, #d4660c, #e9b91e); 
}

.products-details .info .marketplace-card:hover .overlay {
    opacity: 1;
}

.products-details .info .marketplace-card .overlay span {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
}

.products-details .info .marketplace-card .overlay i {
    color: white;
    font-size: 1rem;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .products-details .info .marketplace-cards {
        grid-template-columns: 1fr;
    }

    .products-details .info .marketplace-card .card-inner {
        height: 80px;
        padding: 1.5rem;
    }

    .products-details .info .marketplace-card img {
        max-width: 150px;
    }

    .products-details .info .marketplace-card .overlay span {
        font-size: 1rem;
    }
}





/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .products-details .info .additional-info {
        grid-template-columns: 1fr;
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .products-details .info .detail-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .products-details .info .detail-cards {
        grid-template-columns: 1fr;
    }
}






/* Certificates Area Styles */
.certificates-area {
    width: 90%;
    margin: 5rem auto;
    min-height: auto;
    padding-bottom: 5rem;
}

.certificates-area .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    align-items: start;
}

/* Responsive adjustments */
@media screen and (max-width: 991px) {
    .certificates-area .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .certificates-area .grid {
        grid-template-columns: 1fr;
    }
}

.certificates-area .certificate {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: zoom-in;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.414; /* A4 aspect ratio */
}

.certificates-area .certificate .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.certificates-area .certificate .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificates-area .certificate .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificates-area .certificate:hover .overlay {
    opacity: 1;
}

.certificates-area .certificate .overlay i {
    color: white;
    font-size: 2rem;
}

.certificate-modal .content {
    user-select: none;
    cursor: grab;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    will-change: transform;
    pointer-events: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .certificates-area {
        width: 95%;
    }
    
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }
}

/* Güncellenen Certificates Modal Styles */
.certificate-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.certificate-modal.active {
    opacity: 1;
    visibility: visible;
}

.certificate-modal .content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    transform-origin: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    transition: none; /* Animasyonu kaldırarak anlık tepki sağlama */
    pointer-events: none;
}

.certificate-modal .controls {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 1rem;
    z-index: 1001;
}

.certificate-modal .control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificate-modal .control-btn:hover {
    background: var(--primary-color);
    color: white;
}

/* Eski tab stillerini kaldır ve yeni tab section stilleri ekle */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--bg-color);
    padding-bottom: 1rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: transparent;
    color: var(--text-dark-low);
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .tab-content {
    display: none;
    padding: 1rem;
}

.product-tabs .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.product-tabs .tab-content .description {
    max-width: 800px;
    margin: 0 auto;
}

.product-tabs .tab-content .description h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .tab-content .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
}

.product-tabs .features {
    margin-top: 3rem;
    max-width: 800px;
    margin: 3rem auto 0;
}

.product-tabs .features h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .features ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.product-tabs .features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-color);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.product-tabs .features li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }
    
    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        text-align: center;
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }

    .product-tabs .tab-content {
        padding: 0.5rem;
    }

    .product-tabs .tab-content .description h3,
    .product-tabs .features h3 {
        font-size: 1.5rem;
    }

    .product-tabs .tab-content .description p {
        font-size: 1rem;
    }

    .product-tabs .features ul {
        grid-template-columns: 1fr;
    }
}

/* Updated Product Tabs Styles */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: var(--bg-color);
    color: var(--text-dark);
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.product-tabs .description {
    padding-right: 2rem;
}

.product-tabs .description h3,
.product-tabs .tech-specs h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.product-tabs .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

/* Technical Specifications Table */
.specs-table {
    background: var(--bg-color);
    border-radius: 12px;
    overflow: hidden;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row:hover {
    background: rgba(0,0,0,0.02);
}

.spec-label, .spec-value {
    padding: 1.2rem 1.5rem;
}

.spec-label {
    width: 40%;
    font-weight: 500;
    background: rgba(0,0,0,0.02);
}

.spec-value {
    width: 60%;
    color: var(--text-dark-low);
}

/* Hybrone Integration Tab */
.hybrone-integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
}

.integration-visual {
    position: relative;
    width: 100%;
    height: 300px;
}

.connection-lines {
    width: 100%;
    height: 100%;
}

.connection-path {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2;
    stroke-dasharray: 10;
    animation: dashMove 20s linear infinite;
}

.pulse-circle {
    fill: var(--primary-color);
    animation: pulse 2s ease-out infinite;
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -200;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.integration-info {
    text-align: center;
    max-width: 600px;
}

.integration-info h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.integration-info p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

.integration-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.integration-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.integration-features li i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
    }

    .product-tabs .description {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }

    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        padding: 0.8rem 1rem;
        font-size: 1rem;
        text-align: center;
    }

    .integration-features {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .product-tabs .tab-btn {
        width: 100%;
    }

    .spec-row {
        flex-direction: column;
    }

    .spec-label, .spec-value {
        width: 100%;
        padding: 1rem;
    }
}

/* Updated Overview Tab Styles */
.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
}

.product-tabs .description {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
}

.product-tabs .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.product-tabs .feature-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-tabs .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-tabs .feature-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.product-tabs .feature-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.product-tabs .feature-content p {
    font-size: 0.9rem;
    color: var(--text-dark-low);
}

/* Updated Hybrone Integration Styles */
.hybrone-integration {
    padding: 3rem 2rem;
}

.hybrone-integration img {
    width: 250px;
}

.integration-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.hybrone-logo {
    width: 180px;
    margin-bottom: 1.5rem;
}

.integration-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-card .icon {
    width: 70px;
    height: 70px;
    background: var(--card-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-card .icon i {
    font-size: 2rem;
    color: var(--primary-color);
}

.benefit-card h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit-card p {
    color: var(--text-dark-low);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Updated Documents Tab Styles */
.documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1rem;
}

.document-card {
    background: var(--bg-color);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.document-card .doc-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-card .doc-icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.document-card .doc-content {
    flex: 1;
}

.document-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.document-card p {
    color: var(--text-dark-low);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.doc-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--card-bg);
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.doc-download:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .integration-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .documents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .product-tabs .features-grid {
        grid-template-columns: 1fr;
    }

    .integration-benefits {
        grid-template-columns: 1fr;
    }

    .documents-grid {
        grid-template-columns: 1fr;
    }

    .document-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Product Info Cards */
.products-details .info .detail-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.products-details .info .detail-card {
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.products-details .info .detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.products-details .info .detail-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.products-details .info .detail-card .icon i {
    font-size: 1.5rem;
}

.products-details .info .detail-card h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.products-details .info .detail-card p {
    font-size: 0.9rem;
    color: var(--text-dark-low);
}

/* Shipping & Payment Info */
.products-details .info .additional-info {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.products-details .info .info-box {
    background: var(--bg-color);
    padding: 1.5rem;
    border-radius: 10px;
}

.products-details .info .info-box h3 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.products-details .info .info-box h3 i {
    font-size: 1.4rem;
    color: var(--primary-color);
}

.products-details .info .info-box ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: var(--text-dark-low);
}

.products-details .info .info-box ul li i {
    font-size: 1rem;
    color: var(--primary-color);
}

/* Product Specs Grid */
.products-details .info .specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    margin-top: 3rem;
}

.products-details .info .spec-item {
    background: var(--bg-color);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.products-details .info .spec-item:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.products-details .info .spec-item i {
    font-size: 1.2rem;
}

.products-details .info .spec-item span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .products-details .info .additional-info {
        grid-template-columns: 1fr;
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .products-details .info .detail-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .products-details .info .detail-cards {
        grid-template-columns: 1fr;
    }
}

/* Certificates Area Styles */
.certificates-area {
    width: 90%;
    margin: 5rem auto;
    min-height: auto;
    padding-bottom: 5rem;
    height: auto;
}

.certificates-area .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.certificates-area .certificate {
    position: relative;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: zoom-in;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.414; /* A4 aspect ratio */
}

.certificates-area .certificate .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.certificates-area .certificate .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificates-area .certificate .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificates-area .certificate:hover .overlay {
    opacity: 1;
}

.certificates-area .certificate .overlay i {
    color: white;
    font-size: 2rem;
}

.certificate-modal .content {
    user-select: none;
    cursor: grab;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    will-change: transform;
    pointer-events: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .certificates-area {
        width: 95%;
    }
    
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }
}

/* Güncellenen Certificates Modal Styles */
.certificate-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.certificate-modal.active {
    opacity: 1;
    visibility: visible;
}

.certificate-modal .content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    transform-origin: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    transition: none; /* Animasyonu kaldırarak anlık tepki sağlama */
    pointer-events: none;
}

.certificate-modal .controls {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 1rem;
    z-index: 1001;
}

.certificate-modal .control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificate-modal .control-btn:hover {
    background: var(--primary-color);
    color: white;
}

/* Eski tab stillerini kaldır ve yeni tab section stilleri ekle */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--bg-color);
    padding-bottom: 1rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: transparent;
    color: var(--text-dark-low);
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .tab-content {
    display: none;
    padding: 1rem;
}

.product-tabs .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.product-tabs .tab-content .description {
    max-width: 800px;
    margin: 0 auto;
}

.product-tabs .tab-content .description h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .tab-content .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
}

.product-tabs .features {
    margin-top: 3rem;
    max-width: 800px;
    margin: 3rem auto 0;
}

.product-tabs .features h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .features ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.product-tabs .features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-color);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.product-tabs .features li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }
    
    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        text-align: center;
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }

    .product-tabs .tab-content {
        padding: 0.5rem;
    }

    .product-tabs .tab-content .description h3,
    .product-tabs .features h3 {
        font-size: 1.5rem;
    }

    .product-tabs .tab-content .description p {
        font-size: 1rem;
    }

    .product-tabs .features ul {
        grid-template-columns: 1fr;
    }
}

/* Updated Product Tabs Styles */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: var(--bg-color);
    color: var(--text-dark);
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.product-tabs .description {
    padding-right: 2rem;
}

.product-tabs .description h3,
.product-tabs .tech-specs h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.product-tabs .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

/* Technical Specifications Table */
.specs-table {
    background: var(--bg-color);
    border-radius: 12px;
    overflow: hidden;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row:hover {
    background: rgba(0,0,0,0.02);
}

.spec-label, .spec-value {
    padding: 1.2rem 1.5rem;
}

.spec-label {
    width: 40%;
    font-weight: 500;
    background: rgba(0,0,0,0.02);
}

.spec-value {
    width: 60%;
    color: var(--text-dark-low);
}

/* Hybrone Integration Tab */
.hybrone-integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
}

.integration-visual {
    position: relative;
    width: 100%;
    height: 300px;
}

.connection-lines {
    width: 100%;
    height: 100%;
}

.connection-path {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2;
    stroke-dasharray: 10;
    animation: dashMove 20s linear infinite;
}

.pulse-circle {
    fill: var(--primary-color);
    animation: pulse 2s ease-out infinite;
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -200;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.integration-info {
    text-align: center;
    max-width: 600px;
}

.integration-info h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.integration-info p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

.integration-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.integration-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.integration-features li i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
    }

    .product-tabs .description {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }

    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        padding: 0.8rem 1rem;
        font-size: 1rem;
        text-align: center;
    }

    .integration-features {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .product-tabs .tab-btn {
        width: 100%;
    }

    .spec-row {
        flex-direction: column;
    }

    .spec-label, .spec-value {
        width: 100%;
        padding: 1rem;
    }
}

/* Updated Overview Tab Styles */
.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
}

.product-tabs .description {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
}

.product-tabs .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.product-tabs .feature-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-tabs .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-tabs .feature-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.product-tabs .feature-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.product-tabs .feature-content p {
    font-size: 0.9rem;
    color: var (--text-dark-low);
}

/* Updated Hybrone Integration Styles */
.hybrone-integration {
    padding: 3rem 2rem;
}

.hybrone-integration img {
    width: 250px;
}

.integration-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.hybrone-logo {
    width: 180px;
    margin-bottom: 1.5rem;
}

.integration-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-card .icon {
    width: 70px;
    height: 70px;
    background: var(--card-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-card .icon i {
    font-size: 2rem;
    color: var(--primary-color);
}

.benefit-card h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit-card p {
    color: var(--text-dark-low);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Updated Documents Tab Styles */
.documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1rem;
}

.document-card {
    background: var(--bg-color);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.document-card .doc-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-card .doc-icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.document-card .doc-content {
    flex: 1;
}

.document-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.document-card p {
    color: var(--text-dark-low);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.doc-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--card-bg);
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.doc-download:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .integration-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .documents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .product-tabs .features-grid {
        grid-template-columns: 1fr;
    }

    .integration-benefits {
        grid-template-columns: 1fr;
    }

    .documents-grid {
        grid-template-columns: 1fr;
    }

    .document-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Product Info Cards */
.products-details .info .detail-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.products-details .info .detail-card {
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.products-details .info .detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.products-details .info .detail-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.products-details .info .detail-card .icon i {
    font-size: 1.5rem;
}

.products-details .info .detail-card h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.products-details .info .detail-card p {
    font-size: 0.9rem;
    color: var(--text-dark-low);
}

/* Shipping & Payment Info */
.products-details .info .additional-info {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.products-details .info .info-box {
    background: var(--bg-color);
    padding: 1.5rem;
    border-radius: 10px;
}

.products-details .info .info-box h3 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.products-details .info .info-box h3 i {
    font-size: 1.4rem;
    color: var(--primary-color);
}

.products-details .info .info-box ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: var(--text-dark-low);
}

.products-details .info .info-box ul li i {
    font-size: 1rem;
    color: var(--primary-color);
}

/* Product Specs Grid */
.products-details .info .specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    margin-top: 3rem;
}

.products-details .info .spec-item {
    background: var(--bg-color);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.products-details .info .spec-item:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.products-details .info .spec-item i {
    font-size: 1.2rem;
}

.products-details .info .spec-item span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .products-details .info .additional-info {
        grid-template-columns: 1fr;
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .products-details .info .detail-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-details .info .specs-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .products-details .info .detail-cards {
        grid-template-columns: 1fr;
    }
}

/* Certificates Area Styles */
.certificates-area {
    width: 90%;
    margin: 5rem auto;
    min-height: auto;
    padding-bottom: 5rem;
    height: auto;
}

.certificates-area .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.certificates-area .certificate {
    position: relative;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: zoom-in;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.414; /* A4 aspect ratio */
}

.certificates-area .certificate .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.certificates-area .certificate .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificates-area .certificate .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificates-area .certificate:hover .overlay {
    opacity: 1;
}

.certificates-area .certificate .overlay i {
    color: white;
    font-size: 2rem;
}

.certificate-modal .content {
    user-select: none;
    cursor: grab;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    will-change: transform;
    pointer-events: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .certificates-area {
        width: 95%;
    }
    
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .certificates-area .grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }
}

/* Güncellenen Certificates Modal Styles */
.certificate-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.certificate-modal.active {
    opacity: 1;
    visibility: visible;
}

.certificate-modal .content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
}

.certificate-modal .content.grabbing {
    cursor: grabbing;
}

.certificate-modal .content img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    transform-origin: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    transition: none; /* Animasyonu kaldırarak anlık tepki sağlama */
    pointer-events: none;
}

.certificate-modal .controls {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 1rem;
    z-index: 1001;
}

.certificate-modal .control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificate-modal .control-btn:hover {
    background: var(--primary-color);
    color: white;
}

/* Eski tab stillerini kaldır ve yeni tab section stilleri ekle */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--bg-color);
    padding-bottom: 1rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: transparent;
    color: var(--text-dark-low);
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .tab-content {
    display: none;
    padding: 1rem;
}

.product-tabs .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.product-tabs .tab-content .description {
    max-width: 800px;
    margin: 0 auto;
}

.product-tabs .tab-content .description h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .tab-content .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
}

.product-tabs .features {
    margin-top: 3rem;
    max-width: 800px;
    margin: 3rem auto 0;
}

.product-tabs .features h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.product-tabs .features ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.product-tabs .features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-color);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.product-tabs .features li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }
    
    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        text-align: center;
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }

    .product-tabs .tab-content {
        padding: 0.5rem;
    }

    .product-tabs .tab-content .description h3,
    .product-tabs .features h3 {
        font-size: 1.5rem;
    }

    .product-tabs .tab-content .description p {
        font-size: 1rem;
    }

    .product-tabs .features ul {
        grid-template-columns: 1fr;
    }
}

/* Updated Product Tabs Styles */
.product-tabs {
    width: 100%;
    margin: 4rem 0;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.product-tabs .tab-btn {
    padding: 1rem 2rem;
    background: var(--bg-color);
    color: var(--text-dark);
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.product-tabs .tab-btn.active {
    background: var(--primary-color);
    color: var(--text-light);
}

.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.product-tabs .description {
    padding-right: 2rem;
}

.product-tabs .description h3,
.product-tabs .tech-specs h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.product-tabs .description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

/* Technical Specifications Table */
.specs-table {
    background: var(--bg-color);
    border-radius: 12px;
    overflow: hidden;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row:hover {
    background: rgba(0,0,0,0.02);
}

.spec-label, .spec-value {
    padding: 1.2rem 1.5rem;
}

.spec-label {
    width: 40%;
    font-weight: 500;
    background: rgba(0,0,0,0.02);
}

.spec-value {
    width: 60%;
    color: var(--text-dark-low);
}

/* Hybrone Integration Tab */
.hybrone-integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
}

.integration-visual {
    position: relative;
    width: 100%;
    height: 300px;
}

.connection-lines {
    width: 100%;
    height: 100%;
}

.connection-path {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2;
    stroke-dasharray: 10;
    animation: dashMove 20s linear infinite;
}

.pulse-circle {
    fill: var(--primary-color);
    animation: pulse 2s ease-out infinite;
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -200;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.integration-info {
    text-align: center;
    max-width: 600px;
}

.integration-info h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.integration-info p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    margin-bottom: 2rem;
}

.integration-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.integration-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.integration-features li i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
    }

    .product-tabs .description {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .product-tabs {
        padding: 1.5rem;
    }

    .product-tabs .tab-buttons {
        flex-wrap: wrap;
    }

    .product-tabs .tab-btn {
        width: calc(50% - 0.5rem);
        padding: 0.8rem 1rem;
        font-size: 1rem;
        text-align: center;
    }

    .integration-features {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .product-tabs .tab-btn {
        width: 100%;
    }

    .spec-row {
        flex-direction: column;
    }

    .spec-label, .spec-value {
        width: 100%;
        padding: 1rem;
    }
}

/* Updated Overview Tab Styles */
.product-tabs .overview-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
}

.product-tabs .description {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
}

.product-tabs .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.product-tabs .feature-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-tabs .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-tabs .feature-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.product-tabs .feature-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.product-tabs .feature-content p {
    font-size: 0.9rem;
    color: var(--text-dark-low);
}

/* Updated Hybrone Integration Styles */
.hybrone-integration {
    padding: 3rem 2rem;
}

.hybrone-integration img {
    width: 250px;
}

.integration-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.hybrone-logo {
    width: 180px;
    margin-bottom: 1.5rem;
}

.integration-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: var(--bg-color);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-card .icon {
    width: 70px;
    height: 70px;
    background: var(--card-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-card .icon i {
    font-size: 2rem;
    color: var(--primary-color);
}

.benefit-card h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit-card p {
    color: var(--text-dark-low);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Updated Documents Tab Styles */
.documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1rem;
}

.document-card {
    background: var(--bg-color);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.document-card .doc-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-card .doc-icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.document-card .doc-content {
    flex: 1;
}

.document-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.document-card p {
    color: var(--text-dark-low);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.doc-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--card-bg);
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.doc-download:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
    .product-tabs .overview-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .integration-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .documents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .product-tabs .features-grid {
        grid-template-columns: 1fr;
    }

    .integration-benefits {
        grid-template-columns: 1fr;
    }

    .documents-grid {
        grid-template-columns: 1fr;
    }

    .document-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/* Floating Phone Button */
.floating-phone {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s ease;
    cursor: pointer;
}

.floating-phone:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.floating-phone i {
    color: white;
    font-size: 24px;
    animation: phoneWiggle 2s infinite;
}

.floating-phone .phone-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0.4;
    animation: phonePulse 2s infinite;
}

@keyframes phonePulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}

@keyframes phoneWiggle {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-25deg);
    }
    20% {
        transform: rotate(25deg);
    }
    30% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 768px) {
    .floating-phone {
        bottom: 20px;
        right: 20px;
        width: 80px;
        height: 80px;
    }

    .floating-phone i {
        font-size: 23px;
    }
}

@media screen and (max-width: 480px) {
    .floating-phone {
        bottom: 15px;
        right: 15px;
        width: 80px;
        height: 80px;
    }

    .floating-phone i {
        font-size: 35px;
    }
}