@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

:root {
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 25px rgba(0,0,0,0.12);
  --shadow-hover: 0 15px 35px rgba(0,0,0,0.15);
  --shadow-brand: 0 10px 25px rgba(214, 80, 0, 0.25);
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #4b5563;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #111827;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.ozdemir-bosluk {
  padding: 50px 0;
}


/* FORM GROUP */

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #cbd5e1;
}

.form-control {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333;
  background: #fff;
  padding: 10px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(214, 80, 0, 0.15);
  outline: none;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666'%3E%3Cpath d='M7 8l3 3 3-3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  font-weight: 600;
}

/* BUTTON RESET */

button,
.btn,
a[class*="btn"] {
  outline: none !important;
  border: none;
  text-decoration: none !important;
  cursor: pointer;

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

  transition: all .25s ease;
}

button:focus,
.btn:focus,
a[class*="btn"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Header Top */

.ozdemir-header-top {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.ozdemir-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.ozdemir-header-actions {
  display: flex;
  align-items: center;
}

.ozdemir-logo-area img {
  max-width: 100px;
  max-height: 90px;
}

.mobil-logo {
  max-width: 100px;
  max-height: 90px;
}

.ozdemir-header-actions img {
  width: 400px;
  transition: 0.3s;
}

.ozdemir-header-actions:hover img{
  transform: scale(1.05);
}

/* Navbar Menü */

.ust-logo {
  display: block;
}

.mobil-logo {
  display: none;
}

.menu-alani {
  background-color: #0e313a;
  padding: 15px 0;
}

.ana-menu {
  padding: 0;
}

.menu-listesi .nav-link {
  padding: 12px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: .5px;
  transition: .3s;
}

.menu-listesi .nav-item {
  margin-right: 10px;
}

.menu-listesi .nav-link:hover,
.menu-listesi .active .nav-link {
  color: #ff5e14 !important;
}

.teklif-butonu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #ff5e14;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  gap: 8px;
}

.teklif-butonu:hover{
  background: #e24f0f;
  transform: translateY(-2px);
}

.teklif-butonu:hover {
  color: #fff;
  text-decoration: none;
}

.menu-buton {
  border: 0;
  background: transparent;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}

.menu-buton i {
  font-size: 40px;
  color: #222;
  transition: .3s;
}

.menu-buton:hover i {
  color: #d32f2f;
}

/* Hero Alanı */

.hero-alani {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-alani::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.9)), to(rgba(37, 37, 37, 0.7)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.9), rgba(37, 37, 37, 0.7));
}

.hero-arka-plan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-arka-plan img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-icerik {
  color: #fff;
  padding: 80px 0;
}

.hero-rozet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #ff5e14;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: .125rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}

.hero-baslik {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.2;
}

.hero-aciklama {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin-top: 15px;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.ozdemir-hero-butonlar {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.ozdemir-hero-butonlar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s ease;
  color: #fff;
  white-space: nowrap;
}

.ozdemir-btn-teklif {
  background: linear-gradient(135deg, #d32f2f, #b71c1c);
  box-shadow: 0 5px 14px rgba(211, 47, 47, 0.20);
}

.ozdemir-btn-teklif:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(211, 47, 47, 0.28);
  color: #fff;
}

.ozdemir-btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  box-shadow: 0 5px 14px rgba(37, 211, 102, 0.20);
}

.ozdemir-btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
  color: #fff;
}

#typing-text {
  font-size: 42px;
  font-weight: bold;
}

#typing-text::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.hero-content-box {
  border-left: 4px solid #ff5e14;
  padding-left: 20px;
  padding-right: 15px;
  margin-top: 10px;
}

/* Hizmetler */

.hizmetler-kapsayici {
  text-align: center;
}

.hizmetler-baslik {
  margin-bottom: 40px;
}

.hizmetler-baslik h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.hizmetler-baslik h2 span {
  color: #ff6b00;
}

.hizmetler-baslik p {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.hizmet-kart {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-md);
  height: 100%;
}

.hizmet-kart:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.hizmet-kart__ikon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: rgb(214, 80, 0);
  background: rgba(214, 80, 0, 0.08);
  border-radius: 10px;
  flex-shrink: 0;
}

.hizmet-kart__icerik {
  flex: 1;
}

.hizmet-kart__baslik {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.hizmet-kart__aciklama {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}

.hizmet-kart__btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgb(214, 80, 0);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hizmet-kart__btn:hover {
  background: rgb(180, 65, 0);
  transform: translateY(-2px);
}

.hizmet-ikon {
  background: #ff6b00;
  width: 75px;
  height: 75px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hizmet-ikon i {
  font-size: 30px;
  color: #fff;
}

.hizmet-icon-color-bir {
  background: #2563eb;
}

.hizmet-icon-color-iki {
  background: #16a34a;
}

.hizmet-icon-color-uc {
  background: #7c3aed;
}

.hizmet-icerik h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}

.hizmet-icerik p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Hakkımzıda */

.ozdemir-heading h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  padding-bottom: 12px;
}

