/**
* Template Name: Strive
* Template URL: https://bootstrapmade.com/strive-bootstrap-business-template/
* Updated: Sep 20 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito",  sans-serif;
  --nav-font: "Ubuntu",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #282828; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ea7c00; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #5b5b5b;  /* The default color of the main navmenu links */
  --nav-hover-color: #ea7c00; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ea7c00; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f2ef;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

/* Container genişlikleri - Demo sitesine göre */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* AOS Override - İçeriklerin görünür olması için */
[data-aos] {
  opacity: 1 !important;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}

[data-aos=fade-up] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-aos=fade-down] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-aos=fade-left] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-aos=fade-right] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 2px 0;
  transition: all 0.5s;
  z-index: 1000;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 85px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .logo span {
  font-size: 30px;
  color: var(--accent-color);
  margin-left: 2px;
  font-weight: 700;
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 50px;
  transition: 0.3s;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .logo h1 {
    font-size: 24px;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #5b5b5b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #5b5b5b;
  --nav-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -27px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background: var(--background-color);
  font-size: 14px;
  padding: 80px 0 0;
  position: relative;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-content .logo {
  line-height: 1;
}

.footer .footer-content .logo img {
  width: 150px;
  height: auto;
}

.footer .footer-content .logo span {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-content p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}


.footer h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  font-family: var(--heading-font);
}

.footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--accent-color);
}

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

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer .footer-links ul li:hover {
  transform: translateX(5px);
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-links ul a i {
  margin-right: 8px;
  font-size: 12px;
  color: var(--accent-color);
}

.footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer .footer-contact .contact-item .contact-icon {
  width: 40px;
  height: 40px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.footer .footer-contact .contact-item .contact-icon i {
  color: var(--accent-color);
  font-size: 16px;
}

.footer .footer-contact .contact-item .contact-info p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 14px;
  line-height: 1.5;
}

.footer .social-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.footer .social-links a {
  width: 42px;
  height: 42px;
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.footer .social-links a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

.footer .social-links a i {
  font-size: 16px;
}

.footer .footer-bottom {
  margin-top: 50px;
  padding: 25px 0;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .copyright p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer .footer-bottom .footer-bottom-links {
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
}

.footer .footer-bottom .footer-bottom-links a:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links a {
    margin: 0 10px;
  }
}

.footer .footer-bottom .credits {
  text-align: right;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .credits {
    text-align: center;
  }
}

.footer .footer-bottom .credits a {
  color: var(--accent-color);
  text-decoration: none;
}

.footer .footer-bottom .credits a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 0;
  }

  .footer .footer-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer .footer-links,
  .footer .footer-contact {
    margin-bottom: 40px;
  }
}

input[type=text],
input[type=email],
textarea {
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: var(--accent-color);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title-bar {
  background: linear-gradient(135deg, var(--accent-color) 0%, #ff6b35 20%, #4a90e2 40%, #5b9bd5 60%, #6c5ce7 80%, var(--accent-color) 100%);
  background-size: 400% 400%;
  padding: 150px 0px 50px 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-title-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.15) 100%);
  background-size: 200% 200%;
  pointer-events: none;
  animation: shimmer 8s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.page-title-bar::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-title-bar .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-title-text {
  color: var(--contrast-color);
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  font-family: var(--heading-font);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page-title-bar {
    padding: 30px 0;
  }
  
  .page-title-text {
    font-size: 28px;
  }
  
  .breadcrumb-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 400;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 72px;
  overflow: clip;
  position: relative;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 57px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {

  position: relative;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.hero .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
}

@media (max-width: 768px),
(max-height: 480px) {
  .hero .info {
    padding: 100px 50px 60px 50px;
  }
}

.hero .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
}

.hero .info .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
}

.hero .info .btn-get-started:hover {
  background: var(--surface-color);
  color: var(--accent-color);
}

.hero .carousel,
.hero #hero-carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s;
}

.hero .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: color-mix(in srgb, var(--default-color), transparent 80%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.about .about-img img {
  border-radius: 20px;
}

.about .experience-badge {
  position: absolute;
  bottom: -30px;
  left: 20px;
  background-color: var(--surface-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 160px;
}

.about .experience-badge h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--accent-color);
}

.about .experience-badge p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--heading-color);
}

.about .projects-badge {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: var(--accent-color);
  padding: 20px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  min-width: 160px;
}

.about .projects-badge h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--contrast-color);
}

.about .projects-badge p {
  margin: 5px 0 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--contrast-color);
}

.about .feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.about .feature-item .feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .feature-item .feature-icon i {
  font-size: 28px;
  color: var(--accent-color);
}

.about .feature-item .feature-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.about .feature-item .feature-content p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.about .check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.about .check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.about .check-list li i {
  color: var(--accent-color);
  font-size: 1.2rem;
}

.about .btn-primary {
  background-color: var(--accent-color);
  border: none;
  padding: 15px 38px;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--contrast-color);
  transition: all 0.3s ease;
}

.about .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .about .experience-badge {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    min-width: 140px;
  }

  .about .experience-badge h2 {
    font-size: 2.8rem;
  }

  .about .experience-badge p {
    font-size: 0.8rem;
  }

  .about .projects-badge {
    top: 15px;
    right: 15px;
    padding: 15px;
    min-width: 140px;
    border-radius: 10px;
  }

  .about .projects-badge h2 {
    font-size: 2rem;
  }

  .about .projects-badge p {
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .about .experience-badge {
    padding: 12px;
    min-width: 120px;
  }

  .about .experience-badge h2 {
    font-size: 2.2rem;
  }

  .about .experience-badge p {
    font-size: 0.75rem;
  }

  .about .projects-badge {
    padding: 12px;
    min-width: 120px;
  }

  .about .projects-badge h2 {
    font-size: 1.8rem;
  }

  .about .projects-badge p {
    font-size: 0.7rem;
  }
}

.about .features {
  position: relative;
}

.about .features .feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.about .features .feature-item .feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .features .feature-item .feature-icon i {
  font-size: 28px;
  color: var(--accent-color);
}

.about .features .feature-item .feature-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.about .features .feature-item .feature-content p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.about .features .check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.about .features .check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.about .features .check-list li i {
  color: var(--accent-color);
  font-size: 1.2rem;
}

.about .display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.about .lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--default-color);
}

@media (max-width: 768px) {
  .about .display-4 {
    font-size: 2rem;
  }
  
  .about .lead {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  position: relative;
}

.services .services-content .subtitle {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  color: var(--accent-color);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.services .services-content h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .services .services-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .services .services-content h2 {
    font-size: 28px;
  }
}

.services .services-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.services .services-content .btn-consultation {
  display: inline-flex;
  align-items: center;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.services .services-content .btn-consultation span {
  margin-right: 8px;
}

.services .services-content .btn-consultation i {
  transition: transform 0.3s ease;
}

.services .services-content .btn-consultation:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
}

.services .services-content .btn-consultation:hover i {
  transform: translateX(5px);
}

.services .services-image {
  position: relative;
  height: 380px;
  display: flex;
  justify-content: flex-end;
}

.services .services-image img {
  position: relative;
  z-index: 2;
  max-height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.services .services-image .shape-circle {
  position: absolute;
  right: -30px;
  top: -30px;
  height: 180px;
  width: 180px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  z-index: 1;
}

.services .services-image .shape-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  z-index: 1;
  animation: float 5s infinite ease-in-out;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .services .services-image {
    margin-top: 30px;
    height: 300px;
    justify-content: center;
  }
}

/* Services Carousel */
.services #services-carousel {
  position: relative;
}

