/**
* Template Name: Devin
* Template URL: https://bootstrapmade.com/devin-bootstrap-template/
* Updated: Jul 23 2025 with Bootstrap v5.3.7
* 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: "Questrial",  sans-serif;
  --nav-font: "Open Sans",  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: #535d6b; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #344761; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #5c99ee; /* 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: rgba(83, 93, 107, 0.875);  /* The default color of the main navmenu links */
  --nav-hover-color: #0b1e38; /* 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: #535d6b; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #5c99ee; /* 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: #f8fbff;
  --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);
}

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(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .header-container {
  /* background: var(--surface-color); */
  border-radius: 50px;
  padding: 5px 25px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

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

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

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* จัดการกล่องหุ้มให้เรียงแนวนอน และเว้นระยะจากขอบซ้าย */
.navmenu .featured-banner .banner-content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  /* ชิดซ้าย */
  align-items: center !important;
  gap: 15px !important;
  /* ระยะห่างระหว่างรูป */

  /* ปรับตรงนี้: เพิ่มระยะห่างจากขอบซ้ายเพื่อให้ตรงกับแนวตัวหนังสือ */
  padding: 10px 0 10px 18px !important;
  /* บน 10px, ขวา 0, ล่าง 10px, ซ้าย 18px */

  width: 100% !important;
}

/* ปรับขนาดรูปภาพ 3 คอลัมน์ */
.navmenu .featured-banner .banner-content img.banner-image {
  /* ปรับค่า calc เล็กน้อยเพื่อให้พอดีกับช่องว่างที่เพิ่มขึ้น */
  width: calc(33.33% - 20px) !important;
  max-width: 140px !important;
  /* ลดขนาดลงนิดนึงเพื่อให้เรียง 3 รูปได้สวยๆ */
  height: auto !important;
  object-fit: contain !important;
}

/* 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: var(--nav-color);
    font-size: 14px;
    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: 1px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-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-hover-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: -190%;
    visibility: hidden;
  } */
     .navmenu .dropdown .dropdown ul {
      width:430px;
       top: 0;
       left: auto;
       /* ล้างค่า left เดิม */
       right: 100%;
       /* ให้กางออกไปทางซ้ายมือ */
       margin-right: 3px;
       /* เว้นช่องว่างนิดหน่อยไม่ให้ติดกันเกินไป */
       visibility: hidden;
       opacity: 0;
       transition: 0.3s;
       /* เพิ่มความนุ่มนวลเวลาเปิด */
     }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    /* top: 0;
    left: -190%; */
    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;
  }

}