.ozdemir-heading h2 span {
  color: #ff6b00;
}

.ozdemir-about-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
}

.ozdemir-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ozdemir-feature {
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ozdemir-feature i {
  color: #ff6b00;
}

.ozdemir-stats {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.ozdemir-stat {
  background: #fff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 10px;
  flex: 1;
  min-width: 120px;
  box-shadow: var(--shadow-md);
}

.ozdemir-stat h3 {
  color: #ff6b00;
  margin-bottom: 5px;
}

.ozdemir-img-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.3s;
}

.ozdemir-img-grid img:hover {
  transform: scale(1.03);
}

/* Teklif Ver */

.teklif-alan {
  padding: 90px 0;
  background: #f8f9fb;
}

.teklif-bilgi h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
}

.teklif-bilgi h2 span {
  color: #ff6b00;
}

.teklif-bilgi p {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 30px;
}

.teklif-rozet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff4eb;
  color: #ff6b00;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ozellik-item {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
}

.ozellik-item i {
  color: #ff6b00;
}

.teklif-form {
  width: 100%;
  background: #0f172a;
  color: #fff;
  padding: 70px;
  border-radius: 8px;
}

.teklif-form h3 {
  margin-bottom: 20px;
  color: #fff;
}

.whatsapp-teklif-buton {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.whatsapp-teklif-buton:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

/* Müşteri Yorumu */

.yorumlar-section {
  position: relative;
}

.yorumlarSwiper {
  padding: 10px 5px 55px;
}

.yorumlarSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.yorumlarSwiper .swiper-pagination {
  bottom: 0 !important;
}

.yorumlarSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .4;
  transition: .3s;
}

.yorumlarSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgb(214 80 0);
}

.yorumlar-section h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.yorumlar-section span {
  color: #ff6b00;
}

.yorumlar_container {
  text-align: center;
}

.yorum-kart {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
  transition: all .3s ease;
}

.yorum-kart:hover {
  transform: translateY(-5px);
}

.yorum-yildiz {
  margin-bottom: 15px;
}

.yorum-yildiz i {
  color: #f5b301;
  font-size: 14px;
  margin-right: 2px;
}

.yorum-kart p {
  flex: 1;
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

.yorum-kullanici {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.yorum-kullanici img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.yorum-kullanici h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.yorum-kullanici span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #888;
}

/* İnstagram */

.ozdemir-instagram-section {
  background: #f8f9fb;
}

.ozdemir-instagram-kutu {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: var(--shadow-md);
}

.ozdemir-instagram-content {
  padding-right: 30px;
}

.ozdemir-instagram-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #fff4eb;
  color: #ff6b00;
  font-size: 14px;
  font-weight: 700;
}

.ozdemir-instagram-content h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111827;
}

.ozdemir-instagram-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
  margin-bottom: 30px;
}


.ozdemir-instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    135deg,
    #833AB4,
    #C13584,
    #E1306C,
    #F56040
  );

  transition: .3s ease;
}

.ozdemir-instagram-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

.ozdemir-instagram-image {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.ozdemir-instagram-image-box {
  width: 100%;
  background: #111;
  padding: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.ozdemir-instagram-image img {
  width: 100%;
  display: block;
  transition: .4s;
}

.ozdemir-instagram-image:hover img {
  transform: scale(1.03);
}

/* Galeri */

#galeri {
  background: #fff;
}

.galeri-baslik {
  text-align: center;
  margin-bottom: 30px;
}

.galeri-baslik h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  padding-bottom: 12px;
}

.galeri-baslik h2 span {
  color: #ff6b00;
}

.galeri-baslik p {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.galeri-kart {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: .3s ease;
}

.galeri-kart:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.galeri-kart img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .3s ease;
  object-position: bottom;
}

.galeri-kart:hover img {
  transform: scale(1.06);
}

.galeri-buton {
  min-width: 220px;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #e55f00;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: .3s ease;
}

.galeri-buton:hover {
  background: rgb(185 65 0);
  transform: translateY(-2px);
}

/* scroll-top */

.scroll-top-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background: #ff6b00;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #e55f00;
  color: #fff;
}

.scroll-top-btn i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

/* galeri-uyari  */

.galeri-uyari {
  margin-top: 15px;
  padding: 12px 15px;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

/* FOOTER */

.ozdemir-footer {
  background: #f5f6f8;
  color: #3d4451;
  padding: 70px 0 20px;
}

.ozdemir-footer h5 {
  color: #3d4451;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-logo img {
  max-width: 140px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.ozdemir-footer ul {
  padding: 0;
  list-style: none;
}

.ozdemir-footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.ozdemir-footer ul li a {
  color: #3d4451;
  text-decoration: none;
  transition: .3s;
}

.ozdemir-footer ul li a:hover {
  color: rgb(214 80 0);
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  background: #222;
  color: #fff;
  border-radius: 8px;
  transition: .3s;
}

.footer-social a:hover {
  background: rgb(214 80 0);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #dddd;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #777;
}