::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #7367f0; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
::placeholder {
    color: #000;
    opacity: 0.4;
}

h1, h2, h3, h4, h5, h6, p, a, label, span, th, td, tr, ul, li, button, input, textarea, select, option, div, form, table, tbody, thead, tfoot, tr, th, td, caption, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
    font-family: 'Montserrat', sans-serif;
}

img:focus-visible {
    outline: none !important;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control {
    border-radius: 0 !important;
}
.input-group-text {
    border-radius: 0 !important;
}
.btn {
    border-radius: 0 !important;
}

/* ICSIVE Header Styles */
.icsive-header {
  background-color: #071f20;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1000;
}

/* Vehicle Header Design (matching provided reference) */
.vehicle-header-wrap {
  width: 100%;
  position: relative;
  z-index: 1000;
  box-shadow: inset 0 -8px 16px rgba(18, 155, 170, 0.2);
  background: linear-gradient(90deg, #021124 0%, #041630 33%, #072141 66%, #092b49 100%) !important;
}

.vehicle-header-topbar {
  background: #031224;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 56px;
  display: flex;
  align-items: center;
}

.vehicle-header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 34px;
}

.vehicle-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.vehicle-topbar-left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.vehicle-topbar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vehicle-topbar-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #12395a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.vehicle-topbar-icon-whatsapp {
  background: #103c4b;
  font-size: 21px;
}

.vehicle-topbar-text-group {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
}

.vehicle-topbar-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #99a9bf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.vehicle-topbar-value {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.vehicle-online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56c84d;
  display: inline-block;
}

.vehicle-topbar-quick-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: transparent;
  border: 0;
  padding: 0;
}

.vehicle-topbar-action-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.vehicle-topbar-action-link i {
  font-size: 13px;
  color: #ffffff;
}

.vehicle-topbar-language-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #cfd5e0;
  color: #122c49;
}

.vehicle-topbar-language-wrap i {
  font-size: 17px;
}

.vehicle-topbar-language-wrap select {
  border: 1px solid #c6ccd8;
  border-radius: 6px;
  background: #f8f9fc;
  color: #132b47;
  height: 32px;
  padding: 0 28px 0 10px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}

.vehicle-header-main {
  min-height: 80px;
  background:
    linear-gradient(180deg, rgba(9, 35, 66, 0) 62%, rgba(23, 169, 185, 0.22) 100%),
    linear-gradient(90deg, #021124 0%, #041630 33%, #072141 66%, #092b49 100%) !important;
}

.vehicle-header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.vehicle-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.vehicle-logo-img {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
}

.vehicle-main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.vehicle-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}

.vehicle-nav-list li a {
  color: #f5f8ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.vehicle-nav-list li a:hover {
  color: #84d4ff;
}

.vehicle-search-form {
  width: 330px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1b385c 0%, #143354 100%);
  border: 1px solid rgba(146, 173, 205, 0.45);
  display: flex;
  align-items: center;
  overflow: visible;
  flex-shrink: 0;
  padding: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vehicle-search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 12px;
}

.vehicle-search-input-wrap i {
  color: #b6c8dd;
  font-size: 12px;
}

.vehicle-search-input-wrap input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #eaf2ff;
  font-size: 12px;
  font-weight: 600;
}

.vehicle-search-input-wrap input::placeholder {
  color: #dbe9f8;
  opacity: 0.95;
}