/* Megamenu 2 - Desktop */
@media (min-width: 1200px) {
  .navmenu .megamenu-2 {
    position: static;
    /* Hide Mobile Megamenu in Desktop */
    /* Tab Navigation */
    /* Tab Content */
  }

  .navmenu .megamenu-2 .mobile-megamenu {
    display: none;
  }

  .navmenu .megamenu-2 .desktop-megamenu {
    background-color: var(--nav-dropdown-background-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-radius: 6px;
    z-index: 99;
    padding: 0;
    display: flex;
    max-height: 80vh;
    overflow: hidden;
  }

  .navmenu .megamenu-2:hover>.desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .megamenu-2 .tab-navigation {
    width: 250px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding: 25px 0;
    flex-shrink: 0;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs {
    border: none;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item {
    width: 100%;
    padding-left: 10px;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
    border: none;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    border-radius: 0;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
    padding-left: 30px;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active {
    background-color: var(--surface-color);
    border-left-color: var(--accent-color);
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active i {
    color: var(--accent-color);
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active span {
    color: var(--accent-color);
    font-weight: 600;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link i {
    font-size: 20px;
    transition: 0.3s;
    flex-shrink: 0;
  }

  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link span {
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
  }

  .navmenu .megamenu-2 .tab-content {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    /* Content Grid Layout */
    /* Featured Banner */
    /* Resources Layout */
  }

  .navmenu .megamenu-2 .tab-content .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
    align-items: start;
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section h4 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    transform: translateX(8px);
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link:hover i {
    color: var(--accent-color);
    transform: scale(1.1);
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link i {
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 20%);
    font-size: 18px;
    transition: all 0.3s;
    min-width: 18px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div {
    flex: 1;
    min-width: 0;
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.3;
  }

  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div small {
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner {
    background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--accent-color), transparent 98%) 100%);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-image {
    width: 150px;
    /* height: 80px; */
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
  }


  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info {
    flex: 1;
    min-width: 0;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info h5 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info p {
    color: var(--nav-dropdown-color);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn:hover {
    color: color-mix(in srgb, var(--accent-color), black 15%);
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn:hover i {
    transform: translateX(4px);
  }

  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn i {
    transition: 0.3s;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category {
    background-color: var(--surface-color);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    transition: all 0.3s;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    border-color: var(--accent-color);
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category i {
    color: var(--accent-color);
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category h5 {
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category p {
    color: var(--nav-dropdown-color);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link {
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link:hover {
    color: color-mix(in srgb, var(--accent-color), black 15%);
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link:hover i {
    transform: translateX(3px);
  }

  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link i {
    transition: 0.3s;
  }
}

/* Megamenu 2 - Mobile */
@media (max-width: 1199px) {


  .navmenu .megamenu-2 .desktop-megamenu {
    display: none;
  }

  .navmenu .megamenu-2 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    border-radius: 6px;
    overflow: hidden;
  }

  .navmenu .megamenu-2 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .navmenu .megamenu-2 .mobile-megamenu li:last-child {
    border-bottom: none;
  }

  .navmenu .megamenu-2 .mobile-megamenu li a {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
  }

  .navmenu .megamenu-2 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .navmenu .megamenu-2 .mobile-megamenu li ul {
    padding: 0;
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }

  .navmenu .megamenu-2 .mobile-megamenu li ul li a {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
  }

  .navmenu .megamenu-2 .mobile-megamenu.dropdown-active {
    display: block;
  }

    /* --- ส่วนที่เพิ่มใหม่สำหรับรูปภาพ Samsung --- */
  
    /* บังคับขนาดรูปภาพใน Mobile Megamenu */
.navmenu .megamenu-2 .mobile-megamenu .featured-banner .banner-content {
  display: flex !important;
  flex-wrap: wrap !important;
  /* อนุญาตให้ขึ้นบรรทัดใหม่ */
  justify-content: center !important;
  gap: 10px !important;
  /* ระยะห่างระหว่างรูป */
  padding: 10px !important;
}

/* 2. กำหนดขนาดรูปให้พอดีสำหรับ 2 คอลัมน์ */
.navmenu .megamenu-2 .mobile-megamenu .featured-banner .banner-content img.banner-image {
  /* ใช้ calc เพื่อคำนวณขนาด: (100% / 2 คอลัมน์) - ระยะ gap */
  width: calc(50% - 10px) !important;
  max-width: 120px !important;
  /* กันไม่ให้รูปใหญ่เกินไปในบางจอ */
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
  /* ล้าง margin เดิมเพื่อให้ flex จัดการเอง */
}
  
    /* ปรับแต่งพื้นที่รอบๆ รูปภาพ */
    .navmenu .megamenu-2 .mobile-megamenu .featured-banner {
      padding: 0 !important;
      /* ล้างค่า padding เดิมที่อาจทำให้รูปดูใหญ่ */
      background: none !important;
      /* ลบพื้นหลัง (ถ้ามี) */
    }
  
    .navmenu .megamenu-2 .mobile-megamenu .featured-banner .banner-content {
      text-align: center !important;
      /* ช่วยยืนยันว่าทุกอย่างจะอยู่ตรงกลาง */
      width: 100% !important;
    }

    /*---------- เพิ่มเมนูชั้นลึกลงไปอีกชั้น --------------*/
        /* ซ่อนเมนูชั้นลึกไว้ก่อน */
        .navmenu .megamenu-2.navmenu .megamenu-2 .mobile-megamenu ul ul {
          display: none;
          list-style: none;
          padding-left: 20px;
          /* ย่อหน้าเข้าไปเพื่อให้เห็นความต่างชั้น */
          background-color: #f9f9f9;
          /* เปลี่ยนสีพื้นหลังเล็กน้อย */
        }
    
        /* เมื่อมีการคลิกหรือ active ให้แสดงผล */
        .navmenu .megamenu-2.mobile-megamenu .dropdown-active>ul {
          display: block;
        }
    
        /* ปรับแต่งไอคอนลูกศร */
        .navmenu .megamenu-2.mobile-megamenu .toggle-dropdown {
          transition: 0.3s;
          cursor: pointer;
        }
    
        .navmenu .megamenu-2 .mobile-megamenu .dropdown-active>a .toggle-dropdown {
          transform: rotate(180deg);
          /* หมุนลูกศรเมื่อเปิด */
        }

                                /* ล้างค่าเริ่มต้นของรายการใน Mobile */
                                .mobile-megamenu,
                                .mobile-megamenu ul {
                                  list-style: none;
                                  padding: 0;
                                  margin: 0;
                                  background: #fff;
                                }
                
                                /* ชั้นที่ 1 (Products / Solutions) */
                                .mobile-megamenu>li>a {
                                  padding: 12px 20px;
                                  font-weight: 600;
                                  color: #333;
                                  background-color: #f8f9fa;
                                  /* สีพื้นหลังหัวข้อหลัก */
                                  border-bottom: 1px solid #eee;
                                }
                
                                /* ชั้นที่ 2 (Mobile Devices, AIDC, etc.) */
                                .mobile-megamenu ul li a {
                                  padding: 10px 20px 10px 40px;
                                  /* เพิ่มระยะห่างซ้าย 40px */
                                  font-size: 0.95rem;
                                  color: #444;
                                  border-bottom: 1px solid #f1f1f1;
                                }
                
                                /* ชั้นที่ 3 (รายการสินค้า/บริการย่อยสุด) */
                                .mobile-megamenu ul ul li a {
                                  padding: 8px 20px 8px 60px;
                                  /* เพิ่มระยะห่างซ้าย 60px */
                                  font-size: 0.85rem;
                                  color: #666;
                                  background-color: #fff;
                                  /* สีพื้นหลังจางลงเพื่อให้ดูมีความลึก */
                                }
                
                                /* ปรับแต่งไอคอนลูกศรให้ดูคลิกง่าย */
                                .mobile-megamenu .toggle-dropdown {
                                  font-size: 1.1rem;
                                  color: #007bff;
                                  /* สีน้ำเงินตามรูปตัวอย่างของคุณ */
                                }
                
                                /* เพิ่มเส้นนำสายตา (Vertical Line) - ถ้าต้องการ */
                                .mobile-megamenu ul {
                                  border-left: 1px solid #ddd;
                                  margin-left: 20px;
                                  /* เลื่อนเส้นมาทางขวาหน่อย */
                                }
}

/* Extended Dropdown 2 - Desktop */
@media (min-width: 1200px) {
  .extended-dropdown-2 ul {
    min-width: 380px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    background-color: color-mix(in srgb, var(--nav-dropdown-background-color), transparent 5%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .extended-dropdown-2 ul li {
    min-width: auto;
    border-bottom: none;
  }

  .extended-dropdown-2 ul li:not(:last-child) {
    margin-bottom: 6px;
  }

  .extended-dropdown-2 ul a {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--nav-dropdown-color);
    transition: all 0.25s ease;
    border-radius: 10px;
    background-color: transparent;
    position: relative;
  }

  .extended-dropdown-2 ul a .menu-item-content {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .extended-dropdown-2 ul a .menu-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .extended-dropdown-2 ul a .menu-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #7644ff 80%));
    opacity: 0.15;
    z-index: -1;
    transition: all 0.3s ease;
  }

  .extended-dropdown-2 ul a .menu-icon i {
    font-size: 18px;
    color: var(--accent-color);
    margin: 0;
    transition: all 0.3s ease;
  }

  .extended-dropdown-2 ul a .menu-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .extended-dropdown-2 ul a .menu-text .menu-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
    color: var(--nav-dropdown-color);
    transition: color 0.3s ease;
  }

  .extended-dropdown-2 ul a .menu-text .menu-description {
    font-size: 13px;
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
    font-weight: 400;
    transition: color 0.3s ease;
  }

  .extended-dropdown-2 ul a .menu-badge {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    margin-left: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .extended-dropdown-2 ul a .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 85%);
    color: #ff5722;
  }

  .extended-dropdown-2 ul a .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 85%);
    color: #4caf50;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }

  .extended-dropdown-2 ul a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .extended-dropdown-2 ul a:hover .menu-icon {
    transform: translateY(-2px);
  }

  .extended-dropdown-2 ul a:hover .menu-icon::before {
    opacity: 0, 3;
    box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%);
  }

  .extended-dropdown-2 ul a:hover .menu-icon i {
    color: color-mix(in srgb, var(--accent-color), #000000 10%);
  }

  .extended-dropdown-2 ul a:hover .menu-text .menu-title {
    color: var(--nav-dropdown-hover-color);
  }

  .extended-dropdown-2 ul a:hover .menu-text .menu-description {
    color: color-mix(in srgb, var(--nav-dropdown-hover-color), transparent 30%);
  }

  .extended-dropdown-2 ul a:hover .menu-badge {
    transform: scale(1.05);
  }

  .extended-dropdown-2 ul a:hover .menu-badge:not(.hot):not(.updates) {
    background-color: color-mix(in srgb, var(--accent-color), transparent 75%);
  }

  .extended-dropdown-2 ul a:hover .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 75%);
  }

  .extended-dropdown-2 ul a:hover .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 75%);
  }
}

/* Extended Dropdown 2 - Mobile */
@media (max-width: 1199px) {
  .extended-dropdown-2 ul {
    background-color: var(--nav-mobile-background-color);
    border-radius: 10px;
    padding: 10px;
  }

  .extended-dropdown-2 ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .extended-dropdown-2 ul a {
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .extended-dropdown-2 ul a .menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .extended-dropdown-2 ul a .menu-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .extended-dropdown-2 ul a .menu-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #7644ff 80%));
    opacity: 0.15;
    z-index: -1;
  }

  .extended-dropdown-2 ul a .menu-icon i {
    font-size: 16px;
    color: var(--accent-color);
    margin: 0;
  }

  .extended-dropdown-2 ul a .menu-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .extended-dropdown-2 ul a .menu-text .menu-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .extended-dropdown-2 ul a .menu-text .menu-description {
    font-size: 12px;
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
  }

  .extended-dropdown-2 ul a .menu-badge {
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    margin-left: 10px;
    flex-shrink: 0;
  }

  .extended-dropdown-2 ul a .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 85%);
    color: #ff5722;
  }

  .extended-dropdown-2 ul a .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 85%);
    color: #4caf50;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
  }

  .extended-dropdown-2 ul a:hover,
  .extended-dropdown-2 ul a:active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .extended-dropdown-2 ul a:hover .menu-text .menu-title,
  .extended-dropdown-2 ul a:active .menu-text .menu-title {
    color: var(--nav-dropdown-hover-color);
  }

  .extended-dropdown-2 ul .active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .extended-dropdown-2 ul .active .menu-title {
    color: var(--nav-dropdown-hover-color);
  }
}

/*--------------------------------------------------------------
# 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 90%);
}

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

.footer .footer-content .logo img {
  max-height: 18px;
  margin-right: 6px;
}
.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 .newsletter-form {
  margin-top: 30px;
}

.footer .newsletter-form h5 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--heading-font);
}

.footer .newsletter-form .input-group {
  position: relative;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .newsletter-form input[type=email] {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 14px;
}

.footer .newsletter-form input[type=email]:focus {
  outline: none;
  box-shadow: none;
}

.footer .newsletter-form input[type=email]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.footer .newsletter-form .btn-subscribe {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.footer .newsletter-form .btn-subscribe:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.footer .newsletter-form .btn-subscribe i {
  font-size: 16px;
}

.footer .newsletter-form .loading,
.footer .newsletter-form .error-message,
.footer .newsletter-form .sent-message {
  font-size: 13px;
  margin-top: 8px;
}

.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(--accent-color), transparent 96%);
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
}

.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: 999999;
  overflow: hidden;
  background: 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 #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s 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: 40px;
  height: 40px;
  border-radius: 4px;
  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;
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 140px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

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

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

.page-title .breadcrumbs 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: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

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

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding: 120px 0 60px 0;
  min-height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--accent-color) 10%, var(--accent-color) 45%, transparent 45%, transparent 100%);
  opacity: 0.05;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  padding: 80px 15px;
}

.hero .hero-content {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .hero .hero-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

.hero .hero-content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero .hero-content h1 span {
  color: var(--accent-color);
  position: relative;
}

.hero .hero-content h1 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-color);
  border-radius: 1px;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .hero .hero-content h1 {
    font-size: 32px;
  }
}

.hero .hero-content p {
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 35px;
  max-width: 500px;
}

@media (max-width: 991px) {
  .hero .hero-content p {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .hero .hero-content p {
    font-size: 16px;
  }
}

.hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 576px) {
  .hero .hero-actions {
    flex-direction: column;
    gap: 20px;
  }
}

.hero .btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 14px 35px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color), transparent 70%);
  border: 2px solid transparent;
}

.hero .btn-primary:hover {
  background: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 80%);
  transform: translateY(-2px);
}

.hero .btn-video {
  color: var(--default-color);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.hero .btn-video i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.hero .btn-video:hover {
  color: var(--accent-color);
}

.hero .btn-video:hover i {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 60%);
  transform: scale(1.1);
}

.hero .hero-image {
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .hero .hero-image {
    margin-top: 50px;
  }
}

.hero .hero-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 90%) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
}

@media (max-width: 768px) {
  .hero .hero-image::before {
    width: 300px;
    height: 300px;
  }
}

.hero .floating {
  max-width: 85%;
  height: auto;
  animation: floating 3s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px color-mix(in srgb, var(--default-color), transparent 85%));
}

@media (max-width: 768px) {
  .hero .floating {
    max-width: 90%;
  }
}

@keyframes floating {

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

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

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.1;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  /* filter: grayscale(100); */
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}
.clients .swiper-wrapper {
  height: auto;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  padding-top: 30px;
  padding-bottom: 120px;
}

.about .about-image {
  position: relative;
}

.about .about-image img {
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.about .about-image img:hover {
  transform: translateY(-5px);
}

.about .content {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .about .content {
    padding-left: 0;
    margin-top: 60px;
  }
}

.about .content h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--heading-color);
}

.about .content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 40px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.about .stats-row {
  display: flex;
  gap: 40px;
  margin: 60px 0 40px 0;
  padding: 40px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 768px) {
  .about .stats-row {
    flex-direction: column;
    gap: 30px;
  }
}

.about .stats-row .stat-item {
  text-align: center;
}

.about .stats-row .stat-item h3 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 8px;
  color: var(--accent-color);
  line-height: 1;
}

.about .stats-row .stat-item p {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.about .cta-wrapper {
  margin-top: 40px;
}

.about .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.about .btn-cta:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.about .btn-cta i {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

.about .btn-cta:hover i {
  transform: translateX(3px);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-card {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 12px;
  padding: 32px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.services .service-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--default-color), transparent 85%);
}

.services .service-card:hover .service-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}

.services .service-card:hover .service-link {
  color: var(--accent-color);
}

.services .service-card:hover .service-link i {
  transform: translateX(4px);
}

.services .service-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.services .service-icon i {
  font-size: 24px;
}

.services h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}

.services p {
  flex: 1;
  margin-bottom: 24px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.services .service-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  color: var(--heading-color);
  transition: all 0.3s ease;
}

.services .service-link i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .services .service-card {
    padding: 24px 20px;
  }

  .services .service-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }

  .services .service-icon i {
    font-size: 20px;
  }

  .services h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .services p {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
}

#scalefusion .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

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

.features .features-card {
  position: relative;
  background-color: var(--surface-color);
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.features .features-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.features .features-card:hover .icon-wrapper {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.features .features-card .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.features .features-card .icon-wrapper i {
  font-size: 32px;
}

.features .features-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.features .features-card p {
  font-size: 15px;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-card .features-list {
  margin-bottom: 25px;
}

.features .features-card .features-list .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.features .features-card .features-list .feature-item:last-child {
  margin-bottom: 0;
}

.features .features-card .features-list .feature-item i {
  color: var(--accent-color);
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}

.features .features-card .features-list .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.features .features-card .image-container {
  margin-top: auto;
  text-align: center;
}

.features .features-card .image-container img {
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.features .features-card:hover .image-container img {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.portfolio .portfolio-filters {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.portfolio .portfolio-filters::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.portfolio .portfolio-filters li {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: all 0.4s ease-out;
  letter-spacing: 0.5px;
}

.portfolio .portfolio-filters li::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: all 0.4s ease-out;
  transform: translateX(-50%);
}

.portfolio .portfolio-filters li:hover {
  color: var(--default-color);
}

.portfolio .portfolio-filters li.filter-active {
  color: var(--default-color);
}

.portfolio .portfolio-filters li.filter-active::after {
  width: 100%;
}

@media (max-width: 768px) {
  .portfolio .portfolio-filters {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

.portfolio .portfolio-card {
  background: var(--surface-color);
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.portfolio .portfolio-card:hover {
  transform: translateY(-8px);
}

.portfolio .portfolio-card:hover .image-container img {
  transform: scale(1.05);
}

.portfolio .portfolio-card:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio .portfolio-card:hover .content h3 {
  color: var(--accent-color);
}

.portfolio .image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 8px;
}

.portfolio .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.portfolio .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  backdrop-filter: blur(2px);
}

.portfolio .image-container .overlay-content {
  display: flex;
  gap: 20px;
  transform: translateY(20px);
  transition: transform 0.4s ease-out 0.1s;
}

.portfolio-card:hover .portfolio .image-container .overlay-content {
  transform: translateY(0);
}

.portfolio .image-container .overlay-content a {
  width: 50px;
  height: 50px;
  background: var(--surface-color);
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 18px;
}

.portfolio .image-container .overlay-content a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}

.portfolio .content {
  padding: 30px 0;
  text-align: center;
}

.portfolio .content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

.portfolio .content p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  .portfolio .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .portfolio .portfolio-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}

/*--------------------------------------------------------------
# How We Work Section
--------------------------------------------------------------*/
.how-we-work {
  padding-top: 60px;
  padding-bottom: 40px;
}

.how-we-work .step-item {
  text-align: center;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.how-we-work .step-item::after {
  content: "";
  position: absolute;
  top: 45px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent-color), transparent 70%) 0%, color-mix(in srgb, var(--accent-color), transparent 90%) 100%);
  z-index: 0;
}

.how-we-work .step-item:last-child::after {
  display: none;
}

.how-we-work .step-circle {
  width: 70px;
  height: 70px;
  background-color: var(--surface-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.how-we-work .step-circle span {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}

.how-we-work .step-item:hover .step-circle {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  transform: scale(1.1);
}

.how-we-work .step-item:hover .step-circle span {
  color: var(--contrast-color);
}

.how-we-work h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
}

.how-we-work p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .how-we-work .step-item::after {
    display: none;
  }

  .how-we-work .step-circle {
    width: 60px;
    height: 60px;
  }

  .how-we-work .step-circle span {
    font-size: 1.3rem;
  }

  .how-we-work h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .how-we-work .step-circle {
    width: 50px;
    height: 50px;
  }

  .how-we-work .step-circle span {
    font-size: 1.1rem;
  }

  .how-we-work h3 {
    font-size: 1.1rem;
  }

  .how-we-work p {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/

.tabs .tabs-wrapper {
  max-width: 90%;
  margin: 0 auto;
}

.tabs .tabs-header {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .tabs .tabs-header {
    margin-bottom: 60px;
  }
}

.tabs .tabs-header .nav-tabs {
  border: none;
  justify-content: center;
  gap: 0;
  background: var(--surface-color);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 20px color-mix(in srgb, var(--default-color), transparent 94%);
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs {
    flex-direction: column;
    gap: 4px;
  }
}

.tabs .tabs-header .nav-tabs .nav-item {
  flex: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-item {
    flex: none;
    width: 100%;
  }
}

.tabs .tabs-header .nav-tabs .nav-link {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tabs .tabs-header .nav-tabs .nav-link.active {
  background: var(--accent-color);
}

.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-number {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
}

.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-text h6,
.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-text small {
  color: var(--contrast-color);
}

.tabs .tabs-header .nav-tabs .nav-link:hover:not(.active) {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.tabs .tabs-header .nav-tabs .nav-link:hover:not(.active) .tab-content-preview .tab-number {
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview {
    padding: 16px 20px;
    gap: 12px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: 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;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text {
  text-align: left;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text {
    flex: 1;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text h6 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text h6 {
    font-size: 13px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text small {
  font-size: 11px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
  display: block;
  line-height: 1;
}

.tabs .tab-content .tab-pane {
  animation: fadeInContent 0.5s ease-in-out;
}

.tabs .tab-content .content-area {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .tabs .tab-content .content-area {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.tabs .tab-content .content-area .content-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
}

.tabs .tab-content .content-area .content-badge i {
  font-size: 14px;
}

.tabs .tab-content .content-area h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .tabs .tab-content .content-area h3 {
    font-size: 24px;
  }
}

.tabs .tab-content .content-area p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area p {
    font-size: 15px;
  }
}

.tabs .tab-content .content-area .highlight-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .tabs .tab-content .content-area .highlight-stats {
    gap: 24px;
  }
}

.tabs .tab-content .content-area .highlight-stats .stat-item .stat-value {
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area .highlight-stats .stat-item .stat-value {
    font-size: 24px;
  }
}

.tabs .tab-content .content-area .highlight-stats .stat-item .stat-label {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tabs .tab-content .content-area .feature-points {
  margin-bottom: 40px;
}

.tabs .tab-content .content-area .feature-points .point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.tabs .tab-content .content-area .feature-points .point-item:last-child {
  margin-bottom: 0;
}

.tabs .tab-content .content-area .feature-points .point-item i {
  font-size: 20px;
  color: var(--accent-color);
  margin-top: 4px;
  flex-shrink: 0;
}

.tabs .tab-content .content-area .feature-points .point-item span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--default-color);
}

.tabs .tab-content .content-area .explore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tabs .tab-content .content-area .explore-link:hover {
  gap: 12px;
  color: var(--accent-color);
}

.tabs .tab-content .content-area .explore-link:hover i {
  transform: translate(2px, -2px);
}

.tabs .tab-content .content-area .explore-link i {
  font-size: 16px;
  transition: all 0.3s ease;
}

.tabs .tab-content .visual-content {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .tabs .tab-content .visual-content {
    padding-left: 0;
  }
}

.tabs .tab-content .visual-content img {
  width: 100%;
  border-radius: 8px;
}

.tabs .tab-content .visual-content .floating-element {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element {
    bottom: 15px;
    right: 15px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card {
  background: var(--surface-color);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  animation: floatAnimation 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card {
    padding: 12px 16px;
    gap: 10px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card i {
  font-size: 20px;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card i {
    font-size: 18px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card .card-info span {
  display: block;
  font-size: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.tabs .tab-content .visual-content .floating-element .floating-card .card-info strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card .card-info strong {
    font-size: 12px;
  }
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatAnimation {

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

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

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  position: relative;
  overflow: hidden;
  /* Swiper Navigation */
  /* Swiper Pagination */
  /* Responsive Styles */
}

.testimonials .testimonial-slider {
  position: relative;
  padding-bottom: 50px;
}

.testimonials .testimonial-slider .swiper-wrapper {
  height: auto !important;
}

.testimonials .testimonial-item {
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--surface-color), var(--accent-color) 2%) 100%);
  border-radius: 20px;
  padding: 0;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.testimonials .testimonial-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 30%));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.testimonials .testimonial-item:hover {
  border-color: var(--accent-color);
}

.testimonials .testimonial-item:hover::before {
  transform: scaleX(1);
}

.testimonials .testimonial-item:hover .testimonial-header img {
  transform: scale(1.05);
}

.testimonials .testimonial-item:hover .quote-icon {
  color: var(--accent-color);
  transform: scale(1.1);
}

.testimonials .testimonial-header {
  position: relative;
  text-align: center;
  padding: 30px 30px 20px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--surface-color), var(--accent-color) 3%) 0%, var(--surface-color) 100%);
}

.testimonials .testimonial-header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-header .rating {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.testimonials .testimonial-header .rating i {
  color: #ffc107;
  font-size: 0.9rem;
}

.testimonials .testimonial-body {
  padding: 0 30px 20px;
}

.testimonials .testimonial-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  font-style: italic;
  text-align: center;
  position: relative;
}

.testimonials .testimonial-body p::before,
.testimonials .testimonial-body p::after {
  content: '"';
  font-size: 1.5rem;
  color: var(--accent-color);
  opacity: 0.6;
  font-family: serif;
  position: absolute;
}

.testimonials .testimonial-body p::before {
  top: -5px;
  left: -10px;
}

.testimonials .testimonial-body p::after {
  bottom: -20px;
  right: -5px;
}

.testimonials .testimonial-footer {
  padding: 20px 30px 30px;
  text-align: center;
  position: relative;
}

.testimonials .testimonial-footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 5px;
}

.testimonials .testimonial-footer span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: block;
  margin-bottom: 15px;
}

.testimonials .testimonial-footer .quote-icon {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.testimonials .swiper-navigation {
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  position: static;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  background: var(--accent-color);
  border-radius: 50%;
  color: var(--contrast-color);
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background: color-mix(in srgb, var(--accent-color), var(--heading-color) 20%);
  transform: scale(1.05);
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

.testimonials .swiper-pagination {
  position: static;
  margin-top: 30px;
  text-align: center;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
  transform: scale(1.2);
}

@media (max-width: 1199px) {
  .testimonials .testimonial-item .testimonial-header {
    padding: 25px 25px 15px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 70px;
    height: 70px;
  }

  .testimonials .testimonial-item .testimonial-body,
  .testimonials .testimonial-item .testimonial-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .testimonials .testimonial-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials .testimonial-item .testimonial-header {
    padding: 20px 20px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 60px;
    height: 60px;
  }

  .testimonials .testimonial-item .testimonial-header .rating i {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 20px 15px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 15px 20px 20px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 1rem;
  }

  .testimonials .testimonial-item .testimonial-footer span {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.3rem;
    bottom: 10px;
    right: 15px;
  }

  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .testimonials .swiper-button-prev::after,
  .testimonials .swiper-button-next::after {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .testimonials .testimonial-slider {
    padding-bottom: 30px;
  }

  .testimonials .testimonial-item .testimonial-header {
    padding: 15px 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 55px;
    height: 55px;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.9rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 10px 15px 15px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.2rem;
  }

  .testimonials .swiper-navigation {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-card {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 8px;
  padding: 2.5rem 2rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.pricing .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px color-mix(in srgb, var(--default-color), transparent 85%);
}

.pricing .pricing-card.featured {
  border-color: var(--accent-color);
  transform: scale(1.02);
}

.pricing .pricing-card.featured:hover {
  transform: scale(1.02) translateY(-5px);
}

.pricing .pricing-card.featured .featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.5rem 1.25rem;
  border-radius: 0 0 8px 8px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pricing .pricing-card .plan-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pricing .pricing-card .plan-header .plan-name {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.pricing .pricing-card .plan-header .plan-description {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.6;
  margin-bottom: 0;
}

.pricing .pricing-card .pricing-display {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pricing .pricing-card .pricing-display .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}

.pricing .pricing-card .pricing-display .price .currency {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

.pricing .pricing-card .pricing-display .price .amount {
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.pricing .pricing-card .pricing-display .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 400;
}

.pricing .pricing-card .features-list {
  margin-bottom: 2.5rem;
}

.pricing .pricing-card .features-list .feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
}

.pricing .pricing-card .features-list .feature i {
  color: var(--accent-color);
  font-size: 1rem;
  flex-shrink: 0;
}

.pricing .pricing-card .features-list .feature span {
  font-size: 0.95rem;
  color: var(--default-color);
  line-height: 1.5;
}

.pricing .pricing-card .btn-plan {
  display: block;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background-color: transparent;
  border: 1.5px solid var(--accent-color);
  color: var(--accent-color);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}

.pricing .pricing-card .btn-plan:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-1px);
}

.pricing .pricing-card.featured .btn-plan {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .pricing-card.featured .btn-plan:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  border-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.pricing .pricing-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.pricing .pricing-footer .guarantee-text {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 1rem;
}

.pricing .pricing-footer .contact-text {
  font-size: 0.95rem;
  color: var(--default-color);
  margin-bottom: 0;
}

.pricing .pricing-footer .contact-text a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
}

.pricing .pricing-footer .contact-text a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .pricing .pricing-card.featured {
    transform: none;
  }

  .pricing .pricing-card.featured:hover {
    transform: translateY(-5px);
  }
}

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

  .pricing .pricing-card {
    padding: 2rem 1.5rem;
  }

  .pricing .pricing-display .price .amount {
    font-size: 2.75rem;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-item {
  margin-bottom: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.faq .faq-item.faq-active .faq-header .faq-number {
  color: var(--accent-color);
  font-weight: 500;
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  color: var(--accent-color);
  transform: rotate(0deg);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-dash {
  opacity: 1;
  transform: rotate(0deg);
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-plus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-dash {
  opacity: 0;
  transform: rotate(-90deg);
}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 40px 0;
  cursor: pointer;
  gap: 0;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header:hover .faq-number {
  transform: scale(1.1);
}

.faq .faq-item .faq-header:hover .faq-toggle {
  transform: scale(1.1);
}

.faq .faq-item .faq-header .faq-number {
  flex-shrink: 0;
  width: 80px;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  transition: all 0.3s ease;
  letter-spacing: -0.02em;
}

.faq .faq-item .faq-header h4 {
  flex: 1;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--heading-color);
  transition: all 0.3s ease;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-right: 20px;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 0 80px 40px 80px;
  overflow: hidden;
}

.faq .faq-item .faq-content .content-inner p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .faq .faq-item .faq-header {
    padding: 30px 0;
  }

  .faq .faq-item .faq-header .faq-number {
    width: 60px;
    font-size: 1rem;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1.1rem;
    margin-right: 15px;
  }

  .faq .faq-item .faq-header .faq-toggle {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 60px 30px 60px;
  }

  .faq .faq-item .faq-content .content-inner p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .faq .faq-item .faq-header {
    padding: 25px 0;
  }

  .faq .faq-item .faq-header .faq-number {
    width: 50px;
    font-size: 0.9rem;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1rem;
    margin-right: 10px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 50px 25px 50px;
  }

  .faq .faq-item .faq-content .content-inner p {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 8px;
  transition: 0.3s;
}

.team .team-member:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.team .team-member .member-img {
  flex: 0 0 200px;
  overflow: hidden;
}

.team .team-member .member-img img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.team .team-member .member-info {
  padding: 25px;
  text-align: left;
}

.team .team-member .member-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--heading-color);
}

.team .team-member .member-info span {
  font-size: 0.9rem;
  font-weight: 400;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  display: block;
  margin-bottom: 15px;
}

.team .team-member .member-info p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.team .team-member .member-info .social {
  display: flex;
  gap: 10px;
}

.team .team-member .member-info .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  color: var(--heading-color);
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.team .team-member .member-info .social a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

@media (max-width: 767px) {
  .team .team-member {
    flex-direction: column;
  }

  .team .team-member .member-img {
    flex: auto;
  }

  .team .team-member .member-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .team .team-member .member-info {
    text-align: center;
  }

  .team .team-member .member-info .social {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .contact-form-container {
  padding: 60px 0;
}

.contact .contact-form-container .form-intro {
  margin-bottom: 60px;
}

.contact .contact-form-container .form-intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.5px;
}

@media (max-width: 768px) {
  .contact .contact-form-container .form-intro h2 {
    font-size: 28px;
  }
}

.contact .contact-form-container .form-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contact .contact-form-container .contact-form .row {
  margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .row:last-of-type {
  margin-bottom: 0;
}

.contact .contact-form-container .contact-form .form-field {
  position: relative;
  margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .form-field.message-field {
  margin-bottom: 50px;
}

.contact .contact-form-container .contact-form .form-field .field-label {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.contact .contact-form-container .contact-form .form-field .form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background: transparent;
  padding: 20px 0 15px 0;
  font-size: 16px;
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .contact-form-container .contact-form .form-field .form-input:focus {
  outline: none;
  border-bottom-color: var(--accent-color);
  background: transparent;
}

.contact .contact-form-container .contact-form .form-field .form-input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  opacity: 1;
}

.contact .contact-form-container .contact-form .form-field .message-input {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  padding-top: 25px;
}

.contact .contact-form-container .contact-form .send-button {
  background: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact .contact-form-container .contact-form .send-button .button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact .contact-form-container .contact-form .send-button:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .contact-form-container .contact-form .send-button:hover .button-arrow {
  transform: translateX(5px);
}

.contact .contact-sidebar {
  background: color-mix(in srgb, var(--accent-color), transparent 97%);
  height: 100%;
  padding: 60px 40px;
}

.contact .contact-sidebar .contact-header {
  margin-bottom: 60px;
}

.contact .contact-sidebar .contact-header h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.3px;
}

.contact .contact-sidebar .contact-header p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contact .contact-sidebar .contact-methods {
  margin-bottom: 60px;
}

.contact .contact-sidebar .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.contact .contact-sidebar .contact-method:last-child {
  margin-bottom: 0;
}

.contact .contact-sidebar .contact-method .contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
}

.contact .contact-sidebar .contact-method .contact-icon i {
  font-size: 20px;
}

.contact .contact-sidebar .contact-method .contact-details {
  flex: 1;
}

.contact .contact-sidebar .contact-method .contact-details .method-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.contact .contact-sidebar .contact-method .contact-details p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--default-color);
  margin-bottom: 0;
}

.contact .contact-sidebar .connect-section {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 40px;
}

.contact .contact-sidebar .connect-section .connect-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.contact .contact-sidebar .connect-section .social-links {
  display: flex;
  gap: 15px;
}

.contact .contact-sidebar .connect-section .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--default-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact .contact-sidebar .connect-section .social-links .social-link i {
  font-size: 16px;
}

.contact .contact-sidebar .connect-section .social-links .social-link:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .contact .contact-form-container {
    padding: 40px 0;
  }

  .contact .contact-sidebar {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contact .contact-form-container .form-intro {
    margin-bottom: 40px;
    text-align: center;
  }

  .contact .contact-form-container .contact-form .row {
    margin-bottom: 20px;
  }

  .contact .contact-form-container .contact-form .form-field {
    margin-bottom: 30px;
  }

  .contact .contact-sidebar {
    padding: 30px 25px;
  }

  .contact .contact-sidebar .contact-header,
  .contact .contact-sidebar .contact-methods {
    margin-bottom: 40px;
  }

  .contact .contact-sidebar .contact-method {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details {
  --section-spacing: 5rem;
  --content-spacing: 4rem;
  --subtle-border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.portfolio-details .project-hero {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .project-hero .project-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .project-hero .project-meta-grid .meta-column {
  text-align: center;
}

.portfolio-details .project-hero .project-meta-grid .meta-column .meta-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0.5rem;
}

.portfolio-details .project-hero .project-meta-grid .meta-column .meta-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--heading-color);
}

.portfolio-details .visual-showcase {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .visual-showcase .main-visual {
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-details .visual-showcase .main-visual .swiper-wrapper {
  height: auto !important;
}

.portfolio-details .visual-showcase .main-visual .swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  border-radius: 50%;
  color: var(--heading-color);
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next::after,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 600;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next:hover,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}

.portfolio-details .visual-showcase .main-visual .swiper-button-prev {
  left: 30px;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next {
  right: 30px;
}

.portfolio-details .content-section {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .content-section .project-overview {
  text-align: center;
}

.portfolio-details .content-section .project-overview h2 {
  font-size: 2.75rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.portfolio-details .content-section .project-overview .overview-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 4rem;
}

.portfolio-details .content-section .project-overview .challenge-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  text-align: left;
}

.portfolio-details .content-section .project-overview .challenge-solution .challenge-block h3,
.portfolio-details .content-section .project-overview .challenge-solution .solution-block h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .content-section .project-overview .challenge-solution .challenge-block p,
.portfolio-details .content-section .project-overview .challenge-solution .solution-block p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .metrics-showcase {
  padding: 4rem 0;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  margin: var(--section-spacing) -15px;
  border-radius: 8px;
}

.portfolio-details .metrics-showcase .metrics-content h3 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .metrics-showcase .metrics-content p {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .metrics-showcase .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item {
  text-align: center;
  padding: 1.5rem;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item .metric-number {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item .metric-label {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  line-height: 1.4;
}

.portfolio-details .technology-stack {
  margin-bottom: var(--section-spacing);
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .technology-stack h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0;
}

.portfolio-details .technology-stack .tech-categories {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .category-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item {
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  transform: translateY(-2px);
}

.portfolio-details .process-gallery {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .process-gallery h3 {
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--heading-color);
}

.portfolio-details .process-gallery .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item.large {
  grid-row: span 2;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  font-weight: 500;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover {
  transform: translateY(-5px);
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover img {
  transform: scale(1.05);
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

.portfolio-details .key-features-section {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .key-features-section .features-intro {
  padding-right: 2rem;
}

.portfolio-details .key-features-section .features-intro h3 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .key-features-section .features-intro p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .key-features-section .features-list .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.portfolio-details .key-features-section .features-list .feature-row:last-child {
  margin-bottom: 0;
}

.portfolio-details .key-features-section .features-list .feature-row .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.portfolio-details .key-features-section .features-list .feature-row .feature-icon i {
  font-size: 1.2rem;
  color: var(--accent-color);
}

.portfolio-details .key-features-section .features-list .feature-row .feature-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.portfolio-details .key-features-section .features-list .feature-row .feature-content p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
  margin-bottom: 0;
}

.portfolio-details .project-footer {
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .project-footer .footer-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio-details .project-footer .footer-navigation .nav-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project {
  color: var(--heading-color);
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project .nav-direction,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project .nav-direction {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0.25rem;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project .nav-title,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project .nav-title {
  font-size: 1.1rem;
  font-weight: 500;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project:hover,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project:hover {
  color: var(--accent-color);
  transform: translateY(-3px);
}

.portfolio-details .project-footer .footer-navigation .nav-link.next-project {
  text-align: right;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 25px;
  color: var(--heading-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects i {
  font-size: 1rem;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .portfolio-details .project-hero .hero-content .project-title {
    font-size: 3rem;
  }

  .portfolio-details .project-hero .project-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-details .content-section .project-overview .challenge-solution {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .portfolio-details .content-section .project-overview h2 {
    font-size: 2.25rem;
  }

  .portfolio-details .metrics-showcase .metrics-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .portfolio-details .key-features-section .features-intro {
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .portfolio-details {
    --section-spacing: 3rem;
  }

  .portfolio-details .project-hero .hero-content .project-title {
    font-size: 2.5rem;
  }

  .portfolio-details .project-hero .project-meta-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-slide img {
    height: 400px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next,
  .portfolio-details .visual-showcase .main-visual .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next::after,
  .portfolio-details .visual-showcase .main-visual .swiper-button-prev::after {
    font-size: 0.9rem;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-prev {
    left: 15px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next {
    right: 15px;
  }

  .portfolio-details .content-section .project-overview h2 {
    font-size: 2rem;
  }

  .portfolio-details .project-footer .footer-navigation {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .portfolio-details .project-footer .footer-navigation .nav-link.prev-project,
  .portfolio-details .project-footer .footer-navigation .nav-link.next-project {
    text-align: center;
  }

  .portfolio-details .project-footer .footer-navigation .nav-link.all-projects {
    order: -1;
  }

  .portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 576px) {
  .portfolio-details .gallery-masonry {
    grid-template-columns: 1fr !important;
  }

  .portfolio-details .gallery-masonry .gallery-item.large {
    grid-row: span 1;
  }

  .portfolio-details .metrics-showcase {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-hero {
  margin-bottom: 4rem;
}

.service-details .service-hero .service-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.service-details .service-hero .service-meta .service-category {
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.service-details .service-hero .service-meta .reading-time {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 0.9rem;
  font-weight: 300;
}

.service-details .service-hero h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.service-details .service-hero .service-description {
  font-size: 1.25rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-weight: 300;
  margin: 0;
}

.service-details .service-visual {
  margin-bottom: 4rem;
  overflow: hidden;
  border-radius: 4px;
}

.service-details .service-visual img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-details .service-visual img:hover {
  transform: scale(1.02);
}

.service-details .service-narrative {
  margin-bottom: 5rem;
}

.service-details .service-narrative h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: var(--heading-color);
  letter-spacing: -0.01em;
}

.service-details .service-narrative p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: var(--default-color);
  font-weight: 300;
}

.service-details .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.service-details .benefits-grid .benefit-card {
  text-align: center;
  padding: 0;
}

.service-details .benefits-grid .benefit-card .benefit-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.service-details .benefits-grid .benefit-card .benefit-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.service-details .benefits-grid .benefit-card:hover .benefit-icon {
  background: var(--accent-color);
  transform: translateY(-2px);
}

.service-details .benefits-grid .benefit-card:hover .benefit-icon i {
  color: var(--contrast-color);
}

.service-details .benefits-grid .benefit-card h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.service-details .benefits-grid .benefit-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
}

.service-details .timeline-section {
  margin-bottom: 4rem;
}

.service-details .timeline-section h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: var(--heading-color);
  letter-spacing: -0.01em;
}

.service-details .timeline-section .timeline {
  position: relative;
}

.service-details .timeline-section .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
}

.service-details .timeline-section .timeline .timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 3rem;
}

.service-details .timeline-section .timeline .timeline-item:last-child {
  margin-bottom: 0;
}

.service-details .timeline-section .timeline .timeline-item .timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: var(--surface-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.service-details .timeline-section .timeline .timeline-item .timeline-marker span {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--accent-color);
}

.service-details .timeline-section .timeline .timeline-item .timeline-content h4 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.service-details .timeline-section .timeline .timeline-item .timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: var(--default-color);
}

.service-details .timeline-section .timeline .timeline-item .timeline-content small {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.9rem;
  font-weight: 500;
}

.service-details .service-sidebar {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .service-details .service-sidebar {
    padding-left: 0;
    margin-top: 4rem;
  }
}

.service-details .overview-card,
.service-details .success-story,
.service-details .consultation-form {
  background: var(--surface-color);
  border-radius: 8px;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 93%);
  transition: all 0.3s ease;
}

.service-details .overview-card:hover,
.service-details .success-story:hover,
.service-details .consultation-form:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.service-details .overview-card .overview-header h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--heading-color);
}

.service-details .overview-card .overview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.service-details .overview-card .overview-stats .stat-item {
  text-align: center;
}

.service-details .overview-card .overview-stats .stat-item .stat-number {
  font-size: 2rem;
  font-weight: 300;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.service-details .overview-card .overview-stats .stat-item .stat-label {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-details .overview-card .overview-details {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 1.5rem;
}

.service-details .overview-card .overview-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.service-details .overview-card .overview-details .detail-row:last-child {
  margin-bottom: 0;
}

.service-details .overview-card .overview-details .detail-row .detail-label {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-weight: 400;
}

.service-details .overview-card .overview-details .detail-row .detail-value {
  font-size: 0.95rem;
  color: var(--heading-color);
  font-weight: 500;
}

.service-details .success-story .story-quote p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-style: italic;
  margin-bottom: 2rem;
}

.service-details .success-story .story-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.service-details .success-story .story-author .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.service-details .success-story .story-author .author-details h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--heading-color);
}

.service-details .success-story .story-author .author-details span {
  display: block;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0.25rem;
}

.service-details .success-story .story-author .author-details small {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.service-details .success-story .story-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .success-story .story-metrics .metric {
  text-align: center;
}

.service-details .success-story .story-metrics .metric .metric-value {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--accent-color);
  display: block;
  margin-bottom: 0.25rem;
}

.service-details .success-story .story-metrics .metric .metric-label {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-details .consultation-form .form-header {
  margin-bottom: 2rem;
}

.service-details .consultation-form .form-header h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.service-details .consultation-form .form-header p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
}

.service-details .consultation-form .form-group {
  margin-bottom: 1.5rem;
}

.service-details .consultation-form .form-input {
  width: 100%;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 4px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: transparent;
}

.service-details .consultation-form .form-input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 90%);
}

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

.service-details .consultation-form input[type=text]:focus,
.service-details .consultation-form input[type=email]:focus,
.service-details .consultation-form input[type=tel]:focus,
.service-details .consultation-form select:focus,
.service-details .consultation-form textarea:focus {
  border-color: var(--accent-color);
}

.service-details .consultation-form input[type=text]::placeholder,
.service-details .consultation-form input[type=email]::placeholder,
.service-details .consultation-form input[type=tel]::placeholder,
.service-details .consultation-form select::placeholder,
.service-details .consultation-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.service-details .consultation-form .btn-consultation {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-transform: none;
}

.service-details .consultation-form .btn-consultation:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
  transform: translateY(-1px);
}

.service-details .consultation-form .btn-consultation i {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .service-details .service-hero h1 {
    font-size: 2.5rem;
  }

  .service-details .service-hero .service-description {
    font-size: 1.1rem;
  }

  .service-details .service-visual img {
    height: 250px;
  }

  .service-details .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-details .timeline-section .timeline::before {
    left: 20px;
  }

  .service-details .timeline-section .timeline .timeline-item {
    padding-left: 60px;
  }

  .service-details .timeline-section .timeline .timeline-item .timeline-marker {
    width: 40px;
    height: 40px;
  }

  .service-details .timeline-section .timeline .timeline-item .timeline-marker span {
    font-size: 1rem;
  }

  .service-details .overview-card .overview-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/*--------------------------------------------------------------
# Terms Of Service Section
--------------------------------------------------------------*/
.terms-of-service .tos-header {
  margin-bottom: 60px;
}

.terms-of-service .tos-header .last-updated {
  display: inline-block;
  padding: 8px 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 30px;
  color: var(--accent-color);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.terms-of-service .tos-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.terms-of-service .tos-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.terms-of-service .tos-content .content-section {
  margin-bottom: 50px;
  scroll-margin-top: 100px;
}

.terms-of-service .tos-content .content-section:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.terms-of-service .tos-content .content-section p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.7;
  margin-bottom: 20px;
}

.terms-of-service .tos-content .content-section p:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .info-box i {
  font-size: 1.5rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .info-box p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .list-items {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.terms-of-service .tos-content .content-section .list-items li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.terms-of-service .tos-content .content-section .list-items li:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.terms-of-service .tos-content .content-section .alert-box {
  display: flex;
  gap: 20px;
  padding: 25px;
  background-color: var(--surface-color);
  border-radius: 15px;
  border-left: 4px solid var(--accent-color);
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .alert-box i {
  font-size: 2rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .alert-box .alert-content h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.terms-of-service .tos-content .content-section .alert-box .alert-content p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .prohibited-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .terms-of-service .tos-content .content-section .prohibited-list {
    grid-template-columns: 1fr;
  }
}

.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background-color: var(--surface-color);
  border-radius: 12px;
}

.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item i {
  color: #dc3545;
  font-size: 1.2rem;
}

.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item span {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.terms-of-service .tos-content .content-section .disclaimer-box {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .disclaimer-box p {
  margin-bottom: 15px;
  font-weight: 500;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--accent-color);
}

.terms-of-service .tos-content .content-section .notice-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .notice-box i {
  font-size: 1.5rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .notice-box p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-contact {
  margin-top: 60px;
}

.terms-of-service .tos-contact .contact-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 0%, color-mix(in srgb, var(--accent-color), transparent 98%) 100%);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 576px) {
  .terms-of-service .tos-contact .contact-box {
    flex-direction: column;
    text-align: center;
  }
}

.terms-of-service .tos-contact .contact-box .contact-icon {
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.terms-of-service .tos-contact .contact-box .contact-icon i {
  font-size: 1.8rem;
  color: var(--contrast-color);
}

.terms-of-service .tos-contact .contact-box .contact-content {
  flex: 1;
}

.terms-of-service .tos-contact .contact-box .contact-content h4 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.terms-of-service .tos-contact .contact-box .contact-content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 15px;
}

.terms-of-service .tos-contact .contact-box .contact-content .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.terms-of-service .tos-contact .contact-box .contact-content .contact-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media print {
  .terms-of-service .tos-contact {
    display: none;
  }

  .terms-of-service .content-section {
    page-break-inside: avoid;
  }
}

/*--------------------------------------------------------------
# Privacy Section
--------------------------------------------------------------*/
.privacy {
  font-size: 1rem;
  line-height: 1.7;
}

.privacy .privacy-header {
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-bottom: 40px;
}

.privacy .privacy-header .header-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy .privacy-header .header-content .last-updated {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 20px;
}

.privacy .privacy-header .header-content h1 {
  font-size: 2.8rem;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy .privacy-header .header-content .intro-text {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.privacy .privacy-content {
  max-width: 800px;
  margin: 0 auto 60px;
}

.privacy .privacy-content .content-section {
  margin-bottom: 50px;
}

.privacy .privacy-content .content-section:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section h2 {
  font-size: 1.8rem;
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 600;
}

.privacy .privacy-content .content-section h3 {
  font-size: 1.4rem;
  color: var(--heading-color);
  margin: 30px 0 20px;
  font-weight: 500;
}

.privacy .privacy-content .content-section p {
  margin-bottom: 20px;
}

.privacy .privacy-content .content-section p:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.privacy .privacy-content .content-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.privacy .privacy-content .content-section ul li:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: var(--accent-color);
}

.privacy .privacy-contact {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.privacy .privacy-contact h2 {
  font-size: 1.8rem;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy .privacy-contact p {
  margin-bottom: 20px;
}

.privacy .privacy-contact .contact-details {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 10px;
}

.privacy .privacy-contact .contact-details p {
  margin-bottom: 10px;
}

.privacy .privacy-contact .contact-details p:last-child {
  margin-bottom: 0;
}

.privacy .privacy-contact .contact-details p strong {
  color: var(--heading-color);
  font-weight: 600;
}

@media print {
  .privacy {
    font-size: 12pt;
    line-height: 1.5;
  }

  .privacy .privacy-header {
    text-align: left;
    border-bottom: 1pt solid #000;
    padding-bottom: 20pt;
    margin-bottom: 30pt;
  }

  .privacy h1 {
    font-size: 24pt;
  }

  .privacy h2 {
    font-size: 18pt;
    page-break-after: avoid;
  }

  .privacy h3 {
    font-size: 14pt;
    page-break-after: avoid;
  }

  .privacy p,
  .privacy ul {
    page-break-inside: avoid;
  }

  .privacy .contact-details {
    border: 1pt solid #000;
    padding: 15pt;
  }
}

@media (max-width: 767px) {
  .privacy .privacy-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .privacy .privacy-header .header-content h1 {
    font-size: 2.2rem;
  }

  .privacy .privacy-header .header-content .intro-text {
    font-size: 1.1rem;
  }

  .privacy .privacy-content .content-section {
    margin-bottom: 40px;
  }

  .privacy .privacy-content .content-section h2 {
    font-size: 1.6rem;
  }

  .privacy .privacy-content .content-section h3 {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
# Error 404 Section
--------------------------------------------------------------*/
.error-404 {
  padding: 120px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--accent-color), transparent 97%) 100%);
}

.error-404 .error-number {
  font-size: clamp(120px, 20vw, 280px);
  font-weight: 300;
  color: color-mix(in srgb, var(--heading-color), transparent 15%);
  line-height: 0.8;
  margin-bottom: 40px;
  font-family: var(--heading-font);
  letter-spacing: -0.02em;
}

.error-404 .error-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  color: var(--heading-color);
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.error-404 .error-description {
  font-size: 18px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.error-404 .error-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .error-404 .error-actions {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}

.error-404 .error-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid var(--accent-color);
}

.error-404 .error-actions .btn-primary:hover {
  background-color: transparent;
  color: var(--accent-color);
  transform: translateY(-2px);
}

.error-404 .error-actions .btn-primary i {
  font-size: 18px;
}

.error-404 .error-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background-color: transparent;
  color: var(--heading-color);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

.error-404 .error-actions .btn-secondary:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  transform: translateY(-2px);
}

.error-404 .error-actions .btn-secondary i {
  font-size: 18px;
}

.error-404 .helpful-links {
  text-align: center;
}

.error-404 .helpful-links h3 {
  font-size: 24px;
  font-weight: 300;
  color: var(--heading-color);
  margin-bottom: 40px;
}

.error-404 .helpful-links .links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .error-404 .helpful-links .links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.error-404 .helpful-links .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 20px;
  background-color: var(--surface-color);
  border-radius: 8px;
  text-decoration: none;
  color: var(--default-color);
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.error-404 .helpful-links .link-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--accent-color);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.error-404 .helpful-links .link-item i {
  font-size: 24px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.error-404 .helpful-links .link-item span {
  font-size: 16px;
  font-weight: 400;
}

.error-404 .helpful-links .link-item:hover i {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .error-404 {
    padding: 80px 0;
  }

  .error-404 .error-actions {
    margin-bottom: 60px;
  }

  .error-404 .helpful-links .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .error-404 .helpful-links .links-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Features 2 Section
--------------------------------------------------------------*/
.features-2 .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
}

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

.features-2 .feature-item .feature-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.features-2 .phone-mockup {
  position: relative;
  padding: 30px 0;
}

.features-2 .phone-mockup img {
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991.98px) {
  .features-2 .feature-item {
    text-align: center !important;
    margin-bottom: 2rem;
  }

  .features-2 .feature-item .d-flex {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  .features-2 .phone-mockup {
    margin: 3rem 0;
  }
}

#clients .swiper-slide {
  width: 180px;
  /* ปรับความกว้างช่องโลโก้ */
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#clients .swiper-slide img {
  max-height: 48px;
  /* ปรับความสูงโลโก้ */
  width: auto;
  display: block;
}
/* เพิ่มระยะห่างรอบๆ ตัวรูปภาพ */
.brand-logo {
  padding: 40px;
  /* ปรับตัวเลขนี้เพื่อเพิ่มช่องว่างภายใน */
  max-height: 80px;
  /* ช่วยคุมให้โลโก้ขนาดดูเท่าๆ กัน */
  object-fit: contain;
  /* filter: grayscale(100%); */
  /* (ออปชั่นเสริม) ทำโลโก้เป็นสีเทาแบบในรูป image_84d3ba.png */
  transition: 0.3s;
  /* opacity: 0.7; */
}

.brand-logo:hover {
  filter: grayscale(0%);
  /* เมื่อเมาส์ชี้ให้กลับเป็นสีปกติ */
  opacity: 1;
}

/*--------------------- Product List --------------------------*/
.shop-banner-area {
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent-color) 22%, #ffffff), color-mix(in srgb, var(--accent-color) 12%, #ffffff));
  margin-top: 4%;
  padding: 55px 0;
  position: relative;
  overflow: hidden;
}

.shop-banner-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.shop-breadcrumb {
  font-size: 14px;
  color: var(--heading-color);
}

.shop-breadcrumb a {
  color: var(--heading-color);
  text-decoration: none;
}

.shop-breadcrumb span {
  margin: 0 4px;
}

.shop-sidebar .shop-widget {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.shop-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 18px;
}

.shop-search-box {
  display: flex;
  position: relative;
  gap: 8px;
}

.shop-search-box input {
  width: 100%;
  height: 46px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  background: var(--surface-color);
  color: var(--default-color);
}

.shop-search-box input::placeholder {
  color: #98a2b3;
}

.shop-search-box button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
}

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

.shop-checkbox-list li {
  margin-bottom: 12px;
}

.shop-checkbox-list .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-height: auto;
}

.shop-checkbox-list .form-check-input {
  margin-top: 0;
  box-shadow: none;
  border-color: #cfd8e3;
}

.shop-checkbox-list .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.shop-checkbox-list .form-check-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--default-color);
  cursor: pointer;
}

.shop-checkbox-list .form-check-label span {
  color: #8c97a6;
  font-size: 13px;
}

.btn-load {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.shop-topbar {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.shop-topbar-left span {
  font-size: 14px;
  color: var(--default-color);
}

.shop-topbar-right select {
  min-width: 180px;
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 14px;
  outline: none;
  box-shadow: none;
  background: var(--surface-color);
  color: var(--default-color);
}

.product-card-custom {
  background: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  position: relative;
}

.product-card-custom:hover {
  transform: translateY(-4px);
}

.product-thumb {
  position: relative;
  padding: 22px;
  background: var(--surface-color);
  text-align: center;
}

.product-thumb img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.brand-logo-box {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 52px;
  height: 52px;
  background: var(--surface-color);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 6px;
}

.brand-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  z-index: 2;
}

.product-card-body {
  padding: 0 20px 20px;
}

.product-mini-text {
  font-size: 13px;
  color: #7a8795;
  margin-bottom: 6px;
  min-height: 20px;
}

.product-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 8px;
  min-height: 46px;
}

.product-card-title a {
  color: var(--heading-color);
  text-decoration: none;
}

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

.product-category-text {
  font-size: 13px;
  color: #98a2b3;
  margin-bottom: 16px;
}

.product-card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.product-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 10px;
  background: #f3f7fb;
  color: var(--heading-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.product-view-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.product-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.pagination-area {
  text-align: center;
}

.pagination {
  justify-content: center;
}

@media (max-width: 991px) {
  .shop-banner-content h2 {
    font-size: 26px;
  }

  .product-thumb img {
    height: 180px;
  }
}

/*--------------- show more / less -----------------------*/ 

.shop-checkbox-list li {
  overflow: hidden;
  max-height: 60px;
  opacity: 1;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease, padding 0.25s ease;
}

.shop-checkbox-list li.is-hidden {
  max-height: 0 !important;
  opacity: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  pointer-events: none;
}

.btn-load {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.btn-load:hover {
  color: var(--nav-hover-color);
}

/*---------------------- product detail ----------------------------------*/
.product-detail-page {
  background: var(--background-color);
}

.product-gallery-card,
.product-info-box,
.product-tab-box {
  background: var(--surface-color);
}

.product-gallery-card {
  border-radius: 16px;
}

.product-main-image-wrap {
  position: relative;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  background: var(--surface-color);
  padding: 24px;
  text-align: center;
  margin-bottom: 16px;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main-image {
  width: 100%;
  max-width: 430px;
  height: 460px;
  object-fit: contain;
}

.product-zoom-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid #dfe7f1;
  border-radius: 50%;
  background: #fff;
  color: #93a0b4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  font-size: 18px;
}

.product-zoom-btn:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 24px rgba(92, 153, 238, 0.22);
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.product-thumb-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.product-thumb-item {
  width: 110px;
  height: 110px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}

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

.product-thumb-item.active,
.product-thumb-item:hover {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 2px rgba(92, 153, 238, 0.12);
}

.product-detail-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.product-review-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-stars {
  color: var(--accent-color);
  font-size: 18px;
}

.product-review-line span {
  color: var(--default-color);
  font-size: 16px;
}

.product-price-line {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product-price-line .old-price {
  font-size: 24px;
  color: #8c97a6;
  text-decoration: line-through;
}

.product-price-line .new-price {
  font-size: 34px;
  font-weight: 700;
  color: var(--accent-color);
}

.discount-badge {
  font-size: 18px;
  font-weight: 700;
  color: #ff5b5b;
}

.product-short-desc {
  color: var(--default-color);
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8eef5;
}

.product-short-desc p {
  margin-bottom: 0;
}

.product-option-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8eef5;
}

.option-group label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 12px;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f7fb;
  color: var(--accent-color);
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qty-box input {
  width: 34px;
  border: none;
  background: transparent;
  text-align: center;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 18px;
}

.product-select {
  width: 100%;
  height: 46px;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  padding: 0 14px;
  color: var(--default-color);
  background: #fff;
  outline: none;
}

.color-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.color-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.color-dot.active {
  border-color: #dfe8fb;
  transform: scale(1.05);
}

.color-1 {
  background: #5967e0;
}

.color-2 {
  background: #52b34d;
}

.color-3 {
  background: #28a6c3;
}

.color-4 {
  background: #f5b300;
}

.color-5 {
  background: #f44336;
}

.product-meta-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.product-meta-grid-compact .product-meta-item {
  font-size: 17px;
  line-height: 1.7;
}

.meta-label {
  font-weight: 700;
  color: var(--heading-color);
  margin-right: 8px;
}

.meta-value {
  color: var(--default-color);
}

.stock-available {
  color: #7c8ba1;
}

.product-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #e8eef5;
}

.product-add-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent-color);
  color: var(--contrast-color);
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
}

.product-add-cart-btn:hover {
  color: var(--contrast-color);
  opacity: .95;
}

.product-circle-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--accent-color);
  background: #fff;
}

.product-share-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.product-share-box span {
  color: var(--default-color);
  font-weight: 600;
  margin-right: 4px;
}

.product-share-box a {
  width: 42px;
  height: 42px;
  border: 1px solid #dfe7f1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--default-color);
  background: #fff;
}

.product-share-box a:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.product-custom-tabs {
  border-bottom: 1px solid #dfe7f1;
  margin-bottom: 24px;
  gap: 16px;
}

.product-custom-tabs .nav-link {
  border: none;
  background: transparent;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}

.product-custom-tabs .nav-link.active {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.product-tab-content {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.9;
}

.attach-file-card {
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 18px;
  background: var(--surface-color);
  height: 100%;
}

.attach-file-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
}

.attach-file-link i {
  font-size: 26px;
  color: #e53935;
}

.related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
  flex-wrap: wrap;
}

.related-head h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--heading-color);
}

.related-head a {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.25s ease;
  padding: 20px;
}

.product-lightbox.show {
  opacity: 1;
  visibility: visible;
}

.product-lightbox img {
  max-width: min(90vw, 900px);
  max-height: 85vh;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 30px;
  line-height: 1;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .product-option-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .product-detail-title {
    font-size: 30px;
  }

  .product-main-image-wrap {
    min-height: 380px;
  }

  .product-main-image {
    height: 300px;
  }

  .product-thumb-item {
    width: 82px;
    height: 82px;
  }

  .gallery-arrow {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .product-share-box {
    margin-left: 0;
  }

  .related-head h3 {
    font-size: 28px;
  }
}

#product-list-area {
  transition: opacity 0.25s ease;
}

.shop-checkbox-list li {
  overflow: hidden;
  opacity: 1;
  max-height: 80px;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease, padding 0.25s ease;
}

.shop-checkbox-list li.is-hidden {
  max-height: 0 !important;
  opacity: 0;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  pointer-events: none;
}

.clear-filter-btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 16px;
  font-weight: 600;
}

.clear-filter-btn:hover {
  opacity: .95;
}

.no-product-box {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  color: var(--default-color);
}

/* =========================
   Related Items Slider
========================= */
.related-product-section {
  position: relative;
}

.related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
  flex-wrap: wrap;
}

.related-head h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--heading-color);
}

.related-head a {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 600;
}

.related-head a:hover {
  color: var(--accent-color);
}

.relatedProductSlider {
  position: relative;
  overflow: hidden;
  padding: 0 6px;
}

.relatedProductSlider .swiper-wrapper {
  align-items: stretch;
}

.relatedProductSlider .swiper-slide {
  height: auto;
}

.relatedProductSlider .product-card-custom {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.relatedProductSlider .product-thumb {
  min-height: 260px;
}

.relatedProductSlider .product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.relatedProductSlider .product-card-action {
  margin-top: auto;
}

/* ปุ่มลูกศร */
.related-slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(92, 153, 238, 0.20);
  transition: 0.3s;
}

.related-slider-btn:hover {
  opacity: 0.9;
}

.related-slider-prev {
  left: 12px;
}

.related-slider-next {
  right: 12px;
}

/* ซ่อน dots */
.related-slider-pagination,
.relatedProductSlider .swiper-pagination {
  display: none !important;
}

/* ถ้ามีปุ่ม disabled */
.related-slider-btn.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 1199px) {
  .related-head h3 {
    font-size: 30px;
  }

  .relatedProductSlider .product-thumb {
    min-height: 230px;
  }
}

@media (max-width: 991px) {
  .related-head h3 {
    font-size: 28px;
  }

  .related-slider-btn {
    width: 40px;
    height: 40px;
    top: 38%;
    font-size: 18px;
  }

  .related-slider-prev {
    left: 8px;
  }

  .related-slider-next {
    right: 8px;
  }

  .relatedProductSlider .product-thumb {
    min-height: 210px;
  }
}

@media (max-width: 575px) {
  .related-slider-btn {
    display: none;
  }

  .relatedProductSlider {
    padding: 0;
  }

  .related-head {
    margin-bottom: 18px;
  }

  .related-head h3 {
    font-size: 24px;
  }

  .relatedProductSlider .product-thumb {
    min-height: 180px;
  }
}



/*===================== ivy mobility ========================*/

.portfolio-section {
  padding: 40px 20px;
}

.container-custom {
  max-width: 1280px;
  margin: 0 auto;
}

.portfolioSwiper {
  position: relative;
  padding: 10px 8px 60px;
}

.swiper-slide {
  height: auto;
}

.portfolio-card {
  height: 100%;
  background: #f7f8fa;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
}

.portfolio-image-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #ddd;
}

.portfolio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-top-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.category-badge,
.featured-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.category-badge {
  background: #ffffff;
  color: #1d9bf0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.featured-badge {
  background: #37a8f5;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(55, 168, 245, 0.35);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  transition: 0.3s ease;
}

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

.icon-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #1d9bf0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: 0.25s ease;
}

.icon-btn:hover {
  transform: scale(1.08);
  background: #ffffff;
}

.portfolio-content {
  padding: 24px;
}

.portfolio-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #273144;
}

.portfolio-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #8b95a7;
}

.portfolio-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e5eaf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #dff2ff;
  color: #1d9bf0;
  font-size: 12px;
  font-weight: 700;
}

.portfolio-year {
  font-size: 14px;
  font-weight: 700;
  color: #9aa4b2;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #1d9bf0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 800;
}

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9d6e2;
}

.swiper-pagination-bullet-active {
  background: #1d9bf0;
}

/*======================= SFA ==============================*/
.sfa-section {
  padding: 40px 20px 60px;
  background: var(--background-color);
  font-family: var(--default-font);
}

.sfa-header {
  text-align: center;
  margin-bottom: 24px;
}

.sfa-header h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--heading-color);
}

.sfa-header h2 {
  margin: 10px 0 0;
  font-family: var(--heading-font);
  color: var(--accent-color);
}

.sfa-layout {
  position: relative;
  max-width: 1400px;
  min-height: 720px;
  margin: 0 auto;
}

.persona-wheel {
  position: relative;
  width: 580px;
  height: 580px;
  margin: 90px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(52, 71, 97, 0.18);
  background: conic-gradient(from -90deg,
      #f08a39 0deg 90deg,
      #f1c232 90deg 180deg,
      #7fbe4f 180deg 270deg,
      #b45a16 270deg 360deg);
}

/* เส้นแบ่ง */
.persona-wheel::before,
.persona-wheel::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.12);
}

.persona-wheel::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.persona-wheel::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.center-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(93, 62, 19, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.center-circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: var(--surface-color);
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(52, 71, 97, 0.06);
}

.center-circle span {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

.label {
  position: absolute;
  z-index: 2;
  color: var(--contrast-color);
  font-family: var(--default-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.label.pre {
  top: 150px;
  left: 102px;
}

.label.van {
  top: 150px;
  right: 90px;
}

.label.delivery {
  bottom: 94px;
  left: 86px;
}

.label.merch {
  bottom: 112px;
  right: 62px;
}

.sfa-text {
  position: absolute;
  width: 285px;
  font-family: var(--default-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--heading-color);
}

.sfa-text.left {
  left: 65px;
  text-align: left;
}

.sfa-text.right {
  right: 50px;
  text-align: left;
}

.sfa-text.top {
  top: 165px;
}

.sfa-text.bottom {
  top: 490px;
}

/* responsive */
@media (max-width: 1200px) {
  .sfa-header h1 {
    font-size: 42px;
  }

  .sfa-header h2 {
    font-size: 34px;
  }

  .persona-wheel {
    width: 500px;
    height: 500px;
  }

  .label {
    font-size: 19px;
  }

  .label.pre {
    top: 130px;
    left: 80px;
  }

  .label.van {
    top: 130px;
    right: 72px;
  }

  .label.delivery {
    bottom: 80px;
    left: 68px;
  }

  .label.merch {
    bottom: 96px;
    right: 48px;
  }

  .sfa-text {
    width: 220px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .sfa-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-height: auto;
  }

  .sfa-text {
    position: static;
    width: 100%;
    max-width: 560px;
    text-align: center !important;
    color: var(--default-color);
  }

  .persona-wheel {
    margin: 20px auto;
  }
}

@media (max-width: 640px) {
  .sfa-section {
    padding: 30px 16px 40px;
  }

  .sfa-header h1 {
    font-size: 28px;
  }

  .sfa-header h2 {
    font-size: 24px;
  }

  .persona-wheel {
    width: 340px;
    height: 340px;
  }

  .center-ring {
    width: 120px;
    height: 120px;
  }

  .center-circle {
    width: 82px;
    height: 82px;
  }

  .center-circle span {
    font-size: 15px;
  }

  .label {
    font-size: 15px;
  }

  .label.pre {
    top: 84px;
    left: 42px;
  }

  .label.van {
    top: 84px;
    right: 30px;
  }

  .label.delivery {
    bottom: 48px;
    left: 34px;
  }

  .label.merch {
    bottom: 63px;
    right: 18px;
  }

  .sfa-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.custom-modal-body{
  padding-top : -50px;
}

.custom-modal-body .contact{
  padding: 0px;
}

.custom-modal-body .contact .align-items-stretch{
  padding: 0px;
}

.custom-modal-body .contact .align-items-stretch .contact-form-container{
  padding: 0px;
}
.custom-modal-body .contact .contact-sidebar{
  padding: 5px;
}
.custom-modal-body .contact .contact-sidebar .connect-section{
  padding: 10px;
}

/* สถานะปกติ: ให้ซ่อนเนื้อหา */
.faq-item .faq-content {
  display: none;
  /* หรือใช้ height: 0; overflow: hidden; ถ้าต้องการทำ transition */
  padding-top: 10px;
}

/* สถานะ Active: ให้แสดงเนื้อหา */
.faq-item.faq-active .faq-content {
  display: block;
}

/* ถ้าใช้ transition เพื่อความสวยงาม (แนะนำ) */
.faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.faq-item.faq-active .faq-content {
  max-height: 1000px;
  /* กำหนดค่าให้ครอบคลุมเนื้อหา */
}

.np-container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
}

.np-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 คอลัมน์ */
  /* ไม่ใช้ gap รวม เพราะเราจะคุมระยะแถวกลางเอง */
  column-gap: 40px;
}

/* จัดการแถวกลางที่มี Logo */
.np-middle-row {
  grid-column: 1 / span 2;
  /* ยืดเต็ม 2 คอลัมน์ */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  /* นี่คือ Gap ที่คุณต้องการ */
  position: relative;
}

.np-logo-box img {
  height: 35px;
  display: block;
}

/* เส้นขอบครีม/น้ำตาล และความมนตามรูปต้นฉบับ */
.np-card {
  border: 1.2px solid #e0dfdf;
  border-radius: 50px;
  /* มนมากพิเศษตามรูป */
  padding: 45px;
  background-color: #fff;
  min-height: 280px;
}

/* สี Icon และ Typography โทนฟ้าตามรูปที่ 3 */
.np-icon {
  font-size: 2.5rem;
  color: #4a90e2;
  display: block;
  margin-bottom: 20px;
}

.np-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.np-text {
  color: #535d6b;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .np-grid {
    grid-template-columns: 1fr;
  }

  .np-middle-row {
    grid-column: 1;
    height: 80px;
  }

  .np-card {
    border-radius: 40px;
    margin-bottom: 20px;
  }
}

/*================ swiper ================*/
/* Container หลักของ Slide */
.testimonial-item-modern {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.testimonial-item-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* หัวข้อ */
.testimonial-content .slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.testimonial-content .rating {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.testimonial-content .slide-description {
  color: #7f8c8d;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ส่วนแสดงผลรูปภาพตรงกลาง (เลียนแบบรูปที่ 2) */
.slide-visual {
  margin-top: 25px;
  background: #f9fbff;
  /* พื้นหลังสีฟ้าอ่อนๆ ให้รูปดูเด่น */
  border-radius: 15px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 250px;
  /* กำหนดความสูงคงที่เพื่อให้ทุกใบเท่ากัน */
}

.slide-visual img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  /* ใส่เงาให้รูปภาพดูเหมือนเป็นหน้าต่างโปรแกรม */
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}





.myProductSwiper {
  width: 100%;
  padding-bottom: 50px;
  /* พื้นที่สำหรับจุด pagination */
}

.swiper-slide {
  /* ปรับเหลือ 22% เพื่อให้แสดงได้ประมาณ 4 รูปในหน้าจอเดียว */
  width: 22%;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
  /* ขยายรูปที่เลือกให้เด่นขึ้น */
}

.card-product img {
  width: 100%;
  max-height: 350px;
  /* ลดความสูงลงเล็กน้อยเพื่อให้สมดุลกับจำนวนรูปที่มากขึ้น */
  object-fit: cover;
  border-radius: 12px;
}

/* ตกแต่งปุ่มกดให้เล็กลงและดูทันสมัย */
.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

/*===================== Services New ====================================*/
.services-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background: linear-gradient(115deg,
      #f4f8fe 0%,
      #f4f8fe 46%,
      var(--background-color) 46.2%,
      var(--background-color) 100%);
}

.services-hero__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 40px;
}

.services-hero__content h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--heading-color);
}

