body {
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.alert-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #ec6815;
  color: #fff;
  border-radius: 8px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.banner {
  background: linear-gradient(90.19deg, #ec6815 0.01%, #ff7f30 100.17%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}

.banner h2 {
  font-weight: 400;
  color: #fff;
}

.banner a {
  color: #fff;
}

ul {
  padding-left: 0;
}

.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

.owl-item.active {
  opacity: 1;
}

button {
  border: none;
  box-shadow: none;
}

button:focus {
  border-color: #ec6815;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ec6815;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ec6815;
  --bs-btn-border-color: #ec6815;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d85b0f;
  --bs-btn-hover-border-color: #d85b0f;
  --bs-btn-focus-shadow-rgb: 236, 104, 21;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #c95109;
  --bs-btn-active-border-color: #c95109;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ec6815;
  --bs-btn-disabled-border-color: #ec6815;
  display: inline-block;
  background-color: #ec6815;
  color: #ffffff;
  box-shadow: 0px 5px 20px rgba(236, 104, 21, 0.28);
  border-radius: 50px;
  border: 1px solid #ec6815;
  padding: 0.5rem 1.5rem;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary:hover {
  background-color: #d85b0f;
  border-color: #d85b0f;
  color: #ffffff;
  box-shadow: 0px 8px 24px rgba(236, 104, 21, 0.38);
}

.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: #d85b0f;
  border-color: #d85b0f;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(236, 104, 21, 0.35);
  outline: none;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #c95109 !important;
  border-color: #c95109 !important;
  color: #ffffff !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group .error {
  display: block;
  padding: 0.3rem 0.5rem;
  background-color: #d74535;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 0.4rem;
}

.form-group .form-control {
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #333333;
  font-size: 1rem;
}

.form-group .form-control::placeholder {
  color: #a9aeb3;
  font-weight: 300;
}

.form-group .form-control:focus {
  border-color: #ec6815;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ec6815;
}

.form-group .form-select {
  background: #eef0f1;
  border-radius: 10px;
  border: none;
}

.form-group .form-select::placeholder {
  color: #a9aeb3;
  font-weight: 300;
}

.form-group .form-select:focus {
  border-color: #ec6815;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ec6815;
}

.form-check-label {
  font-weight: 300;
}

.blog-col {
  margin-bottom: 1.25rem;
}

.blog-col .blog-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.blog-col .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}

.blog-col .blog-card:hover .keep-read {
  text-decoration: underline;
  filter: brightness(1.1);
}

.blog-col .blog-card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-col .blog-card:hover .blog-card-header img {
  transform: scale(1.05);
}

.blog-col .blog-card-header {
  overflow: hidden;
}

.blog-col .blog-card-body {
  padding: 0.75rem;
  min-height: 220px;
}

.blog-col .blog-card-body .date {
  color: #ec6815;
  font-size: 13px;
  display: block;
  height: 15px;
}

.blog-col .blog-card-body .name {
  color: #333333;
  margin-top: 0.5rem;
}

.blog-col .blog-card-body .desc {
  color: #a4a4a4;
  min-height: 115px;
}

.blog-col .blog-card-body .keep-read {
  color: #ec6815;
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
}

.header .navbar {
  background: #1e2022;
}

.header .navbar .container .navbar-brand .logo {
  max-width: 135px;
  width: 100%;
}

.header .navbar .container .navbar-toggler {
  color: #fff;
  font-size: 1.5rem;
}

.header .navbar .container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  transition: color 200ms;
}

.header .navbar .container .navbar-nav .nav-item .nav-link:hover,
.header .navbar .container .navbar-nav .nav-item .nav-link.show {
  color: #ec6815;
}

@media (min-width: 992px) {
  .header .navbar .container .navbar-nav .nav-item .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.header .navbar .container .navbar-nav .nav-item .bootstrap-select {
  width: auto;
}

.header .navbar .container .navbar-nav .nav-item .bootstrap-select .dropdown-toggle {
  width: 70px;
  border-radius: 5px;
}

.header .navbar .container .navbar-nav .nav-item .bootstrap-select .dropdown-toggle img {
  width: 27px;
  height: 27px;
}

.header .navbar .container .navbar-nav .nav-item .bootstrap-select .dropdown-menu .dropdown-item {
  text-align: center;
}

.header .navbar .container .navbar-nav .nav-item .bootstrap-select .dropdown-menu .dropdown-item img {
  width: 27px;
  height: 27px;
}

.footer .footer-top {
  background: #1e2022;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer .footer-top .container .row .left .footer-logo {
  max-width: 190px;
  width: 100%;
}

.footer .footer-top .container .row .left .footer-desc {
  font-weight: 300;
  color: #fff;
  margin: 1rem 0;
}

.footer .footer-top .container .row .left .socials a {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 1rem;
  transition: color 200ms;
}

.footer .footer-top .container .row .left .socials a:hover {
  color: #ec6815;
}

.footer .footer-top .container .row .left {
  margin-bottom: 1rem;
}

.footer .footer-top .container .row .right .footer-right-col {
  margin-bottom: 1rem;
}

.footer .footer-top .container .row .right .footer-right-col h5 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-top .container .row .right .footer-right-col a {
  display: block;
  color: #fff;
  margin: 0.5rem 0;
  font-weight: 300;
}

.footer .footer-top .container .row .right .footer-right-col-3 a span i {
  font-size: 1.1rem;
}

.footer .footer-top .container .row .right .footer-right-col-3 a span b {
  font-weight: 600;
  margin-left: 0.25rem;
}

.footer .footer-bottom {
  background: #1e2022;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}

@media (max-width: 768px) {
  .footer .footer-bottom .container {
    flex-direction: column;
  }
}

.footer .footer-bottom .container span {
  font-weight: 300;
  color: #fff;
}

.footer .footer-bottom .container img {
  max-width: 100px;
}

.home-carousel .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  height: 505px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-carousel .item .container {
  position: relative;
}

.home-carousel .item .container .home-carousel-card {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 1rem;
  max-width: 470px;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1rem;
  z-index: 1;
}

.home-carousel .item .container .home-carousel-card .home-carousel-heading {
  text-transform: uppercase;
}

.home-carousel .item .container .home-carousel-card .home-carousel-btn {
  margin-top: 0.5rem;
}

.home-carousel .item .container .home-carousel-card .c-owl-nav {
  margin-top: 0.5rem;
}

.home-carousel .item .container .home-carousel-card .c-owl-nav .owl-prev {
  background-color: transparent;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.home-carousel .item .container .home-carousel-card .c-owl-nav .owl-next {
  background-color: transparent;
  font-size: 1.25rem;
}

.home-carousel .item .container .after {
  position: absolute;
  left: 0.5rem;
  bottom: -1rem;
  background: linear-gradient(97.07deg, #ec6815 2.15%, #ff7f30 99.37%);
  border-radius: 5px;
  width: 100%;
  max-width: 470px;
  height: 100%;
  z-index: 0;
  padding: 2.5rem;
}

/* Home Swiper Styles */
.home-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-swiper .swiper-slide .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 520px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-swiper .swiper-slide .item .container {
  position: relative;
}

.home-swiper .swiper-slide .item .container .home-carousel-card {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 1rem;
  max-width: 470px;
  width: 100%;
  padding: 1.5rem 1.25rem;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e2022;
  margin-bottom: 0.75rem;
}

.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn,
.home-carousel .item .container .home-carousel-card .home-carousel-btn,
.home-carousel-btn {
  display: inline-block !important;
  margin-top: 0.5rem;
  padding: 0.5rem 1.5rem !important;
  border-radius: 50px !important;
  background-color: #ec6815 !important;
  border: 1px solid #ec6815 !important;
  color: #ffffff !important;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(236, 104, 21, 0.35) !important;
  outline: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: all 0.25s ease;
}

.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn:hover,
.home-carousel .item .container .home-carousel-card .home-carousel-btn:hover,
.home-carousel-btn:hover {
  background-color: #d85b0f !important;
  border-color: #d85b0f !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(236, 104, 21, 0.45) !important;
  outline: none !important;
}

.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn:focus,
.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn:focus-visible,
.home-carousel .item .container .home-carousel-card .home-carousel-btn:focus,
.home-carousel .item .container .home-carousel-card .home-carousel-btn:focus-visible,
.home-carousel-btn:focus,
.home-carousel-btn:focus-visible {
  background-color: #d85b0f !important;
  border-color: #d85b0f !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(236, 104, 21, 0.35) !important;
  outline: none !important;
}

.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn:active,
.home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn.active,
.home-carousel .item .container .home-carousel-card .home-carousel-btn:active,
.home-carousel .item .container .home-carousel-card .home-carousel-btn.active,
.home-carousel-btn:active,
.home-carousel-btn.active {
  background-color: #c95109 !important;
  border-color: #c95109 !important;
  color: #ffffff !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  outline: none !important;
}

.home-swiper .home-carousel-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.home-swiper .home-carousel-actions .home-carousel-btn {
  margin-top: 0 !important;
}

.home-swiper .swiper-nav-wrapper {
  margin-top: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-swiper .swiper-button-prev-custom,
.home-swiper .swiper-button-next-custom {
  background-color: #ffffff;
  border: 1.5px solid #ec6815;
  color: #ec6815;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.home-swiper .swiper-button-prev-custom:hover,
.home-swiper .swiper-button-next-custom:hover {
  background-color: #ec6815;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(236, 104, 21, 0.3);
}

.home-swiper .swiper-slide .item .container .after {
  position: absolute;
  left: 0.5rem;
  bottom: -1rem;
  background: linear-gradient(97.07deg, #ec6815 2.15%, #ff7f30 99.37%);
  border-radius: 8px;
  width: 100%;
  max-width: 470px;
  height: 100%;
  z-index: 1;
}

.home-swiper .swiper-pagination {
  bottom: 16px !important;
  z-index: 10;
}

.home-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  transition: all 0.3s ease;
  margin: 0 4px !important;
  border-radius: 50%;
}

.home-swiper .swiper-pagination-bullet-active {
  width: 26px !important;
  border-radius: 6px !important;
  background: #ec6815 !important;
  opacity: 1 !important;
  box-shadow: 0 2px 8px rgba(236, 104, 21, 0.5);
}

/* Mobile & Tablet Slider Polish */
@media (max-width: 768px) {
  .home-swiper .swiper-slide .item {
    min-height: 480px;
    padding: 2.5rem 0 3.5rem;
    align-items: center;
    background-position: center center;
  }

  .home-swiper .swiper-slide .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .home-swiper .swiper-slide .item .container {
    position: relative;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Completely remove the misaligned orange offset box on mobile */
  .home-swiper .swiper-slide .item .container .after {
    display: none !important;
  }

  /* Modern, centered, frosted card */
  .home-swiper .swiper-slide .item .container .home-carousel-card {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-left: 5px solid #ec6815 !important;
    padding: 1.4rem 1.25rem !important;
    box-shadow: 0 16px 36px -6px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-heading {
    font-size: 1.25rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
  }

  .home-swiper .home-carousel-actions {
    margin-top: 1rem !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-btn {
    font-size: 0.88rem !important;
    padding: 0.55rem 1.25rem !important;
    white-space: nowrap;
  }

  .home-swiper .swiper-nav-wrapper {
    gap: 8px !important;
  }

  .home-swiper .swiper-button-prev-custom,
  .home-swiper .swiper-button-next-custom {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.05rem !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .home-swiper .swiper-button-prev-custom:hover,
  .home-swiper .swiper-button-next-custom:hover,
  .home-swiper .swiper-button-prev-custom:active,
  .home-swiper .swiper-button-next-custom:active {
    background-color: #ec6815 !important;
    color: #ffffff !important;
  }

  .home-swiper .swiper-pagination {
    bottom: 12px !important;
  }
}

@media (max-width: 380px) {
  .home-swiper .swiper-slide .item .container .home-carousel-card .home-carousel-heading {
    font-size: 1.1rem !important;
  }
  .home-swiper .home-carousel-actions {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
}

.home-section-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-section-2 .container .row {
  align-items: center;
}

.home-section-2 .container .row .left {
  border-right: 1px solid #a4a4a4;
}

@media (max-width: 768px) {
  .home-section-2 .container .row .left {
    border-bottom: 1px solid #a4a4a4;
    border-right: unset;
  }
}

.home-section-2 .container .row .left h2 {
  color: #333333;
}

.home-section-2 .container .row .left h2 font {
  color: #ec6815;
}

@media (max-width: 768px) {
  .home-section-2 .container .row .right {
    margin-top: 1rem;
  }
}

.home-section-2 .container .row .right .right-desc {
  padding-left: 1rem;
  color: #a4a4a4;
}

@media (max-width: 768px) {
  .home-section-2 .container .row .right .right-desc {
    padding-left: 0;
  }
}

.home-section-3 {
  margin-bottom: 3rem;
}

.home-section-3 .container .row {
  position: relative;
}

@media (max-width: 768px) {
  .home-section-3 .container .row {
    flex-direction: column;
    margin: 0;
  }
}

.home-section-3 .container .row .hs-3-col-1 {
  padding-right: 0;
}

.home-section-3 .container .row .hs-3-col-1 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .home-section-3 .container .row .hs-3-col-1 img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .home-section-3 .container .row .hs-3-col-1 {
    padding: unset;
  }
}

.home-section-3 .container .row .hs-3-col-2 {
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(97.07deg, #ec6815 2.15%, #ff7f30 99.37%);
  padding-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .home-section-3 .container .row .hs-3-col-2 {
    position: unset;
    width: 100%;
    clip-path: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
  }
}

.home-section-3 .container .row .hs-3-col-2 p {
  margin-bottom: 0;
}

.home-section-4 {
  background-color: #f2f8ff;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.home-section-4 .row {
  margin: 0;
}

.home-section-4 .row .heading {
  margin-bottom: 2rem;
}

.home-section-4 .row .product-col {
  padding: 0;
}

.home-section-4 .row .product-col .product-card {
  position: relative;
}

.home-section-4 .row .product-col .product-card:hover .overlay {
  opacity: 1;
}

.home-section-4 .row .product-col .product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.home-section-4 .row .product-col .product-card .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-section-4 .row .product-col .product-card .overlay .product-name {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}

.home-section-4 .row .product-col .product-card .overlay .product-desc {
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.home-section-4 .row .product-col .product-card .overlay .go {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(97.45deg, #ec6815 2.85%, #ff7f30 99.48%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: block;
  padding: 2rem;
}

.home-section-4 .row .product-col .product-card .overlay .go i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 22px;
  right: 8px;
}

.home-section-4 .row .btn-primary {
  margin-top: 2rem;
}

.home-section-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-section-5 .container .row {
  align-items: center;
}

.home-section-5 .container .row .heading {
  color: #333333;
}

.home-section-5 .container .row .desc {
  color: #a4a4a4;
  margin-bottom: 2.5rem;
}

.home-section-5 .container .row .left-inner {
  text-align: right;
}

.home-section-5 .container .row .left-inner .left-item {
  margin-bottom: 1.75rem;
}

.home-section-5 .container .row .left-inner .left-item-image {
  width: 52px;
}

.home-section-5 .container .row .left-inner .left-item-heading {
  margin: 0.5rem 0;
}

.home-section-5 .container .row .left-inner .left-item-desc {
  color: #a4a4a4;
}

@media (max-width: 768px) {
  .home-section-5 .container .row .center {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.home-section-5 .container .row .center-inner {
  text-align: center;
}

.home-section-5 .container .row .center-inner img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  outline: 15px solid rgba(236, 104, 21, 0.5);
  outline-offset: -15px;
  aspect-ratio: 1/1;
}

.home-section-5 .container .row .right-inner {
  text-align: left;
}

.home-section-5 .container .row .right-inner .right-item {
  margin-bottom: 1.75rem;
}

.home-section-5 .container .row .right-inner .right-item-image {
  width: 52px;
}

.home-section-5 .container .row .right-inner .right-item-heading {
  margin: 0.5rem 0;
}

.home-section-5 .container .row .right-inner .right-item-desc {
  color: #a4a4a4;
}

.home-section-6 .row {
  margin: 0;
}

.home-section-6 .row .left {
  background-color: #fef4ed;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  padding-left: 5%;
  line-height: 30px;
  max-height: 500px;
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .home-section-6 .row .left {
    max-height: unset;
  }
}

.home-section-6 .row .left .heading {
  color: #333333;
}

.home-section-6 .row .left .desc {
  color: #a4a4a4;
  margin-bottom: 2rem;
}

.home-section-6 .row .left .left-list {
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .home-section-6 .row .left .left-list {
    flex-direction: column;
  }
}

.home-section-6 .row .left .left-list .left-item {
  margin-bottom: 1.75rem;
  margin-right: 1rem;
}

.home-section-6 .row .left .left-list .left-item-image {
  width: 52px;
}

.home-section-6 .row .left .left-list .left-item-heading {
  margin: 0.5rem 0;
}

.home-section-6 .row .left .left-list .left-item-desc {
  color: #a4a4a4;
}

.home-section-6 .row .right {
  padding: 0;
}

.home-section-6 .row .right img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.home-section-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-section-7 .container .row {
  justify-content: center;
}

.home-section-7 .container .row .heading {
  color: #333333;
  margin-bottom: 2rem;
}

.home-section-8 {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.home-section-8 .heading {
  margin-bottom: 1.5rem;
}

#kurumsal .about-section-1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#kurumsal .about-section-1 .container .row .left .heading {
  color: #333333;
}

#kurumsal .about-section-1 .container .row .left .desc {
  color: #a4a4a4;
}

#kurumsal .about-section-1 .container .row .right img {
  width: 100%;
}

#kurumsal .about-section-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#kurumsal .about-section-2 .container .row .section-col .section-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 2rem;
  min-height: 320px;
  margin-bottom: 2.25rem;
}

#kurumsal .about-section-2 .container .row .section-col .section-card-img {
  width: 100%;
  max-width: 150px;
  margin-top: -50px;
  margin-left: -20px;
}

#kurumsal .about-section-2 .container .row .section-col .section-card .heading {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #333333;
}

#kurumsal .about-section-2 .container .row .section-col .section-card .desc {
  color: #a4a4a4;
  text-align: center;
}

#kurumsal .about-section-3 {
  position: relative;
  margin-bottom: 3rem;
}

#kurumsal .about-section-3 video {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

#kurumsal .about-section-3 .play {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#kurumsal .about-section-3 .play img {
  width: 100%;
  max-width: 90px;
}

#kurumsal .about-section-4 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

#kurumsal .about-section-4 .container .heading {
  margin-bottom: 2rem;
  text-align: center;
  color: #333333;
}

#kurumsal .about-section-4 .container .ref-carousel .item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#kurumsal .about-section-4 .container .ref-carousel .item .img-cont {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kurumsal .about-section-4 .container .ref-carousel .item .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#kategoriler .category-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#kategoriler .category-section-1 .container .heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}

#kategoriler .category-section-1 .container .row .category-col {
  margin-bottom: 1.5rem;
}

#kategoriler .category-section-1 .container .row .category-col .category-card {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

#kategoriler .category-section-1 .container .row .category-col .category-card-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#kategoriler .category-section-1 .container .row .category-col .category-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.75rem;
}

#kategoriler .category-section-1 .container .row .category-col .category-card-body .name {
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
}

#kategoriler .category-section-1 .container .row .category-col .category-card-body .go-btn {
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ec6815;
  border-radius: 50%;
  margin-left: 1rem;
}

#kategori .category-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#kategori .category-section-1 .container .heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}

#kategori .category-section-1 .container .row .category-col {
  margin-bottom: 1.5rem;
}