.services #services-carousel .carousel-item {
  min-height: 400px;
}

.services .services-carousel-controls {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.services .services-carousel-controls .carousel-control-prev,
.services .services-carousel-controls .carousel-control-next {
  position: static;
  width: 50px;
  height: 50px;
  background-color: var(--accent-color);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.services .services-carousel-controls .carousel-control-prev:hover,
.services .services-carousel-controls .carousel-control-next:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: scale(1.1);
}

.services .services-carousel-controls .carousel-control-prev-icon,
.services .services-carousel-controls .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

@media (max-width: 768px) {
  .services .services-carousel-controls {
    margin-top: 30px;
  }
  
  .services .services-carousel-controls .carousel-control-prev,
  .services .services-carousel-controls .carousel-control-next {
    width: 45px;
    height: 45px;
  }
}


@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.call-to-action .container {
  position: relative;
  z-index: 2;
}

.call-to-action .cta-content {
  padding-right: 20px;
}

@media (max-width: 992px) {
  .call-to-action .cta-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.call-to-action .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.call-to-action .badge i {
  font-size: 16px;
}

.call-to-action h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .call-to-action h2 {
    font-size: 2rem;
  }
}

.call-to-action .lead {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 30px;
  line-height: 1.6;
}

.call-to-action .features-list .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.call-to-action .features-list .feature-item i {
  color: #22c55e;
  font-size: 18px;
  flex-shrink: 0;
}

.call-to-action .features-list .feature-item span {
  font-weight: 500;
  color: var(--default-color);
}

.call-to-action .cta-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .call-to-action .cta-buttons {
    flex-direction: column;
  }
}

.call-to-action .cta-buttons .btn {
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.call-to-action .cta-buttons .btn.btn-primary {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  color: var(--contrast-color);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.call-to-action .cta-buttons .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 50%);
}

.call-to-action .cta-buttons .btn.btn-outline {
  background: var(--surface-color);
  color: var(--default-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.call-to-action .cta-buttons .btn.btn-outline:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
}

.call-to-action .trust-indicators small {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.call-to-action .trust-indicators .rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.call-to-action .trust-indicators .rating i {
  color: #fbbf24;
  font-size: 14px;
}

.call-to-action .trust-indicators .rating span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  position: relative;
  overflow: hidden;
}

.features::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

.features .features-content {
  padding-right: 2rem;
}

@media (max-width: 992px) {
  .features .features-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.features .features-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .features .features-content h2 {
    font-size: 2rem;
  }
}

.features .features-content>p {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.features .main-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 92%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
}

@media (max-width: 768px) {
  .features .main-feature {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.features .main-feature .feature-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6a11cb 30%));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  font-size: 2rem;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.features .main-feature .feature-text h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.features .main-feature .feature-text p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
  line-height: 1.6;
}

.features .btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6a11cb 30%));
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 60%);
  border: none;
}

.features .btn-get-started:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 50%);
  color: var(--contrast-color);
}

.features .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .features .features-grid {
    grid-template-columns: 1fr;
  }
}

.features .feature-card {
  background: var(--surface-color);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.features .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 98%) 0%, transparent 100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.features .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--default-color), transparent 88%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.features .feature-card:hover::before {
  opacity: 1;
}

.features .feature-card:hover .icon-wrapper {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6a11cb 30%));
  color: var(--contrast-color);
}

.features .feature-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--accent-color);
  font-size: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.features .feature-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--heading-color);
  position: relative;
  z-index: 1;
}

.features .feature-card p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper {
  padding: 10px 0;
  overflow: hidden;
}

.clients .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
}

.clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.clients .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.clients .swiper-slide img {
  transition: 0.3s;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.5;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

/*--------------------------------------------------------------
# References Section
--------------------------------------------------------------*/
.references .swiper {
  padding: 10px 0;
  overflow: hidden;
}

.references .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
}

.references .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.references .swiper-slide img {
  width: 175px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(100%);
  opacity: 0.6;
}

.references .swiper-slide img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}


