@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;400;600&family=Cinzel:wght@400;700&family=Cabin:wght@400;700&family=Montserrat:wght@300;400;600&display=swap");

a:focus,
button:focus {
  outline: none !important;
}
:root {
  --rnk1: #fdc300;
  --rnk2: #c6ac5f;
  --rnk3: #ffe500;
  --siyah: #121212;
  --cabin: "Cabin", sans-serif;
}

a {
  cursor: pointer;
}

*:focus {
  outline: none;
}

.btn {
  border: none;
}
.btn:hover {
  opacity: 0.3;
  animation: all 0.3s;
}
input,
button,
select,
textarea {
  outline: none;
}

p {
  margin: 0;
  font-family: var(--cabin);
  font-size: 16px;
}

i {
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}
a:hover {
  text-decoration: none;
  color: var(--rnk1);
}
html p a:hover {
  text-decoration: none;
  color: var(--rnk1);
}
.full-kutu {
  width: 100%;
  display: none;
  background-color: var(--siyah);
  text-align: center;
  padding: 10px;
}
.full-kutu span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px;
}
header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../images/evliyaoglu-beton-bg.jpg);
  background-position: center;
}
.header.icbolum {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../images/evliyaoglu-beton-bg.jpg);
  background-position: center;
}
.header-orta h1 {
  font-family: var(--cabin);
  font-size: 64px;
  font-weight: 900;
  line-height: 90px;
  letter-spacing: 0em;
  color: #fff;
}

#genel-ust .container {
  background-image: repeating-linear-gradient(
    45deg,
    #f3f3f3 0,
    #f3f3f3 0.5px,
    transparent 0,
    transparent 50%
  );
  background-size: 14px 14px;
  background-color: #f9f9f9;
  margin-top: 30px;
  padding: 50px;
  border: 5px outset var(--rnk2);
  border-radius: 5px; /* Köşelerin sürekli yuvarlatılması */
}
#genel-ust .container h1 {
  font-size: 36px;
  color: var(--rnk2);
  font-weight: 400;
}
#genel-ust .container h1 a {
  font-size: 36px;
  color: var(--siyah);
  font-weight: 400;
}
#genel-ust .container h1::before {
  content: "Evliyaoglu Beton";
  font-family: var(--cabin);
  font-weight: 600;
  position: absolute;
  left: -70px;
  top: 17.5px;

  font-size: 16px;
  color: var(--rnk2);
  transform: rotate(-90deg);
}
.yan-head {
  margin-right: 15px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 18px;
  font-family: var(--cabin);
  font-weight: 700;
}
.yan-head a i {
  transform: rotate(-90deg);
  margin-left: 10px;
  color: #fff;
}
.btn-hakkimizda {
  width: 156px;
  background-color: #fff;
  height: 44px;
  border-radius: 7px;
  font-family: var(--cabin);
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  position: relative;
  text-align: center;
}
.btn-hakkimizda::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5px;

  height: 100%;
  background: var(--rnk1);
}
.btn-play {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--rnk1);
  background-color: #fff;
  font-size: 22px;
}
.modal-body {
  height: 10rem;
  display: flex;
}
.modal-body .form-control {
  height: 4rem;
  border-radius: 0px;
}
.modal.video .modal-dialog {
  margin: auto;
}