#kategori .category-section-1 .container .row .category-col .category-card {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

#kategori .category-section-1 .container .row .category-col .category-card-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#kategori .category-section-1 .container .row .category-col .category-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.75rem;
}

#kategori .category-section-1 .container .row .category-col .category-card-body .name {
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
}

#kategori .category-section-1 .container .row .category-col .category-card-body .btn-primary {
  margin-left: 1rem;
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: transparent;
  color: #ec6815;
}

#kategori .category-section-1 .container .row .category-col .category-card-body .btn-primary:hover {
  color: #fff;
  background-color: #ec6815;
}

#urun .product-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#urun .product-section-1 .container .row .heading {
  margin-bottom: 2rem;
}

#urun .product-section-1 .container .row .left .product-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

#urun .product-section-1 .container .row .left .product-carousel .owl-dots .owl-dot {
  background: linear-gradient(91.93deg, #ec6815 6.16%, rgba(236, 104, 21, 0.99) 6.17%, #ff7f30 95.27%);
  border-radius: 5px;
  width: 30px;
  height: 7px;
  margin: 0.25rem;
}

#urun .product-section-1 .container .row .right .nav-pills .nav-item {
  margin-right: 0.75rem;
  margin-bottom: 1rem;
}

#urun .product-section-1 .container .row .right .nav-pills .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #333333;
  border-radius: 5px;
}