/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts .featured-post {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.recent-posts .featured-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.recent-posts .featured-post:hover .featured-img img {
  transform: scale(1.05);
}

.recent-posts .featured-post:hover .post-title a {
  color: var(--accent-color);
}

.recent-posts .featured-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.recent-posts .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-posts .featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #000 20%));
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recent-posts .featured-content {
  padding: 32px;
}

.recent-posts .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recent-posts .post-title {
  margin: 0 0 20px 0;
}

.recent-posts .post-title a {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.recent-posts .post-title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-excerpt {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.recent-posts .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-posts .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recent-posts .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.recent-posts .author-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.recent-posts .author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.recent-posts .read-time {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-posts .read-more {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.recent-posts .read-more::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}

.recent-posts .read-more:hover::after {
  margin-left: 12px;
}

.recent-posts .recent-post {
  background-color: var(--surface-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.recent-posts .recent-post:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.recent-posts .recent-post:hover .recent-title a {
  color: var(--accent-color);
}

.recent-posts .recent-post:hover .recent-img img {
  transform: scale(1.05);
}

.recent-posts .recent-img {
  height: 120px;
  overflow: hidden;
}

.recent-posts .recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-posts .recent-content {
  padding: 20px;
}

.recent-posts .recent-title {
  margin: 8px 0 12px 0;
}

.recent-posts .recent-title a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-posts .recent-title a:hover {
  color: var(--accent-color);
}

.recent-posts .recent-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}

.recent-posts .recent-meta .author {
  color: var(--heading-color);
  font-weight: 500;
}

.recent-posts .recent-meta .date {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-posts .category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 90%), color-mix(in srgb, var(--accent-color), transparent 80%));
  color: var(--accent-color);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.recent-posts .category:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-1px);
}

.recent-posts .post-date {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

@media (max-width: 991px) {
  .recent-posts .featured-post {
    margin-bottom: 40px;
  }

  .recent-posts .featured-img {
    height: 250px;
  }

  .recent-posts .featured-content {
    padding: 24px;
  }

  .recent-posts .post-title a {
    font-size: 24px;
  }

  .recent-posts .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .recent-posts .recent-post {
    display: flex;
    margin-bottom: 16px;
  }

  .recent-posts .recent-img {
    flex: 0 0 100px;
    height: 100px;
  }

  .recent-posts .recent-content {
    flex: 1;
    padding: 16px;
  }

  .recent-posts .recent-title a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .recent-posts .post-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recent-posts .recent-post {
    flex-direction: column;
  }

  .recent-posts .recent-img {
    flex: none;
    height: 120px;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact .contact-main-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 992px) {
  .contact .contact-main-wrapper {
    grid-template-columns: 45% 55%;
    min-height: 600px;
  }
}

.contact .map-wrapper {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .contact .map-wrapper {
    height: 100%;
    position: sticky;
    top: 100px;
  }
}

.contact .contact-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .contact-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 576px) {
  .contact .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact .contact-card {
  background-color: var(--surface-color);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact .contact-card .icon-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact-card .icon-box i {
  font-size: 22px;
  color: var(--accent-color);
}

.contact .contact-card .contact-text h4 {
    font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.contact .contact-card .contact-text p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--default-color);
  margin-bottom: 0;
}

.contact .contact-form-container {
  background-color: var(--surface-color);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact .contact-form-container h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
  position: relative;
  padding-left: 15px;
}

.contact .contact-form-container h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.contact .contact-form-container>p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--default-color);
}

.contact .contact-form-container .php-email-form .form-control {
  height: auto;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: color-mix(in srgb, var(--background-color), #f5f8fd 30%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .form-control:focus {
  background-color: var(--surface-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.contact .contact-form-container .php-email-form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.contact .contact-form-container .php-email-form textarea.form-control {
  min-height: 140px;
}

.contact .contact-form-container .php-email-form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .contact .contact-form-container .php-email-form .form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact .contact-form-container .php-email-form button {
  background-color: var(--accent-color);
  color: var(--contrast-color);
    border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form button:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%);
}

.contact .contact-form-container .php-email-form .social-links {
  display: flex;
  gap: 12px;
}

.contact .contact-form-container .php-email-form .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--background-color), #f5f8fd 20%);
  color: var(--heading-color);
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .social-links a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .contact .contact-form-container {
    padding: 25px 20px;
  }

  .contact .contact-form-container h3 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-slider-container {
  margin-bottom: 40px;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(54, 144, 231, 0.1);
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-wrapper {
  height: auto !important;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-pagination {
  bottom: 20px;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--surface-color);
  opacity: 0.5;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
    opacity: 1;
  transform: scale(1.2);
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-next,
.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-prev {
  color: var(--surface-color);
  background: rgba(54, 144, 231, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-next:after,
.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 600;
}

.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-next:hover,
.portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-button-prev:hover {
  background: var(--accent-color);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-slider-container .portfolio-details-slider .swiper-slide img {
    height: 250px;
  }
}

.portfolio-details .project-description h2 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}

.portfolio-details .project-description p {
  color: var(--default-color);
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
}

.portfolio-details .project-description .feature-highlights {
  margin: 50px 0;
}

.portfolio-details .project-description .feature-highlights h3 {
  color: var(--heading-color);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.portfolio-details .project-description .feature-highlights .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
    padding: 25px;
  background: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(54, 144, 231, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(54, 144, 231, 0.1);
}

.portfolio-details .project-description .feature-highlights .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(54, 144, 231, 0.15);
}

.portfolio-details .project-description .feature-highlights .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6c5ce7 30%));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.portfolio-details .project-description .feature-highlights .feature-item .feature-icon i {
  color: var(--contrast-color);
  font-size: 22px;
}

.portfolio-details .project-description .feature-highlights .feature-item .feature-content h4 {
  color: var(--heading-color);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.portfolio-details .project-description .feature-highlights .feature-item .feature-content p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
  font-size: 14px;
    line-height: 1.6;
}

.portfolio-details .project-description .technologies-used h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.portfolio-details .project-description .technologies-used .tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.portfolio-details .project-description .technologies-used .tech-stack .tech-tag {
  background: var(--surface-color);
  color: var(--accent-color);
  padding: 8px 18px;
    border-radius: 25px;
  font-size: 14px;
    font-weight: 500;
  border: 2px solid rgba(54, 144, 231, 0.2);
    transition: all 0.3s ease;
}

.portfolio-details .project-description .technologies-used .tech-stack .tech-tag:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
    transform: translateY(-2px);
}

.portfolio-details .project-info-card {
  background: var(--surface-color);
  padding: 35px;
    border-radius: 20px;
  box-shadow: 0 10px 40px rgba(54, 144, 231, 0.1);
  margin-bottom: 30px;
  border: 1px solid rgba(54, 144, 231, 0.08);
}

.portfolio-details .project-info-card h3 {
  color: var(--heading-color);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}

.portfolio-details .project-info-card .info-item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(54, 144, 231, 0.1);
}

.portfolio-details .project-info-card .info-item:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}

.portfolio-details .project-info-card .info-item h4 {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.portfolio-details .project-info-card .info-item p {
  color: var(--default-color);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.portfolio-details .project-info-card .info-item p a {
  color: var(--accent-color);
  text-decoration: none;
    font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-details .project-info-card .info-item p a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.portfolio-details .project-info-card .info-item p a i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.portfolio-details .project-info-card .info-item p a:hover i {
  transform: translate(3px, -3px);
}

.portfolio-details .project-info-card .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.portfolio-details .project-info-card .cta-buttons .btn {
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.portfolio-details .project-info-card .cta-buttons .btn.btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.portfolio-details .project-info-card .cta-buttons .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(54, 144, 231, 0.3);
}

.portfolio-details .project-info-card .cta-buttons .btn.btn-outline {
  background: transparent;
  color: var(--accent-color);
  border: 2px solid rgba(54, 144, 231, 0.3);
}

.portfolio-details .project-info-card .cta-buttons .btn.btn-outline:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .portfolio-details .project-info-card {
    padding: 25px;
  }

  .portfolio-details .project-info-card .cta-buttons .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}

.portfolio-details .project-stats-card {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6c5ce7 30%));
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 15px 40px rgba(54, 144, 231, 0.2);
}

.portfolio-details .project-stats-card h3 {
  color: var(--contrast-color);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}

.portfolio-details .project-stats-card .stat-item {
  text-align: center;
  margin-bottom: 25px;
}

.portfolio-details .project-stats-card .stat-item:last-child {
  margin-bottom: 0;
}

.portfolio-details .project-stats-card .stat-item .stat-number {
  color: var(--contrast-color);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
}

.portfolio-details .project-stats-card .stat-item .stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .portfolio-details .project-stats-card {
    padding: 25px;
  }

  .portfolio-details .project-stats-card .stat-item .stat-number {
    font-size: 28px;
  }
}

.portfolio-details .related-projects h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.portfolio-details .related-projects .related-item {
  background: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 30px rgba(54, 144, 231, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(54, 144, 231, 0.1);
}

.portfolio-details .related-projects .related-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(54, 144, 231, 0.15);
}

.portfolio-details .related-projects .related-item:last-child {
  margin-bottom: 0;
}

.portfolio-details .related-projects .related-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.portfolio-details .related-projects .related-item .related-content {
  padding: 20px;
}

.portfolio-details .related-projects .related-item .related-content h4 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.portfolio-details .related-projects .related-item .related-content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.portfolio-details .related-projects .related-item .related-content .related-link {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.portfolio-details .related-projects .related-item .related-content .related-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.portfolio-details .related-projects .related-item .related-content .related-link:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.portfolio-details .related-projects .related-item .related-content .related-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 992px) {
  .portfolio-details .project-description {
    margin-bottom: 40px;
  }

  .portfolio-details .project-description .feature-highlights .feature-item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .portfolio-details .project-description h2 {
    font-size: 26px;
  }

  .portfolio-details .project-description .feature-highlights h3,
  .portfolio-details .project-description .technologies-used h3 {
    font-size: 20px;
  }

  .portfolio-details .project-description .feature-highlights .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .portfolio-details .project-description .technologies-used .tech-stack .tech-tag {
    padding: 6px 14px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-main-content .service-image {
  margin-bottom: 40px;
}

.service-details .service-main-content .service-image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-details .service-main-content .service-image img:hover {
  transform: translateY(-5px);
}

.service-details .service-main-content .service-description h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.service-details .service-main-content .service-description .lead {
  font-size: 1.2rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 30px;
  line-height: 1.6;
}

.service-details .service-main-content .service-description p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--default-color);
}