.modal.video .modal-body {
  height: auto;
}
nav .nav-link {
  font-family: var(--cabin);
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
nav .nav-item.active .nav-link {
  color: var(--rnk1);
  position: relative;
}
nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  background: var(--rnk1);
  width: 30px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
nav .nav-item:hover .nav-link {
  color: var(--rnk1);
}
.btn.btn-arama {
  background: var(--rnk1);
  height: 4rem;
  width: 4rem;
  border-radius: 0px;
}
.hemenbtn {
  font-size: 16px !important;
  height: 39px;
  color: var(--siyah) !important;
  top: 47px;
  left: 1443.1px;
  border-radius: 9px;
  line-height: 36px;
  background: #fff;
}
#navbarModal .modal-dialog .close {
  font-size: 3.5rem;
}
#searchModal > .modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
}
#searchModal .modal-body {
  margin: auto;
}
.modal-content {
  border-radius: 0px;
}
.modal-dialog {
  margin: auto;
  margin-right: 0px;
}
#navbarModal .modal-content {
  border-radius: 0px;
  height: 100vh;
  background: var(--siyah);
}
#navbarModal .modal-body {
  height: 100%;
  text-align: center;
}
#navbarModal .modal-body .nav-link,
.text-white a {
  color: #fff;
}
.card-sag {
  width: 50%;
  height: auto;
  margin-left: auto;
  background: var(--rnk1);
}
.card-sag .overlay {
  background: #fff;
  margin-left: 20px;
  margin-bottom: 20px;
}
.card-sag .item {
  display: flex;
  position: relative;
}
.card-sag .item img {
  width: 350px !important;
  position: relative;
  z-index: 10;
  left: 20px;
  top: -20px;
  overflow: unset;
}
.owl-carousel .owl-stage-outer {
  overflow: auto;
  overflow-x: clip;

  overflow-y: visible;
}
.item .kutu {
  text-align: left;
  padding-left: 40px;
  padding-top: 40px;
}
.card-sag .owl-nav {
  position: absolute;
  right: 3%;
  bottom: 23px;
  font-size: 16px;
  color: #fff;
}
.owl-nav .owl-prev,
.owl-next {
  border-radius: 20px;
  padding: 20px;
  height: 30px;
  width: 30px;
  background: var(--siyah) !important;
}
.item .kutu h4 {
  color: var(--siyah);
  font-weight: 700;
  font-family: var(--cabin);
}
.item .kutu p {
  font-weight: 200;
  font-size: 14px;
  font-family: var(--cabin);
  margin-bottom: 28px;
}
.item .kutu a {
  font-weight: 200;
  font-size: 14px;
  color: var(--siyah);
  padding: 5px;
  font-family: var(--cabin);
  border-bottom: 1px solid var(--rnk1);
}
.item .kutu a:hover {
  background-color: var(--rnk1);
}
#hakkimizda-ana h1 {
  font-family: var(--cabin);
  font-size: 28px;
  font-weight: 900;
  line-height: 39px;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: 20px;
}
#hakkimizda-ana .cizgi {
  position: relative;
}
#hakkimizda-ana .cizgi::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 7px;
  width: 70px;
  height: 5px;
  z-index: -1;
  border-radius: 4px;
  background: var(--rnk3);
}
#hakkimizda-ana p a {
  font-family: var(--cabin);
  font-weight: 400;
  font-size: 18px;
  padding: 5px 40px;
  background: var(--siyah);
}
#hakkimizda-ana p a {
  font-family: var(--cabin);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
#tablist {
  background-image: repeating-linear-gradient(
    45deg,
    #f3f3f3 0,
    #f3f3f3 0.5px,
    transparent 0,
    transparent 50%
  );
  background-size: 14px 14px;
  background-color: #f9f9f9;
}
#tablist .demo {
  padding: 30px;
  min-height: 280px;
}
#tablist .tab-content {
  padding: 10px;
}
#tablist .demo .nav li a {
  text-transform: capitalize;
  font-family: var(--cabin);
  font-size: 18px;
  font-weight: 400;
  color: var(--siyah);
  letter-spacing: 0em;

  text-align: center;
  transition: 0.1s;
  border-bottom: 3px solid #c6ac5f61;
  padding: 5px 50px;
}
#tablist .demo .nav li.active a {
  border-bottom: 3px solid var(--rnk2);
  border-radius: 3px;
}
.nav-tabs {
  border-bottom: none;
}
.yataycizgi {
  width: 5px;
  margin: 20px auto;
  height: 40px;
  border-radius: 20px;
  background-color: var(--rnk2);
}
#tablist .tab-content .owl-nav {
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-size: 16px;
  color: #fff;
}
#tablist .tab-content .item {
  display: flex;
}
#tablist .tablistslidesol .tablistic {
  position: relative;
}
#tablist .tablistslidesol .tablistic .black-text {
  position: relative;
  font-size: 100px;
  font-weight: 700;
  opacity: 0.5;
}
#tablist .tablistslidesol .tablistic .black-textbir {
  position: absolute;
  top: 20px;
  font-family: Arizonia;
  font-size: 36px;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: left;
}
.mobileimage img {
  padding: 50px;
}
#guncel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -200px;
}
#guncel .owl-prev {
  color: var(--siyah);
  border: 1px solid #000;
  background: #fff !important;
}
#guncel .owl-next {
  color: var(--siyah);
  border: 1px solid #000;
  background: #fff !important;
}
#guncel .guncel h5 {
  font-size: 24px;
  font-weight: 700;
}
#guncel .guncel a {
  color: var(--siyah);
  font-size: 18px;
  border-bottom: 2px solid var(--rnk2);
}
#guncel .guncel a .fa {
  font-size: 14px;
  margin-left: 5px;
}
#guncel .guncel a:hover {
  color: var(--rnk1);
}

