/*

    CSS & HTML Developer / Selahattin AKARIŞIK / www.selahattinakarisik.com.tr

 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

:root{
    --main-color: #dd3333;
    --main-color2: #000000;
    --text-color: #777777;
    --text-white: #ffffff;
    --text-black: #000000;
    --color-whatsapp: #159043;
    --color-phone: #00ced1;
    --color-eposta: #000000;
    --color-facebook: #3b5998;
    --color-twitter: #00aced;
    --color-instagram: #dd2a7b;
    --color-pinterest: #cb2027;
    --color-linkedin: #007bb5;
    --color-youtube: #bb0000;
    --color-telegram: #0088cc;
    --color-grey: #e5e5e5;
}

*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
}

html {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    color: black;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a{
    text-decoration:none;
    cursor:pointer;
}

a:hover,
a:focus,
a:visited{
    text-decoration:none;
    outline:none;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: var(--main-color);
    height: 10vh;
    padding-left: 20px;
    padding-right: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding: 0.75rem 1rem;
    font-size: 16px;
    color: white;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-nav .dropdown-item {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding: 0.75rem 1rem;
    ffont-size: 16px !important;
    color: black;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-nav .dropdown-item i {
    padding-right: 7px;
    font-size: 12px !important;
}

.navbar.scrolled .nav-link {
    font-size: 16px !important;
}

.navbar.scrolled .nav-link i {
    font-size: 16px;
    margin-left: 15px;
}

.navbar .navbar-nav .nav-link i {
    font-size: 14px;
    margin-left: 15px;
}

.navbar .navbar-nav {
    align-items: center;
    gap: 1rem;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.navbar.scrolled .nav-link {
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.navbar.scrolled .nav-link i {
    font-size: 14px;
    margin-left: 15px;
}

.navbar.scrolled .dropdown-item {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.navbar.scrolled .dropdown-toggle {
    color: black;
}

.navbar.scrolled .select-lang {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: "Outfit", sans-serif;
}

.navbar.scrolled .cagri-merkezi {
    font-family: "Outfit", sans-serif;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-whatsapp);
}

.navbar.scrolled .cagri-merkezi a {
    color: white;
}

.select-lang button {
    background: none;
    border: 1px solid white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    box-shadow: none;
    outline: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    height: 40px;
    max-height: 40px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
}

.select-lang .dropdown-menu {
    font-family: "Outfit", sans-serif;
    background-color: white;
    border: none;
    outline: none;
    font-size: 14px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 20px;
}

.select-lang .dropdown-item {
    color: black;
    padding: 0px;
    padding-left: 12px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    padding-bottom: 10px;
}

.select-lang .dropdown-item:hover {
    background: none;
}

.cagri-merkezi {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: #fff;
    transition: color 0.3s ease;
    border: 1px solid white;
    border-radius: 100px;
    height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
}

.cagri-merkezi a {
    color: white;
}

.cagri-merkezi i {
    padding-right: 10px;
    font-size: 16px;
}

.navbar.scrolled .call-center {
    color: #000;
}

.page-title {
    background-color: #222222;
    padding-top: 15vh;
    color: white;
    text-align: center;
    padding-bottom: 50px;
}

.page-title h1 {
    margin-bottom: 25px;
    color: var(--ma);
}

.page-title .breadcrumb-link {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.page-title .breadcrumb-link li {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.page-title .breadcrumb-link li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.page-title .breadcrumb-link li:not(:last-child)::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 12px;
    color: #ccc;
    font-size: 10px;
}

.footer {
    background-color: var(--main-color);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.footer .footer-logo {
    width: 150px;
    max-width: 50%;
}

.footer .footer-sosyal ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer .footer-sosyal ul li {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 2px;
}

.footer .footer-sosyal .instagram:hover {
    background-color: var(--color-instagram);
    transition: 0.3s;
    color: var(--text-white);
}

.footer .footer-sosyal .linkedin:hover {
    background-color: var(--color-linkedin);
    transition: 0.3s;
    color: var(--text-white);
}

.footer .footer-sosyal .youtube:hover {
    background-color: var(--color-youtube);
    transition: 0.3s;
    color: var(--text-white);
}

.footer .footer-sosyal .facebook:hover {
    background-color: var(--color-facebook);
    transition: 0.3s;
    color: var(--text-white);
}

.footer .footer-sosyal .twitter:hover {
    background-color: var(--color-twitter);
    transition: 0.3s;
    color: var(--text-white);
}

.footer .footer-sosyal ul a {
    color: var(--text-white);
}

.footer .footer-menu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--text-white);
    font-family: "Outfit", sans-serif;
}

.footer .footer-menu ul a {
    color: var(--text-white);
    position: relative;
    text-decoration: none;
}

.footer .footer-menu ul a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 22px;
    background-color: var(--text-white);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.footer .footer-menu ul a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.footer .footer-telefon {
    margin: 0 auto;
    border: 2px solid var(--color-whatsapp);
    background: var(--color-whatsapp);
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    color: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--text-white);
    color: var(--text-white);

}

.footer .footer-telefon i {
    font-size: 24px;
    padding-right: 10px;
    padding-top: 2px;
}

.footer .footer-telefon:hover {
    color: var(--text-white);
    transition: 0.3s;
    border-color: var(--text-white);
}

.footer .footer-mail {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .footer-mail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--text-white);
    font-family: "Outfit", sans-serif;
}

.footer .footer-mail ul li {
    color: rgba(255, 255, 255, 0.6);
}

.footer .footer-mail ul a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer .footer-mail ul a:hover {
    color: var(--text-white);
    transition: 0.3s;
}

.footer .footer-bilgilendirme ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text-white);
    font-family: "Outfit", sans-serif;
}

.footer .footer-bilgilendirme ul li {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer .footer-bilgilendirme ul a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer .footer-bilgilendirme ul a:hover {
    color: var(--text-white);
    transition: 0.3s;
}

.selahattinakarisik {
    padding-bottom: 20px;
}

.selahattinakarisik .logo {
    transition: opacity 0.3s ease;
}

.selahattinakarisik .logo.hover {
    opacity: 0;
}

.selahattinakarisik a:hover .logo.hover {
    opacity: 1;
}

.selahattinakarisik a:hover .logo.normal {
    opacity: 0;
}

#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

#scrollTopBtn.visible {
    opacity: 1;
    visibility: visible;
}

#scrollTopBtn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: var(--main-color);
}

.progress-circle {
  display: block;
}

.clearfix {
    margin-top: 10vh;
}

.slider {
    background-image: url(../images/hero-bg.jpg);
    min-height: 90vh;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .slider {
        max-height: 72vh;
        background-size: cover;
        background-position: right center;
    }
    .slider .image img {
        max-width: 60%;
    }

    .slider h1 {
        font-size: 24px !important;
    }
}

.slider .text {
    margin: 0 auto;
    max-width: 767px;
    color: var(--text-white);
}

.slider img {
    width: 100%;
    max-width: 100%;
    border-radius: 25px;
}



.slider h1 {
    color: var(--text-white);
    font-size: 32px;
}

.slider button {
    background:none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 100px;
    color: var(--text-white);
}

.slider button:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--text-white);
    transition: 0.3s;
}

.urunlerimiz {

}

.urunlerimiz .title {
    text-align: center;
}

.urunlerimiz .title p {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px;
}

.urunlerimiz .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
  max-width: 767px;
  margin: 0 auto;
}

.urunlerimiz .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.urunlerimiz .divider i {
  position: relative;
  background: #fff;
  padding: 0 14px;
  color: var(--main-color);
  font-size: 16px;
}

.urunlerimiz .urun {
    box-shadow: 
        0 0 10px color-mix(in srgb, var(--main-color) 40%, transparent),
        0 0 25px color-mix(in srgb, var(--main-color) 25%, transparent),
        rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, 
        rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
    border-radius: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.urunlerimiz .urun .resim {
    overflow: hidden; /* taşmayı kes */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.urunlerimiz .urun .resim img {
    width: 100%;
    transition: transform 0.4s ease; /* yumuşak zoom */
    border-radius: 20px;
}