.service-details .service-main-content .features-included {
  margin: 50px 0;
  padding: 40px;
  background: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-details .service-main-content .features-included h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--heading-color);
}

.service-details .service-main-content .features-included .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.service-details .service-main-content .features-included .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 30%));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-details .service-main-content .features-included .feature-item .feature-icon i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.service-details .service-main-content .features-included .feature-item .feature-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.service-details .service-main-content .features-included .feature-item .feature-content p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.service-details .service-main-content .process-steps {
  margin-top: 50px;
}

.service-details .service-main-content .process-steps h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--heading-color);
}

.service-details .service-main-content .process-steps .steps-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-details .service-main-content .process-steps .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-details .service-main-content .process-steps .step-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-details .service-main-content .process-steps .step-item .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 30%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--contrast-color);
  flex-shrink: 0;
}

.service-details .service-main-content .process-steps .step-item .step-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.service-details .service-main-content .process-steps .step-item .step-content p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.service-details .service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-details .service-sidebar .service-info-card,
.service-details .service-sidebar .testimonial-card,
.service-details .service-sidebar .cta-card {
  background: var(--surface-color);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.service-details .service-sidebar .service-info-card:hover,
.service-details .service-sidebar .testimonial-card:hover,
.service-details .service-sidebar .cta-card:hover {
  transform: translateY(-5px);
}

.service-details .service-sidebar .service-info-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--heading-color);
}

.service-details .service-sidebar .service-info-card .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .service-sidebar .service-info-card .info-item:last-child {
  border-bottom: none;
}

.service-details .service-sidebar .service-info-card .info-item .info-label {
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.service-details .service-sidebar .service-info-card .info-item .info-value {
  font-weight: 600;
  color: var(--heading-color);
}

.service-details .service-sidebar .testimonial-card .quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 30%));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-details .service-sidebar .testimonial-card .quote-icon i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.service-details .service-sidebar .testimonial-card p {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--default-color);
}

.service-details .service-sidebar .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-details .service-sidebar .testimonial-card .testimonial-author .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.service-details .service-sidebar .testimonial-card .testimonial-author .author-info h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--heading-color);
}

.service-details .service-sidebar .testimonial-card .testimonial-author .author-info span {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.service-details .service-sidebar .cta-card {
  text-align: center;
}

.service-details .service-sidebar .cta-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.service-details .service-sidebar .cta-card p {
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.service-details .service-sidebar .cta-card .btn {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 30%));
  border: none;
  border-radius: 12px;
  padding: 12px 30px;
  font-weight: 600;
  color: var(--contrast-color);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.service-details .service-sidebar .cta-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(54, 144, 231, 0.3);
  color: var(--contrast-color);
}

.service-details .service-sidebar .cta-card .contact-info .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9rem;
}

.service-details .service-sidebar .cta-card .contact-info .contact-item i {
  color: var(--accent-color);
}

.service-details .service-sidebar .cta-card .contact-info .contact-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .service-details .service-main-content .service-description h2 {
    font-size: 2rem;
  }

  .service-details .service-main-content .features-included {
    padding: 25px;
  }

  .service-details .service-main-content .process-steps .step-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .service-details .service-sidebar {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts .featured-post {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.blog-posts .featured-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.blog-posts .featured-post:hover .featured-img img {
  transform: scale(1.05);
}

.blog-posts .featured-post:hover .post-title a {
  color: var(--accent-color);
}

.blog-posts .featured-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.blog-posts .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-posts .featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #000 20%));
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-posts .featured-content {
  padding: 32px;
}

.blog-posts .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-posts .post-title {
  margin: 0 0 20px 0;
}

.blog-posts .post-title a {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog-posts .post-title a:hover {
  color: var(--accent-color);
}

.blog-posts .post-excerpt {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.blog-posts .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-posts .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-posts .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-posts .author-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.blog-posts .author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.blog-posts .read-time {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .read-more {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.blog-posts .read-more::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}

.blog-posts .read-more:hover::after {
  margin-left: 12px;
}

.blog-posts .recent-post {
  background-color: var(--surface-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.blog-posts .recent-post:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.blog-posts .recent-post:hover .recent-title a {
  color: var(--accent-color);
}

.blog-posts .recent-post:hover .recent-img img {
  transform: scale(1.05);
}

.blog-posts .recent-img {
  height: 120px;
  overflow: hidden;
}

.blog-posts .recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-posts .recent-content {
  padding: 20px;
}

.blog-posts .recent-title {
  margin: 8px 0 12px 0;
}

.blog-posts .recent-title a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-posts .recent-title a:hover {
  color: var(--accent-color);
}

.blog-posts .recent-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}

.blog-posts .recent-meta .author {
  color: var(--heading-color);
  font-weight: 500;
}

.blog-posts .recent-meta .date {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 90%), color-mix(in srgb, var(--accent-color), transparent 80%));
  color: var(--accent-color);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.blog-posts .category:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
    transform: translateY(-1px);
}

.blog-posts .post-date {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

@media (max-width: 991px) {
  .blog-posts .featured-post {
    margin-bottom: 40px;
  }

  .blog-posts .featured-img {
    height: 250px;
  }

  .blog-posts .featured-content {
    padding: 24px;
  }

  .blog-posts .post-title a {
    font-size: 24px;
  }

  .blog-posts .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .blog-posts .recent-post {
    display: flex;
    margin-bottom: 16px;
  }

  .blog-posts .recent-img {
    flex: 0 0 100px;
    height: 100px;
  }

  .blog-posts .recent-content {
    flex: 1;
    padding: 16px;
  }

  .blog-posts .recent-title a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .blog-posts .post-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .blog-posts .recent-post {
    flex-direction: column;
  }

  .blog-posts .recent-img {
    flex: none;
    height: 120px;
  }
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Bootstrap Icons Fix
--------------------------------------------------------------*/
.bi,
[class^="bi-"],
[class*=" bi-"] {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon sizes */
.bi-sm {
  font-size: 0.875rem;
}

.bi-lg {
  font-size: 1.25rem;
}

.bi-xl {
  font-size: 1.5rem;
}

.bi-2x {
  font-size: 2rem;
}

.bi-3x {
  font-size: 3rem;
}

/* References Listing Section */
.references-listing {
  padding: 80px 0;
}

.references-listing .row {
  margin: 0 -15px;
}

.references-listing .row > [class*="col-"] {
  padding: 0 15px;
  margin-bottom: 30px;
}

.reference-card {
  background: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 1px;
}

.reference-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--border-color);
  opacity: 0.3;
}

.references-listing .row > [class*="col-"]:last-child .reference-card::after,
.references-listing .row > [class*="col-"]:nth-child(3n) .reference-card::after {
  display: none;
}

.reference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.reference-image-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--surface-color);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.reference-image {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
}

.reference-card:hover .reference-image {
  transform: scale(1.05);
}

.reference-content {
  padding: 20px 25px 25px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reference-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
  line-height: 1.5;
  text-align: center;
}

/* Responsive */
@media (max-width: 991.98px) {
  .references-listing {
    padding: 60px 0;
  }
  
  .reference-image-wrapper {
    min-height: 180px;
    padding: 25px 20px;
  }
  
  .reference-image {
    max-height: 130px;
  }
  
  .reference-content {
    padding: 18px 20px 20px;
  }
  
  .references-listing .row > [class*="col-"]:nth-child(2n) .reference-card::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .references-listing {
    padding: 40px 0;
  }
  
  .reference-image-wrapper {
    min-height: 160px;
    padding: 20px 15px;
  }
  
  .reference-image {
    max-height: 120px;
  }
  
  .reference-title {
    font-size: 1rem;
  }
  
  .reference-card::after {
    display: none;
  }
}

/* Services Listing Section */
.services-listing {
  padding: 80px 0;
}

.service-card {
  background: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.service-image-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--surface-color);
  height: 250px;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-image {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-link-btn {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  font-size: 1.5rem;
  text-decoration: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.service-card:hover .service-link-btn {
  transform: translateY(0);
}

.service-link-btn:hover {
  background: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(0) scale(1.1);
}

.service-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--default-color);
  font-size: 0.875rem;
  margin-bottom: 15px;
  opacity: 0.7;
}

.service-meta i {
  color: var(--accent-color);
  font-size: 0.9rem;
}

.service-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: var(--heading-color);
  line-height: 1.4;
  flex-grow: 1;
}

.service-title a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: var(--accent-color);
}

.service-description {
  color: var(--default-color);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.service-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.service-btn:hover {
  color: var(--heading-color);
  gap: 12px;
}

.service-btn i {
  transition: transform 0.3s ease;
}

.service-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .services-listing {
    padding: 60px 0;
  }
  
  .service-image-wrapper {
    height: 220px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .services-listing {
    padding: 40px 0;
  }
  
  .service-image-wrapper {
    height: 200px;
  }
  
  .service-title {
    font-size: 1.1rem;
  }
  
  .service-description {
    font-size: 0.9rem;
  }
}

/* Service Detail Section */
.service-detail {
  padding: 60px 0;
}

.service-detail-content {
  background: var(--surface-color);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.service-detail-content h1,
.service-detail-content h2,
.service-detail-content h3,
.service-detail-content h4,
.service-detail-content h5,
.service-detail-content h6 {
  color: var(--heading-color);
  font-weight: 600;
  line-height: 1.4;
}

.service-detail-content h1 {
  font-size: 2.5rem;
}

.service-detail-content h2 {
  font-size: 2rem;
}

.service-detail-content h3 {
  font-size: 1.75rem;
}

.service-detail-content h4 {
  font-size: 1.5rem;
}

.service-detail-content p {
  color: var(--default-color);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 2rem 0;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.service-detail-content ul,
.service-detail-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
  color: var(--default-color);
}

.service-detail-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  font-size: 1.05rem;
}

.service-detail-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
}

.service-detail-content ul li::before {
  content: "\f058";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-size: 1.2rem;
}

.service-detail-content blockquote {
  border-left: 4px solid var(--accent-color);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--default-color);
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 1.5rem;
  border-radius: 5px;
}

.service-detail-content a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-detail-content a:hover {
  color: var(--heading-color);
  text-decoration: underline;
}

.service-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: var(--surface-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.service-detail-content table th,
.service-detail-content table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.service-detail-content table th {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--heading-color);
  font-weight: 600;
}

.service-detail-content table tr:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 98%);
}