.services-hero__content h1 span {
  color: var(--accent-color);
  border-bottom: 3px solid color-mix(in srgb, var(--accent-color), transparent 72%);
}

.services-hero__content p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--default-color);
}

.services-hero__buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 34px;
}

.services-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.services-hero__btn--primary {
  color: var(--contrast-color);
  background: var(--accent-color);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.services-hero__btn--primary:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), #0b1e38 16%);
  transform: translateY(-2px);
}

.services-hero__btn--outline {
  color: var(--accent-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 55%);
}

.services-hero__btn--outline:hover {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.services-hero__badges {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 18px;
  align-items: center;
}

.services-hero__badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.services-hero__badge i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  font-size: 17px;
}

.services-hero__badge span {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  color: var(--default-color);
}

.services-hero__badge b {
  display: block;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
}

.services-hero__image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.services-hero__image img {
  width: min(100%, 760px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(52, 71, 97, 0.16));
}

/* Tablet */
@media (max-width: 991px) {
  .services-hero {
    padding: 80px 0 60px;
    background: linear-gradient(180deg,
        var(--background-color) 0%,
        #f4f8fe 100%);
  }

  .services-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .services-hero__buttons,
  .services-hero__badges {
    justify-content: center;
  }

  .services-hero__image {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .services-hero__inner {
    width: min(100% - 32px, 1280px);
  }

  .services-hero__content h1 {
    font-size: 38px;
  }

  .services-hero__content p br {
    display: none;
  }

  .services-hero__buttons {
    flex-direction: column;
  }

  .services-hero__btn {
    width: 100%;
  }

  .services-hero__badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    text-align: left;
  }

  .services-hero__image img {
    width: 115%;
  }
}

.services-overview {
  padding: 70px 0 80px;
  background: var(--background-color);
}

.services-overview__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.services-overview__header {
  text-align: center;
  margin-bottom: 34px;
}

.services-overview__header h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--heading-color);
  font-weight: 800;
}