.urunlerimiz .urun:hover .resim img {
    transform: scale(1.1); /* yakınlaştırma oranı */
}

.urunlerimiz .urun .detay {
    margin-top: 15px;
    text-align: center;
}

.urunlerimiz .urun .detay .kategori {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    font-size: 12px;
    margin-bottom: 15px;
    transition: 0.3s;
    color: rgba(0, 0, 0, 0.5);
}

.urunlerimiz .urun .detay .kategori:hover {
    border: 1px dashed rgba(221, 51, 51, 0.4);
    transition: 0.3s;
}

.urunlerimiz .urun .detay h3 {
    font-size: 18px;
    color: var(--main-color);
    padding-right: 7px;
    padding-left: 7px;
}

.urunlerimiz .urun .fiyat {
    text-align: center;
    margin-top: 15px;
}

.urunlerimiz .urun .fiyat {
    font-weight: 700;
}

.urunlerimiz .urun .button {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.urunlerimiz .urun .button button {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--text-white);
    font-size: 12px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.urunlerimiz .urun .button button:hover {
    color: var(--main-color);
    border: 1px dashed var(--main-color);
    background: none;
    transition: 0.3s;
}

.neden-biz {
    background-color: #f6f6f6;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 75px;
}

.neden-biz .title {
    text-align: center;
}

.neden-biz .title p {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px;
}

.neden-biz .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
  max-width: 767px;
  margin: 0 auto;
}