/* Services Sidebar */
.services-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: var(--surface-color);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-title i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.sidebar-services-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar-service-item {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
}

.sidebar-service-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-color);
}

.sidebar-service-item.active {
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.sidebar-service-item.active .sidebar-service-title {
  color: var(--accent-color);
}

.sidebar-service-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  padding: 0;
  transition: all 0.3s ease;
}

.sidebar-service-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-service-item:hover .sidebar-service-image img {
  transform: scale(1.1);
}

.sidebar-service-content {
  flex: 1;
  min-width: 0;
}

.sidebar-service-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-service-item:hover .sidebar-service-title {
  color: var(--accent-color);
}

.sidebar-empty {
  text-align: center;
  padding: 20px 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .service-detail {
    padding: 40px 0;
  }
  
  .service-detail-content {
    padding: 30px;
  }
  
  .service-detail-content h1 {
    font-size: 2rem;
  }
  
  .service-detail-content h2 {
    font-size: 1.75rem;
  }
  
  .service-detail-content h3 {
    font-size: 1.5rem;
  }
  
  .services-sidebar {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
  
  .sidebar-widget {
    padding: 20px;
  }
  
  .sidebar-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .service-detail-content {
    padding: 25px 20px;
  }
  
  .service-detail-content h1 {
    font-size: 1.75rem;
  }
  
  .service-detail-content h2 {
    font-size: 1.5rem;
  }
  
  .service-detail-content h3 {
    font-size: 1.25rem;
  }
  
  .service-detail-content p {
    font-size: 1rem;
  }
  
  .sidebar-service-image {
    width: 70px;
    height: 70px;
  }
  
  .sidebar-service-title {
    font-size: 0.9rem;
  }
}

/* Blog Listing Section */
.blog-listing {
  padding: 80px 0;
}

.blog-card {
  background: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--surface-color);
  height: 250px;
}

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

.blog-card:hover .blog-image {
  transform: scale(1.1);
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card:hover .blog-overlay {
  opacity: 1;
}

.blog-link-btn {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  font-size: 1.5rem;
  text-decoration: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.blog-card:hover .blog-link-btn {
  transform: translateY(0);
}

.blog-link-btn:hover {
  background: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(0) scale(1.1);
}

.blog-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--default-color);
  font-size: 0.875rem;
  margin-bottom: 15px;
  opacity: 0.7;
  flex-wrap: wrap;
}

.blog-meta i {
  color: var(--accent-color);
  font-size: 0.9rem;
}

.blog-meta-separator {
  color: var(--default-color);
  opacity: 0.5;
}

.blog-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: var(--heading-color);
  line-height: 1.4;
  flex-grow: 1;
}

.blog-title a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: var(--accent-color);
}

.blog-description {
  color: var(--default-color);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.blog-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}

.blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.blog-btn:hover {
  color: var(--heading-color);
  gap: 12px;
}

.blog-btn i {
  transition: transform 0.3s ease;
}

.blog-btn:hover i {
  transform: translateX(5px);
}

/* Blog Pagination */
.blog-pagination {
  margin-top: 50px;
}

.blog-pagination .pagination {
  gap: 8px;
}

.blog-pagination .page-item .page-link {
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--surface-color);
}

.blog-pagination .page-item .page-link:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-pagination .page-item.active .page-link {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.blog-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--surface-color);
  color: var(--default-color);
}