.services-overview__header p {
  margin: 0;
  color: var(--default-color);
  font-size: 15px;
}

.services-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.services-overview__card {
  display: flex;
  gap: 20px;
  min-height: 170px;
  padding: 28px 26px;
  border-radius: 14px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 16px 40px rgba(52, 71, 97, 0.08);
  transition: all 0.25s ease;
}

.services-overview__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(52, 71, 97, 0.14);
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
}

.services-overview__icon {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  font-size: 30px;
}

.services-overview__card h3 {
  margin: 4px 0 10px;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.services-overview__card p {
  margin: 0 0 18px;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.6;
}

.services-overview__card a {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.services-overview__card a span {
  margin-left: 4px;
  transition: margin 0.25s ease;
}

.services-overview__card a:hover span {
  margin-left: 8px;
}

/* Tablet */
@media (max-width: 991px) {
  .services-overview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .services-overview {
    padding: 56px 0 64px;
  }

  .services-overview__inner {
    width: min(100% - 32px, 1280px);
  }

  .services-overview__grid {
    grid-template-columns: 1fr;
  }

  .services-overview__card {
    padding: 24px;
  }
}

.managed-service-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(90deg,
      #f4f8fe 0%,
      #f4f8fe 50%,
      var(--background-color) 50%,
      var(--background-color) 100%);
}

.managed-service__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  gap: 56px;
}

