html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Page Banner - Ana sayfa hariç tüm sayfalarda 350px yükseklik */
.page-banner {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
}

.page-banner-content {
  text-align: center;
  width: 100%;
  max-width: 1400px;
}

.page-banner-content h1 {
  color: white;
  font-size: 32px;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* ========== Kidsa Theme Styles ========== */

/* Header Top Bar - Kidsa Style */
.top-bar-kidsa {
  padding: 12px 0;
  background: #1a1a1a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-kidsa .top-bar-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.top-bar-kidsa .top-bar-info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}

.top-bar-kidsa .top-bar-info ul li i {
  color: #ffc107;
  font-size: 16px;
}

.top-bar-kidsa .top-bar-info ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-left: 5px;
}

.top-bar-kidsa .top-bar-info ul li a:hover {
  color: #ffc107;
}

.top-bar-kidsa .top-bar-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn-kidsa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-kidsa.btn-call {
  background: #ffc107;
  color: #1a1a1a;
}

.btn-kidsa.btn-call:hover {
  background: #ffb300;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.btn-kidsa.btn-book {
  background: transparent;
  color: #fff;
  border: 2px solid #ffc107;
}

.btn-kidsa.btn-book:hover {
  background: #ffc107;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

@media (max-width: 768px) {
  .top-bar-kidsa .top-bar-info ul {
    flex-direction: column;
    gap: 10px;
  }
  
  .top-bar-kidsa .top-bar-actions {
    flex-direction: column;
    margin-top: 10px;
  }
  
  .btn-kidsa {
    width: 100%;
    justify-content: center;
  }
}

/* Banner Kidsa Style */
.banner-kidsa {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.banner-kidsa .banner-content {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  text-align: center;
}

.banner-kidsa .banner-content h4 {
  color: #ffc107;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.banner-kidsa .banner-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-kidsa .banner-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

.banner-kidsa .banner-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-kidsa .btn-banner {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.banner-kidsa .btn-banner.btn-primary-banner {
  background: #ffc107;
  color: #1a1a1a;
  border-color: #ffc107;
}

.banner-kidsa .btn-banner.btn-primary-banner:hover {
  background: transparent;
  color: #ffc107;
  border-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
}

.banner-kidsa .btn-banner.btn-outline-banner {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.banner-kidsa .btn-banner.btn-outline-banner:hover {
  background: #fff;
  color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.banner-kidsa .shape-img {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}

.banner-kidsa .shape-img.shape-1 {
  top: 10%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-2 {
  top: 20%;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-3 {
  bottom: 15%;
  left: 10%;
  animation: float 7s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-4 {
  bottom: 10%;
  right: 5%;
  animation: float 9s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .banner-kidsa .banner-content {
    padding: 60px 0;
  }
  
  .banner-kidsa .banner-content h1 {
    font-size: 32px;
  }
  
  .banner-kidsa .banner-content h4 {
    font-size: 14px;
  }
  
  .banner-kidsa .banner-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .banner-kidsa .btn-banner {
    width: 100%;
    max-width: 300px;
  }
}

/* Footer Kidsa Style */
.footer-kidsa {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}

.footer-kidsa .footer-logo {
  margin-bottom: 20px;
}

.footer-kidsa .footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-kidsa .footer-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
}

.footer-kidsa .footer-widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-kidsa .footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ffc107;
}

.footer-kidsa .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-kidsa .footer-links ul li {
  margin-bottom: 12px;
}

.footer-kidsa .footer-links ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-kidsa .footer-links ul li a:hover {
  color: #ffc107;
  padding-left: 5px;
}

.footer-kidsa .newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-kidsa .newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 5px;
}

.footer-kidsa .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-kidsa .newsletter-form button {
  padding: 12px 25px;
  background: #ffc107;
  color: #1a1a1a;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-kidsa .newsletter-form button:hover {
  background: #ffb300;
  transform: translateY(-2px);
}

.footer-kidsa .footer-social {
  margin-top: 25px;
}

.footer-kidsa .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.footer-kidsa .footer-social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-kidsa .footer-social ul li a:hover {
  background: #ffc107;
  color: #1a1a1a;
  transform: translateY(-3px);
}

.footer-kidsa .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .footer-kidsa .newsletter-form {
    flex-direction: column;
  }
  
  .footer-kidsa .newsletter-form button {
    width: 100%;
  }
}

/* Blog Section - News Thumb Image Fix */
.news-section .news-thumb {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.news-section .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.news-section .news-thumb:hover img {
  transform: scale(1.05);
}

.news-section .news-right-items.style-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-section .news-right-items.style-2 .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.news-section .news-right-items.style-2 .news-content h3 {
  margin-bottom: 15px;
}

.news-section .news-right-items.style-2 .news-content h3 a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.news-section .news-right-items.style-2 .news-content h3 a:hover {
  color: #ffc107;
}

.news-section .news-right-items.style-2 .news-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Team Section - Gallery Carousel Fix */
.team-section-3 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.team-section-3 .team-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-3 .team-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.team-section-3 .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.team-section-3 .team-image:hover img {
  transform: scale(1.05);
}

.team-section-3 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.team-section-3 .team-image .shape-img {
  display: none !important;
}

.team-section-3 .team-image .shape-img img {
  display: none !important;
}

/* Ana CSS dosyasındaki shape-img stillerini override et */
.team-items .team-image .shape-img {
  display: none !important;
}

.team-section-3 .team-content {
  display: none;
}

.team-section-3 .social-profile {
  display: none;
}

.team-section-3 .tree-shape,
.team-section-3 .right-shape,
.team-section-3 .bee-shape {
  display: none !important;
}

/* Gallery Section - Grid Display Fix */
.gallery-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gallery-section .gallery-item-grid {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.gallery-section .gallery-item-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-section .gallery-item-grid:hover img {
  transform: scale(1.05);
}

.gallery-section .gallery-item-grid a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-overlay {
  display: none;
}

@media (max-width: 1199px) {
  .gallery-section .gallery-item-grid {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery-item-grid {
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .team-section-3 .team-image {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .team-section-3 .team-image {
    height: 280px;
  }
}

@media (max-width: 1199px) {
  .news-section .news-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .news-section .news-thumb {
    height: 250px;
  }
}

/* ========== Automec Theme Styles ========== */

/* Automec Theme Color Variables - From root CSS */
:root {
  --automec-primary: #EB3300;      /* Red/Orange - Primary color from Automec */
  --automec-secondary: #171717;     /* Black - Secondary color */
  --automec-dark: #171717;          /* Dark background */
  --automec-light: #F4F4F4;         /* Light background */
  --automec-text: #595959;          /* Text color */
  --automec-text-light: #595959;    /* Light text */
  --automec-white: #FFFFFF;         /* White */
  --automec-gray-50: #eef5f8;        /* Gray 50 */
  --automec-gray-100: #F4F4F4;      /* Gray 100 */
  --automec-gray-200: #E1E1E1;      /* Gray 200 */
  --automec-gray-300: #dfe2e9;      /* Gray 300 */
  --automec-gray-700: #333F4D;      /* Gray 700 */
  --automec-gray-800: #595959;      /* Gray 800 */
  --automec-gray-900: #171717;      /* Gray 900 */
}

/* Header - Automec Style-2 */
.header-top {
  padding: 6px 0;
  background-color: var(--automec-dark);
}

.header-top .te-header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 60px;
}

.header-top .te-header-contact-info {
  display: flex;
  align-items: center;
  gap: 10px 33px;
  flex-wrap: wrap;
}

.header-top .te-header-contact-info span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  font-family: "Yantramanav", sans-serif;
}

.header-top .te-header-contact-info span i {
  color: var(--automec-white);
}

.header-top .te-header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-top .te-header-contact-info span a:hover {
  color: var(--automec-primary);
}

.header-top .header-top-btn a {
  position: relative;
  padding: 12px 46px;
  font-size: 18px;
  font-family: "Yantramanav", sans-serif;
  color: var(--automec-white);
  margin-bottom: -100px;
  display: inline-block;
  font-weight: 900;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
}

.header-top .header-top-btn a:after {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: var(--automec-primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.header-top .header-top-btn a:hover:after {
  background-color: var(--automec-primary);
}

.header-top .te-social-profile {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
}

.header-top .te-social-profile .te-social-profile-label {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: var(--automec-dark);
  margin-right: 14px;
}

.header-top .te-social-profile a {
  font-size: 16px;
  color: var(--automec-white);
  transition: all 0.5s ease-out;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-decoration: none;
}

.header-top .te-social-profile a:hover {
  color: var(--automec-white);
  background-color: var(--automec-primary);
}

.header-area.style-2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  background-color: var(--automec-dark);
}

.header-area.style-2 .te-main-menu ul li a {
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  padding: 33px 17px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.header-area.style-2 .te-main-menu ul li.te-active > a {
  color: var(--automec-primary);
}

.header-area.style-2 .te-main-menu ul li a:hover {
  color: var(--automec-primary);
}

.header-area.style-2 .te-header-btn .te-quote-btn {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-block;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}

.header-area.style-2 .te-header-btn .te-quote-btn:hover {
  background-color: var(--automec-white);
  color: var(--automec-primary);
}

.te-header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-out;
}

.te-header-menu-area.te-sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  background: var(--automec-white);
}

.te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
  color: var(--automec-dark);
}

.te-header-menu-area .te-header-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.te-header-menu-area .te-logo {
  position: relative;
  z-index: 999;
  height: auto;
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

.te-header-menu-area .te-logo .te-standard-logo img,
.te-header-menu-area .te-logo .te-sticky-logo img {
  height: 130px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.te-menu-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}

.te-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.te-main-menu ul li {
  position: relative;
}

.te-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}

.te-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--automec-white);
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  padding: 10px 0;
  list-style: none;
}

.te-main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.te-main-menu ul li .submenu li {
  display: block;
  width: 100%;
}

.te-main-menu ul li .submenu li a {
  padding: 10px 20px;
  display: block;
  color: var(--automec-dark);
}

.te-main-menu ul li .submenu li a:hover {
  color: var(--automec-primary);
  background-color: var(--automec-light);
}

@media (max-width: 1199px) {
  .header-area.style-2 {
    position: unset;
  }
  
  .header-area.style-2 .te-main-menu ul li a {
    color: var(--automec-dark);
  }
  
  .te-mobile-menu-toggle {
    display: flex !important;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--automec-white);
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  
  .te-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--automec-white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .te-menu-wrapper.active {
    display: flex;
  }
  
  .te-menu-wrapper .te-main-menu {
    width: 100%;
  }
  
  .te-menu-wrapper .te-main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  
  .te-menu-wrapper .te-main-menu ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .te-menu-wrapper .te-main-menu ul li a {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  
  .te-menu-wrapper .te-header-btn {
    width: 100%;
    margin-top: 20px;
  }
  
  .te-menu-wrapper .te-header-btn .te-quote-btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Footer - Automec Style-2 */
.footer.style-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: var(--automec-dark);
}

.footer.style-2 .te-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer.style-2 .te-footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer.style-2 .footer-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer.style-2 .te-footer-sec {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(103, 104, 122, 0.6);
  padding-top: 120px;
  padding-bottom: 70px;
}

.footer.style-2 .te-footer-widget-title,
.footer.style-2 h2.te-footer-widget-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 37.8px;
  letter-spacing: -0.54px;
  color: var(--automec-white);
  position: relative;
  margin-bottom: 30px;
}

.footer.style-2 .te-footer-widget p,
.footer.style-2 .te-footer-widget.te_widget_nav_menu li a,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta,
.footer.style-2 .footer-bottom-area .te-copyright-text p,
.footer.style-2 .footer-bottom-area .te-copyright-text p a {
  color: var(--automec-white);
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li {
  margin-bottom: 12px;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li a {
  color: var(--automec-white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li a:hover {
  color: var(--automec-primary) !important;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper {
  margin-top: 20px;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .social-profile-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--automec-white);
  margin-bottom: 15px;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 42px;
  height: 42px;
  background-color: transparent;
  color: var(--automec-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile a:hover {
  background-color: var(--automec-primary);
  border-color: var(--automec-primary);
  color: var(--automec-white);
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-icon {
  color: var(--automec-primary);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text {
  color: var(--automec-white);
  font-size: 16px;
  line-height: 1.6;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text a {
  color: var(--automec-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text a:hover {
  color: var(--automec-primary);
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul li:last-child {
  margin-bottom: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb:hover img {
  transform: scale(1.1);
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-desc {
  flex: 1;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-meta {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title a {
  color: var(--automec-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title a:hover {
  color: var(--automec-primary);
}

.footer-bottom-area {
  position: relative;
  z-index: 2;
  padding: 16px 0;
}

.footer-bottom-area .te-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 10px 40px;
}

.footer-bottom-area .te-copyright-text p {
  color: var(--automec-white);
  margin-bottom: 0;
}

.footer-bottom-area .te-copyright-text p a {
  color: var(--automec-white);
  font-weight: 900;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-area .te-copyright-text p a:hover {
  color: var(--automec-primary);
}

.footer-bottom-area .te-footer-bottom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-bottom-area .te-footer-bottom-menu ul li {
  position: relative;
}

.footer-bottom-area .te-footer-bottom-menu ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-area .te-footer-bottom-menu ul li a {
  color: var(--automec-white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-bottom-area .te-footer-bottom-menu ul li a:hover {
  color: var(--automec-primary);
  text-decoration: none;
}

.footer-bottom-area .te-copyright-text p a:hover {
  color: var(--automec-primary);
}

/* Footer - Digital Agency (Yugom) */
.te-footer-digital-agency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.te-footer-digital-agency .digital-agency-text {
  color: var(--automec-white);
  font-size: 14px;
  font-weight: 400;
}

.te-footer-digital-agency .yugom-logo-link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.te-footer-digital-agency .yugom-logo-link:hover {
  opacity: 0.8;
}

.te-footer-digital-agency .yugom-logo {
  height: auto;
  width: auto;
  max-width: none;
  object-fit: contain;
}

@media (max-width: 767px) {
  .te-footer-digital-agency {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
  }
}

/* Footer - Contact Widget */
.automec-contact-widget .widget-head h3 {
  color: var(--automec-text);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.automec-contact-widget .widget-head h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--automec-primary);
}

.automec-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.automec-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--automec-text-light);
}

.automec-contact-list li i {
  color: var(--automec-primary);
  font-size: 18px;
  margin-top: 3px;
  min-width: 20px;
}

.automec-contact-list li a {
  color: var(--automec-text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.automec-contact-list li a:hover {
  color: var(--automec-primary);
}

.automec-contact-list li span {
  color: var(--automec-text-light);
  line-height: 1.6;
}

/* Latest News Section in Footer */
.latest-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-news-list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--automec-light);
}

.latest-news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.latest-news-list .news-date {
  font-size: 12px;
  color: var(--automec-text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.latest-news-list .news-title {
  margin: 0;
}

.latest-news-list .news-title a {
  color: var(--automec-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: block;
}

.latest-news-list .news-title a:hover {
  color: var(--automec-primary);
}

/* Header - Automec Style Overrides */
.header-3 .header-main {
  background-color: var(--automec-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-3 .main-menu ul li a {
  color: var(--automec-text);
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-3 .main-menu ul li a:hover {
  color: var(--automec-primary);
}

.header-3 .author-icon .icon {
  background-color: var(--automec-light);
  color: var(--automec-primary);
}

.header-3 .author-icon .content span {
  color: var(--automec-text-light);
}

.header-3 .author-icon .content h5 a {
  color: var(--automec-text);
  transition: color 0.3s ease;
}

.header-3 .author-icon .content h5 a:hover {
  color: var(--automec-primary);
}

/* Footer - Automec Style Overrides */
.footer-section {
  background-color: var(--automec-white);
}

.footer-section .widget-head h3 {
  color: var(--automec-text);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-section .widget-head h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--automec-primary);
}

.footer-section .list-area li a {
  color: var(--automec-text-light);
  transition: color 0.3s ease;
}

.footer-section .list-area li a:hover {
  color: var(--automec-primary);
  padding-left: 5px;
}

.footer-section .list-area li i {
  color: var(--automec-primary);
}

/* Banner/Slider - Automec Style */
.slider-area {
  overflow: hidden;
  position: relative;
}

.slider-area .swiper {
  width: 100%;
  height: 100%;
}

.slider-area .swiper-slide {
  position: relative;
}

.slider-area .te-single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 980px;
  height: 980px;
  display: flex;
  align-items: center;
}

.slider-area .te-single-slider .te-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #171717 0%, rgba(23, 23, 23, 0.95) 50%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.slider-area .te-single-slider .te-slider-container {
  position: relative;
  z-index: 3;
  padding: 120px 0;
  min-height: 980px;
  height: 980px;
  display: flex;
  align-items: center;
}

.slider-area .te-single-slider .te-slider-content-wrapper {
  position: relative;
  z-index: 99;
  pointer-events: auto;
}

.slider-area .te-single-slider .te-slider-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.slider-area .te-single-slider .te-slider-content .te-slider-short-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--automec-primary);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.slider-area .te-single-slider .te-slider-content .te-slider-title {
  color: var(--automec-white);
  font-family: "Yantramanav", sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 70px;
  margin-bottom: 30px;
}

.slider-area .te-single-slider .te-slider-content .te-slider-short-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 600px;
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
  flex-shrink: 0;
  letter-spacing: 1px;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
  cursor: pointer;
  pointer-events: auto;
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.style-2 {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  border: 1px solid var(--automec-primary);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.style-2:hover {
  background-color: transparent;
  color: var(--automec-primary);
  border-color: var(--automec-primary);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.btn-secondary-dark {
  background-color: transparent;
  color: var(--automec-white);
  border: 1px solid var(--automec-white);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.btn-secondary-dark:hover {
  background-color: var(--automec-white);
  color: var(--automec-dark);
}

.slider-area.style-2 .te-single-slider .te-slider-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider-area.style-2 .te-single-slider .te-slider-line-bar {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(28deg);
  display: flex;
  gap: 40px;
  z-index: 3;
  pointer-events: none;
}

.slider-area.style-2 .te-single-slider .te-slider-line-bar .slider-line-bar {
  width: 2px;
  height: 290px;
  background: linear-gradient(180deg, var(--automec-primary) 0%, rgba(235, 51, 0, 0.37) 100%);
}

.slider-area.style-2 .te-single-slider .te-slider-line-bar .slider-line-bar.two {
  margin-top: -30px;
  background: linear-gradient(90deg, #DC2531 0%, #95132A 100%);
}

.slider-area.style-2 .te-single-slider .te-slider-feature-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
  overflow: hidden;
}

.slider-area.style-2 .te-single-slider .te-slider-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Swiper Pagination Styles */
.automec-hero-slider .swiper-pagination {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}

.automec-hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--automec-primary);
  border-radius: 50%;
  opacity: 1;
  border: 4px solid transparent;
  outline: 1px solid transparent;
  transition: all 0.5s ease-out;
}

.automec-hero-slider .swiper-pagination-bullet-active {
  outline: 1px solid var(--automec-primary);
  border-color: transparent;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 var(--automec-primary);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(235, 51, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 51, 0, 0);
  }
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .header-area.style-2 {
    position: unset;
  }
  
  .te-header-menu-area .te-logo {
    height: auto;
  }
  
  .te-header-menu-area .te-logo .te-standard-logo img,
  .te-header-menu-area .te-logo .te-sticky-logo img {
    height: 80px;
  }
  
  .slider-area .te-single-slider .te-slider-content .te-slider-title {
    font-size: 48px;
    line-height: 56px;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-container {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  
  .slider-area .te-single-slider {
    min-height: 600px;
    height: 600px;
  }
  
  .slider-area .te-single-slider .te-slider-container {
    min-height: 600px;
    height: 600px;
  }
}

@media (max-width: 991px) {
  .header-top {
    display: none;
  }
  
  .slider-area .te-single-slider .te-slider-content .te-slider-title {
    font-size: 42px;
    line-height: 52px;
  }
  
  .slider-area .te-single-slider {
    min-height: 500px;
    height: 500px;
  }
  
  .slider-area .te-single-slider .te-slider-container {
    padding: 100px 0;
    min-height: 500px;
    height: 500px;
  }
  
  .footer.style-2 .te-footer-sec {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .slider-area .te-single-slider {
    min-height: 500px;
  }
  
  .slider-area .te-single-slider .te-slider-content .te-slider-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  
  .slider-area .te-single-slider {
    min-height: 500px;
    height: 500px;
  }
  
  .slider-area .te-single-slider .te-slider-container {
    padding: 80px 0;
    min-height: 500px;
    height: 500px;
  }
  
  .slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper {
    padding-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-overlay {
    width: 100%;
    background: linear-gradient(180deg, #171717 0%, rgba(23, 23, 23, 0.95) 100%);
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-feature-image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    z-index: 1;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-line-bar {
    display: none;
  }
  
  .automec-hero-slider .swiper-pagination {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  
  .footer.style-2 .te-footer-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .footer-bottom-area {
    padding: 30px 0;
  }
}

/* Latest Posts Area Style 2 */
.latest-posts-area.style-2 {
  padding: 120px 0;
  background-color: #fff;
}

.latest-posts-area.style-2 .te-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 30px;
}

.latest-posts-area.style-2 .te-section-title.left-align-title {
  text-align: left;
}

.latest-posts-area.style-2 .te-section-title .te-section-content {
  flex: 1;
}

.latest-posts-area.style-2 .te-section-title .short-title-wrapper {
  margin-bottom: 15px;
}

.latest-posts-area.style-2 .te-section-title .short-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--automec-primary);
  display: inline-block;
}

.latest-posts-area.style-2 .te-section-title .title {
  font-family: "Yantramanav", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  color: var(--automec-dark);
  margin: 0;
}

.latest-posts-area.style-2 .te-section-title .te-section-desc {
  display: flex;
  align-items: center;
}

.latest-posts-area.style-2 .te-theme-btn-wrapper {
  margin-top: 0;
}

.latest-posts-area.style-2 .te-theme-btn.style-2 {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--automec-primary);
}

.latest-posts-area.style-2 .te-theme-btn.style-2:hover {
  background-color: transparent;
  color: var(--automec-primary);
  border-color: var(--automec-primary);
}

.latest-posts-area.style-2 .te-post-card.style-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.latest-posts-area.style-2 .te-post-card.style-2:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.latest-posts-area.style-2 .te-post-card.style-2 .image {
  height: 504px;
  width: 410px;
  overflow: hidden;
  flex-shrink: 0;
}

.latest-posts-area.style-2 .te-post-card.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.latest-posts-area.style-2 .te-post-card.style-2:hover .image img {
  transform: scale(1.05);
}

.latest-posts-area.style-2 .te-post-card.style-2 .content {
  width: 410px;
  min-height: 350px;
  height: 350px;
  padding: 40px;
  border-radius: 5px;
  background-color: #F4F4F4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 220px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-meta-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--automec-text-color);
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta .icon {
  color: var(--automec-primary);
  font-size: 14px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta .text {
  color: var(--automec-text-color);
}

.latest-posts-area.style-2 .te-post-card.style-2 .title {
  font-family: "Yantramanav", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .title a {
  color: var(--automec-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.latest-posts-area.style-2 .te-post-card.style-2 .title a:hover {
  color: var(--automec-primary);
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content {
  margin-bottom: 20px;
  flex: 1;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content {
  margin-bottom: 20px;
  flex: 1;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--automec-text-color);
  margin: 0;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn {
  background-color: transparent;
  color: var(--automec-primary);
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  width: auto;
  margin-top: 35px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn:hover {
  color: var(--automec-dark);
  gap: 15px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn i {
  transition: transform 0.3s ease;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1399px) {
  .latest-posts-area.style-2 .te-post-card.style-2 {
    flex-direction: column;
    gap: 0;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .image {
    height: 350px;
    width: 100%;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .content {
    width: 100%;
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
  }
}

@media (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding: 80px 0;
  }
  
  .latest-posts-area.style-2 .te-section-title {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .latest-posts-area.style-2 .te-section-title .title {
    font-size: 36px;
    line-height: 46px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding: 60px 0;
  }
  
  .latest-posts-area.style-2 .te-section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .content {
    padding: 20px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .title {
    font-size: 20px;
    line-height: 30px;
  }
}