.blog-pagination .page-item.disabled .page-link:hover {
  transform: none;
  box-shadow: none;
  background: var(--surface-color);
  color: var(--default-color);
  border-color: var(--border-color);
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-listing {
    padding: 60px 0;
  }
  
  .blog-image-wrapper {
    height: 220px;
  }
  
  .blog-content {
    padding: 20px;
  }
  
  .blog-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .blog-listing {
    padding: 40px 0;
  }
  
  .blog-image-wrapper {
    height: 200px;
  }
  
  .blog-title {
    font-size: 1.1rem;
  }
  
  .blog-description {
    font-size: 0.9rem;
  }
  
  .blog-pagination .page-item .page-link {
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}

/* Service Camera System - Araç Kamera Sistemi Özel Tasarım */
.service-camera-system {
  padding: 0;
}

.service-feature-block {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}

.service-feature-block:last-of-type {
  border-bottom: none;
}

.feature-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: var(--surface-color);
  padding: 20px;
}

.feature-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.feature-image-wrapper:hover .feature-image {
  transform: scale(1.02);
}

.feature-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  color: var(--contrast-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.feature-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  line-height: 1.3;
}

.feature-description {
  color: var(--default-color);
  line-height: 1.8;
}

.feature-description h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 25px;
  margin-bottom: 15px;
}

.feature-description h4:first-child {
  margin-top: 0;
}

.feature-description p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--default-color);
}

/* Features Grid */
.service-features-grid {
  margin: 40px 0;
  
}

.features-intro-image {
  text-align: center;
  margin-bottom: 40px;
}

.features-intro-image img {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: var(--surface-color);
  padding: 20px;
}

.feature-card {
  background: var(--surface-color);
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.feature-card-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.feature-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 2rem;
  color: var(--contrast-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-card h4 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
  line-height: 1.4;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 15px;
}

/* Summary Block */
.service-summary-block {
  margin-top: 80px;
  padding: 50px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.summary-content h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--contrast-color);
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.summary-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--contrast-color);
  margin-bottom: 20px;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 991.98px) {
  .service-feature-block {
    margin-bottom: 60px;
    padding: 30px 0;
  }
  
  .feature-content h3 {
    font-size: 1.75rem;
  }
  
  .service-features-grid {
    margin: 60px 0;
    padding: 40px 0;
  }
  
  .feature-card {
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .service-summary-block {
    margin-top: 60px;
    padding: 40px 30px;
  }
  
  .summary-content h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .service-feature-block {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  
  .feature-content h3 {
    font-size: 1.5rem;
  }
  
  .feature-description h4 {
    font-size: 1.1rem;
  }
  
  .feature-description p {
    font-size: 1rem;
  }
  
  .service-features-grid {
    margin: 40px 0;
    padding: 30px 20px;
  }
  
  .feature-card {
    padding: 25px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  
  .feature-card h4 {
    font-size: 1.2rem;
  }
  
  .service-summary-block {
    margin-top: 40px;
    padding: 30px 20px;
  }
  
  .summary-content h3 {
    font-size: 1.5rem;
  }
  
  .summary-content p {
    font-size: 1rem;
  }
}

/* Feature Image Placeholder */
.feature-image-placeholder {
  width: 100%;
  min-height: 300px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 0%, color-mix(in srgb, var(--accent-color), transparent 90%) 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  padding: 40px;
  text-align: center;
}

.feature-image-placeholder i {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.7;
}

.feature-image-placeholder p {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--heading-color);
  margin: 0;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .feature-image-placeholder {
    min-height: 250px;
    padding: 30px 20px;
  }
  
  .feature-image-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  .feature-image-placeholder p {
    font-size: 1rem;
  }
}

/* Service Object Tracking System Specific Styles */
.service-object-tracking {
  margin-top: 40px;
}

.service-object-tracking .intro-content {
  background: var(--surface-color);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.service-object-tracking .intro-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  line-height: 1.3;
}

.service-object-tracking .intro-content .lead {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 20px;
}

.service-object-tracking img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 2rem 0;
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

/* Nesne Takip Sistemi - Özellikler ve Faydalar */
.service-features-benefits {
  margin: 60px 0;
}

.benefit-item {
  background: var(--surface-color);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.benefit-item i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.benefit-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  line-height: 1.4;
}

/* Nesne Takip Sistemi - Teknik Özellikler */
.service-technical-specs {
  margin: 60px 0;
}

.service-technical-specs .table {
  background: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
}

.service-technical-specs .table td {
  padding: 15px 20px;
  vertical-align: middle;
}

.service-technical-specs .table td:first-child {
  width: 40%;
  font-weight: 600;
}

/* Nesne Takip Sistemi - Uygulama Alanları */
.service-application-areas {
  margin: 60px 0;
}

.application-item {
  background: var(--surface-color);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.application-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.application-item i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.application-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .benefit-item,
  .application-item {
    padding: 20px 15px;
  }
  
  .benefit-item i,
  .application-item i {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .benefit-item h4,
  .application-item h4 {
    font-size: 0.95rem;
  }
}

/* Service Cold Chain Specific Styles */
.service-cold-chain {
  margin-top: 40px;
}

.service-cold-chain .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 30px;
  text-align: center;
}

.service-features-section {
  margin-bottom: 25px;
}

.service-how-it-works {
  padding: 30px 0;
  background: var(--light-background);
  border-radius: 20px;
}

.how-it-works-card {
  background: var(--surface-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
}

.how-it-works-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.how-it-works-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--contrast-color);
  margin-bottom: 20px;
}

.how-it-works-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.how-it-works-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
}

.service-usage-areas {
  margin-bottom: 80px;
}

.usage-area-card {
  background: var(--surface-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

.usage-area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.usage-area-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--accent-color);
  margin: 0 auto 20px;
}

.usage-area-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.usage-area-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
}

.service-advantages {
  padding: 10px 0;
  background: var(--light-background);
  border-radius: 20px;
}

.advantage-card {
  background: var(--surface-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.advantage-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--contrast-color);
  margin-bottom: 20px;
}

.advantage-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.advantage-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
}

.service-realtime-tracking {
  margin-top: 40px;
  margin-bottom: 80px;
}

.service-reports-alarms {
  margin-top: 20px;
  margin-bottom: 80px;
}

.service-notifications {
  margin-top: 20px;
  margin-bottom: 80px;
}

/* Service Guarantee Banner */
.service-guarantee-banner {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  padding: 40px 30px;
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.service-guarantee-banner .guarantee-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}

.service-guarantee-banner .guarantee-item i {
  font-size: 2.5rem;
  color: #ffffff;
  opacity: 0.95;
}

.service-guarantee-banner .guarantee-item .guarantee-text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .service-guarantee-banner {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  
  .service-guarantee-banner .guarantee-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .service-guarantee-banner .guarantee-item i {
    font-size: 2rem;
  }
  
  .service-guarantee-banner .guarantee-item .guarantee-text {
    font-size: 1.1rem;
  }
}

/* Canbus Filo Yönetimi Modüller */
.service-canbus-filo {
  margin-top: 40px;
}

.service-modules-section {
  margin: 60px 0;
}

.module-card {
  background: var(--surface-color);
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.module-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.module-icon i {
  font-size: 1.8rem;
  color: #ffffff;
}

.module-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .module-card {
    padding: 25px 15px;
  }
  
  .module-icon {
    width: 50px;
    height: 50px;
  }
  
  .module-icon i {
    font-size: 1.5rem;
  }
  
  .module-card h4 {
    font-size: 1rem;
  }
}