#galeri {
  padding-top: 30px;
  background-image: radial-gradient(#f3f3f3 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  background-color: #f9f9f9;
}
#galeri .owl-theme {
  position: relative;
  bottom: -80px;
}
#galeri .btn-hakkimizda {
  background: var(--siyah);
  color: #fff;
}
#galeri .btn-hakkimizda::after {
  background: var(--rnk2);
}
#galeri .btn-play {
  background-color: var(--siyah);
  color: var(--rnk2);
}
#bilgi .bilgiback {
  margin-top: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../images/bilgibackgr.png);
  background-size: cover;
  padding: 50px;
  color: #fff;
  border-radius: 20px;
}
#bilgi .bilgiback a {
  font-weight: 700;
  color: var(--siyah);
  padding: 5px 20px;
  border-radius: 14px;
  border: 2.5px solid #60d668;
  background-color: #fff;
}
#bilgi .bilgiback a .fab {
  color: #60d668;
}
#bilgi .bilgiback a:hover {
  opacity: 0.3;
}
footer {
  background: url(../images/shape-map.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
footer .footerwhatsapp {
  background-color: var(--siyah);
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  border: #60d668 1px solid;
}
footer .footerwhatsapp .fab {
  color: #60d668;
}
footer .footerwhatsapp:hover {
  opacity: 0.3;
}
footer .col-md-5 hr {
  background: #000;
  height: 3px;
}
footer .col-md-2 .logo {
  padding: 30px;
}

.mobile-uygulama {
  display: none;
}
footer .bar {
  margin-top: 250px;
  background-color: var(--siyah);
  color: #fff;
  padding: 50px;
}
footer .bar .mobilimg img {
  position: absolute;
  bottom: -159px;
  width: 100%;
}
footer .border-bottom a {
  color: var(--siyah);
  padding: 5px 100px;
  border-radius: 3px;
  border: 1px solid var(--rnk1);
}
footer ul li a {
  color: var(--siyah);
}
footer .border-bottom {
  display: flex;
  justify-content: space-between;
}
#iletisim input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}
#iletisim .aside {
  background: var(--rnk2);
}
#iletisim .btn {
  border: 3px solid var(--rnk2);
  border-radius: 0px;
  padding: 4px 40px;
}
#iletisim .bg-light {
  z-index: 10;
  position: relative;
  margin: 50px;
}