#urun .product-section-1 .container .row .right .nav-pills .nav-item .nav-link.active {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(236, 104, 21, 0.25);
  color: #ec6815;
}

#urun .product-section-1 .container .row .right .social-share {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

#urun .product-section-1 .container .row .right .social-share span {
  font-size: 18px;
}

#urun .product-section-1 .container .row .right .social-share .socials {
  margin-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#urun .product-section-1 .container .row .right .social-share .socials a {
  margin-left: 0.5rem;
}

#urun .product-section-1 .container .row .right .social-share .socials a img {
  width: 26px;
  height: 26px;
}

#ik .ik-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#ik .ik-section-1 .container .row .heading {
  color: #333333;
  position: relative;
}

#ik .ik-section-1 .container .row .heading span {
  position: absolute;
  left: 0;
}

#ik .ik-section-1 .container .row .desc {
  color: #a4a4a4;
}

#ik .ik-section-1 .container .ik-row {
  margin-top: 3rem;
}

#ik .ik-section-1 .container .ik-row .ik-col {
  margin-bottom: 1.5rem;
}

#ik .ik-section-1 .container .ik-row .ik-col .ik-card {
  padding: 0.5rem;
}

#ik .ik-section-1 .container .ik-row .ik-col .ik-card .heading {
  margin-bottom: 1rem;
  font-weight: 400;
}