.managed-service__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.managed-service__image img {
  width: min(100%, 660px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px rgba(52, 71, 97, 0.16));
}

.managed-service__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.managed-service__content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.managed-service__content p {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.managed-service__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px 28px;
  margin-bottom: 34px;
}

.managed-service__features div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 700;
}

.managed-service__features i {
  color: var(--accent-color);
  font-size: 17px;
}

.managed-service__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 48px;
  padding: 0 28px;
  border-radius: 10px;
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 72%);
  transition: all 0.25s ease;
}

.managed-service__btn:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), #0b1e38 16%);
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .managed-service-section {
    padding: 72px 0;
    background: linear-gradient(180deg,
        #f4f8fe 0%,
        var(--background-color) 100%);
  }

  .managed-service__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .managed-service__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .managed-service__features {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .managed-service-section {
    padding: 56px 0;
  }

  .managed-service__inner {
    width: min(100% - 32px, 1280px);
  }

  .managed-service__content h2 {
    font-size: 32px;
  }

  .managed-service__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .managed-service__btn {
    width: 100%;
  }

  .managed-service__image img {
    width: 112%;
  }
}

.sla-section {
  padding: 90px 0;
  background: var(--background-color);
}

.sla-section__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 58px;
  align-items: center;
}

/* LEFT FEATURES */
.sla-section__features {
  display: grid;
  gap: 34px;
}

.sla-section__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sla-section__feature i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  font-size: 20px;
}

.sla-section__feature h4 {
  margin: 0;
  color: var(--heading-color);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.sla-section__feature p {
  margin: 3px 0 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.4;
}

/* HEADER */
.sla-section__header {
  text-align: center;
  margin-bottom: 42px;
}

.sla-section__header h2 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sla-section__header h2 span {
  color: var(--accent-color);
}

.sla-section__header p {
  margin: 0;
  color: var(--default-color);
  font-size: 15px;
}

/* PLANS */
.sla-section__plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

/* CARD */
.sla-plan {
  position: relative;
  overflow: visible;
  padding: 32px 28px 26px;
  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 16px 40px rgba(52, 71, 97, 0.07);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.sla-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--accent-color), transparent 95%),
      transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.sla-plan>* {
  position: relative;
  z-index: 2;
}

.sla-plan:hover {
  transform: translateY(-10px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 40%);
  box-shadow:
    0 26px 60px rgba(52, 71, 97, 0.14),
    0 0 0 2px color-mix(in srgb, var(--accent-color), transparent 84%);
}

.sla-plan:hover::before {
  opacity: 1;
}

/* POPULAR CARD */
.sla-plan--popular {
  border: 2px solid var(--accent-color);
  box-shadow: 0 22px 55px color-mix(in srgb, var(--accent-color), transparent 82%);
}

.sla-plan__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  height: 32px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--contrast-color);
  background: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  z-index: 4;
}

/* TITLE */
.sla-plan h3 {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 800;
}

/* META */
.sla-plan__meta {
  margin-bottom: 18px;
}

.sla-plan__meta small {
  display: block;
  margin-bottom: 5px;
  color: var(--default-color);
  font-size: 12px;
}

.sla-plan__meta strong {
  display: block;
  color: var(--heading-color);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}

/* FEATURES */
.sla-plan ul {
  list-style: none;
  margin: 24px 0 28px;
  padding: 0;
  text-align: left;
}

.sla-plan li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
}

.sla-plan li i {
  color: var(--accent-color);
  font-size: 16px;
}

/* BUTTON */
.sla-plan__btn {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 82%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
  background: var(--surface-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.28s ease;
}

.sla-plan--popular .sla-plan__btn,
.sla-plan:hover .sla-plan__btn {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 74%);
}

/* TABLET */
@media (max-width: 991px) {
  .sla-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sla-section__features {
    grid-template-columns: repeat(3, 1fr);
  }

  .sla-section__feature {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .sla-section {
    padding: 60px 0;
  }

  .sla-section__inner {
    width: min(100% - 32px, 1280px);
  }

  .sla-section__features,
  .sla-section__plans {
    grid-template-columns: 1fr;
  }

  .sla-section__features {
    gap: 20px;
  }

  .sla-section__feature {
    justify-content: flex-start;
  }

  .sla-plan--popular {
    margin-top: 16px;
  }
}

.technical-support-section {
  padding: 90px 0;
  background: linear-gradient(180deg,
      var(--background-color) 0%,
      #f4f8fe 100%);
}

.technical-support__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 42px;
}

.technical-support__top {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 56px;
  align-items: start;
}

.technical-support__content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.technical-support__content p {
  max-width: 460px;
  margin: 0;
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.7;
}

.technical-support__content h4,
.technical-support__process h4,
.technical-support__channels-wrap h4,
.technical-support__availability-wrap h4 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
}

.technical-support__process {
  padding: 0;
}

.technical-support__steps {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: center;
  gap: 16px;
}

.technical-support__step {
  text-align: center;
}

.technical-support__step i {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 45%);
  background: var(--surface-color);
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.technical-support__step strong,
.technical-support__step span {
  display: block;
}

.technical-support__step strong {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 800;
}

.technical-support__step span {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.35;
}

.technical-support__arrow {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.technical-support__bottom {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: stretch;
}

.technical-support__channels-wrap,
.technical-support__availability-wrap {
  padding: 28px;
  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.07);
}

.technical-support__channels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.technical-support__channel {
  min-height: 126px;
  padding: 20px 14px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  text-align: center;
  transition: all 0.25s ease;
}

.technical-support__channel:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 18px 36px rgba(52, 71, 97, 0.11);
}

.technical-support__channel i {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  font-size: 22px;
}

.technical-support__channel strong,
.technical-support__channel span {
  display: block;
}

.technical-support__channel strong {
  margin-bottom: 4px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 800;
}

.technical-support__channel span {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word;
}

.technical-support__availability {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.technical-support__availability div {
  min-height: 126px;
  padding: 28px 14px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 78%);
  text-align: center;
}

.technical-support__availability strong,
.technical-support__availability span {
  display: block;
}

.technical-support__availability strong {
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
}

.technical-support__availability span {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {

  .technical-support__top,
  .technical-support__bottom {
    grid-template-columns: 1fr;
  }

  .technical-support__content {
    text-align: center;
  }

  .technical-support__content p {
    margin: 0 auto;
  }

  .technical-support__process h4,
  .technical-support__channels-wrap h4,
  .technical-support__availability-wrap h4 {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .technical-support-section {
    padding: 60px 0;
  }

  .technical-support__inner {
    width: min(100% - 32px, 1280px);
  }

  .technical-support__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .technical-support__arrow {
    transform: rotate(90deg);
  }

  .technical-support__channels,
  .technical-support__availability {
    grid-template-columns: 1fr;
  }

  .technical-support__channels-wrap,
  .technical-support__availability-wrap {
    padding: 22px;
  }
}

.repair-service-section {
  padding: 80px 0;
  background: var(--background-color);
}

.repair-service__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 48px;
  align-items: center;
}

.repair-service__content {
  padding-right: 24px;
}

.repair-service__content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.repair-service__content p {
  max-width: 430px;
  margin: 0 0 28px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.7;
}

.repair-service__badges {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 24px;
}

.repair-service__badges div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
}

.repair-service__badges i {
  color: var(--accent-color);
  font-size: 18px;
}