.breadcrumb-section {
  display: flex;
  justify-content: center;
}
.breadcrumb {
  background: transparent;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breadcrumb-container {
  background: linear-gradient(135deg, #d4af37 0%, #f2d272 50%, #d4af37 100%);
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.breadcrumb-content {
  display: flex;
  align-items: center;
}

.breadcrumb-icon {
  color: #0a0a0a;
  font-size: 24px;
  margin-right: 10px;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 3px 8px;
  position: relative;
  font-family: "Playfair Display", serif;
}

.breadcrumb a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.breadcrumb li:not(:last-child) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  margin: 0 8px;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1;
}

.breadcrumb [aria-current="page"] {
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 10px rgb(46 45 38 / 70%);
}

.company-name {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 24px;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 20px;
    padding: 12px 20px;
  }

  .breadcrumb-container {
    padding: 8px 15px;
  }

  .company-name {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .breadcrumb a {
    font-size: 12px;
  }

  .breadcrumb-icon {
    font-size: 14px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 1020px) {
  .hemenbtn {
    display: none;
  }
  @media only screen and (max-width: 992px) {
    footer .border-bottom {
      display: grid;
      justify-items: left;
    }
    footer .border-bottom a {
      padding: 5px 30px;
      margin: 10px;
      width: 90%;
      text-align: center;
    }
    #tablist .tablistslidesol .tablistic .black-textbir {
      left: 20px;
    }

    #tablist .tab-content .item {
      display: block;
    }
    .nav-item.dropdown {
      display: none;
    }
    .navbar-nav {
      display: flex;
      flex-direction: row;
    }
    .mobile-menu {
      display: none;
    }
    .card-sag {
      display: none;
    }
    header {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .header-orta .yan-head {
      display: none;
    }
    .acilir-menu {
      display: block;
    }

    .header-orta {
      display: flex !important;
      flex-direction: column;
      align-items: center;
    }
    .full-kutu {
      display: block;
    }
    #tablist .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown {
      border: 1px solid #dddddd;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
    }
    #tablist .nav-tabs.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
      content: "↓";
      position: absolute;
      top: 8px;
      right: 15px;
      z-index: 2;
      pointer-events: none;
    }
    #tablist .nav-tabs.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
      position: relative;
      display: block;
    }
    #tablist .nav-tabs.nav-tabs-dropdown.open > li.active > a,
    .nav-tabs-dropdown.open > li.active > a {
      background-color: #eeeeee;
    }
    #tablist .nav-tabs.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
      display: contents;
      padding: 0;
      vertical-align: bottom;
    }
    #tablist .nav-tabs.nav-tabs-dropdown > li > a,
    .nav-tabs-dropdown > li > a {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      border-color: transparent;
    }
    #tablist .nav-tabs.nav-tabs-dropdown > li > a:focus,
    #tablist .nav-tabs.nav-tabs-dropdown > li > a:hover,
    #tablist .nav-tabs.nav-tabs-dropdown > li > a:active,
    #tablist .nav-tabs-dropdown > li > a:focus,
    #tablist .nav-tabs-dropdown > li > a:hover,
    #tablist .nav-tabs-dropdown > li > a:active {
      border-color: transparent;
    }
    #tablist .nav-tabs.nav-tabs-dropdown > li.active > a,
    #tablist .nav-tabs-dropdown > li.active > a {
      display: block;

      position: relative;
      z-index: 1;
      background: #fff;
    }
    #tablist .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
    #tablist .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
    #tablist .nav-tabs.nav-tabs-dropdown > li.active > a:active,
    #tablist .nav-tabs-dropdown > li.active > a:focus,
    #tablist .nav-tabs-dropdown > li.active > a:hover,
    #tablist .nav-tabs-dropdown > li.active > a:active {
      border-color: transparent;
    }
  }
  @media only screen and (max-width: 720px) {
    #navbarModal .modal-dialog .close {
      font-size: 2.5rem;
    }
    body
      > header
      > nav
      > div
      > ul.navbar-nav.ml-auto
      > li:nth-child(1)
      > a
      > i {
      font-size: 18px;
      margin-right: -10px;
    }

    #genel-ust .container h1 {
      font-size: 24px;
    }
    #genel-ust .container h1::before {
      position: absolute;
      top: 10.5px;
    }
    #genel-ust .container h1 a {
      font-size: 24px;
    }
    #iletisim .bg-light {
      margin: 0px;
    }
    .hamburger img {
      height: 27px;
      margin-top: 4px;
    }
    .mobile-uygulama {
      display: flex;
      justify-content: space-around;
      width: 100%;
    }
    .mobile-uygulama .btn-mobil {
      width: 100%;
      background: #fff;
      margin: 20px;
      color: var(--siyah);
      padding: 10px;
      margin-top: 100px;
    }
    #navbarModal .modal-content {
      height: auto;
    }
    footer .footerwhatsapp {
      width: 100%;
    }
    .header-orta h1 {
      line-height: 50px;
      font-size: 34px;
    }
    footer .bar h1 {
      font-size: 1.2rem;
    }
    footer .bar {
      margin-top: 50px;
      padding-bottom: 391px;
    }
    footer .bar .mobilimg img {
      position: absolute;
      width: 100%;
      top: 50px;
    }
  }
  @media only screen and (max-width: 431px) {
  }
  .card-text a {
    color: black;
  }
}


/* Corporate Identity Section */
#corporate-identity {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    padding: 80px 0;
    position: relative;
}

#corporate-identity::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rnk2), transparent);
}

.brand-title {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--siyah);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.brand-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--rnk2);
}