.vehicle-search-form button {
  width: 90px;
  height: calc(100% - 0px);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: linear-gradient(180deg, #26a8b6 0%, #178190 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.vehicle-search-form button:hover {
  background: linear-gradient(180deg, #2bb6c6 0%, #1c8e9e 100%);
}

.vehicle-menu-toggle {
  display: none;
  width: 38px;
  height: 34px;
  border: 1px solid rgba(132, 177, 223, 0.5);
  border-radius: 6px;
  background: rgba(14, 42, 73, 0.75);
  padding: 6px 7px;
  cursor: pointer;
}

.vehicle-menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.vehicle-menu-toggle span + span {
  margin-top: 5px;
}

body {
  overflow-x: hidden;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* Logo Styles */
.header-logo {
  flex-shrink: 0;
}

.header-logo a {
  text-decoration: none;
  display: inline-block;
}

.header-logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Navigation Styles */
.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 35px;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-menu li a:hover {
  color: #39ff14;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: transform 0.3s ease;
}

.dropdown-icon {
  font-size: 10px;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.has-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.has-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0d4a3a;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 240px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid #fff;
  border-radius: 0px;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu li a {
  padding: 10px 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14;
}

/* Dropdown Submenu */
.has-submenu {
  position: relative;
}

.submenu-icon {
  float: right;
  font-size: 12px;
}

.dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0d4a3a;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 240px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  border: 1px solid #fff;
  border-radius: 0px;
}

.has-submenu:hover .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.dropdown-submenu li a {
  padding: 10px 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.dropdown-submenu li a:hover {
  background-color: rgba(57, 255, 20, 0.1);
  color: #39ff14;
}

/* CTA Button Styles */
.header-cta {
  flex-shrink: 0;
}

.quote-btn {
  background-color: #39ff14;
  color: #000000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.quote-btn:hover {
  background-color: #32e612;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(57, 255, 20, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .vehicle-header-inner {
    padding: 0 20px;
  }

  .vehicle-topbar-text {
    font-size: 11px;
  }

  .vehicle-header-topbar {
    min-height: 50px;
  }

  .vehicle-topbar-icon {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .vehicle-topbar-value {
    font-size: 12px;
  }

  .vehicle-topbar-left {
    gap: 14px;
  }

  .vehicle-topbar-quick-actions {
    gap: 12px;
    padding: 6px 8px;
  }

  .vehicle-topbar-action-link {
    font-size: 14px;
  }

  .vehicle-topbar-action-link i {
    font-size: 13px;
  }

  .vehicle-topbar-language-wrap select {
    font-size: 14px;
    height: 30px;
  }

  .vehicle-logo-img {
    height: 40px;
  }

  .vehicle-nav-list {
    gap: 20px;
  }

  .vehicle-nav-list li a {
    font-size: 13px;
  }

  .vehicle-search-form {
    width: 290px;
    height: 42px;
  }

  .header-container {
    padding: 0 30px;
  }
  
  .nav-menu {
    gap: 25px;
  }
  
  .nav-menu li a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .vehicle-header-inner {
    padding: 0 16px;
  }

  .vehicle-header-main {
    min-height: auto;
    padding: 8px 0;
  }

  .vehicle-topbar-text {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 0;
  }

  .vehicle-header-topbar {
    min-height: auto;
    padding: 8px 0;
  }

  .vehicle-topbar-row {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .vehicle-topbar-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vehicle-topbar-item {
    gap: 6px;
    min-width: 0;
  }

  .vehicle-topbar-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .vehicle-topbar-label {
    font-size: 8px;
  }

  .vehicle-topbar-value {
    font-size: 12px;
    line-height: 1.05;
    word-break: break-word;
  }

  .vehicle-topbar-quick-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .vehicle-topbar-action-link {
    font-size: 13px;
    gap: 5px;
  }

  .vehicle-topbar-action-link i {
    font-size: 12px;
  }

  .vehicle-topbar-language-wrap {
    margin-left: auto;
    padding-left: 6px;
  }

  .vehicle-topbar-language-wrap select {
    font-size: 12px;
    height: 30px;
    padding-right: 20px;
  }

  .vehicle-header-main-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    min-height: auto;
    padding: 4px 0;
  }

  .vehicle-logo-link {
    width: auto;
    justify-content: flex-start;
    order: 1;
  }

  .vehicle-logo-img {
    height: 34px;
  }

  .vehicle-menu-toggle {
    display: inline-block;
    order: 2;
    margin-left: auto;
  }

  .vehicle-main-nav {
    display: none;
    order: 3;
    width: 100%;
  }

  .vehicle-main-nav.is-open {
    display: block;
  }

  .vehicle-nav-list {
    display: none;
    width: 100%;
    margin-top: 2px;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 18, 38, 0.65);
  }

  .vehicle-nav-list.is-open {
    display: flex;
  }

  .vehicle-nav-list li {
    width: 100%;
  }

  .vehicle-nav-list li a {
    width: 100%;
    display: block;
    padding: 10px 6px;
    font-size: 14px;
  }

  .vehicle-search-form {
    display: none;
  }

  .vehicle-search-input-wrap input {
    font-size: 14px;
  }

  .vehicle-search-form button {
    font-size: 14px;
    width: 92px;
  }

  .header-container {
    padding: 0 20px;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .header-logo-img {
    height: 40px;
	margin: 10px 0 0 0;
  }
  
  .menu-toggle {
    display: block;
  }

  .header-nav {
    order: 3;
    width: 100%;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    padding: 10px 0;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu li a {
    width: 100%;
    padding: 10px 0;
  }
  
  .nav-menu li a {
    font-size: 14px;
  }
  
  .quote-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .header-cta {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
	margin: 50px 0 0 0;
  }

  .dropdown-menu,
  .dropdown-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding-left: 12px;
  }

  .submenu-icon {
    display: none;
  }
}

@media (max-width: 420px) {
  .vehicle-header-inner {
    padding: 0 14px;
  }

  .vehicle-topbar-action-link {
    font-size: 12px;
  }

  .vehicle-topbar-language-wrap select {
    max-width: 114px;
  }

  .vehicle-nav-list {
    gap: 10px 20px;
  }
}

/* Vehicle Footer Styles */
.vehicle-footer {
  background: #114858;
  color: #ffffff;
  width: 100%;
}

.vehicle-footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}

.vehicle-footer-top {
  padding: 22px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.vehicle-footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr 1.25fr;
  gap: 26px;
}

.vehicle-footer-logo img {
  width: 175px;
  max-width: 100%;
  height: auto;
}

.vehicle-footer-social {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.vehicle-footer-social a {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #ffffff;
  color: #0e4456;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 21px;
}

.vehicle-footer-brand-text {
  margin: 12px 0 14px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.vehicle-footer-search {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.vehicle-footer-search input {
  flex: 1;
  height: 42px;
  border: 0;
  background: #e7edf5;
  padding: 0 14px;
  font-size: 13px;
  color: #2b4258;
  outline: none;
}

.vehicle-footer-search button {
  width: 46px;
  border: 0;
  background: #18c948;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.vehicle-footer-column h4,
.vehicle-footer-contact h4 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
}

.vehicle-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.vehicle-footer-column a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}

.vehicle-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vehicle-footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.vehicle-footer-contact-item i {
  color: #1ee05a;
  font-size: 28px;
}

.vehicle-footer-bottom {
  padding: 16px 0 18px;
}

.vehicle-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.vehicle-footer-languages,
.vehicle-footer-payments {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vehicle-footer-languages strong,
.vehicle-footer-payments strong {
  font-size: 15px;
  color: #e8f1fb;
}

.vehicle-footer-languages a {
  color: #dce9f9;
  text-decoration: none;
  font-size: 13px;
}

.vehicle-footer-payments span {
  background: #ffffff;
  color: #244259;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 700;
}

.vehicle-footer-payments-image {
  height: 24px;
  width: auto;
  object-fit: contain;
  display: block;
}

.vehicle-footer-legal-row {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vehicle-footer-legal-row p {
  margin: 0;
  color: #ccddea;
  font-size: 14px;
}

.vehicle-footer-legal-row div {
  display: flex;
  gap: 22px;
}

.vehicle-footer-legal-row a {
  color: #c9d9ea;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .vehicle-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-footer-column h4,
  .vehicle-footer-contact h4 {
    font-size: 14px;
  }

  .vehicle-footer-column a {
    font-size: 14px;
  }

  .vehicle-footer-contact-item {
    font-size: 14px;
  }

  .vehicle-footer-languages strong,
  .vehicle-footer-payments strong {
    font-size: 14px;
  }

  .vehicle-footer-languages a,
  .vehicle-footer-legal-row a,
  .vehicle-footer-legal-row p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .vehicle-footer-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-footer-logo img {
    width: 145px;
  }

  .vehicle-footer-brand-text {
    font-size: 14px;
  }

  .vehicle-footer-search input {
    font-size: 14px;
    height: 38px;
  }

  .vehicle-footer-search button {
    font-size: 20px;
    width: 40px;
  }

  .vehicle-footer-column h4,
  .vehicle-footer-contact h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .vehicle-footer-column a,
  .vehicle-footer-contact-item {
    font-size: 16px;
  }

  .vehicle-footer-contact-item i {
    font-size: 20px;
  }

  .vehicle-footer-languages strong,
  .vehicle-footer-payments strong {
    font-size: 14px;
  }

  .vehicle-footer-languages a {
    font-size: 13px;
  }

  .vehicle-footer-payments span {
    font-size: 11px;
    padding: 4px 6px;
  }

  .vehicle-footer-payments-image {
    height: 20px;
  }

  .vehicle-footer-legal-row p,
  .vehicle-footer-legal-row a {
    font-size: 13px;
  }
}

/* ICSIVE Footer Styles */
.icsive-footer {
  background-color: #071f20;
  width: 100%;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Get Started Now Section */
.footer-get-started {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.get-started-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.get-started-left {
  flex: 1;
}

.get-started-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.get-started-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

.get-started-right {
  flex: 1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-input:focus {
  border-bottom-color: #39ff14;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
  border-bottom: 1px solid #ffffff;
}

.submit-btn {
  background-color: #39ff14;
  color: #000000;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #32e612;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(57, 255, 20, 0.3);
}

/* Middle Section */
.footer-middle {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-list li {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
}

.footer-list a:hover {
  color: #39ff14;
}

.footer-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.footer-text a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-text a:hover {
  color: #39ff14;
}

.footer-hiring {
  color: #ffffff;
  font-size: 16px;
  margin: 20px 0 0 0;
}

.footer-hiring a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-hiring a:hover {
  color: #39ff14;
}

/* Footer Bottom */
.footer-bottom {
  padding: 40px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-icon {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.social-icon i {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon:hover i {
  color: #39ff14;
}

.footer-copyright {
  flex: 1;
  text-align: center;
}

.footer-copyright p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.copyright-brand {
  color: #39ff14;
  font-weight: 600;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-legal a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #39ff14;
}

.footer-legal span {
  color: #ffffff;
}

/* Footer Responsive Styles */
@media (max-width: 1024px) {
  .footer-container {
    padding: 0 30px;
  }
  
  .get-started-content {
    gap: 40px;
  }
  
  .get-started-title {
    font-size: 40px;
  }
  
  .footer-columns {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0 20px;
  }
  
  .footer-get-started {
    padding: 60px 0;
  }
  
  .get-started-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .get-started-title {
    font-size: 36px;
  }
  
  .footer-middle {
    padding: 40px 0;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-copyright {
    order: 2;
  }
  
  .footer-legal {
    order: 3;
    justify-content: center;
  }
}

/* Home Hero Section */
.home-hero {
  position: relative;
  min-height: 820px;
  background-image: url('/img/bg/bg1.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.85) 0%, rgba(6, 31, 57, 0.7) 45%, rgba(13, 38, 69, 0.35) 75%, rgba(15, 42, 74, 0.18) 100%),
    radial-gradient(circle at 20% 50%, rgba(13, 137, 156, 0.26), rgba(6, 18, 33, 0.05) 60%);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 40px 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.home-hero-kicker {
  margin: 0 0 16px;
  color: #3dc5cb;
  font-size: 13px;
  letter-spacing: 2.2px;
  font-weight: 600;
}

.home-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
}

.home-hero-text {
  margin: 22px 0 0;
  color: #dce7f5;
  font-size: 26px;
  line-height: 1.4;
  max-width: 590px;
}

.home-hero-action-row {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-hero-btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f1fbff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-hero-btn i {
  font-size: 12px;
}

.home-hero-btn-primary {
  background: linear-gradient(90deg, #22aeb8 0%, #177f95 100%);
}

.home-hero-btn-secondary {
  background: linear-gradient(90deg, #154e70 0%, #123f5b 100%);
}

.home-hero-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}

.home-hero-stat {
  border: 1px solid rgba(101, 138, 175, 0.5);
  border-radius: 999px;
  background: rgba(6, 23, 44, 0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
}

.home-hero-stat-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid rgba(137, 167, 200, 0.8);
  background: rgba(19, 58, 93, 0.9);
  flex-shrink: 0;
}

.home-hero-stat strong {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.home-hero-stat span {
  color: #d7e6f7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.home-hero-stat-wide {
  grid-column: 1 / span 2;
  max-width: 280px;
}

.home-hero-card {
  background: linear-gradient(180deg, rgba(4, 20, 39, 0.97) 0%, rgba(3, 16, 32, 0.98) 100%);
  border: 1px solid rgba(68, 100, 138, 0.45);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.home-hero-card h2 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 1px;
  font-weight: 800;
}

.home-hero-card > p {
  margin: 14px 0 0;
  text-align: center;
  color: #c8d7e8;
  font-size: 22px;
}

.home-hero-steps {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-hero-steps button {
  border: 1px solid rgba(83, 119, 160, 0.7);
  border-radius: 999px;
  color: #d9e9f9;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, rgba(8, 27, 49, 0.95) 0%, rgba(17, 54, 91, 0.82) 100%);
  cursor: pointer;
}

.home-hero-steps button:focus-visible {
  outline: 2px solid rgba(84, 201, 233, 0.85);
  outline-offset: 2px;
}

.home-hero-steps b {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0e3a5f;
  border: 1px solid rgba(127, 161, 196, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #e8f3ff;
}

.home-hero-form-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.home-hero-form-grid label {
  color: #8ea4bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-hero-form-grid select {
  width: 100%;
  background: linear-gradient(180deg, rgba(10, 30, 52, 0.95) 0%, rgba(23, 63, 103, 0.82) 100%);
  border: 1px solid rgba(127, 153, 184, 0.5);
  border-radius: 16px;
  height: 34px;
  color: #ffffff;
  font-size: 13px;
  padding: 0 14px;
  outline: none;
}

.home-hero-form-grid select option {
  color: #000000;
  background: #ffffff;
}

.home-hero-form-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-card-btn {
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(78, 109, 145, 0.56);
  color: #eaf5ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
}

.home-card-btn-search {
  border: 0;
  background: linear-gradient(90deg, #1da4b3 0%, #136f87 100%);
}

.home-card-btn-clear {
  background: linear-gradient(180deg, rgba(8, 27, 49, 0.95) 0%, rgba(17, 54, 91, 0.82) 100%);
}

.home-hero-card small {
  display: block;
  margin-top: 14px;
  color: #9eb4cc;
  font-size: 10px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 60px 20px;
  }

  .home-hero-title {
    font-size: 46px;
  }

  .home-hero-text {
    font-size: 22px;
    max-width: 100%;
  }

  .home-hero-card {
    max-width: 640px;
  }
}

@media (max-width: 768px) {
  .home-hero-title {
    font-size: 34px;
  }

  .home-hero-text {
    font-size: 18px;
  }

  .home-hero-form-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-stats {
    grid-template-columns: 1fr;
  }

  .home-hero-stat-wide {
    grid-column: 1;
    max-width: none;
  }

  .home-hero-card {
    padding: 24px 16px;
  }

  .home-hero-card h2 {
    font-size: 30px;
  }

  .home-hero-card > p {
    font-size: 16px;
  }
}

/* Browse Panels Section */
.browse-panels-section {
  background: #f4f5f7;
  padding: 26px 0 20px;
}

.browse-panels-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.browse-panel h2 {
  margin: 0 0 12px;
  color: #12315b;
  font-size: 22px;
  font-weight: 700;
}

.browse-panel-left {
  border-right: 1px dotted #9099a4;
  padding-right: 12px;
}

.browse-panel-right {
  padding-left: 4px;
}

.browse-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.browse-card {
  min-height: 96px;
  background: #f2f2f3;
  border: 1px solid #ccd4df;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  text-align: center;
}

.browse-card img {
  width: 58px;
  height: 38px;
  object-fit: contain;
}

.browse-card span {
  margin-top: 9px;
  color: #576e86;
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .browse-panels-wrap {
    grid-template-columns: 1fr;
  }

  .browse-panel-left {
    border-right: 0;
    border-bottom: 1px dotted #9099a4;
    padding-right: 0;
    padding-bottom: 14px;
  }

  .browse-panel-right {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .browse-panel h2 {
    font-size: 28px;
  }

  .browse-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .browse-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Spare Parts Section */
.spare-parts-section {
  background: #f4f5f7;
  padding: 0 0 24px;
}

.spare-parts-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

.spare-parts-wrap h2 {
  margin: 0;
  height: 36px;
  background: #143f4f;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.4px;
}

.spare-parts-grid {
  padding: 22px 8px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 10px;
}

.spare-part-card {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.spare-part-card img {
  width: 86px;
  height: 66px;
  object-fit: contain;
}

.spare-part-card span {
  margin-top: 10px;
  color: #1b3d69;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .spare-parts-wrap h2 {
    font-size: 24px;
    height: 48px;
  }

  .spare-parts-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .spare-parts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 8px;
  }

  .spare-part-card {
    min-height: 110px;
  }

  .spare-part-card img {
    width: 72px;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .spare-parts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Maker Feature Section */
.maker-feature-section {
  background: #f4f5f7;
  padding: 8px 0 30px;
}

.maker-feature-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6px;
}

.maker-feature-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 12px;
}

.maker-feature-tabs button {
  height: 34px;
  border: 0;
  background: #143f4f;
  color: #ffffff;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.maker-feature-tabs button.active {
  background: #1f5668;
}

.maker-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px minmax(0, 1fr);
  gap: 0;
  border: 1px solid #e0e2e7;
  background: #f5f5f6;
}

.maker-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.maker-side-card {
  border-right: 1px solid #e1e3e8;
  border-bottom: 1px solid #e1e3e8;
  min-height: 182px;
  padding: 12px 10px;
  background: #f5f5f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.maker-side-grid .maker-side-card:nth-child(2n) {
  border-right: 0;
}

.maker-side-grid .maker-side-card:nth-child(n + 5) {
  border-bottom: 0;
}

.maker-side-tag {
  display: inline-block;
  background: #1e4b5f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
}

.maker-side-card h3 {
  margin: 8px 0 0;
  color: #2f4260;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 34px;
  text-transform: uppercase;
}

.maker-side-card img {
  width: 92%;
  max-height: 95px;
  object-fit: contain;
  margin: auto auto 0;
}

.maker-center-card {
  background: #ffffff;
  border-left: 1px solid #dadddf;
  border-right: 1px solid #dadddf;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.33);
  position: relative;
  z-index: 1;
  padding: 30px 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maker-center-card h2 {
  margin: 0;
  color: #ae733a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

.maker-center-card img {
  width: 60%;
  max-width: 360px;
  height: 405px;
  object-fit: contain;
}

.maker-center-card button {
  width: 100%;
  border: 0;
  background: #143f4f;
  color: #ffffff;
  height: 31px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.maker-center-card button i {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .maker-side-card h3 {
    font-size: 12px;
  }

  .maker-center-card h2 {
    font-size: 30px;
  }

  .maker-center-card img {
    height: 280px;
  }

  .maker-center-card button {
    font-size: 18px;
    height: 34px;
  }

  .maker-center-card button i {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .maker-feature-layout {
    grid-template-columns: 1fr;
    gap: 10px;
    border: 0;
  }

  .maker-center-card {
    order: -1;
    grid-column: auto;
    border: 1px solid #d8dce3;
  }

  .maker-side-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 0;
    border: 1px solid #e1e3e8;
  }

  .maker-side-card {
    border-right: 1px solid #e1e3e8;
    border-bottom: 1px solid #e1e3e8;
    min-height: 160px;
  }

  .maker-side-grid .maker-side-card:nth-child(2n) {
    border-right: 0;
  }

  .maker-side-grid .maker-side-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .maker-feature-tabs button {
    font-size: 10px;
    padding: 0 10px;
    height: 30px;
  }

  .maker-side-grid {
    grid-template-columns: 1fr;
  }

  .maker-side-card {
    border-right: 0;
  }

  .maker-side-grid .maker-side-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e1e3e8;
  }

  .maker-side-grid .maker-side-card:last-child {
    border-bottom: 0;
  }
}

/* ICSIVE Blog Page Styles */
.blog-page {
  min-height: 100vh;
  background-color: #ffffff;
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Blog Hero Section */
.blog-hero {
  background-color: #071f20;
  padding: 100px 0 80px;
  text-align: center;
  color: #ffffff;
}

.blog-hero-title {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.blog-hero-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

/* Blog Content Section */
.blog-content {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Blog Filters */
.blog-filters {
  margin-bottom: 50px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.filter-btn {
  padding: 10px 24px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.filter-btn:hover {
  background-color: #0d4a3a;
  color: #ffffff;
  border-color: #0d4a3a;
}

.filter-btn.active {
  background-color: #39ff14;
  color: #000000;
  border-color: #39ff14;
  font-weight: 600;
}

/* Blog Filters Loading and Error States */
.blog-filters-loading,
.blog-filters-error {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.blog-filters-loading {
  color: #666666;
}

.blog-filters-error {
  color: #ff4444;
  background-color: #ffe6e6;
  border-radius: 8px;
  border: 1px solid #ffcccc;
}

/* Blog Posts Loading, Error, and Empty States */
.blog-posts-loading,
.blog-posts-error,
.blog-posts-empty {
  text-align: center;
  padding: 60px 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.blog-posts-loading {
  color: #666666;
}

.blog-posts-error {
  color: #ff4444;
  background-color: #ffe6e6;
  border-radius: 8px;
  border: 1px solid #ffcccc;
  padding: 30px 20px;
}

.blog-posts-empty {
  color: #666666;
}

/* Blog Posts Grid */
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Blog Card */
.blog-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
}

.blog-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #39ff14;
  color: #000000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.blog-card-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

.blog-card-date {
  color: #666666;
}

.blog-card-author {
  color: #666666;
}

.blog-card-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: #39ff14;
}

.blog-card-excerpt {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: 0;
  flex-shrink: 1;
}

.blog-card-read-more {
  color: #0d4a3a;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.blog-card-read-more:hover {
  color: #39ff14;
  transform: translateX(5px);
}

/* Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding: 14px 18px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.pagination-btn {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.pagination-btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #0d4a3a;
  color: #ffffff;
  border-color: #0d4a3a;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #9aa0a6;
  font-size: 18px;
}

.pagination-number:hover {
  background-color: #0d4a3a;
  color: #ffffff;
  border-color: #0d4a3a;
}

.pagination-number.active {
  background-color: #39ff14;
  color: #000000;
  border-color: #39ff14;
  font-weight: 600;
}

/* Blog Page Responsive Styles */
@media (max-width: 1024px) {
  .blog-container {
    padding: 0 30px;
  }
  
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .blog-hero-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .blog-container {
    padding: 0 20px;
  }
  
  .blog-hero {
    padding: 60px 0 50px;
  }
  
  .blog-hero-title {
    font-size: 36px;
  }
  
  .blog-hero-subtitle {
    font-size: 16px;
  }
  
  .blog-content {
    padding: 40px 0;
  }
  
  .blog-filters {
    margin-bottom: 30px;
  }
  
  .filter-buttons {
    justify-content: flex-start;
    gap: 8px;
  }
  
  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .blog-card-image {
    height: 200px;
  }
  
  .blog-card-content {
    padding: 20px;
  }
  
  .blog-card-title {
    font-size: 20px;
  }
  
  .pagination-numbers {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .pagination-number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .pagination-btn-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* ICSIVE Blog Detail Page Styles */
.blog-detail-page {
  min-height: 100vh;
  background-color: #ffffff;
}

.blog-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.blog-detail-loading {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-error {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ff4444;
  font-family: 'Montserrat', sans-serif;
  padding: 40px;
  text-align: center;
}

/* Blog Detail Hero Section */
.blog-detail-hero {
  background-color: #071f20;
  padding: 60px 0 40px;
  color: #ffffff;
}

.blog-detail-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-detail-breadcrumb a:hover {
  color: #39ff14;
}

.blog-detail-breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 8px;
}

.blog-detail-category {
  display: inline-block;
  background-color: #39ff14;
  color: #000000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-detail-author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.author-role {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-date-time {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-reading-time {
  color: rgba(255, 255, 255, 0.8);
}

/* Featured Image */
.blog-detail-featured-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.blog-detail-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Blog Detail Content Section */
.blog-detail-content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: start;
}

/* Blog Detail Article */
.blog-detail-article {
  background-color: #ffffff;
}

.blog-detail-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  color: #0d4a3a;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px 0;
  color: #0d4a3a;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-content p {
  margin: 0 0 20px 0;
  color: #555555;
}

.blog-detail-content ul,
.blog-detail-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.blog-detail-content li {
  margin: 10px 0;
  color: #555555;
}

.blog-detail-content a {
  color: #0d4a3a;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.blog-detail-content a:hover {
  color: #39ff14;
}

.blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
}

.blog-detail-content blockquote {
  border-left: 4px solid #39ff14;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666666;
}

/* Tags Section */
.blog-detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.tags-label {
  font-weight: 600;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.blog-tag {
  background-color: #f5f5f5;
  color: #333333;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.blog-tag:hover {
  background-color: #39ff14;
  color: #000000;
}

/* Share Section */
.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.share-label {
  font-weight: 600;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.share-facebook:hover {
  background-color: #1877f2;
  color: #ffffff;
}

.share-twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
}

.share-linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}

.share-copy:hover {
  background-color: #39ff14;
  color: #000000;
}

/* Author Bio */
.blog-detail-author-bio {
  display: flex;
  gap: 20px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 40px 0;
}

.author-bio-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-bio-content {
  flex: 1;
}

.author-bio-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.author-bio-role {
  font-size: 14px;
  color: #666666;
  margin: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
}

.author-bio-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Sidebar */
.blog-detail-sidebar {
  position: sticky;
  top: 100px;
}

/* Table of Contents */
.blog-detail-toc {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.toc-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin: 10px 0;
}

.toc-list a {
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
}

.toc-list a:hover {
  color: #39ff14;
}

.toc-list a.active {
  color: #0d4a3a;
  font-weight: 600;
}

.toc-list .toc-h2 {
  font-weight: 600;
  padding-left: 0;
}

.toc-list .toc-h3 {
  padding-left: 20px;
  font-size: 13px;
}

/* Related Posts in Sidebar */
.blog-detail-related {
  margin-bottom: 30px;
}

.related-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.related-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.related-post-item {
  display: flex;
  gap: 15px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.related-post-item:hover {
  transform: translateX(5px);
}

.related-post-item img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.related-post-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333333;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}

.related-post-content h4:hover {
  color: #39ff14;
}

.related-post-date {
  font-size: 12px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

/* CTA Section */
.blog-detail-cta {
  background: linear-gradient(135deg, #0d4a3a 0%, #1a6b5a 100%);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
}

.blog-detail-cta h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail-cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
}

.cta-button {
  display: inline-block;
  background-color: #39ff14;
  color: #000000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.cta-button:hover {
  background-color: #32e612;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(57, 255, 20, 0.3);
}

/* Related Posts Section */
.blog-detail-related-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.related-section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-post-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.related-post-card a {
  text-decoration: none;
  display: block;
}

.related-post-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #39ff14;
  color: #000000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.related-post-content {
  padding: 20px;
}

.related-post-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #333333;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}

.related-post-content h3:hover {
  color: #39ff14;
}

.related-post-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}

/* Blog Detail Responsive Styles */
@media (max-width: 1024px) {
  .blog-detail-container {
    padding: 0 30px;
  }
  
  .blog-detail-layout {
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
  
  .blog-detail-title {
    font-size: 40px;
  }
  
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-detail-container {
    padding: 0 20px;
  }
  
  .blog-detail-hero {
    padding: 40px 0 30px;
  }
  
  .blog-detail-title {
    font-size: 32px;
  }
  
  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-detail-featured-image {
    padding: 0 20px;
    margin-top: -20px;
  }
  
  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .blog-detail-sidebar {
    position: static;
  }
  
  .blog-detail-content {
    font-size: 16px;
  }
  
  .blog-detail-content h2 {
    font-size: 26px;
  }
  
  .blog-detail-content h3 {
    font-size: 20px;
  }
  
  .blog-detail-author-bio {
    flex-direction: column;
    text-align: center;
  }
  
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
  
  .related-section-title {
    font-size: 28px;
  }
}

/* Page Content Styles */
.page-content {
  min-height: 60vh;
  padding: 60px 0;
  background-color: #ffffff;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.page-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
}

.page-content p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
  .page-content {
    padding: 40px 0;
  }
  
  .page-container {
    padding: 0 20px;
  }
  
  .page-content h1 {
    font-size: 36px;
  }
}

/* Search Page */
.search-page {
  background: #020c24;
}

.search-hero {
  position: relative;
  min-height: 72vh;
  padding: 70px 0 90px;
  background: linear-gradient(165deg, #07183f 0%, #02112d 55%, #020b21 100%);
  overflow: hidden;
}

.search-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(36, 180, 255, 0.18), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(2, 130, 255, 0.12), transparent 35%);
}

.search-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.search-header {
  text-align: center;
  margin-bottom: 24px;
}

.search-header h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-header p {
  margin: 0;
  color: #c8ddff;
  font-size: 20px;
}

.search-filter-card {
  border-radius: 28px;
  background: rgba(3, 17, 43, 0.86);
  border: 1px solid rgba(67, 119, 182, 0.42);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(6px);
  padding: 28px;
}

.search-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.search-steps button {
  color: #d2e5ff;
  border: 1px solid rgba(116, 164, 221, 0.55);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(8, 27, 49, 0.95) 0%, rgba(17, 54, 91, 0.82) 100%);
  cursor: pointer;
}

.search-steps button:focus-visible {
  outline: 2px solid rgba(87, 194, 255, 0.9);
  outline-offset: 2px;
}

.search-steps button b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(151, 195, 246, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.search-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.search-form-grid label {
  display: flex;
  flex-direction: column;
  color: #9fc3f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  gap: 8px;
}

.search-form-grid select {
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(143, 177, 224, 0.5);
  background: linear-gradient(180deg, rgba(10, 30, 52, 0.95) 0%, rgba(23, 63, 103, 0.82) 100%);
  color: #ffffff;
  font-size: 17px;
  padding: 0 14px;
  outline: none;
}

.search-form-grid select option {
  color: #000000;
  background: #ffffff;
}

.search-form-grid select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.search-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.search-btn {
  height: 48px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.search-btn-primary {
  background: linear-gradient(100deg, #2db9d6, #1094bb);
  color: #ffffff;
}

.search-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.search-btn-secondary {
  background: linear-gradient(180deg, rgba(8, 27, 49, 0.95) 0%, rgba(17, 54, 91, 0.82) 100%);
  color: #dbeaff;
  border-color: rgba(111, 159, 218, 0.55);
}

.search-filter-card small {
  margin-top: 14px;
  display: block;
  color: #88b2ea;
  font-size: 12px;
  letter-spacing: 1px;
}

.search-results {
  margin-top: 24px;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(79, 125, 186, 0.42);
  background: rgba(2, 14, 36, 0.82);
}

.search-results-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
}

.search-results-head p {
  margin: 6px 0 0;
  color: #9dc3f6;
  font-size: 15px;
}

.search-results-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.search-part-card {
  border-radius: 16px;
  padding: 18px;
  background: rgba(25, 48, 87, 0.85);
  border: 1px solid rgba(111, 156, 214, 0.45);
}

.search-part-category {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7ab4ff;
  margin-bottom: 8px;
}

.search-part-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.search-part-meta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.search-part-meta strong {
  color: #dbf5ff;
  font-size: 18px;
}

.search-part-meta span {
  color: #91c7ff;
  font-size: 13px;
}

.search-empty {
  margin: 15px 0 0;
  color: #d1e4ff;
}

@media (max-width: 992px) {
  .search-header h1 {
    font-size: 34px;
  }

  .search-header p {
    font-size: 18px;
  }

  .search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .search-hero {
    padding: 50px 0 60px;
  }

  .search-wrap {
    padding: 0 18px;
  }

  .search-header h1 {
    font-size: 28px;
  }

  .search-header p {
    font-size: 16px;
  }

  .search-filter-card {
    padding: 20px;
    border-radius: 22px;
  }

  .search-form-grid,
  .search-actions,
  .search-results-grid {
    grid-template-columns: 1fr;
  }

  .search-btn {
    font-size: 16px;
  }
}