.repair-service__details {
  padding: 34px 36px;
  border-radius: 20px;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--accent-color), transparent 96%),
      var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.07);
}

.repair-service__details h4 {
  margin: 0 0 22px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
}

.repair-service__process {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  align-items: start;
  gap: 10px;
}

.repair-service__step {
  text-align: center;
}

.repair-service__step i {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 45%);
  background: var(--surface-color);
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.repair-service__step span {
  display: block;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.repair-service__arrow {
  padding-top: 18px;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.repair-service__devices-title {
  margin-top: 34px !important;
}

.repair-service__devices {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.repair-service__devices div {
  text-align: center;
}

.repair-service__devices i {
  display: block;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 30px;
}

.repair-service__devices span {
  display: block;
  color: var(--default-color);
  font-size: 16px;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
  .repair-service__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .repair-service__content {
    padding-right: 0;
  }

  .repair-service__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .repair-service__badges {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .repair-service-section {
    padding: 60px 0;
  }

  .repair-service__inner {
    width: min(100% - 32px, 1280px);
  }

  .repair-service__content h2 {
    font-size: 34px;
  }

  .repair-service__badges {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .repair-service__badges div {
    justify-content: center;
  }

  .repair-service__details {
    padding: 26px 20px;
  }

  .repair-service__process {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .repair-service__arrow {
    padding-top: 0;
    transform: rotate(90deg);
  }

  .repair-service__devices {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

/* ===============================
   Hero Carousel Section
================================ */
.hero-carousel-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg,
      var(--background-color) 0%,
      var(--background-color) 46%,
      color-mix(in srgb, var(--accent-color), #ffffff 88%) 46%,
      color-mix(in srgb, var(--accent-color), #ffffff 94%) 100%);
}

/* Background image overlay */
.hero-carousel-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background: url("assets/images/warehouse-bg.jpg") center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

/* Important stacking fix */
.hero-carousel-section .carousel {
  position: relative;
  z-index: 2;
}

.hero-carousel-section .carousel-inner {
  position: relative;
  z-index: 1;
}

.hero-carousel-section .carousel-item {
  position: relative;
  z-index: 1;
  min-height: 720px;
  padding: 90px 0 85px;
}

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

/* ===============================
   Hero Content
================================ */
.hero-content {
  max-width: 640px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-color), #ffffff 88%);
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero-title {
  margin-bottom: 20px;
  color: var(--heading-color);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-title span {
  color: var(--accent-color);
}

.hero-desc {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--default-color);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.hero-btn,
.hero-btn-outline {
  min-width: 175px;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}

.hero-btn {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.hero-btn:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), #000000 12%);
  border-color: color-mix(in srgb, var(--accent-color), #000000 12%);
}

.hero-btn-outline {
  color: var(--accent-color);
  border-color: var(--accent-color);
  background: var(--surface-color);
}

.hero-btn-outline:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.hero-btn i,
.hero-btn-outline i {
  margin-left: 10px;
}

/* ===============================
   Trust Items
================================ */
.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 22px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding-right: 18px;
  border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 82%);
}

.trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-brand {
  display: block;
}

.trust-brand strong {
  display: block;
  margin-bottom: 4px;
  color: var(--heading-color);
  font-size: 17px;
  letter-spacing: 0.16em;
}

.trust-item small {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--accent-color);
  font-size: 24px;
}

/* ===============================
   Hero Image
================================ */
.hero-image-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-product-stage {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 0 10px;
}

.hero-product-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 82%;
  height: 95px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg,
      var(--surface-color),
      color-mix(in srgb, var(--accent-color), #ffffff 82%));
  box-shadow: 0 18px 35px color-mix(in srgb, var(--heading-color), transparent 88%);
  z-index: 0;
  pointer-events: none;
}

.hero-product-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 70%;
  height: 50px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: color-mix(in srgb, var(--heading-color), transparent 84%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.hero-product-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ===============================
   Carousel Controls - Fixed Click
================================ */
.hero-control {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.hero-control-prev {
  left: 32px;
}

.hero-control-next {
  right: 32px;
}

.hero-control span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--surface-color);
  color: var(--accent-color);
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(52, 71, 97, 0.12);
  transition: 0.25s ease;
  pointer-events: none;
}

.hero-control:hover span {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/* Disable Bootstrap default icons if present */
.hero-control .carousel-control-prev-icon,
.hero-control .carousel-control-next-icon {
  display: none;
}

/* ===============================
   Indicators
================================ */
.hero-indicators {
  position: absolute;
  right: auto;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 50;
  pointer-events: auto;
}

.hero-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-color), #ffffff 60%);
  opacity: 1;
  transition: 0.25s ease;
  pointer-events: auto;
}

.hero-indicators .active {
  width: 26px;
  background: var(--accent-color);
}

/* ===============================
   Animation
================================ */
.carousel-item .hero-content,
.carousel-item .hero-image-wrap {
  transform: translateY(14px);
  opacity: 0;
  transition: 0.65s ease;
}

.carousel-item.active .hero-content,
.carousel-item.active .hero-image-wrap {
  transform: translateY(0);
  opacity: 1;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1399.98px) {
  .hero-control-prev {
    left: 14px;
  }

  .hero-control-next {
    right: 14px;
  }
}

@media (max-width: 1199.98px) {
  .hero-carousel-section .carousel-item {
    min-height: 650px;
  }

  .hero-title {
    font-size: clamp(40px, 5vw, 58px);
  }

  .hero-image-wrap {
    min-height: 460px;
  }

  .hero-trust {
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .hero-carousel-section {
    background:
      linear-gradient(180deg,
        var(--background-color) 0%,
        color-mix(in srgb, var(--accent-color), #ffffff 94%) 100%);
  }

  .hero-carousel-section::after {
    display: none;
  }

  .hero-carousel-section .carousel-item {
    min-height: auto;
    padding: 70px 0 64px;
  }

  .hero-carousel-section .row {
    --bs-gutter-y: 2rem;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-desc {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
    margin-bottom: 34px;
  }

  .hero-image-wrap {
    min-height: auto;
    padding-top: 0;
  }

  .hero-product-stage {
    max-width: 520px;
  }

  .hero-control {
    display: none;
  }
}

/* ==================================================
   Hero Trust Compact on Mobile
   Put this at the END of your CSS file
================================================== */

@media (max-width: 767.98px) {
  .hero-trust {
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    align-items: center;
    gap: 0;
    max-width: 100%;
    width: auto;
    margin: 0 auto 18px;
    padding: 0;
    overflow: visible;
  }

  .trust-item,
  .trust-brand {
    min-height: 58px;
    width: auto;
    padding: 0 14px;
    border: 0;
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .trust-item:last-child,
  .trust-brand:last-child {
    border-right: 0;
  }

  .trust-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
  }

  .trust-brand strong {
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 92px;
  }

  .trust-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    font-size: 19px;
  }

  .trust-item small {
    font-size: 10px;
    line-height: 1.25;
  }
}

@media (max-width: 430px) {
  .hero-trust {
    transform: scale(0.9);
    transform-origin: center top;
    margin-bottom: 8px;
  }
}

@media (max-width: 390px) {
  .hero-trust {
    transform: scale(0.84);
    margin-bottom: 0;
  }

  .trust-item,
  .trust-brand {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
    transform: none;
    max-width: 280px;
    gap: 12px;
  }

  .trust-item,
  .trust-brand {
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
  }
}
/* ===============================
   About Section
================================ */
.about-section {
  position: relative;
  padding: 70px 0;
  background: var(--background-color);
  overflow: hidden;
}

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

.about-image-wrap {
  position: relative;
  overflow: hidden;
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.about-content {
  max-width: 860px;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-title {
  margin-bottom: 22px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.about-desc {
  max-width: 690px;
  margin-bottom: 38px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-card {
  min-height: 172px;
  padding: 28px 26px 24px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 14px 30px rgba(52, 71, 97, 0.06);
  transition: 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
  box-shadow: 0 18px 36px rgba(52, 71, 97, 0.1);
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: var(--accent-color);
  font-size: 34px;
}

.stat-card h3 {
  margin: 0 0 6px;
  color: var(--accent-color);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat-card p {
  margin: 0;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1199.98px) {
  .about-image {
    height: 390px;
  }

  .stat-card {
    padding: 24px 20px 22px;
  }

  .stat-card h3 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 60px 0;
  }

  .about-content {
    text-align: center;
  }

  .about-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-image {
    height: 420px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 52px 0;
  }

  .about-image {
    height: 340px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-desc {
    font-size: 15px;
  }

  .stat-card {
    min-height: 150px;
  }
}

@media (max-width: 575.98px) {
  .about-image {
    height: 280px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .stat-card {
    text-align: center;
  }

  .stat-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .about-title br {
    display: none;
  }
}

/* ===============================
   Services Section
================================ */
.services-section {
  position: relative;
  padding: 34px 0 58px;
  background:
    linear-gradient(180deg,
      color-mix(in srgb, var(--accent-color), #ffffff 94%) 0%,
      color-mix(in srgb, var(--accent-color), #ffffff 97%) 100%);
  overflow: hidden;
}

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

.section-header {
  max-width: 760px;
  margin: 0 auto 28px;
}

.section-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.services-grid {
  align-items: stretch;
}

.service-card {
  height: 100%;
  min-height: 250px;
  padding: 30px 34px 28px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 14px 34px rgba(52, 71, 97, 0.06);
  transition: 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 58%);
  box-shadow: 0 20px 44px rgba(52, 71, 97, 0.1);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--contrast-color);
  background:
    linear-gradient(135deg,
      var(--accent-color),
      color-mix(in srgb, var(--accent-color), #0b1e38 18%));
  font-size: 28px;
  box-shadow: 0 12px 22px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.service-card h3 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.service-card p {
  margin: 0 0 20px;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.service-link i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.service-link:hover {
  color: color-mix(in srgb, var(--accent-color), #000000 16%);
}

.service-link:hover i {
  transform: translateX(4px);
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1199.98px) {
  .service-card {
    padding: 28px 26px 26px;
  }
}

@media (max-width: 991.98px) {
  .services-section {
    padding: 52px 0 60px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .service-card {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 48px 0 54px;
  }

  .section-title {
    font-size: 28px;
  }

  .service-card {
    min-height: auto;
    padding: 28px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 26px;
  }

  .service-card {
    text-align: center;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===============================
   Featured Products Section
================================ */
.featured-products-section {
  position: relative;
  padding: 42px 0 70px;
  background: var(--background-color);
  overflow: hidden;
}

.featured-products-section .container {
  position: relative;
  z-index: 2;
}

/* Header */
.products-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 22px;
}

.products-tabs-wrap {
  text-align: center;
}

.products-tabs-wrap .section-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
}

.products-tabs .nav-item {
  margin: 0;
}

.products-tabs .nav-link {
  position: relative;
  min-width: 190px;
  padding: 0 18px 13px;
  border: 0;
  border-radius: 0;
  color: var(--heading-color);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.products-tabs .nav-link:hover {
  color: var(--accent-color);
}

.products-tabs .nav-link.active {
  color: var(--accent-color);
  background: transparent;
}

.products-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent-color);
}

.view-all-link {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.view-all-link i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.view-all-link:hover {
  color: color-mix(in srgb, var(--accent-color), #000000 16%);
}

.view-all-link:hover i {
  transform: translateX(4px);
}

/* Carousel */
.products-carousel {
  position: relative;
  padding: 0 58px 46px;
}

.products-carousel .carousel-inner {
  position: relative;
  z-index: 2;
}

.products-row {
  align-items: stretch;
}

/* Product Card */
.product-card {
  height: 100%;
  min-height: 342px;
  padding: 18px 24px 22px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 12px 30px rgba(52, 71, 97, 0.055);
  transition: 0.25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 58%);
  box-shadow: 0 18px 42px rgba(52, 71, 97, 0.1);
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  margin-bottom: 16px;
}

.product-image img {
  display: block;
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.product-card h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.product-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.product-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--default-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.product-card li i {
  flex: 0 0 auto;
  color: var(--accent-color);
  font-size: 13px;
  line-height: 1.3;
}

.product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  color: var(--accent-color);
  background: var(--surface-color);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.product-btn:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

/* Product Controls */
.products-control {
  position: absolute;
  top: 42%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.products-control-prev {
  left: 0;
}

.products-control-next {
  right: 0;
}

.products-control span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface-color);
  color: var(--accent-color);
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(52, 71, 97, 0.12);
  transition: 0.25s ease;
  pointer-events: none;
}

.products-control:hover span {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.products-control .carousel-control-prev-icon,
.products-control .carousel-control-next-icon {
  display: none;
}

/* Indicators */
.products-indicators {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 20;
}

.products-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), #ffffff 60%);
  opacity: 1;
  transition: 0.25s ease;
}

.products-indicators .active {
  background: var(--accent-color);
}

/* Empty tabs placeholder */
.products-empty-state {
  min-height: 260px;
  padding: 60px 24px;
  border: 1px dashed color-mix(in srgb, var(--default-color), transparent 75%);
  border-radius: 10px;
  color: var(--default-color);
  background: color-mix(in srgb, var(--accent-color), #ffffff 96%);
  text-align: center;
  font-weight: 700;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1199.98px) {
  .products-tabs .nav-link {
    min-width: 160px;
  }

  .product-card {
    padding: 18px 20px 22px;
  }
}

@media (max-width: 991.98px) {
  .featured-products-section {
    padding: 52px 0 64px;
  }

  .products-header {
    display: block;
    text-align: center;
  }

  .view-all-link {
    position: static;
    justify-content: center;
    margin-top: 18px;
  }

  .products-tabs {
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .products-tabs::-webkit-scrollbar {
    display: none;
  }

  .products-tabs .nav-link {
    min-width: 160px;
  }

  .products-carousel {
    padding: 0 0 46px;
  }

  .products-control {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .featured-products-section {
    padding: 48px 0 58px;
  }

  .products-tabs .nav-link {
    min-width: 150px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .product-card {
    min-height: auto;
    max-width: 380px;
    margin: 0 auto;
  }

  .product-image {
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .products-tabs-wrap .section-label {
    margin-bottom: 12px;
  }

  .products-tabs {
    width: 100%;
  }

  .products-tabs .nav-link {
    min-width: 145px;
  }

  .product-card {
    padding: 18px 18px 20px;
  }
}

/* ===============================
   Industry Solutions Section
================================ */
.industry-section {
  position: relative;
  padding: 42px 0 74px;
  background: var(--background-color);
  overflow: hidden;
}

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

.industry-section .section-header {
  max-width: 820px;
  margin: 0 auto 28px;
}

.industry-section .section-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-section .section-title {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

/* Industry List */
.industry-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 46px;
}

.industry-item {
  position: relative;
  padding: 0 26px;
  text-align: center;
}

.industry-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 16px);
  background: color-mix(in srgb, var(--default-color), transparent 84%);
}

.industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 42px;
  line-height: 1;
}

.industry-item h3 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.industry-item p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--default-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

/* Bottom Box */
.industry-bottom-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 12px;
  background: var(--surface-color);
  box-shadow: 0 16px 38px rgba(52, 71, 97, 0.08);
}

/* Why Choose */
.why-choose-box {
  padding: 42px 46px;
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--accent-color), #ffffff 94%) 0%,
      var(--surface-color) 100%);
}

.why-choose-box h3 {
  margin: 0 0 28px;
  color: color-mix(in srgb, var(--heading-color), var(--accent-color) 18%);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 32px;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.why-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 15px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent-color), transparent 70%);
}

/* CTA Box */
.solution-cta-box {
  position: relative;
  overflow: hidden;
  padding: 46px 58px;
  background:
    linear-gradient(135deg,
      var(--accent-color) 0%,
      color-mix(in srgb, var(--accent-color), #0b1e38 18%) 100%);
  color: var(--contrast-color);
}

.solution-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 35%, rgba(255, 255, 255, 0.22), transparent 24%),
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.solution-cta-box h3 {
  margin: 0 0 8px;
  color: var(--contrast-color);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.solution-cta-box p {
  margin: 0 0 28px;
  color: color-mix(in srgb, var(--contrast-color), transparent 12%);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.cta-btn-light,
.cta-btn-outline {
  min-width: 185px;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.cta-btn-light {
  color: var(--accent-color);
  background: var(--contrast-color);
  border: 1px solid var(--contrast-color);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.cta-btn-light:hover {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--contrast-color), #000000 6%);
  border-color: color-mix(in srgb, var(--contrast-color), #000000 6%);
}

.cta-btn-outline {
  color: var(--contrast-color);
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.cta-btn-outline:hover {
  color: var(--accent-color);
  background: var(--contrast-color);
  border-color: var(--contrast-color);
}

.cta-btn-light i,
.cta-btn-outline i {
  margin-left: 10px;
}

.cta-bg-icon {
  position: absolute;
  right: 42px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.16);
  font-size: 150px;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1199.98px) {
  .industry-item {
    padding: 0 18px;
  }

  .industry-item p {
    font-size: 13px;
  }

  .why-choose-box {
    padding: 38px 34px;
  }

  .solution-cta-box {
    padding: 42px 42px;
  }
}

@media (max-width: 991.98px) {
  .industry-section {
    padding: 52px 0 64px;
  }

  .industry-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 0;
    margin-bottom: 40px;
  }

  .industry-item:nth-child(3)::after {
    display: none;
  }

  .industry-bottom-box {
    grid-template-columns: 1fr;
  }

  .why-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-cta-box {
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
  }

  .cta-bg-icon {
    right: 24px;
    bottom: 0;
    font-size: 130px;
  }
}

@media (max-width: 767.98px) {
  .industry-section {
    padding: 48px 0 58px;
  }

  .industry-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }

  .industry-item:nth-child(3)::after {
    display: block;
  }

  .industry-item:nth-child(2)::after,
  .industry-item:nth-child(4)::after {
    display: none;
  }

  .industry-section .section-title {
    font-size: 30px;
  }

  .why-choose-box,
  .solution-cta-box {
    padding: 34px 26px;
  }

  .why-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-cta-box h3 {
    font-size: 28px;
  }

  .solution-cta-box p {
    font-size: 17px;
  }

  .cta-btn-light,
  .cta-btn-outline {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .industry-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .industry-item {
    padding: 0;
  }

  .industry-item::after {
    display: none !important;
  }

  .industry-item p {
    max-width: 280px;
  }

  .industry-bottom-box {
    border-radius: 10px;
  }

  .why-item {
    align-items: flex-start;
    font-size: 14px;
  }

  .cta-bg-icon {
    right: 12px;
    bottom: 6px;
    font-size: 100px;
  }
}

/* ===============================
   About Page Hero Section
================================ */
.about-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 88px 0 58px;
  background:
    linear-gradient(
      105deg,
      var(--background-color) 0%,
      var(--background-color) 47%,
      color-mix(in srgb, var(--accent-color), #ffffff 92%) 47%,
      color-mix(in srgb, var(--accent-color), #ffffff 96%) 100%
    );
}

.about-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--accent-color), transparent 88%), transparent 24%),
    radial-gradient(circle at 84% 32%, rgba(255, 255, 255, 0.72), transparent 28%);
  pointer-events: none;
}

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

.about-hero-content {
  max-width: 620px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), #ffffff 88%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.about-hero-badge i {
  font-size: 14px;
}

.about-hero-title {
  margin: 0 0 22px;
  color: var(--heading-color);
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.about-hero-title span {
  color: var(--accent-color);
}

.about-hero-desc {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--default-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.about-hero-btn,
.about-hero-btn-outline {
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.about-hero-btn {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.about-hero-btn:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), #000000 12%);
  border-color: color-mix(in srgb, var(--accent-color), #000000 12%);
}

.about-hero-btn-outline {
  color: var(--accent-color);
  background: var(--surface-color);
  border: 1px solid var(--accent-color);
}

.about-hero-btn-outline:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.about-hero-btn i,
.about-hero-btn-outline i {
  margin-left: 10px;
}

/* Trust Items */
.about-hero-trust {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  gap: 34px;
}

.about-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--accent-color);
  font-size: 28px;
}

.about-trust-item small {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

/* Image */
.about-hero-image-wrap {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-hero-image-wrap::after {
  content: "";
  position: absolute;
  left: 54%;
  bottom: 18px;
  width: 70%;
  height: 58px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(52, 71, 97, 0.13);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.about-hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  object-fit: contain;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 1199.98px) {
  .about-hero-section {
    min-height: 580px;
    padding: 78px 0 54px;
  }

  .about-hero-title {
    font-size: clamp(40px, 4vw, 58px);
  }

  .about-hero-trust {
    gap: 22px;
  }

  .about-hero-image-wrap {
    min-height: 430px;
  }
}

@media (max-width: 991.98px) {
  .about-hero-section {
    min-height: auto;
    padding: 68px 0 58px;
    background:
      linear-gradient(
        180deg,
        var(--background-color) 0%,
        color-mix(in srgb, var(--accent-color), #ffffff 84%) 100%
      );
  }

  .about-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .about-hero-title br {
    display: none;
  }

  .about-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-actions {
    justify-content: center;
    margin-bottom: 34px;
  }

  .about-hero-trust {
    justify-content: center;
    gap: 18px;
  }

  .about-hero-image-wrap {
    min-height: auto;
    justify-content: center;
  }

  .about-hero-image-wrap::after {
    display: none;
  }

  .about-hero-image {
    max-width: 620px;
  }
}

@media (max-width: 767.98px) {
  .about-hero-section {
    padding: 54px 0 46px;
  }

  .about-hero-badge {
    margin-bottom: 18px;
    padding: 7px 13px;
    font-size: 11px;
  }

  .about-hero-title {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.12;
  }

  .about-hero-desc {
    max-width: 350px;
    margin-bottom: 24px;
    font-size: 15px;
  }

  .about-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto 28px;
  }

  .about-hero-btn,
  .about-hero-btn-outline {
    flex: 1 1 0;
    min-width: 0;
    padding: 13px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .about-hero-trust {
    grid-template-columns: repeat(2, 1fr);
    max-width: 350px;
    margin: 0 auto 28px;
    gap: 12px;
  }

  .about-trust-item {
    min-height: 76px;
    padding: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(52, 71, 97, 0.055);
  }

  .about-trust-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .about-trust-item small {
    font-size: 10px;
  }

  .about-hero-image {
    max-width: 390px;
  }
}

@media (max-width: 575.98px) {
  .about-hero-title {
    max-width: 330px;
    font-size: 30px;
  }

  .about-hero-desc {
    max-width: 320px;
  }

  .about-hero-actions {
    max-width: 330px;
  }

  .about-hero-trust {
    max-width: 330px;
  }

  .about-hero-image {
    max-width: 330px;
  }
}

@media (max-width: 390px) {
  .about-hero-actions {
    max-width: 300px;
    gap: 8px;
  }

  .about-hero-btn,
  .about-hero-btn-outline {
    font-size: 12px;
  }

  .about-hero-trust {
    grid-template-columns: 1fr;
    max-width: 260px;
  }
}


.about-expertise-section {
  padding: 90px 0;
  background: linear-gradient(180deg,
      var(--background-color) 0%,
      #f8fbff 100%);
}

.about-expertise__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.about-expertise__header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-expertise__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-expertise__eyebrow i {
  font-size: 14px;
}

.about-expertise__header h2 {
  margin: 0 0 16px;
  color: var(--heading-color);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-expertise__header h2 span {
  color: var(--accent-color);
}

.about-expertise__header p {
  margin: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.about-expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-expertise__card {
  padding: 30px 28px;
  border-radius: 20px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.about-expertise__card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 26px 60px rgba(52, 71, 97, 0.12);
}

.about-expertise__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 26px;
}

.about-expertise__card h3 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.about-expertise__card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

/* Tablet */
@media (max-width: 991px) {
  .about-expertise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-expertise-section {
    padding: 60px 0;
  }

  .about-expertise__inner {
    width: min(100% - 32px, 1280px);
  }

  .about-expertise__header {
    margin-bottom: 36px;
  }

  .about-expertise__header p {
    font-size: 15px;
  }

  .about-expertise__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-expertise__card {
    padding: 24px 22px;
  }
}

.about-why-section {
  padding: 90px 0;
  background: var(--background-color);
}

.about-why__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 56px;
  align-items: center;
}

.about-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-why__content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-why__content p {
  margin: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.about-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.about-why__card {
  padding: 30px 28px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
  transition: all 0.28s ease;
}

.about-why__card:hover {
  transform: translateY(-8px);
  background: var(--surface-color);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 26px 60px rgba(52, 71, 97, 0.12);
}

.about-why__card i {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  font-size: 24px;
}

.about-why__card h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 19px;
  font-weight: 800;
}

.about-why__card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 991px) {
  .about-why__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-why__content {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-why__grid {
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-why-section {
    padding: 60px 0;
  }

  .about-why__inner {
    width: min(100% - 32px, 1280px);
  }

  .about-why__grid {
    grid-template-columns: 1fr;
  }

  .about-why__card {
    padding: 24px 22px;
  }
}

.about-industries-section {
  padding: 90px 0;
  background: linear-gradient(180deg,
      #f8fbff 0%,
      var(--background-color) 100%);
}

.about-industries__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.about-industries__header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-industries__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-industries__header h2 {
  margin: 0 0 16px;
  color: var(--heading-color);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-industries__header h2 span {
  color: var(--accent-color);
}

.about-industries__header p {
  margin: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.about-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-industries__card {
  padding: 30px 28px;
  border-radius: 20px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 16px 40px rgba(52, 71, 97, 0.06);
  text-align: center;
  transition: all 0.28s ease;
}

.about-industries__card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 24px 56px rgba(52, 71, 97, 0.12);
}

.about-industries__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 89%);
  font-size: 28px;
}

.about-industries__card h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 800;
}

.about-industries__card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 991px) {
  .about-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-industries-section {
    padding: 60px 0;
  }

  .about-industries__inner {
    width: min(100% - 32px, 1280px);
  }

  .about-industries__header {
    margin-bottom: 36px;
  }

  .about-industries__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-industries__card {
    padding: 24px 22px;
  }
}

.about-partners-section {
  padding: 90px 0;
  background: var(--background-color);
}

.about-partners__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.about-partners__header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-partners__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-partners__header h2 {
  margin: 0 0 16px;
  color: var(--heading-color);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-partners__header h2 span {
  color: var(--accent-color);
}

.about-partners__header p {
  margin: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

/* LOGO GRID */
.about-partners__logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 54px;
}

.about-partners__logo {
  height: 110px;
  padding: 24px;
  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 14px 35px rgba(52, 71, 97, 0.05);

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

  transition: all 0.28s ease;
}

.about-partners__logo:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 22px 50px rgba(52, 71, 97, 0.1);
}

.about-partners__logo img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.82;
  transition: all 0.25s ease;
}

.about-partners__logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* TRUST CARDS */
.about-partners__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-partners__trust-card {
  padding: 30px 28px;
  border-radius: 20px;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--accent-color), transparent 95%),
      var(--surface-color));
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
  text-align: center;
  box-shadow: 0 16px 40px rgba(52, 71, 97, 0.06);
}

.about-partners__trust-card i {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  font-size: 26px;
}

.about-partners__trust-card h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 19px;
  font-weight: 800;
}

.about-partners__trust-card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 991px) {
  .about-partners__logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-partners__trust {
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: 1fr; */
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-partners-section {
    padding: 60px 0;
  }

  .about-partners__inner {
    width: min(100% - 32px, 1280px);
  }

  .about-partners__header {
    margin-bottom: 36px;
  }

  .about-partners__logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 36px;
  }

  .about-partners__logo {
    height: 90px;
    padding: 18px;
  }

  .about-partners__logo img {
    max-height: 34px;
  }

  .about-partners__trust-card {
    padding: 24px 22px;
  }
}

.about-partners__slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
  padding: 10px 0;
}

.about-partners__slider::before,
.about-partners__slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.about-partners__slider::before {
  left: 0;
  background: linear-gradient(90deg,
      var(--background-color) 0%,
      transparent 100%);
}

.about-partners__slider::after {
  right: 0;
  background: linear-gradient(270deg,
      var(--background-color) 0%,
      transparent 100%);
}

.about-partners__track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: aboutPartnersScroll 36s linear infinite;
}

.about-partners__track:hover {
  animation-play-state: paused;
}

.about-partners__logo {
  width: 150px;
  height: 100px;
  padding: 5px;
  flex-shrink: 0;

  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 14px 35px rgba(52, 71, 97, 0.05);

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

  transition: all 0.28s ease;
}

.about-partners__logo:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 22px 50px rgba(52, 71, 97, 0.12);
}

.about-partners__logo img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 0.78;
  transition: all 0.25s ease;
}

.about-partners__logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes aboutPartnersScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Tablet */
@media (max-width: 991px) {
  .about-partners__logo {
    width: 160px;
    height: 88px;
  }

  .about-partners__slider::before,
  .about-partners__slider::after {
    width: 70px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-partners__slider {
    margin-bottom: 36px;
  }

  .about-partners__track {
    gap: 14px;
    animation-duration: 24s;
  }

  .about-partners__logo {
    width: 130px;
    height: 72px;
    padding: 14px;
    border-radius: 14px;
  }

  .about-partners__logo img {
    max-height: 28px;
  }

  .about-partners__slider::before,
  .about-partners__slider::after {
    width: 35px;
  }
}

.about-cta-section {
  padding: 90px 0 110px;
  background: var(--background-color);
}

.about-cta__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 80px;
  border-radius: 32px;

  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 40px;

  background: linear-gradient(135deg,
      var(--accent-color) 0%,
      #4b86e7 55%,
      #6ca6ff 100%);

  box-shadow: 0 28px 70px rgba(92, 153, 238, 0.28);
  position: relative;
  overflow: hidden;
}

.about-cta__inner::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.about-cta__inner::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.about-cta__content {
  position: relative;
  z-index: 2;
}

.about-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.14);
  color: var(--contrast-color);

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-cta__eyebrow i {
  font-size: 14px;
}

.about-cta__content h2 {
  margin: 0 0 18px;
  color: var(--contrast-color);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.about-cta__content h2 span {
  color: rgba(255, 255, 255, 0.88);
}

.about-cta__content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.about-cta__actions {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.about-cta__btn {
  width: 240px;
  height: 54px;
  padding: 0 28px;
  border-radius: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 14px;
  font-weight: 800;
  text-decoration: none;

  transition: all 0.28s ease;
}

.about-cta__btn--primary {
  background: var(--surface-color);
  color: var(--accent-color);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.about-cta__btn--primary:hover {
  transform: translateY(-2px);
  color: var(--accent-color);
}

.about-cta__btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--contrast-color);
  background: rgba(255, 255, 255, 0.06);
}

.about-cta__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--contrast-color);
}

/* Tablet */
@media (max-width: 991px) {
  .about-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 40px;
    gap: 30px;
  }

  .about-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-cta__actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-cta-section {
    padding: 60px 0 80px;
  }

  .about-cta__inner {
    width: min(100% - 32px, 1280px);
    padding: 42px 24px;
    border-radius: 24px;
  }

  .about-cta__content h2 {
    font-size: 34px;
  }

  .about-cta__content p {
    font-size: 15px;
  }

  .about-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .about-cta__btn {
    width: 100%;
  }
}

.customer-hero-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 95px;
  background: linear-gradient(115deg,
      var(--background-color) 0%,
      var(--background-color) 47%,
      #eef6ff 47.2%,
      #f7fbff 100%);
}

.customer-hero__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 48px;
}

.customer-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.customer-hero__content h1 {
  margin: 0 0 22px;
  color: var(--heading-color);
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.customer-hero__content h1 span {
  color: var(--accent-color);
}

.customer-hero__content p {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--default-color);
  font-size: 17px;
  line-height: 1.75;
}

.customer-hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.customer-hero__btn {
  height: 50px;
  min-width: 160px;
  padding: 0 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.customer-hero__btn--primary {
  color: var(--contrast-color);
  background: var(--accent-color);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.customer-hero__btn--outline {
  color: var(--accent-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 55%);
}

.customer-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.customer-hero__badges div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 800;
}

.customer-hero__badges i {
  color: var(--accent-color);
  font-size: 18px;
}

.customer-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-hero__visual img {
  width: min(100%, 720px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 32px 50px rgba(52, 71, 97, 0.18));
}

/* Tablet */
@media (max-width: 991px) {
  .customer-hero-section {
    padding: 80px 0 70px;
    background: linear-gradient(180deg,
        var(--background-color) 0%,
        #f4f8fe 100%);
  }

  .customer-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .customer-hero__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .customer-hero__actions,
  .customer-hero__badges {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-hero-section {
    padding: 64px 0 56px;
  }

  .customer-hero__inner {
    width: min(100% - 32px, 1280px);
  }

  .customer-hero__content h1 {
    font-size: 38px;
  }

  .customer-hero__content p {
    font-size: 15px;
  }

  .customer-hero__actions {
    flex-direction: column;
  }

  .customer-hero__btn {
    width: 100%;
  }

  .customer-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .customer-hero__visual img {
    width: 112%;
  }
}



.customer-vertical-section {
  padding: 90px 0;
  background: var(--background-color);
}

.customer-vertical__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.customer-vertical__header {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.customer-vertical__header h2 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.customer-vertical__header h2::after {
  content: "";
  width: 52px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  display: block;
  background: var(--accent-color);
}

.customer-vertical__header p {
  margin: 18px 0 0;
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.7;
}

.customer-vertical__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.customer-vertical__card {
  position: relative;
  min-height: 260px;
  padding: 34px 28px 30px;
  border-radius: 20px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
  text-align: center;
  transition: all 0.28s ease;
}

.customer-vertical__card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 26px 60px rgba(52, 71, 97, 0.12);
}

.customer-vertical__number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--contrast-color);
  background: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.customer-vertical__icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.customer-vertical__card h3 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

.customer-vertical__card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 991px) {
  .customer-vertical__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-vertical-section {
    padding: 60px 0;
  }

  .customer-vertical__inner {
    width: min(100% - 32px, 1280px);
  }

  .customer-vertical__header {
    margin-bottom: 36px;
  }

  .customer-vertical__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .customer-vertical__card {
    min-height: auto;
    padding: 30px 24px;
  }
}

.customer-logos-section {
  padding: 90px 0;
  background: #f9fbff;
  overflow: hidden;
}

.customer-logos__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.customer-logos__header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.customer-logos__header h2 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.customer-logos__header h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent-color);
}

.customer-logos__header p {
  margin: 18px 0 0;
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.75;
}

.customer-logo-swiper {
  position: relative;
  padding: 10px 70px 60px;
}

.customer-logo-card {
  height: 100px;
  border-radius: 18px;
  background: var(--surface-color);
  border: 1px solid rgba(83, 93, 107, 0.08);
  box-shadow: 0 18px 40px rgba(52, 71, 97, 0.05);

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

  transition: all 0.25s ease;
}

.customer-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(52, 71, 97, 0.10);
}

.customer-logo-card img {
  max-width: 70%;
  max-height: 48px;
  object-fit: contain;
  filter: grayscale(10%);
  opacity: 0.75;
  transition: all 0.25s ease;
}

.customer-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.customer-logo-prev,
.customer-logo-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--surface-color);
  box-shadow: 0 14px 32px rgba(52, 71, 97, 0.10);

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

  cursor: pointer;
  z-index: 10;
  color: var(--accent-color);
  transition: all 0.25s ease;
}

.customer-logo-prev:hover,
.customer-logo-next:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.customer-logo-prev {
  left: 0;
}

.customer-logo-next {
  right: 0;
}

.customer-logo-pagination {
  margin-top: 34px;
  text-align: center;
}

.customer-logo-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(92, 153, 238, 0.28);
}

.customer-logo-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: var(--accent-color);
}

/* Tablet */
@media (max-width: 991px) {
  .customer-logo-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-logo-prev,
  .customer-logo-next {
    display: none;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-logos-section {
    padding: 60px 0;
  }

  .customer-logos__inner {
    width: min(100% - 32px, 1280px);
  }

  .customer-logos__header {
    margin-bottom: 36px;
  }

  .customer-logo-card {
    height: 100px;
    border-radius: 14px;
  }

  .customer-logo-card img {
    max-height: 40px;
  }

  .customer-logo-swiper {
    padding-bottom: 50px;
  }
}
.customer-metrics-section {
  padding: 30px 0 90px;
  background: var(--background-color);
}

.customer-metrics__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.customer-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg,
      #f7fbff 0%,
      #eef5ff 100%);
  border: 1px solid rgba(92, 153, 238, 0.10);
  box-shadow: 0 20px 50px rgba(52, 71, 97, 0.06);
}

.customer-metrics__item {
  position: relative;
  padding: 34px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.customer-metrics__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60px;
  background: rgba(83, 93, 107, 0.08);
  transform: translateY(-50%);
}

.customer-metrics__icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: var(--surface-color);
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(52, 71, 97, 0.08);
  flex-shrink: 0;
}

.customer-metrics__content h3 {
  margin: 0 0 6px;
  color: var(--heading-color);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.customer-metrics__content p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 991px) {
  .customer-metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .customer-metrics__item:nth-child(2)::after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-metrics-section {
    padding: 10px 0 60px;
  }

  .customer-metrics__inner {
    width: min(100% - 32px, 1280px);
  }

  .customer-metrics__grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .customer-metrics__item {
    padding: 24px 20px;
  }

  .customer-metrics__item::after {
    display: none !important;
  }

  .customer-metrics__content h3 {
    font-size: 26px;
  }

  .customer-metrics__icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.customer-stories-section {
  padding: 90px 0;
  background: #f9fbff;
}

.customer-stories__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.customer-stories__header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.customer-stories__header h2 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.customer-stories__header h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent-color);
}