/* Raporlar Bölümü */
.service-reports-section {
  margin: 60px 0;
}

.report-item {
  background: var(--surface-color);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.report-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.report-item i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.report-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.report-item p {
  font-size: 0.9rem;
  color: var(--default-color);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .report-item {
    padding: 20px 15px;
  }
  
  .report-item i {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .report-item h4 {
    font-size: 0.95rem;
  }
  
  .report-item p {
    font-size: 0.85rem;
  }
}

.service-additional-images {
  margin-bottom: 80px;
  padding: 60px 0;
  background: var(--light-background);
  border-radius: 20px;
}

.additional-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.additional-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.additional-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.realtime-content,
.reports-content,
.notifications-content {
  padding: 10px 0;
}

.realtime-content h3,
.reports-content h3,
.notifications-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
}

.realtime-content p,
.reports-content p,
.notifications-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 20px;
}

.realtime-image-wrapper,
.reports-image-wrapper,
.notifications-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.realtime-image-wrapper img,
.reports-image-wrapper img,
.notifications-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
  .service-how-it-works,
  .service-advantages {
    padding: 40px 0;
  }
  
  .how-it-works-card,
  .usage-area-card,
  .advantage-card {
    padding: 25px;
  }
  
  .realtime-content h3,
  .reports-content h3,
  .notifications-content h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .service-cold-chain .section-title {
    font-size: 2rem;
  }
  
  .service-how-it-works,
  .service-advantages {
    padding: 30px 0;
  }
  
  .how-it-works-card,
  .usage-area-card,
  .advantage-card {
    padding: 20px;
  }
  
  .how-it-works-icon,
  .usage-area-icon,
  .advantage-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .how-it-works-card h4,
  .usage-area-card h4,
  .advantage-card h4 {
    font-size: 1.1rem;
  }
  
  .realtime-content h3,
  .reports-content h3,
  .notifications-content h3 {
    font-size: 1.5rem;
  }
  
  .realtime-content p,
  .reports-content p,
  .notifications-content p {
    font-size: 1rem;
  }
}

/* Service Tracking System Specific Styles */
.service-tracking-system {
  margin-top: 40px;
}

.service-intro-block {
  margin-bottom: 60px;
}

.intro-content {
  background: var(--surface-color);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.intro-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  line-height: 1.3;
}

.intro-content .lead {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 20px;
}

.intro-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 15px;
}

.intro-content strong {
  color: var(--heading-color);
  font-weight: 600;
}

.intro-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.intro-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.hardware-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hardware-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.hardware-image-wrapper:hover img {
  transform: scale(1.02);
}

.service-hardware-section {
  margin-top: 60px;
  padding: 50px;
  background: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  line-height: 1.3;
}

.subsection-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
  line-height: 1.4;
}

.service-hardware-section .lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--default-color);
  margin-bottom: 30px;
}