.neden-biz .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.neden-biz .divider i {
  position: relative;
  background: #f6f6f6;
  padding: 0 14px;
  color: var(--main-color);
  font-size: 16px;
}

.neden-biz .kart {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}

.neden-biz .kart .icon {
    position: absolute;
    top: 0;
    right: 50px;
    transform: translate(50%, -50%);
    background-color: var(--main-color);
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neden-biz .kart .icon img {
    max-width: 80%;
}

.neden-biz .kart h5 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 20px;
}

.sik-sorulan-sorular {
    margin-top: 75px;
}

.sik-sorulan-sorular .title {
    text-align: center;
}

.sik-sorulan-sorular .title p {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px;
}

.sik-sorulan-sorular .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
  max-width: 767px;
  margin: 0 auto;
}

.sik-sorulan-sorular .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.sik-sorulan-sorular .divider i {
  position: relative;
  background: #fff;
  padding: 0 14px;
  color: var(--main-color);
  font-size: 16px;
}

/* SSS Accordion - Custom Style */
.sss-detay .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(0, 0, 0, 0.08);
    --bs-accordion-border-width: 1px;
}

/* Accordion Item */
.sss-detay .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

/* Header Button */
.sss-detay .accordion-button {
    background: #fff;
    color: #222;
    font-weight: 500;
    padding: 18px 22px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    transition: all 0.25s ease;
}

/* Hover */
.sss-detay .accordion-button:hover {
    color: var(--main-color);
}

/* Active / Open */
.sss-detay .accordion-button:not(.collapsed) {
    background: var(--main-color);
    color: var(--text-white);
    box-shadow: none;
}

/* Remove Bootstrap focus shadow */
.sss-detay .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Icon (Arrow) */
.sss-detay .accordion-button::after {
    background-size: 14px;
    filter: brightness(0) saturate(100%);
    opacity: 0.5;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Icon when open */
.sss-detay .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
    font-weight: 600;
}



/* Body */
.sss-detay .accordion-body {
    padding: 20px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .sss-detay .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }

    .sss-detay .accordion-body {
        padding: 16px 18px;
    }
}


.youtube-hesabi {
    background-color: #f6f6f6;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 75px;
}

.youtube-hesabi .title {
    text-align: center;
}

.youtube-hesabi .title p {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px;
}

.youtube-hesabi .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
  max-width: 767px;
  margin: 0 auto;
}

.youtube-hesabi .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.youtube-hesabi .divider i {
  position: relative;
  background: #f6f6f6;
  padding: 0 14px;
  color: var(--main-color);
  font-size: 16px;
}

.bize-ulasin {
    padding-top: 75px;
    padding-bottom: 75px;
}

.bize-ulasin .title {
    text-align: center;
}

.bize-ulasin .title p {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px;
}

.bize-ulasin .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
  max-width: 767px;
  margin: 0 auto;
}

.bize-ulasin .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.bize-ulasin .divider i {
  position: relative;
  background: #fff;
  padding: 0 14px;
  color: var(--main-color);
  font-size: 16px;
}

.bize-ulasin .kart {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 
        0 0 10px color-mix(in srgb, var(--main-color) 40%, transparent),
        0 0 25px color-mix(in srgb, var(--main-color) 25%, transparent),
        rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, 
        rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
    
    transition: all 0.3s ease;
}

.bize-ulasin .kart .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bize-ulasin .kart .icon img {
    max-width: 100%;
}

.bize-ulasin .kart h5 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 20px;
}

.bize-ulasin .kart a {
    color: var(--text-black);
}

.hakkimizda {
    margin-top: 50px;
    text-align: center;
}

.hakkimizda img {
    width: 90%;
    box-shadow: none;
}

.product {
    padding-top: 35px;
    padding-bottom: 35px;
}

.product-images {
    text-align: center;
    margin-bottom: 25px;
}