#ik .ik-section-1 .container .ik-row .ik-col .ik-card .badge {
  position: absolute;
  top: -13px;
  left: 0;
  color: #E9E9E9;
  font-size: 3rem;
  padding: 0;
  font-weight: bolder;
  z-index: -1;
}

#ik .ik-section-2 {
  margin-bottom: 3rem;
}

#ik .ik-section-2 .container .row .ik-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem 1.5rem;
}

#ik .ik-section-2 .container .row .ik-form .cv-group {
  position: relative;
  display: flex;
  align-items: center;
}

#ik .ik-section-2 .container .row .ik-form .cv-group .form-label {
  margin-bottom: 0 !important;
  font-size: 17px;
}

#ik .ik-section-2 .container .row .ik-form .cv-group #cv {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

#ik .ik-section-2 .container .row .ik-form .cv-group .chose-file {
  margin-left: 1rem;
}

#katalog .catalog-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#katalog .catalog-section-1 .container .cat-carousel .cat-card {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

#katalog .catalog-section-1 .container .cat-carousel .cat-card-header img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#katalog .catalog-section-1 .container .cat-carousel .cat-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.75rem;
}

#katalog .catalog-section-1 .container .cat-carousel .cat-card-body .name {
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
}

#katalog .catalog-section-1 .container .cat-carousel .cat-card-body .go-btn {
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ec6815;
  border-radius: 50%;
  margin-left: 1rem;
}

#katalog .catalog-section-1 .container .cat-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

#katalog .catalog-section-1 .container .cat-carousel .owl-dots .owl-dot {
  background: linear-gradient(91.93deg, #ec6815 6.16%, rgba(236, 104, 21, 0.99) 6.17%, #ff7f30 95.27%);
  border-radius: 5px;
  width: 30px;
  height: 7px;
  margin: 0.25rem;
}

#iletisim .contact-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#iletisim .contact-section-1 .container .row {
  align-items: center;
}

@media (max-width: 768px) {
  #iletisim .contact-section-1 .container .row .left {
    margin-bottom: 1.5rem;
  }
}

#iletisim .contact-section-1 .container .row .left .contact-col {
  margin-bottom: 1rem;
}

#iletisim .contact-section-1 .container .row .left .contact-col .contact-card i {
  font-size: 2.5rem;
  color: #ec6815;
}

#iletisim .contact-section-1 .container .row .left .contact-col .contact-card h5 {
  color: #333333;
}

#iletisim .contact-section-1 .container .row .left .contact-col .contact-card .content {
  color: #333333;
}

#iletisim .contact-section-1 .container .row .left .contact-col .contact-card .content span {
  display: block;
}

#iletisim .contact-section-1 .container .row .right iframe {
  border-radius: 8px;
}

#iletisim .contact-section-2 {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

#iletisim .contact-section-2 .container .row .left img {
  width: 100%;
  border-radius: 8px;
}

#bloglar .blog-section-1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#bloglar .blog-section-1 .container .row .heading {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

#bloglar .blog-section-1 .container .row .desc {
  color: #a4a4a4;
}

#arama .search-section-1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#arama .search-section-1 .container .row .category-col {
  margin-bottom: 1.5rem;
}

#arama .search-section-1 .container .row .category-col .category-card {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

#arama .search-section-1 .container .row .category-col .category-card-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#arama .search-section-1 .container .row .category-col .category-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.75rem;
}

#arama .search-section-1 .container .row .category-col .category-card-body .name {
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
}

#arama .search-section-1 .container .row .category-col .category-card-body .btn-primary {
  margin-left: 1rem;
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: transparent;
  color: #ec6815;
}

#arama .search-section-1 .container .row .category-col .category-card-body .btn-primary:hover {
  color: #fff;
  background-color: #ec6815;
}

/* ===================================================
   ÜRÜNLER SAYFASI (PRODUCTS PAGE) STYLES
   =================================================== */

.products-page {
  background-color: #f7f9fb;
  padding-bottom: 4rem;
}

/* Products Hero Banner */
.products-hero {
  position: relative;
  background-image: url('../images/urunlerhero.jpg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 270px;
  display: flex;
  align-items: center;
}

.products-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(13, 15, 18, 0.96) 0%, rgba(13, 15, 18, 0.85) 45%, rgba(13, 15, 18, 0.2) 100%);
}

.products-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.products-hero-accent-line {
  width: 46px;
  height: 4px;
  background-color: #ec6815;
  border-radius: 2px;
  margin-bottom: 12px;
}

.products-hero-title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}