.customer-stories__header p {
  margin: 18px 0 0;
  color: var(--default-color);
  font-size: 15px;
  line-height: 1.75;
}

.customer-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.customer-story-card {
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface-color);
  border: 1px solid rgba(83, 93, 107, 0.08);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.07);
  transition: all 0.28s ease;
}

.customer-story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(52, 71, 97, 0.13);
}

.customer-story-card__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.customer-story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.customer-story-card:hover .customer-story-card__image img {
  transform: scale(1.06);
}

.customer-story-card__image span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--heading-color);
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.customer-story-card__body {
  padding: 26px 24px 28px;
}

.customer-story-card__body h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.customer-story-card__body p {
  margin: 0 0 22px;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

.customer-story-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.customer-story-card__link:hover {
  color: color-mix(in srgb, var(--accent-color), #0b1e38 18%);
}

/* Tablet */
@media (max-width: 991px) {
  .customer-stories__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-stories-section {
    padding: 60px 0;
  }

  .customer-stories__inner {
    width: min(100% - 32px, 1280px);
  }

  .customer-stories__header {
    margin-bottom: 36px;
  }

  .customer-story-card__image {
    height: 190px;
  }

  .customer-story-card__body {
    padding: 22px 20px 24px;
  }
}

.customer-cta-section {
  padding: 90px 0 110px;
  background: var(--background-color);
}

.customer-cta__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 80px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg,
      var(--accent-color) 0%,
      #4b86e7 55%,
      #6ca6ff 100%);
  box-shadow: 0 28px 70px rgba(92, 153, 238, 0.28);
  position: relative;
  overflow: hidden;
}

.customer-cta__inner::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.customer-cta__inner::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.customer-cta__content,
.customer-cta__actions {
  position: relative;
  z-index: 2;
}

.customer-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--contrast-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.customer-cta__content h2 {
  margin: 0 0 18px;
  color: var(--contrast-color);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.customer-cta__content h2 span {
  color: rgba(255, 255, 255, 0.88);
}

.customer-cta__content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.customer-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.customer-cta__btn {
  width: 240px;
  height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.28s ease;
}

.customer-cta__btn--primary {
  background: var(--surface-color);
  color: var(--accent-color);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.customer-cta__btn--primary:hover {
  transform: translateY(-2px);
  color: var(--accent-color);
}

.customer-cta__btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--contrast-color);
  background: rgba(255, 255, 255, 0.06);
}

.customer-cta__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--contrast-color);
}