.product-images .carousel-inner img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.mini-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mini-images .mini-image {
    width: 30%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mini-images .mini-image:hover {
    border-color: var(--main-color);
}

.mini-images .mini-image.active {
    border-color: var(--main-color);
}

.product .price {
    font-size: 28px;
    color: var(--main-color);
    font-weight: 700;
}

.product .list {
    margin-bottom: 20px;
}

.product .list li {    
    margin-bottom: 10px;
}

.product .list i {
    color: var(--main-color);
    padding-right: 10px;
    font-size: 20px;
}

.product .whatsap-siparis {
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid var(--color-whatsapp);
    background: var(--color-whatsapp);
    color: var(--text-white);
    font-weight: 500;
    font-size: 16px;
    min-width: 300px;
    border-radius: 10px;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product .whatsap-siparis i {
    font-size: 22px;
    margin-right: 10px;
}

.product .whatsap-siparis:hover {
    transition: 0.3s;
    border: 1px solid var(--color-whatsapp);
    background: var(--color-whatsapp);
    color: var(--text-white);
}

.product .share {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
}

.product .share a {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 100px;
    color: var(--main-color);
    transition: 0.5s;
    font-weight: 500;
}

.product .share a:hover {
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: var(--text-white);
    transition: 0.5s;
}

.product .nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-bottom: 3px solid #f1f1f1;
    font-weight: 600;
    font-size: 16px;
}

.product .nav-tabs .nav-link:hover {
    color: var(--main-color);
}

.product .nav-tabs .nav-link.active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
    background-color: transparent;
}

.product h3, h4, h5 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.product .table-container {
    overflow-x: auto; /* Yatay kaydırmayı sadece tablo için etkinleştirir */
    width: 100%; /* Kapsayıcı genişliğini tam genişlik yapar */
}

.product .table-container table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; /* Alt satıra kaymayı önler */
}

.table-container th, 
.product .table-container td {
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}

.product .table-container th {
    white-space: nowrap;
    font-weight: 600;
}

.product .table-container td:first-child {
    white-space: nowrap; /* İlk sütun genişliğini uzunluğa göre ayarlar */
}

.product .table-container td:nth-child(2) {
    width: 1%; /* İki nokta üst üste için minimum genişlik bırakır */
}

.product .hastag {
    
}

.product .hastag-container {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.product .hastag-title {
    margin-bottom: 8px;
    display: inline-block;
}

.product .hastag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product .hastag-list a {
    font-size: 14px;
    display: inline-block;
    background-color: #f8f9fa;
    color: var(--main-color);
    text-decoration: none;
    padding: 2px 22px;
    border-radius: 20px;
    border: 1px dashed var(--main-color);
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
}

.product .hastag-list a:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.product .category {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product .category a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 100px;
    color: var(--main-color);
    transition: 0.5s;
    font-weight: 500;
}

.product h2 {
    font-size: 34px;
}

.floating_btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: var(--color-whatsapp);
  color: #fff;
  width: 70px;
  height: 70px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.harita iframe {
    width: 100%;
    height: 600px;
    max-width: 100%;
    margin-bottom: -100px;
    padding-bottom: -100px;
}


.iletisim-form {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-form img {
    width: 100%;
}

.iletisim-form p {
    text-align: left;
}

.iletisim-form form {
    margin: 0 auto;
}

.iletisim-form form input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--color-grey);
    padding: 20px;
    margin-top: 10px;
}

.iletisim-form form input:focus {
    border: none;
    border-bottom: 1px solid var(--main-color);
    transition: 0.7s;
}

.iletisim-form form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid var(--color-grey);
    padding: 20px;
    margin-top: 10px;
}

.iletisim-form form textarea:focus {
    border: none;
    border-bottom: 1px solid var(--main-color);
    transition: 0.7s;
}

.form-checkbox-input {
  display: none;
}

.form-checkbox-label {
    display: flex;
    margin-top: 5px;
    float: left;
}

.form-checkbox-label a {
    color: var(--text-color);
    transition: 0.7s;
}

.form-checkbox-label a:hover {
    color: var(--main-color);
    transition: 0.7s;
}

.form-checkbox-input + .form-checkbox-label:before {
  content: " ";
  width: 25px;
  height: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background-size: 16px;
  background-position: center;
  transition: 0.2s;
  margin-right: 10px;
  display: inline-flex;
}

.form-checkbox-input:checked + .form-checkbox-label:before {
  background-color: var(--main-color);
  border-color: var(--main-color);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.2.5L3.5 5.2 1.8 3.5a.7.7 0 0 0-1 1L3 6.8c.3.3.7.3 1 0l5.3-5.3a.7.7 0 0 0-1-1z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.iletisim-form button {
    width: 100%;
    height: 50px;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
    transition: 0.7s;
    outline: none;
}

/* Google Translate'ın kendi arayüzünü göm */
#google_translate_element {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-logo-link,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}