.products-hero-desc {
  color: #b4b9c1;
  font-size: 1.05rem;
  max-width: 470px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .products-hero {
    min-height: auto;
  }

  .products-hero .container {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .products-hero-accent-line {
    width: 32px;
    height: 3px;
    margin-bottom: 10px;
  }

  .products-hero-title {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

  .products-hero-desc {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

/* Products Section Body */
.products-content-section {
  padding-top: 2.5rem;
}

/* Sidebar Categories Card */
.category-sidebar-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  border-bottom: 1px solid #f0f3f6;
}

.category-item:last-child {
  border-bottom: none;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: #4a5058;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.category-link .cat-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-link .cat-icon {
  font-size: 16px;
  color: #8a919a;
  transition: color 0.25s ease;
}

.category-link .cat-arrow {
  font-size: 13px;
  color: #b0b7c0;
  transition: transform 0.25s ease, color 0.25s ease;
}

.category-link:hover {
  background-color: #fafbfc;
  color: #ec6815;
}

.category-link:hover .cat-icon,
.category-link:hover .cat-arrow {
  color: #ec6815;
}

.category-link:hover .cat-arrow {
  transform: translateX(3px);
}

.category-item.active .category-link {
  background-color: #fff9f5;
  color: #ec6815;
  font-weight: 600;
}

.category-item.active .category-link .cat-icon,
.category-item.active .category-link .cat-arrow {
  color: #ec6815;
}

/* Sidebar CTA Card */
.support-cta-card {
  background: #1e2126;
  border-radius: 12px;
  padding: 24px 20px;
  margin-top: 20px;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.support-cta-icon {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 12px;
  display: inline-block;
}

.support-cta-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.35;
}

.support-cta-desc {
  font-size: 13.5px;
  color: #a2a8b0;
  line-height: 1.5;
  margin-bottom: 18px;
}

.btn-cta-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ec6815;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14.5px;
  font-weight: 600;
  width: 100%;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-cta-orange:hover {
  background-color: #d95709;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(236, 104, 21, 0.35);
}

/* Product Cards Grid */
.product-item-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9edf2;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.product-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
  border-color: #dfd8d3;
}

.product-item-thumb {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background-color: #eef2f5;
}

.product-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-item-card:hover .product-item-thumb img {
  transform: scale(1.06);
}

.product-item-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-item-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #1e2022;
  margin-bottom: 8px;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.product-item-card:hover .product-item-title {
  color: #ec6815;
}

.product-item-desc {
  font-size: 13.5px;
  color: #727982;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}

.product-item-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}

.product-item-arrow {
  color: #ec6815;
  font-size: 17px;
  transition: transform 0.25s ease;
}

.product-item-card:hover .product-item-arrow {
  transform: translateX(4px);
}

/* Catalog Download Banner */
.catalog-download-card {
  background: #f3f5f8;
  border: 1px solid #e4e8ee;
  border-radius: 12px;
  padding: 22px 28px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.catalog-download-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.catalog-pdf-icon-box {
  width: 52px;
  height: 52px;
  background-color: #e5e9f0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5a626d;
  flex-shrink: 0;
}

.catalog-pdf-icon-box i {
  font-size: 22px;
  line-height: 1;
}

.catalog-pdf-icon-box span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 1px;
}

.catalog-text-content h4 {
  font-size: 16.5px;
  font-weight: 700;
  color: #1a1d20;
  margin-bottom: 4px;
}

.catalog-text-content p {
  font-size: 13.5px;
  color: #6e7681;
  margin-bottom: 0;
}

.btn-download-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ec6815;
  color: #ffffff;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.btn-download-catalog:hover {
  background-color: #d95709;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(236, 104, 21, 0.3);
}

@media (max-width: 991px) {
  .catalog-download-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-download-catalog {
    width: 100%;
    justify-content: center;
  }
}

/* ===================================================
   ÜRÜN DETAY SAYFASI (PRODUCT DETAIL) STYLES
   =================================================== */

.product-detail-page {
  background-color: #ffffff;
}

/* Breadcrumb */
.product-detail-breadcrumb {
  padding: 1.5rem 0 1rem 0;
}

.product-detail-breadcrumb .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-detail-breadcrumb .breadcrumb-item {
  font-size: 13.5px;
  color: #555b63;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.product-detail-breadcrumb .breadcrumb-item a {
  color: #555b63;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-detail-breadcrumb .breadcrumb-item a:hover {
  color: #ec6815;
}

.product-detail-breadcrumb .breadcrumb-item.active {
  color: #111417;
  font-weight: 700;
}

.product-detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  font-family: 'bootstrap-icons' !important;
  font-size: 10px;
  color: #8c939d;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* Product Gallery */
.product-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-main-showcase {
  position: relative;
  background-color: #edf3fa;
  border-radius: 12px;
  padding: 24px;
  overflow: hidden;
}

.product-badge-new {
  position: absolute;
  top: 18px;
  left: 18px;
  background-color: #ec6816;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  z-index: 5;
}

.product-detail-main-swiper {
  width: 100%;
  height: 380px;
}

.product-detail-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-main-img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.product-main-img-link img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-main-img-link:hover img {
  transform: scale(1.03);
}

/* Thumbnails */
.product-thumbnails-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.product-thumb-item {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  max-width: 85px;
  max-height: 85px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  background-color: #edf3fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb-item:hover {
  border-color: #ec6815;
  transform: translateY(-2px);
}

.product-thumb-item.active {
  border-color: #ec6815;
  box-shadow: 0 2px 8px rgba(236, 104, 21, 0.25);
}

.product-thumb-more {
  background-color: #dbe7f4;
  color: #384556;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
}

.product-thumb-more:hover {
  background-color: #cfdeee;
  color: #ec6815;
}

/* Product Info Right Column */
.product-info-wrapper {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .product-info-wrapper {
    padding-left: 0;
  }
}

.product-detail-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .product-detail-title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}

.product-detail-description {
  color: #555c65;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* Features List */
.product-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #2b3036;
}

.feature-check-icon {
  color: #b03d04;
  font-size: 18px;
  flex-shrink: 0;
}

/* Technical Documents */
.product-tech-docs-block {
  margin-bottom: 28px;
}

.tech-docs-heading {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #181b1e;
  margin-bottom: 12px;
}

.tech-docs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-doc-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #eaf2fb;
  color: #1e242b;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-doc-pill:hover {
  background-color: #dbe9f8;
  color: #ec6815;
}

.btn-doc-pill i {
  font-size: 14px;
}

/* Action Buttons */
.product-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.btn-product-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ec6816;
  color: #ffffff;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-product-quote:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(164, 56, 3, 0.35);
}

.btn-product-catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #eaf2fb;
  color: #21262d;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-product-catalog:hover {
  background-color: #dbe9f8;
  color: #ec6815;
}

/* Product Details Tabs Section */
.product-tabs-section {
  margin-top: 4rem;
  padding-top: 2rem;
  /* border-top: 1px solid #edf0f5; */
  background: #f6faff;
  padding-bottom: 5rem;
}

.product-nav-tabs {
  border-bottom: none;
  gap: 32px;
  margin-bottom: 2.5rem;
}

.product-nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-nav-tabs .nav-link {
  border: none !important;
  background: transparent !important;
  color: #6c757d !important;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 0 0 12px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  transition: color 0.2s ease;
}

.product-nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ec6815;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.product-nav-tabs .nav-link:hover {
  color: #ec6815 !important;
}

.product-nav-tabs .nav-link.active {
  color: #121518 !important;
  font-weight: 700;
}

.product-nav-tabs .nav-link.active::after {
  transform: scaleX(1);
}

.product-nav-tabs .nav-link:focus,
.product-nav-tabs .nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.tab-section-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 1.25rem;
  letter-spacing: -0.3px;
}

.product-about-text p {
  color: #555c65;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Highlights Card */
.product-highlights-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #edf0f5;
}

.highlights-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #121518;
  margin-bottom: 1.5rem;
}

.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.highlight-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #eaf2fa;
  color: #3b4859;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.highlight-text {
  font-size: 14.5px;
  font-weight: 500;
  color: #2b3036;
}

/* Specs Table Grid */
.product-specs-wrapper {
  padding-top: 0.5rem;
}

.specs-table-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef2f8;
  transition: all 0.2s ease;
}

.spec-row:hover {
  background-color: #f0f5fc;
  border-color: #e2ebf6;
}

.spec-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a1d20;
}

.spec-value {
  font-size: 14px;
  color: #5b636e;
  font-weight: 500;
  text-align: right;
}