/* Tablet */
@media (max-width: 991px) {
  .customer-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 40px;
    gap: 30px;
  }

  .customer-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .customer-cta__actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .customer-cta-section {
    padding: 60px 0 80px;
  }

  .customer-cta__inner {
    width: min(100% - 32px, 1280px);
    padding: 42px 24px;
    border-radius: 24px;
  }

  .customer-cta__content h2 {
    font-size: 34px;
  }

  .customer-cta__content p {
    font-size: 15px;
  }

  .customer-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .customer-cta__btn {
    width: 100%;
  }
}

/* =========================
   Partners Hero
========================= */
.partners-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px;
  background: linear-gradient(115deg,
      var(--background-color) 0%,
      var(--background-color) 48%,
      #eef6ff 48.2%,
      #f8fbff 100%);
}

.partners-hero__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 56px;
  align-items: center;
}

.partners-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.partners-hero__content h1 {
  margin: 0 0 24px;
  color: var(--heading-color);
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.partners-hero__content h1 span {
  color: var(--accent-color);
}

.partners-hero__content p {
  max-width: 590px;
  margin: 0 0 34px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.75;
}

.partners-hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 38px;
}

.partners-btn {
  height: 50px;
  min-width: 170px;
  padding: 0 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.partners-btn--primary {
  color: var(--contrast-color);
  background: var(--accent-color);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-color), transparent 72%);
}

.partners-btn--primary:hover {
  color: var(--contrast-color);
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--accent-color), #0b1e38 16%);
}

.partners-btn--outline {
  color: var(--accent-color);
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 55%);
}

.partners-btn--outline:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.partners-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.partners-hero__badges div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 800;
}

.partners-hero__badges i {
  color: var(--accent-color);
  font-size: 18px;
}

.partners-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-hero__visual img {
  width: min(100%, 720px);
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 32px 50px rgba(52, 71, 97, 0.16));
}


/* =========================
   Partner Ecosystem
========================= */
.partner-ecosystem {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fbff 0%, var(--background-color) 100%);
}

.partner-ecosystem__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.partner-ecosystem__heading {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.partner-ecosystem__heading span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partner-ecosystem__heading h2 {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-ecosystem__heading h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent-color);
}

.partner-category {
  border-radius: 22px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
  overflow: hidden;
}

.partner-category+.partner-category {
  margin-top: 22px;
}

.partner-category__header {
  width: 100%;
  padding: 26px 30px 10px;
  border: 0;
  background: transparent;
  text-align: left;
  display: block;
}

.partner-category__header h3 {
  margin: 0 0 8px;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 800;
}

.partner-category__header p {
  display: none;
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.6;
}

.partner-category__toggle {
  display: none;
}

.partner-category__body {
  padding: 10px 30px 30px;
}

.partner-category__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.partner-logo-card {
  width: 100%;
  height: 88px;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.partner-logo-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 18px 36px rgba(52, 71, 97, 0.1);
}

.partner-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Desktop category layout */
@media (min-width: 992px) {
  .partner-ecosystem__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .partner-ecosystem__heading {
    grid-column: 1 / -1;
  }

  .partner-category+.partner-category {
    margin-top: 0;
  }

  .partner-category:last-child {
    grid-column: 1 / -1;
  }

  .partner-category:last-child .partner-category__logos {
    max-width: 760px;
    margin: 0 auto;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .partners-hero {
    padding: 80px 0 70px;
    background: linear-gradient(180deg, var(--background-color) 0%, #f4f8fe 100%);
  }

  .partners-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .partners-hero__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .partners-hero__actions,
  .partners-hero__badges {
    justify-content: center;
  }

  .partner-category__header {
    padding: 24px 26px 10px;
  }

  .partner-category__body {
    padding: 10px 26px 26px;
  }

  .partner-category__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile: Accordion + 2 Logos Per Row */
@media (max-width: 575px) {
  .partners-hero {
    padding: 64px 0 56px;
  }

  .partners-hero__inner,
  .partner-ecosystem__inner {
    width: min(100% - 32px, 1280px);
  }

  .partners-hero__content h1 {
    font-size: 38px;
  }

  .partners-hero__content p {
    font-size: 15px;
  }

  .partners-hero__actions {
    flex-direction: column;
  }

  .partners-btn {
    width: 100%;
  }

  .partners-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .partners-hero__badges div {
    justify-content: center;
  }

  .partners-hero__visual img {
    width: 112%;
  }

  .partner-ecosystem {
    padding: 60px 0;
  }

  .partner-ecosystem__heading {
    margin-bottom: 36px;
  }

  .partner-category {
    border-radius: 18px;
  }

  .partner-category__header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
  }

  .partner-category__header h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .partner-category__header p {
    display: block;
    font-size: 13px;
  }

  .partner-category__toggle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
  }

  .partner-category.is-open .partner-category__toggle {
    transform: rotate(180deg);
  }

  .partner-category__body {
    display: none;
    padding: 0 20px 20px;
  }

  .partner-category.is-open .partner-category__body {
    display: block;
  }

  .partner-category__logos {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    padding-top: 8px;
    overflow: visible !important;
  }

  .partner-logo-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 82px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.partner-flow-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fbff 0%, var(--background-color) 100%);
}

.partner-flow__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.partner-flow__heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.partner-flow__heading span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partner-flow__heading h2 {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-flow__heading h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent-color);
}

.partner-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.partner-flow-card {
  padding: 34px 26px;
  border-radius: 22px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
  text-align: center;
}

.partner-flow-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.partner-flow-card h3 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 800;
}

.partner-flow-card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .partner-flow__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .partner-flow-section {
    padding: 60px 0;
  }

  .partner-flow__inner {
    width: min(100% - 32px, 1280px);
  }

  .partner-flow__grid {
    grid-template-columns: 1fr;
  }
}

.partner-metrics-section {
  padding: 30px 0 90px;
  background: var(--background-color);
}

.partner-metrics__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 54px;
  border-radius: 26px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(92, 153, 238, 0.12);
  box-shadow: 0 20px 50px rgba(52, 71, 97, 0.06);

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.partner-metrics__item {
  text-align: center;
  position: relative;
}

.partner-metrics__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 1px;
  height: 56px;
  background: rgba(83, 93, 107, 0.1);
  transform: translateY(-50%);
}

.partner-metrics__item h3 {
  margin: 0 0 8px;
  color: var(--accent-color);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-metrics__item p {
  margin: 0;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .partner-metrics__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-metrics__item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .partner-metrics-section {
    padding: 10px 0 60px;
  }

  .partner-metrics__inner {
    width: min(100% - 32px, 1280px);
    padding: 30px 22px;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .partner-metrics__item::after {
    display: none !important;
  }
}

.partner-industries-section {
  padding: 90px 0;
  background: #f8fbff;
}

.partner-industries__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.partner-industries__heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.partner-industries__heading span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partner-industries__heading h2 {
  margin: 0 0 16px;
  color: var(--heading-color);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-industries__heading p {
  margin: 0;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.8;
}

.partner-industries__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.industry-card {
  padding: 34px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(83, 93, 107, 0.08);
  box-shadow: 0 18px 40px rgba(52, 71, 97, 0.06);
  text-align: center;
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(52, 71, 97, 0.1);
}

.industry-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.industry-card h3 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 800;
}

.industry-card p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .partner-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .partner-industries-section {
    padding: 60px 0;
  }

  .partner-industries__inner {
    width: min(100% - 32px, 1280px);
  }

  .partner-industries__grid {
    grid-template-columns: 1fr;
  }
}

.partner-why-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.partner-why__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.partner-why__content span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.partner-why__content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-why__content>p {
  margin: 0 0 36px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.8;
  max-width: 640px;
}

.partner-why__features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.partner-why-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(83, 93, 107, 0.08);
  box-shadow: 0 14px 32px rgba(52, 71, 97, 0.05);
}

.partner-why-feature i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.partner-why-feature h3 {
  margin: 0 0 6px;
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 800;
}

.partner-why-feature p {
  margin: 0;
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.7;
}

.partner-why__visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .partner-why__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partner-why__content {
    text-align: center;
  }

  .partner-why__content>p {
    margin-left: auto;
    margin-right: auto;
  }

  .partner-why-feature {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .partner-why-section {
    padding: 60px 0;
  }

  .partner-why__inner {
    width: min(100% - 32px, 1280px);
  }

  .partner-why__content h2 {
    font-size: 34px;
  }

  .partner-why-feature {
    padding: 18px;
  }
}

.partner-cta-section {
  padding: 90px 0 110px;
  background: var(--background-color);
}

.partner-cta__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 80px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  align-items: center;
  background: linear-gradient(135deg, var(--accent-color) 0%, #4b86e7 55%, #6ca6ff 100%);
  box-shadow: 0 28px 70px rgba(92, 153, 238, 0.28);
  position: relative;
  overflow: hidden;
}

.partner-cta__inner::before,
.partner-cta__inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.partner-cta__inner::before {
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
}

.partner-cta__inner::after {
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
}

.partner-cta__content,
.partner-cta__actions {
  position: relative;
  z-index: 2;
}

.partner-cta__content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--contrast-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.partner-cta__content h2 {
  margin: 0 0 18px;
  color: var(--contrast-color);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.partner-cta__content h2 strong {
  color: rgba(255, 255, 255, 0.88);
}

.partner-cta__content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.partner-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.partner-cta__btn {
  width: 260px;
  height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.28s ease;
}

.partner-cta__btn--primary {
  background: var(--surface-color);
  color: var(--accent-color);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.partner-cta__btn--primary:hover {
  transform: translateY(-2px);
  color: var(--accent-color);
}

.partner-cta__btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--contrast-color);
  background: rgba(255, 255, 255, 0.06);
}

.partner-cta__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--contrast-color);
}

@media (max-width: 991px) {
  .partner-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 40px;
  }

  .partner-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .partner-cta__actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .partner-cta-section {
    padding: 60px 0 80px;
  }

  .partner-cta__inner {
    width: min(100% - 32px, 1280px);
    padding: 42px 24px;
    border-radius: 24px;
  }

  .partner-cta__content h2 {
    font-size: 34px;
  }

  .partner-cta__content p {
    font-size: 15px;
  }

  .partner-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .partner-cta__btn {
    width: 100%;
  }
}


.partners-contact {
  padding: 100px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.partners-contact__heading {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.partners-contact__heading span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.partners-contact__heading h2 {
  margin: 0 0 20px;
  color: var(--heading-color);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.partners-contact__heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #5e6877;
  font-size: 17px;
  line-height: 1.75;
}

.partners-contact-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.partners-contact-card,
.partners-contact-social,
.partners-contact-form {
  background: #fff;
  border: 1px solid rgba(83, 93, 107, 0.08);
  box-shadow: 0 18px 45px rgba(52, 71, 97, 0.06);
}

.partners-contact-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 28px;
  border-radius: 22px;
}

.partners-contact-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.partners-contact-content h3,
.partners-contact-social h3 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 800;
}

.partners-contact-content p,
.partners-contact-content a {
  margin: 0;
  color: #5e6877;
  font-size: 15px;
  line-height: 1.75;
  text-decoration: none;
}

.partners-contact-content a:hover {
  color: var(--accent-color);
}

.partners-phone-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.partners-phone-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.partners-phone-item span {
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.partners-phone-item a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
}

.partners-phone-item small {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.partners-contact-social {
  padding: 26px 28px;
  border-radius: 22px;
}

.partners-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.partners-social-links a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.partners-social-links a:hover {
  transform: translateY(-4px);
  background: var(--accent-color);
  color: #fff;
  box-shadow: 0 16px 32px rgba(92, 153, 238, 0.25);
}

.partners-contact-form {
  padding: 36px;
  border-radius: 28px;
}

.partners-contact-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
}

.partners-contact-form input,
.partners-contact-form select,
.partners-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(83, 93, 107, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--heading-color);
  font-size: 15px;
  padding: 16px 18px;
  outline: none;
  transition: all 0.2s ease;
}

.partners-contact-form input,
.partners-contact-form select {
  height: 58px;
}

.partners-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.partners-contact-form input::placeholder,
.partners-contact-form textarea::placeholder {
  color: #b7bec9;
}

.partners-contact-form input:focus,
.partners-contact-form select:focus,
.partners-contact-form textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 4px rgba(92, 153, 238, 0.12);
}

.partners-contact-submit {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 14px;
  background: var(--accent-color);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.partners-contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(92, 153, 238, 0.25);
}

@media (max-width: 991px) {
  .partners-contact {
    padding: 80px 0;
  }

  .partners-contact__heading {
    margin-bottom: 42px;
  }
}

@media (max-width: 575px) {
  .partners-contact {
    padding: 60px 0 80px;
  }

  .partners-contact__heading {
    margin-bottom: 32px;
  }

  .partners-contact__heading h2 {
    font-size: 38px;
  }

  .partners-contact__heading p {
    font-size: 15px;
  }

  .partners-contact-card,
  .partners-contact-social,
  .partners-contact-form {
    padding: 20px;
    border-radius: 18px;
  }

  .partners-contact-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 20px;
  }

  .partners-social-links a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}