.brand-subtitle {
    font-family: var(--cabin);
    font-size: 18px;
    color: #666;
    margin-bottom: 60px;
}

/* Logo Section */
.logo-section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.logo-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.logo-section h3,
.typography-section h3,
.color-section h3,
.usage-guidelines h3 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 24px;
    color: var(--siyah);
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.logo-section h3::before,
.typography-section h3::before,
.color-section h3::before,
.usage-guidelines h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: var(--rnk2);
    border-radius: 2px;
}

.logo-variants {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.logo-variant {
    flex: 0 1 400px;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.logo-variant:hover {
    transform: scale(1.02);
}

.logo-variant.light {
    background: var(--siyah);
}

.logo-variant.dark {
    background: #f8f8f8;
    border: 1px solid #eee;
}

.logo-container {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-variant img {
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logo-variant p {
    font-family: var(--cabin);
    font-size: 16px;
    margin-top: 15px;
}

.logo-variant.light p {
    color: #fff;
}

.logo-variant.dark p {
    color: #666;
}

/* Typography Section */
.typography-section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.font-sample {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 12px;
    margin-top: 20px;
}

.font-name {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 20px;
    color: var(--siyah);
    margin-bottom: 20px;
    font-weight: 600;
}

.font-examples {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    font-family: "Helvetica", Arial, sans-serif !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.font-example {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Color Section */
.color-section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 20px 0;
}

.color-item {
    text-align: center;
    width: 200px;
    transition: transform 0.3s ease;
}

.color-item:hover {
    transform: translateY(-5px);
}

.color-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.color-item.primary .color-box {
    background: var(--rnk2);
}

.color-item.secondary .color-box {
    background: var(--rnk1);
}

.color-item.accent .color-box {
    background: var(--siyah);
}

.color-info {
    text-align: center;
}

.color-name {
    font-family: var(--cabin);
    font-size: 18px;
    font-weight: 600;
    color: var(--siyah);
    margin-bottom: 8px;
}

.color-hex {
    font-family: monospace;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

/* Usage Guidelines */
.usage-guidelines {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.usage-guidelines ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.usage-guidelines li {
    font-family: var(--cabin);
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.usage-guidelines li::before {
    content: "•";
    color: var(--rnk2);
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #corporate-identity {
        padding: 40px 0;
    }
    
    .font-examples {
    padding: 10px;
    background:none;
    border-radius: 8px;
  box-shadow:none;
}

    .brand-title {
        font-size: 32px;
    }

    .logo-variant {
        flex: 0 1 100%;
        max-width: 320px;
        padding: 20px;
    }

    .logo-container {
        height: 150px;
    }

    .logo-variant img {
        max-width: 250px;
        max-height: 120px;
    }

    .color-palette {
        gap: 20px;
    }

    .color-item {
        width: 150px;
    }

    .color-box {
        width: 100px;
        height: 100px;
    }

    .logo-section,
    .typography-section,
    .color-section,
    .usage-guidelines {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .full-alphabet{
        font-size:12px !important;}
        
    }
}


.owl-two {
    padding: 40px 0;
    margin: 20px 0;
}

.owl-two .item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tablistslidesol {
    padding-right: 20px;
}

.tablistslidesol .tablistic {
    margin-bottom: 25px;
}

.tablistslidesol .tablistic h2.black-text {
    font-size: 64px;
    font-weight: 700;
    color: var(--rnk2);
    opacity: 0.2;
    margin: 0;
    line-height: 1;
}

.tablistslidesol .tablistic h4.black-textbir {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: var(--siyah);
    margin: 0;
    line-height: 1.2;
}

.tablistslidesol h5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--rnk2);
    margin-bottom: 15px;
}

.tablistslidesol p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.owl-two .col-md-5 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Navigation buttons */
.owl-two .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 -20px;
}

.owl-two .owl-nav button.owl-prev,
.owl-two .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: var(--rnk2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-two .owl-nav button:hover {
    background: var(--siyah) !important;
    color: var(--rnk2) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .owl-two .item {
        flex-direction: column;
        text-align: center;
    }
    
    .tablistslidesol {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .owl-two .col-md-5 img {
        max-width: 80%;
        margin: 0 auto;
    }
    
    .owl-two .owl-nav {
        position: static;
        transform: none;
        margin-top: 20px;
    }
}