/* ===================================================
   İLETİŞİM SAYFASI (CONTACT PAGE) STYLES
   =================================================== */

.contact-page {
  background-color: #ffffff;
}

/* Contact Hero Banner */
.contact-hero {
  position: relative;
  background-color: #edf5fd;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  pointer-events: none;
}

.contact-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #edf5fd 0%, #edf5fd 10%, rgba(237, 245, 253, 0.95) 18%, rgba(237, 245, 253, 0.6) 30%, rgba(237, 245, 253, 0) 70%);
}

.contact-hero .container {
  position: relative;
  z-index: 3;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.contact-breadcrumb {
  margin-bottom: 24px;
}

.contact-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #717d8e;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.contact-breadcrumb .breadcrumb-item a {
  color: #717d8e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-breadcrumb .breadcrumb-item a:hover {
  color: #ec6815;
}

.contact-breadcrumb .breadcrumb-item.active {
  color: #121518;
  font-weight: 700;
}

.contact-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  font-family: 'bootstrap-icons' !important;
  font-size: 10px;
  color: #9aa5b5;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: 1px;
}

.contact-hero-title {
  color: #121518;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

.contact-hero-desc {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
  max-width: 450px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contact-hero {
    min-height: auto;
    padding: 2rem 0;
  }

  .contact-hero-bg {
    width: 100% !important;
    right: 0 !important;
    opacity: 0.22;
  }

  .contact-hero-bg img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .contact-hero-overlay {
    background: linear-gradient(180deg, rgba(237, 245, 253, 0.96) 0%, rgba(237, 245, 253, 0.9) 100%) !important;
  }

  .contact-hero .container {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .contact-breadcrumb {
    margin-bottom: 1rem !important;
  }

  .contact-hero-title {
    font-size: 1.35rem !important;
    margin-bottom: 10px !important;
  }

  .contact-hero-desc {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
  }
}

/* Contact Details & Form Content Section */
.contact-content-section {
  background-color: #f5f9fd;
  padding: 4.5rem 0 6rem 0;
}

.contact-left-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-block-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.contact-main-info-card {
  padding: 4px 0;
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #f1f4f8;
}

.contact-info-row:last-child {
  border-bottom: none;
}

.contact-icon-square {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #ecf4fd;
  color: #1e2530;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}

.contact-info-text {
  flex: 1;
}

.info-label {
  font-size: 15px;
  font-weight: 700;
  color: #121518;
  margin-bottom: 4px;
}

.info-val {
  font-size: 14px;
  color: #555e69;
  line-height: 1.5;
  margin-bottom: 0;
}

.info-val a {
  color: #555e69;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-val a:hover {
  color: #ec6816;
}

.info-val a.link-orange {
  color: #ec6816;
  font-weight: 600;
}

/* CTA Blocks */
.contact-cta-block {
  padding: 24px;
}

.contact-cta-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-cta-info {
  flex: 1;
}

.cta-title {
  font-size: 16px;
  font-weight: 700;
  color: #121518;
  margin-bottom: 6px;
}

.cta-desc {
  font-size: 13.5px;
  color: #555e69;
  line-height: 1.55;
  margin-bottom: 10px;
}

.cta-link-orange {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ec6816;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.cta-link-orange:hover {
  color: #8c2f02;
  transform: translateX(4px);
}

/* Contact Main Form Card */
.contact-main-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
}

.form-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121518;
  margin-bottom: 6px;
}

.form-desc {
  font-size: 14px;
  color: #636c77;
  line-height: 1.5;
  margin-bottom: 24px;
}

.contact-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #202428;
  margin-bottom: 6px;
  display: block;
}

.contact-field {
  background-color: #ffffff;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 14px;
  color: #1e242b;
  transition: all 0.2s ease;
  width: 100%;
}

.contact-field::placeholder {
  color: #9aa4b0;
  font-size: 13.5px;
}

.contact-field:focus {
  border-color: #ec6816;
  box-shadow: 0 0 0 3px rgba(164, 56, 3, 0.1);
  outline: none;
}

.btn-contact-submit-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ec6816;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 13px 24px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
  margin-top: 10px;
}

.btn-contact-submit-orange:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(164, 56, 3, 0.3);
}

.form-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #8893a0;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .contact-main-form-card {
    padding: 28px 20px;
  }
}

/* Location Map Section */
.contact-location-heading {
  font-size: 15px;
  font-weight: 700;
  color: #121518;
  margin-bottom: 14px;
}

.contact-map-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.contact-map-card iframe {
  width: 100%;
  height: 420px;
  display: block;
}

.map-floating-info-card {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  max-width: 280px;
  border: 1px solid #eef2f8;
}

.map-info-name {
  font-size: 15px;
  font-weight: 700;
  color: #121518;
  margin-bottom: 6px;
}

.map-info-address {
  font-size: 13.5px;
  color: #555e69;
  line-height: 1.5;
  margin-bottom: 12px;
}

.map-info-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ec6816;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.map-info-link:hover {
  color: #8c2f02;
  transform: translateX(4px);
}

/* Bottom Dark CTA Banner */
.contact-bottom-cta-banner {
  position: relative;
  background: #111315;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 48px;
  padding: 36px 44px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.cta-banner-accent-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #ec6816;
}

.cta-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-banner-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.cta-banner-desc {
  font-size: 14px;
  color: #9aa4b0;
  margin-bottom: 0;
  line-height: 1.5;
}

.cta-banner-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.btn-cta-banner-quote {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ec6816;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-cta-banner-quote:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(164, 56, 3, 0.35);
}

.btn-cta-banner-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #363b42;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-cta-banner-catalog:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #636b77;
  color: #ffffff;
}

@media (max-width: 991px) {
  .contact-bottom-cta-banner {
    padding: 30px 24px;
  }

  .cta-banner-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner-actions {
    width: 100%;
    flex-direction: column;
  }

  .btn-cta-banner-quote,
  .btn-cta-banner-catalog {
    width: 100%;
    justify-content: center;
  }

  .map-floating-info-card {
    position: static;
    margin: 16px;
    max-width: none;
  }
}

/* ===================================================
   HAKKIMIZDA / KURUMSAL (ABOUT PAGE) STYLES
   =================================================== */

.about-page {
  background-color: #f8fbfe;
  padding-bottom: 0;
}

.about-hero-section {
  padding: 2.5rem 0 3.5rem 0;
}

.about-breadcrumb {
  margin-bottom: 2.5rem;
}

.about-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #717d8e;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.about-breadcrumb .breadcrumb-item a {
  color: #717d8e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.about-breadcrumb .breadcrumb-item a:hover {
  color: #ec6816;
}

.about-breadcrumb .breadcrumb-item.active {
  color: #121518;
  font-weight: 700;
}

.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  font-family: 'bootstrap-icons' !important;
  font-size: 10px;
  color: #9aa5b5;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: 1px;
}

.about-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ec6816;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-hero-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #121518;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

.about-hero-title .text-orange {
  color: #ec6816;
}

.about-lead-text {
  font-size: 16px;
  font-weight: 500;
  color: #495360;
  line-height: 1.65;
  margin-bottom: 18px;
}