.service-hardware-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.service-hardware-section table th,
.service-hardware-section table td {
  border: 1px solid var(--border-color);
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

.service-hardware-section table th {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #6c5ce7 50%) 100%);
  color: var(--contrast-color);
  font-weight: 600;
  font-size: 1rem;
}

.service-hardware-section table td {
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 0.95rem;
}

.service-hardware-section table tr:nth-child(even) td {
  background-color: var(--light-background);
}

.service-hardware-section table tr:hover td {
  background-color: color-mix(in srgb, var(--light-background), transparent 50%);
}

.service-hardware-section table td strong {
  color: var(--heading-color);
  font-weight: 600;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  padding-left: 0;
  color: var(--default-color);
  font-size: 1.05rem;
  line-height: 1.7;
}

.feature-list li::before {
  content: "\f058"; /* Bootstrap Icons check-circle */
  font-family: "bootstrap-icons";
  color: var(--accent-color);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.feature-list li strong {
  color: var(--heading-color);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991.98px) {
  .intro-content {
    padding: 40px;
  }
  
  .intro-content h2 {
    font-size: 2rem;
  }
  
  .intro-content .lead {
    font-size: 1.1rem;
  }
  
  .service-hardware-section {
    padding: 40px;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .subsection-title {
    font-size: 1.5rem;
  }
  
  .service-hardware-section table {
    font-size: 0.9rem;
  }
  
  .service-hardware-section table th,
  .service-hardware-section table td {
    padding: 12px;
  }
}

@media (max-width: 767.98px) {
  .intro-content {
    padding: 30px 20px;
  }
  
  .intro-content h2 {
    font-size: 1.8rem;
  }
  
  .intro-content .lead {
    font-size: 1rem;
  }
  
  .intro-content p {
    font-size: 0.95rem;
  }
  
  .service-hardware-section {
    padding: 30px 20px;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .subsection-title {
    font-size: 1.3rem;
  }
  
  .service-hardware-section .lead {
    font-size: 1rem;
  }
  
  .service-hardware-section table {
    font-size: 0.85rem;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .service-hardware-section table th,
  .service-hardware-section table td {
    padding: 10px;
    min-width: 120px;
  }
  
  .feature-list li {
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
# Article Page Styles (article.php)
--------------------------------------------------------------*/

/* Ana blog görseli */
.blog-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Blog başlığı */
.blog-title {
  color: var(--heading-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Blog meta bilgileri */
.blog-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.blog-meta-info > div {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.9rem;
}

.blog-meta-info i {
  margin-right: 6px;
  color: var(--accent-color);
}

.blog-meta-info a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-meta-info a:hover {
  color: var(--accent-color);
}

/* Blog içeriği */
.blog-content {
  color: var(--default-color);
  line-height: 1.8;
  font-size: 1.05rem;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: var(--heading-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-content h2 {
  font-size: 2rem;
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 10px;
}

.blog-content h3 {
  font-size: 1.6rem;
  color: var(--accent-color);
}

.blog-content h4 {
  font-size: 1.3rem;
}

/* Blog içeriğindeki görseller */
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.blog-content img[style*="float"] {
  margin: 0 20px 20px 0;
}

/* Blog içeriğindeki paragraflar */
.blog-content p {
  margin-bottom: 20px;
  text-align: justify;
}

/* Blog içeriğindeki listeler */
.blog-content ul,
.blog-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.blog-content ul li,
.blog-content ol li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.blog-content ul li::marker {
  color: var(--accent-color);
}

/* Blog içeriğindeki linkler */
.blog-content a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.blog-content a:hover {
  color: #d66a00;
  border-bottom-color: #d66a00;
}

/* Blog içeriğindeki blockquote */
.blog-content blockquote {
  border-left: 4px solid var(--accent-color);
  padding: 20px 25px;
  margin: 25px 0;
  background-color: #f8f9fa;
  border-radius: 4px;
  font-style: italic;
  color: #555;
}

/* Blog içeriğindeki tablolar */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.blog-content table th {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
}

.blog-content table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.blog-content table tr:last-child td {
  border-bottom: none;
}

.blog-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}

/* Benzer blog yazıları bölümü */
.similar-blogs-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
}

.similar-blogs-section h4 {
  color: var(--heading-color);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent-color);
}

.similar-blog-item {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.similar-blog-item:hover {
  transform: translateY(-5px);
}

.similar-blog-item a {
  text-decoration: none;
  color: var(--default-color);
  display: block;
}

.similar-blog-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  object-fit: cover;
  max-height: 200px;
}

.similar-blog-item:hover img {
  box-shadow: 0 6px 20px rgba(234, 124, 0, 0.3);
}

.similar-blog-item .blog-title-text {
  display: block;
  min-height: 50px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.similar-blog-item:hover .blog-title-text {
  color: var(--accent-color);
}

.similar-blog-item .blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #6c757d;
  font-size: 0.85rem;
}

.similar-blog-item .blog-meta i {
  color: var(--accent-color);
  margin-right: 5px;
}

/* Responsive tasarım */
@media (max-width: 991.98px) {
  .blog-title {
    font-size: 2rem;
  }
  
  .blog-content h2 {
    font-size: 1.6rem;
  }
  
  .blog-content h3 {
    font-size: 1.3rem;
  }
  
  .blog-meta-info {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .blog-title {
    font-size: 1.75rem;
  }
  
  .blog-content {
    font-size: 1rem;
  }
  
  .blog-content h2 {
    font-size: 1.4rem;
  }
  
  .blog-content h3 {
    font-size: 1.2rem;
  }
  
  .blog-content img {
    margin: 20px 0;
  }
  
  .similar-blogs-section h4 {
    font-size: 1.5rem;
  }
  
  .similar-blog-item img {
    max-height: 180px;
  }
}

/*--------------------------------------------------------------
# Blog Sidebar Styles (sidebar-blog.php)
--------------------------------------------------------------*/

.blog-sidebar-wrapper {
  background-color: var(--surface-color);
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.blog-sidebar-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent-color);
}

.blog-sidebar-title h4 {
  color: var(--heading-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.blog-sidebar-item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}

.blog-sidebar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar-item:hover {
  transform: translateX(5px);
}

.blog-sidebar-img-wrapper {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-sidebar-img-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-sidebar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-sidebar-item:hover .blog-sidebar-img {
  transform: scale(1.1);
}

.blog-sidebar-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-sidebar-title-text {
  margin: 0;
  line-height: 1.4;
}

.blog-sidebar-title-text a {
  color: var(--heading-color);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-sidebar-title-text a:hover {
  color: var(--accent-color);
}

.blog-sidebar-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.85rem;
  color: #6c757d;
}

.blog-sidebar-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-sidebar-date i {
  color: var(--accent-color);
  font-size: 0.75rem;
}

.blog-sidebar-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 5px;
}

.blog-sidebar-btn:hover {
  background-color: #d66a00;
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(234, 124, 0, 0.3);
}

.blog-sidebar-empty {
  text-align: center;
  padding: 30px 20px;
  color: #6c757d;
  font-style: italic;
}

/* Responsive tasarım */
@media (max-width: 991.98px) {
  .blog-sidebar-wrapper {
    margin-top: 40px;
  }
  
  .blog-sidebar-item {
    flex-direction: column;
    gap: 12px;
  }
  
  .blog-sidebar-img-wrapper {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-sidebar-wrapper {
    padding: 20px;
  }
  
  .blog-sidebar-title h4 {
    font-size: 1.3rem;
  }
  
  .blog-sidebar-img-wrapper {
    height: 180px;
  }
  
  .blog-sidebar-title-text a {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Search Page Styles (search.php)
--------------------------------------------------------------*/

.search-section {
  padding: 40px 0;
}

.search-form-wrapper {
  margin-bottom: 50px;
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.search-form {
  max-width: 800px;
  margin: 0 auto;
}

.input-group {
  display: flex;
  gap: 10px;
}

.search-input {
  flex: 1;
  height: 50px;
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.search-input:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(234, 124, 0, 0.1);
  outline: none;
}

.search-btn {
  height: 50px;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  background-color: var(--accent-color);
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.search-btn:hover {
  background-color: #d66a00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 124, 0, 0.3);
}

.search-results {
  margin-top: 30px;
}

.search-results-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.search-results-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.search-results-title i {
  color: var(--accent-color);
}

.search-results-count {
  font-size: 1.1rem;
  color: var(--default-color);
  margin: 0;
}

.search-results-count strong {
  color: var(--accent-color);
  font-weight: 600;
}

.search-no-results,
.search-empty-state {
  padding: 60px 20px;
  text-align: center;
}

.search-no-results h3,
.search-empty-state h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.search-no-results .text-muted,
.search-empty-state .text-muted {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

.search-no-results i,
.search-empty-state i {
  display: block;
  margin-bottom: 20px;
}

/* Responsive tasarım */
@media (max-width: 991.98px) {
  .search-form-wrapper {
    padding: 25px 20px;
  }
  
  .search-results-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .search-section {
    padding: 30px 0;
  }
  
  .search-form-wrapper {
    padding: 20px 15px;
  }
  
  .input-group {
    flex-direction: column;
    gap: 15px;
  }
  
  .search-input,
  .search-btn {
    width: 100%;
    height: 48px;
  }
  
  .search-results-title {
    font-size: 1.4rem;
  }
  
  .search-results-count {
    font-size: 1rem;
  }
  
  .search-no-results h3,
  .search-empty-state h3 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# 404 Error Page Styles (404.php)
--------------------------------------------------------------*/

.error-404-section {
  padding: 80px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.error-404-content {
  text-align: center;
  padding: 40px 20px;
}

.error-404-icon {
  font-size: 5rem;
  color: var(--accent-color);
  margin-bottom: 20px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.error-404-title {
  font-size: 8rem;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.8s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-404-subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 20px 0;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-404-description {
  font-size: 1.1rem;
  color: var(--default-color);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 40px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.error-404-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.error-404-btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.error-404-btn.btn-primary {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.error-404-btn.btn-primary:hover {
  background-color: #d66a00;
  border-color: #d66a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 124, 0, 0.3);
}

.error-404-btn.btn-outline {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.error-404-btn.btn-outline:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 124, 0, 0.2);
}

.error-404-links {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.error-404-links h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.error-404-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.error-404-links ul li {
  margin: 0;
}

.error-404-links ul li a {
  color: var(--default-color);
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid transparent;
}

.error-404-links ul li a:hover {
  color: var(--accent-color);
  background-color: rgba(234, 124, 0, 0.1);
  border-color: var(--accent-color);
  transform: translateY(-2px);
}

/* Responsive tasarım */
@media (max-width: 991.98px) {
  .error-404-section {
    padding: 60px 0;
  }
  
  .error-404-title {
    font-size: 6rem;
  }
  
  .error-404-subtitle {
    font-size: 1.6rem;
  }
  
  .error-404-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .error-404-section {
    padding: 40px 0;
  }
  
  .error-404-icon {
    font-size: 4rem;
  }
  
  .error-404-title {
    font-size: 5rem;
  }
  
  .error-404-subtitle {
    font-size: 1.4rem;
  }
  
  .error-404-description {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  
  .error-404-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .error-404-btn {
    width: 100%;
    justify-content: center;
  }
  
  .error-404-links ul {
    flex-direction: column;
    gap: 10px;
  }
  
  .error-404-links ul li a {
    display: block;
    text-align: center;
  }
}