.about-body-text {
  font-size: 14.5px;
  color: #636d7a;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Image box */
.about-hero-image-box {
  position: relative;
  background: #edf5fc;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* Stats Card */
.about-stats-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  margin-top: 54px;
  border: 1px solid #edf1f6;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.stat-col {
  padding: 12px 24px;
  border-right: 1px solid #edf1f6;
}

.stat-col:last-child {
  border-right: none;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-color: #fdeee3;
  color: #b24508;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.stat-icon-box svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
}

.stat-number {
  font-size: 1.65rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 2px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.stat-label {
  font-size: 13.5px;
  color: #636e7b;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-hero-title {
    font-size: 2rem;
  }

  .stat-col {
    border-right: none;
    border-bottom: 1px solid #edf1f6;
    padding: 16px 10px;
  }

  .stat-col:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .about-hero-title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}

/* Mission & Vision Section */
.about-mission-vision-section {
  background-color: #eaf3fc;
  padding: 5.5rem 0;
}

.mission-vision-img-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.mission-vision-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.mission-vision-content {
  padding-left: 20px;
}

.mission-vision-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}

.title-dash {
  width: 26px;
  height: 3.5px;
  background-color: #ec6816;
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
}

.mission-vision-desc {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mission-vision-content {
    padding-left: 0;
  }
}

/* Values Section (Değerlerimiz) */
.about-values-section {
  background-color: #f7faff;
  padding: 5.5rem 0 6rem 0;
}

.values-header-wrapper {
  margin-bottom: 3.5rem;
}

.values-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #121518;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.values-section-subtitle {
  font-size: 14.5px;
  color: #636e7b;
  margin-bottom: 0;
}

.value-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.value-icon-box {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background-color: #eaf2fa;
  color: #ec6816;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.value-icon-box svg,
.value-icon-box .value-icon-img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}

.value-item-card:hover .value-icon-box {
  transform: translateY(-4px);
  background-color: #fdeee3;
  box-shadow: 0 6px 18px rgba(178, 69, 8, 0.15);
}

.value-item-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #121518;
  margin-bottom: 10px;
}

.value-item-desc {
  font-size: 13.5px;
  color: #636e7b;
  line-height: 1.55;
  max-width: 190px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .value-col {
    margin-bottom: 1.5rem;
  }
}

/* Full-Width Bottom CTA Banner */
.about-bottom-cta-section {
  background-color: #202226;
  padding: 4.5rem 0;
}

.about-cta-title {
  font-size: 1.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}

.about-cta-desc {
  font-size: 14.5px;
  color: #9aa4b0;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 580px;
}

.about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.btn-about-cta-quote {
  background-color: #ec6816;
  color: #ffffff;
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-about-cta-quote:hover {
  background-color: #913102;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(178, 62, 4, 0.35);
}

.btn-about-cta-catalog {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #4a5059;
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-about-cta-catalog:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #717b88;
  color: #ffffff;
}

@media (max-width: 991px) {
  .about-bottom-cta-section {
    padding: 3.5rem 0;
  }

  .about-cta-actions {
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }

  .btn-about-cta-quote,
  .btn-about-cta-catalog {
    width: 100%;
    justify-content: center;
  }
}

/* ===================================================
   TEKLİF AL (QUOTE REQUEST) PAGE STYLES
   =================================================== */

.quote-page {
  background-color: #f4f8fc;
  padding-bottom: 6rem;
  position: relative;
}

.quote-hero-banner {
  height: 240px;
  background: linear-gradient(135deg, #c34b07 0%, #ec6816 50%, #f3822b 100%);
  position: relative;
  overflow: hidden;
}

.quote-hero-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.quote-form-section {
  margin-top: -150px;
  position: relative;
  z-index: 5;
}

.quote-main-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 54px 60px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf2f8;
  max-width: 960px;
  margin: 0 auto;
}

.quote-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #ec6816;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.quote-subtitle {
  font-size: 14.5px;
  color: #555e69;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
  line-height: 1.55;
}

.quote-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e242b;
  margin-bottom: 8px;
  display: block;
}

.quote-field {
  background-color: #fbfdff;
  border: 1px solid #d4dfea;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  color: #1a1d20;
  transition: all 0.2s ease;
  width: 100%;
}

.quote-field::placeholder {
  color: #9aa5b2;
  font-size: 13.5px;
}

.quote-field:focus {
  background-color: #ffffff;
  border-color: #ec6816;
  box-shadow: 0 0 0 3px rgba(164, 56, 3, 0.1);
  outline: none;
}

.btn-quote-submit {
  background-color: #ec6816;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-quote-submit:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(164, 56, 3, 0.35);
}

.btn-quote-submit svg {
  display: block;
}

@media (max-width: 991px) {
  .quote-main-card {
    padding: 36px 24px;
  }

  .quote-title {
    font-size: 1.85rem;
  }
}

/* ===================================================
   BLOG LISTING PAGE STYLES
   =================================================== */

.blog-page {
  background-color: #f7faff;
  padding-bottom: 0;
}

.blog-hero-section {
  position: relative;
  background-color: #0d1117;
  background-image: url('../images/blog-hero.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 0 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(13, 17, 23, 0.96) 0%, rgba(13, 17, 23, 0.88) 50%, rgba(13, 17, 23, 0.6) 100%);
  z-index: 1;
}

.blog-hero-section .container {
  position: relative;
  z-index: 2;
}

.blog-breadcrumb {
  margin-bottom: 1.5rem;
}

.blog-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #717d8e;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.blog-breadcrumb .breadcrumb-item a {
  color: #717d8e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.blog-breadcrumb .breadcrumb-item a:hover {
  color: #ec6816;
}

.blog-breadcrumb .breadcrumb-item.active {
  color: #121518;
  font-weight: 700;
}

.blog-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  font-family: 'bootstrap-icons' !important;
  font-size: 10px;
  color: #9aa5b5;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* Specific white breadcrumb for dark blog hero */
.blog-hero-section .blog-breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
}

.blog-hero-section .blog-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
}

.blog-hero-section .blog-breadcrumb .breadcrumb-item a:hover {
  color: #f97316;
}

.blog-hero-section .blog-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}

.blog-hero-section .blog-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}

.blog-hero-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #f97316;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.blog-hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
  line-height: 1.25;
}

.blog-hero-desc {
  font-size: 15.5px;
  color: #cbd5e1;
  max-width: 680px;
  line-height: 1.6;
  margin-bottom: 0;
}

.blog-content-section {
  padding: 3.5rem 0 5rem 0;
}

/* Category Filter Pills */
.blog-filter-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-filter-pill {
  background-color: #ffffff;
  border: 1px solid #dfe6ef;
  color: #555e69;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-filter-pill:hover {
  border-color: #ec6816;
  color: #ec6816;
}

.btn-filter-pill.active {
  background-color: #ec6816;
  border-color: #ec6816;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(164, 56, 3, 0.25);
}

/* Featured Card */
.blog-featured-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #edf1f6;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.featured-img-wrap {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-featured-card:hover .featured-img-wrap img {
  transform: scale(1.04);
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ec6816;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 20px;
}

.featured-body {
  padding: 40px;
}

.blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  color: #7b8794;
}

.meta-tag {
  background-color: #edf5fc;
  color: #ec6816;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.featured-title {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.featured-title a {
  color: #121518;
  text-decoration: none;
  transition: color 0.2s ease;
}

.featured-title a:hover {
  color: #ec6816;
}

.featured-desc {
  font-size: 14.5px;
  color: #555e69;
  line-height: 1.65;
  margin-bottom: 24px;
}

.btn-read-more-orange {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ec6816;
  color: #ffffff;
  border-radius: 6px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-read-more-orange:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateX(4px);
}

/* Blog Cards Grid */
.blog-card-item {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.blog-card-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card-item:hover .blog-card-thumb img {
  transform: scale(1.06);
}

.blog-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  color: #ec6816;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
}

.blog-card-title a {
  color: #121518;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card-title a:hover {
  color: #ec6816;
}

.blog-card-desc {
  font-size: 13.5px;
  color: #636e7b;
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1;
}

.blog-card-footer {
  border-top: 1px solid #f1f4f8;
  padding-top: 14px;
}

.blog-link-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ec6816;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.blog-link-more:hover {
  color: #8c2f02;
  transform: translateX(4px);
}

/* Pagination */
.custom-pagination .page-link {
  color: #555e69;
  border-radius: 8px;
  margin: 0 4px;
  border: 1px solid #dfe5ec;
  font-weight: 600;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.custom-pagination .page-link:hover {
  background-color: #edf5fc;
  color: #ec6816;
  border-color: #ec6816;
}

.custom-pagination .page-item.active .page-link {
  background-color: #ec6816;
  border-color: #ec6816;
  color: #ffffff;
}

.custom-pagination .page-item.disabled .page-link {
  color: #bdc5d0;
  background-color: #f8fafc;
}

@media (max-width: 991px) {
  .featured-img-wrap {
    height: 260px;
  }

  .featured-body {
    padding: 24px;
  }

  .blog-hero-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 768px) {
  .blog-hero-section {
    padding: 2.25rem 0 2rem 0;
  }

  .blog-hero-section::before {
    background: linear-gradient(180deg, rgba(13, 17, 23, 0.92) 0%, rgba(13, 17, 23, 0.96) 100%);
  }

  .blog-breadcrumb {
    margin-bottom: 1rem;
  }

  .blog-hero-tag {
    font-size: 11.5px;
    margin-bottom: 8px;
  }

  .blog-hero-title {
    font-size: 1.35rem !important;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .blog-hero-desc {
    font-size: 0.88rem !important;
    line-height: 1.5;
  }
}

/* ===================================================
   BLOG DETAIL PAGE STYLES
   =================================================== */

.blog-detail-page {
  background-color: #f8fbfe;
  padding-bottom: 0;
}

.blog-detail-header-section {
  background-color: #ffffff;
  padding: 3.5rem 0 2.5rem 0;
  border-bottom: 1px solid #edf2f8;
}

.blog-detail-title-wrapper {
  margin-top: 10px;
}

.blog-detail-title {
  font-size: 2.35rem;
  font-weight: 800;
  color: #121518;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid #f1f4f8;
}

.meta-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13.5px;
  color: #6b7785;
}

.meta-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-text {
  font-size: 13px;
  font-weight: 700;
  color: #4a5568;
  margin-right: 4px;
}

.share-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  background-color: #f1f5f9;
  color: #475569;
  transition: all 0.2s ease;
}

.share-btn.whatsapp:hover {
  background-color: #25d366;
  color: #ffffff;
}

.share-btn.linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}

.share-btn.twitter:hover {
  background-color: #000000;
  color: #ffffff;
}

.share-btn.facebook:hover {
  background-color: #1877f2;
  color: #ffffff;
}

/* Content Area */
.blog-detail-content-section {
  padding: 3.5rem 0 5rem 0;
}

.blog-article-body {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.article-featured-image-box {
  border-radius: 14px;
  overflow: hidden;
  max-height: 440px;
}

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

.article-lead {
  font-size: 17px;
  font-weight: 600;
  color: #1e242b;
  line-height: 1.7;
  margin-bottom: 24px;
}

.blog-article-body p {
  font-size: 15px;
  color: #4e5765;
  line-height: 1.75;
  margin-bottom: 22px;
}

.blog-article-body h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #121518;
  margin-top: 36px;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.blog-article-body ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.blog-article-body li {
  font-size: 14.5px;
  color: #4e5765;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Quote Box */
.article-quote-box {
  background-color: #fdf6f0;
  border-left: 4px solid #ec6816;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 30px 0;
  position: relative;
}

.article-quote-box .quote-icon {
  font-size: 32px;
  color: #ec6816;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.article-quote-box p {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #2c3239;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Tags */
.article-footer-box {
  border-top: 1px solid #f1f4f8;
}

.article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e242b;
  margin-right: 4px;
}

.tag-badge {
  background-color: #edf5fc;
  color: #ec6816;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tag-badge:hover {
  background-color: #ec6816;
  color: #ffffff;
}

/* Sidebar */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-widget {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #edf1f6;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.widget-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f4f8;
}

.widget-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.recent-post-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.recent-post-item:hover {
  transform: translateX(4px);
}

.recent-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-info {
  flex: 1;
}

.recent-date {
  font-size: 11.5px;
  color: #8895a5;
  display: block;
  margin-bottom: 4px;
}

.recent-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e242b;
  line-height: 1.4;
  margin-bottom: 0;
  transition: color 0.2s ease;
}

.recent-post-item:hover .recent-title {
  color: #ec6816;
}

/* Sidebar CTA Boxes */
.sidebar-cta-box {
  background: linear-gradient(135deg, #fef8f4 0%, #edf5fc 100%);
  border: 1px solid #fae1d2;
  text-align: center;
  padding: 32px 24px;
}

.sidebar-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-color: #ec6816;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.sidebar-cta-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #121518;
  margin-bottom: 8px;
}

.sidebar-cta-desc {
  font-size: 13.5px;
  color: #555e69;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-sidebar-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ec6816;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  transition: all 0.25s ease;
}

.btn-sidebar-quote:hover {
  background-color: #8c2f02;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(164, 56, 3, 0.3);
}

.sidebar-catalog-box {
  background-color: #ffffff;
}

.sidebar-catalog-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.catalog-icon {
  font-size: 32px;
  color: #ec6816;
  flex-shrink: 0;
  line-height: 1;
}

.catalog-title {
  font-size: 15px;
  font-weight: 700;
  color: #121518;
  margin-bottom: 4px;
}

.catalog-desc {
  font-size: 12.5px;
  color: #636e7b;
  margin-bottom: 0;
  line-height: 1.45;
}

.btn-sidebar-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: transparent;
  color: #1e242b;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  transition: all 0.2s ease;
}

.btn-sidebar-catalog:hover {
  background-color: #edf5fc;
  border-color: #ec6816;
  color: #ec6816;
}

@media (max-width: 991px) {
  .blog-article-body {
    padding: 24px 20px;
  }

  .blog-detail-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 768px) {
  .blog-detail-title {
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 12px;
  }
}

/*# sourceMappingURL=main.css.map */