/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/app/globals.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope/static/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TungstenW05-Medium";
  src: url("/fonts/tungstenw05-medium.woff2") format("woff2"), url("/fonts/tungstenw05-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 1;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.container--narrow {
  max-width: 800px;
}

.contai-new {
  padding-left: 40px;
  padding-right: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 40px !important;
  padding-right: 40px !important;
  z-index: 10000;
  padding: 1.25rem 0;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: transform var(--header-animation-duration, 0.3s) ease, opacity var(--header-animation-duration, 0.3s) ease;
}
@media (max-width: 768px) {
  .header {
    position: relative;
    background: #ffffff;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__nav {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.header__logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}
.header__logo:hover {
  color: #000;
  opacity: 1;
}
.header__logo-image {
  max-height: 60px;
  width: 130px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
}
.header__logo-text {
  display: inline-block;
}
.header__menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header__menu > li {
  position: relative;
}
.header__menu > li.has-mega-menu {
  position: static;
}
.header__menu > li.has-mega-menu .mega-menu-trigger::after {
  content: " ▾";
  font-size: 0.75em;
  margin-left: 0.35rem;
  opacity: 0.6;
  transition: transform 0.2s ease;
  display: inline-block;
}
.header__menu > li.has-mega-menu:hover .mega-menu-trigger::after {
  transform: rotate(180deg);
}
.header__menu a {
  color: #000000;
  padding: 0.75rem 0;
  display: block;
  font-weight: 700;
  position: relative;
  transition: color 0.2s ease;
}
.header__menu a:hover {
  color: #000000;
  opacity: 1;
  font-weight: 700;
}
.header__menu > li > a {
  font-size: 1rem;
}
.header__menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}
.header__menu > li > a:hover::after {
  width: 100%;
}
.header__menu .has-children > a::before {
  content: " ▾";
  font-size: 0.75em;
  margin-left: 0.35rem;
  opacity: 0.6;
  transition: transform 0.2s ease;
  display: inline-block;
}
.header__menu .has-children:hover > a::before {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__submenu {
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  min-width: 250px;
  list-style: none;
  padding: 0.75rem 0;
  padding-top: 1rem;
  font-weight: 700;
  margin: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition-delay: 0s, 0s, 0s;
  z-index: 5000;
  pointer-events: none;
}
.header__submenu li {
  padding: 0;
  margin: 0;
}
.header__submenu a {
  padding: 0.875rem 1.5rem;
  white-space: nowrap;
  font-size: 0.95rem;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}
.header__submenu a::after {
  display: none;
}
.header__submenu a:hover {
  background-color: #f9f9f9;
  border-left-color: #000;
  padding-left: 1.75rem;
}
.header__submenu .has-children {
  position: relative;
}
.header__submenu .has-children > a::before {
  content: " ▸";
  float: right;
  margin-left: 1.5rem;
  opacity: 0.6;
}
.header__submenu .header__submenu {
  top: 0;
  left: 100%;
  margin-left: 0.5rem;
  margin-top: -0.75rem;
}
@media (max-width: 768px) {
  .header__submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid #e5e5e5;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .header__submenu a {
    padding: 0.5rem 1rem;
  }
}
.header__menu .has-children:hover > .header__submenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.15s, 0.15s, 0.15s;
}
.header__menu .has-children > a:focus + .header__submenu, .header__menu .has-children > a:focus-within + .header__submenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  pointer-events: auto;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #000;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .header__search-btn {
    display: none;
  }
}

.mega-menu-wrapper {
  position: relative;
  display: inline-block;
}
.mega-menu-wrapper .mega-menu-trigger {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  padding: 0.75rem 0;
  position: relative;
  transition: color 0.2s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.mega-menu-wrapper .mega-menu-trigger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007bff;
  transition: width 0.3s ease;
}
.mega-menu-wrapper .mega-menu-trigger:hover {
  color: #007bff;
  opacity: 1;
}
.mega-menu-wrapper .mega-menu-trigger:hover::after {
  width: 100%;
}

.header:hover .mega-menu-trigger {
  color: #212529;
  text-shadow: none;
}

.mega-menu-dropdown {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding-top: 0.5rem;
  margin-top: -0.5rem;
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 400px;
}

.mega-menu-sidebar {
  width: 250px;
  background: #f8f9fa;
  padding: 2rem 0;
  border-right: 1px solid #e9ecef;
}
.mega-menu-sidebar .mega-menu-heading {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  color: #212529;
}

.mega-menu-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-categories .mega-menu-category {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.mega-menu-categories .mega-menu-category .category-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.mega-menu-categories .mega-menu-category .category-title {
  flex: 1 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: #495057;
}
.mega-menu-categories .mega-menu-category .category-arrow {
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #007bff;
}
.mega-menu-categories .mega-menu-category:hover, .mega-menu-categories .mega-menu-category.active {
  background: #ffffff;
  color: #007bff;
}
.mega-menu-categories .mega-menu-category:hover .category-title, .mega-menu-categories .mega-menu-category.active .category-title {
  color: #007bff;
}
.mega-menu-categories .mega-menu-category:hover .category-arrow, .mega-menu-categories .mega-menu-category.active .category-arrow {
  opacity: 1;
}
.mega-menu-categories .mega-menu-category.active {
  border-left: 3px solid #007bff;
  padding-left: calc(2rem - 3px);
}

.mega-menu-content {
  flex: 1 1;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  overflow-y: auto;
  max-height: 600px;
}

.mega-menu-items-grid {
  flex: 1 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  align-content: start;
}
@media (max-width: 1200px) {
  .mega-menu-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mega-menu-items-grid {
    grid-template-columns: 1fr;
  }
}

.mega-menu-item-wrapper {
  display: flex;
  flex-direction: column;
}

.mega-menu-item {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  color: #495057;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.mega-menu-item:hover {
  background: #f8f9fa;
  color: #007bff;
  transform: translateX(5px);
}

.mega-menu-subitems {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 1rem;
  border-left: 2px solid #e9ecef;
}
.mega-menu-subitems li {
  margin: 0;
}
.mega-menu-subitems .mega-menu-subitem {
  padding: 0.5rem 1rem;
  display: block;
  color: #6c757d;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 4px;
}
.mega-menu-subitems .mega-menu-subitem:hover {
  background: #f8f9fa;
  color: #007bff;
  padding-left: 1.25rem;
}

.mega-menu-featured {
  width: 300px;
  flex-shrink: 0;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.5rem;
}
.mega-menu-featured .featured-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.mega-menu-featured .featured-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}
.mega-menu-featured .featured-description {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .mega-menu-featured {
    display: none;
  }
}

@media (max-width: 768px) {
  .mega-menu-dropdown {
    top: 60px;
  }
  .mega-menu-container {
    flex-direction: column;
    min-height: auto;
  }
  .mega-menu-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 0;
  }
  .mega-menu-sidebar .mega-menu-heading {
    padding: 0 1rem;
    font-size: 1.25rem;
  }
  .mega-menu-categories .mega-menu-category {
    padding: 0.75rem 1rem;
  }
  .mega-menu-content {
    padding: 1rem;
  }
}
.mobile-menu__hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.mobile-menu__hamburger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobile-menu__overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: transparent;
}
.mobile-menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.mobile-menu__nav.open {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .mobile-menu__nav {
    width: 80%;
    min-width: 280px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu__nav {
    width: 50%;
  }
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
}
.mobile-menu__logo {
  display: flex;
  align-items: center;
}
.mobile-menu__logo-image {
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.mobile-menu__logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0066cc;
}
.mobile-menu__close {
  background: none;
  border: 2px solid #000;
  cursor: pointer;
  padding: 0.5rem;
  color: #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.mobile-menu__close:hover {
  background-color: #000;
  color: white;
}
.mobile-menu__content {
  flex: 1 1;
  overflow-y: auto;
  padding: 2rem 0;
}
.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  max-width: 600px;
}
.mobile-menu__item {
  margin-bottom: 0.5rem;
}
.mobile-menu__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__link {
  flex: 1 1;
  padding: 0.75rem 0;
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  transition: color 0.2s ease;
  display: block;
}
.mobile-menu__link:hover {
  color: #0066cc;
  opacity: 1;
}
.mobile-menu__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  margin-left: 0.5rem;
}
.mobile-menu__toggle:hover {
  color: #0066cc;
}
.mobile-menu__submenu {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
  max-height: 1000px;
  overflow: visible;
}
.mobile-menu__submenu .mobile-menu__item {
  margin-bottom: 0.25rem;
}
.mobile-menu__submenu .mobile-menu__link {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  padding: 0.5rem 0;
}
.mobile-menu__submenu .mobile-menu__link:hover {
  color: #0066cc;
}
.mobile-menu__submenu .mobile-menu__submenu {
  margin-left: 1rem;
}
.mobile-menu__submenu .mobile-menu__submenu .mobile-menu__link {
  font-size: 0.95rem;
}
.mobile-menu__item--mega {
  position: relative;
}
.mobile-menu__item--mega .mobile-menu__link--mega {
  cursor: default;
}
.mobile-menu__item--mega .mobile-menu__arrow {
  margin-left: auto;
  color: #666;
  display: none;
}
.mobile-menu__mega-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 100vh;
  background: #ffffff;
  z-index: 10001;
  padding: 4rem 6rem;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0.6s;
}
.mobile-menu__mega-panel.visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0s;
}
@media (max-width: 768px) {
  .mobile-menu__mega-panel {
    padding: 2rem;
    width: 100vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu__mega-panel {
    padding: 3rem 4rem;
  }
}
.mobile-menu__mega-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
  letter-spacing: -0.5px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.mobile-menu__mega-panel.visible .mobile-menu__mega-heading {
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu__mega-content {
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 0;
  overflow-y: auto;
  min-height: 100%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.mobile-menu__mega-panel.visible .mobile-menu__mega-content {
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu__mega-all-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu__mega-category-section {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu__mega-category-section:last-child {
  border-bottom: none;
}
.mobile-menu__mega-category-section:first-child {
  padding-top: 0;
}
.mobile-menu__mega-category-header-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.mobile-menu__mega-category-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007cc3;
  margin: 0;
  white-space: nowrap;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #007cc3;
}
.mobile-menu__mega-category-divider {
  flex: 1 1;
  height: 1px;
  background: linear-gradient(to right, #007cc3, transparent);
}
.mobile-menu__mega-items-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem 1.5rem;
  gap: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .mobile-menu__mega-items-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu__mega-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 1rem;
  }
}
.mobile-menu__mega-category-group {
  display: flex;
  flex-direction: column;
}
.mobile-menu__mega-category-label {
  font-size: 1rem;
  font-weight: 600;
  color: #007cc3;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #007cc3;
}
.mobile-menu__mega-close {
  position: absolute;
  top: 3rem;
  right: 4rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 300;
  transition: color 0.2s ease;
  z-index: 10;
}
.mobile-menu__mega-close:hover {
  color: #007cc3;
}
@media (max-width: 768px) {
  .mobile-menu__mega-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.mobile-menu__mega-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mobile-menu__mega-items li {
  margin: 0;
}
.mobile-menu__mega-link {
  display: block;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid rgba(0, 123, 195, 0.2);
  border-radius: 4px;
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}
.mobile-menu__mega-link:hover {
  background: rgba(0, 123, 195, 0.05);
  color: #007cc3;
  border-color: #007cc3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 123, 195, 0.15);
}
.mobile-menu__footer {
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu__social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.mobile-menu__social-link {
  color: #666;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.mobile-menu__social-link:hover {
  color: #0066cc;
  opacity: 1;
}

.hamburger-line {
  width: 24px;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.hamburger-line.open:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #333;
}
.hamburger-line.open:nth-child(2) {
  opacity: 0;
}
.hamburger-line.open:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #333;
}

.footer {
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  margin-top: 4rem;
}
.footer__main {
  padding: 3rem 0 2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #333;
}
.footer__description {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__links a {
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #000;
}
.footer__social {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__social a {
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}
.footer__social a:hover {
  color: #000;
}
.footer__bottom {
  border-top: 1px solid #e5e5e5;
  padding: 1.5rem 0;
}
.footer__copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer__copyright-wrapper {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.footer__copyright-left, .footer__copyright-right {
  flex: 1 1;
  color: #666;
  font-size: 0.875rem;
}
.footer__copyright-left p, .footer__copyright-right p {
  margin: 0;
}
.footer__copyright-left a, .footer__copyright-right a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__copyright-left a:hover, .footer__copyright-right a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .footer__copyright-left, .footer__copyright-right {
    text-align: center;
  }
}
.footer__copyright-left {
  text-align: left;
}
@media (max-width: 768px) {
  .footer__copyright-left {
    text-align: center;
  }
}
.footer__copyright-right {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__copyright-right {
    text-align: center;
  }
}
.footer__content {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer__content p {
  margin: 0 0 0.5rem 0;
}
.footer__content p:last-child {
  margin-bottom: 0;
}
.footer__content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0.5rem 0;
}
.footer__content a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
}
.footer__content a img {
  width: 24px;
  height: 24px;
  margin: 0;
}

.hero {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
.hero__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
}
.hero__description {
  font-size: 1.25rem;
  color: #666;
}
@media (max-width: 768px) {
  .hero__description {
    font-size: 1rem;
  }
}

.posts-grid {
  margin-bottom: 3rem;
}
.posts-grid__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .posts-grid__items {
    grid-template-columns: 1fr;
  }
}

.section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.post-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.post-card__image-link {
  display: block;
}
.post-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f9f9f9;
}
.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__content {
  padding: 1.5rem;
}
.post-card__categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.post-card__category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}
.post-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.post-card__title a {
  color: #333;
}
.post-card__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}
.post-card__excerpt {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.post-card__read-more {
  font-weight: 600;
  color: #000;
}

.post-single__header {
  margin-bottom: 2rem;
}
.post-single__categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.post-single__category {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}
.post-single__title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .post-single__title {
    font-size: 2rem;
  }
}
.post-single__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #666;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.post-single__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-single__author-avatar {
  border-radius: 50%;
}
.post-single__featured-image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}
.post-single__content {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .post-single__content {
    font-size: 1rem;
  }
}
.post-single__content h2 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.post-single__content h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
}
.post-single__content p {
  margin-bottom: 1.5rem;
}
.post-single__content ul,
.post-single__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.post-single__content li {
  margin-bottom: 0.5rem;
}
.post-single__content img {
  border-radius: 8px;
  margin: 2rem 0;
}
.post-single__content a {
  text-decoration: underline;
}
.post-single__content blockquote {
  border-left: 4px solid #000;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
}
.post-single__content code {
  background-color: #f9f9f9;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: "Courier New", monospace;
}
.post-single__content pre {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
}
.post-single__content pre code {
  background: none;
  padding: 0;
}
.post-single__footer {
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}
.post-single__tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}
.post-single__tag {
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  color: #333;
}

.page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.page-header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.page-header p {
  font-size: 1.25rem;
  color: #666;
}

.page-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.page-content h2 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.page-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.page-content ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.page-content li {
  margin-bottom: 0.5rem;
}

.not-found {
  text-align: center;
  padding: 4rem 0;
}
.not-found h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.not-found p {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 2rem;
}

.button {
  display: inline-block;
  background-color: #000;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
}
.button:hover {
  background-color: #0051cc;
  opacity: 1;
}

.slide-heading h2 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

/**
 * Full Width Left Text Section Block Styles
 * 
 * Sections:
 * 1. Variables
 * 2. Base Section Styles
 * 3. Container & Layout
 * 4. Content Section
 * 5. Heading & Subheading
 * 6. Button Styles
 * 7. Case Studies Section
 * 8. Image Section
 * 9. Decorative Elements
 * 10. Responsive Design
 */
.full-width-left-text-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--bg-color, #b8860b);
  min-height: var(--section-height, 100vh);
  width: var(--section-width, 100%);
  padding-top: var(--padding-top, 4rem);
  padding-bottom: var(--padding-bottom, 4rem);
  padding-left: var(--padding-left, 2rem);
  padding-right: var(--padding-right, 2rem);
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom, 0);
}

.full-width-left-text-section__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
}

.full-width-left-text-section__content {
  flex: 0 0 50%;
  color: white;
  z-index: 2;
  padding-right: 2rem;
}

.full-width-left-text-section--reversed .full-width-left-text-section__container {
  flex-direction: row-reverse;
}
.full-width-left-text-section--reversed .full-width-left-text-section__content {
  padding-right: 0;
  padding-left: 2rem;
}
.full-width-left-text-section--reversed .full-width-left-text-section__image {
  padding-left: 0;
  padding-right: 2rem;
}
.full-width-left-text-section--reversed .full-width-left-text-section__image-element {
  margin-left: 0;
  margin-right: auto;
}
.full-width-left-text-section--reversed .full-width-left-text-section__decoration--1 {
  right: auto;
  left: 10%;
}
.full-width-left-text-section--reversed .full-width-left-text-section__decoration--2 {
  right: auto;
  left: 5%;
}

.full-width-left-text-section__heading {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: white;
}

.full-width-left-text-section__subheading {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-style: italic;
  opacity: 0.9;
  color: white;
}

.full-width-left-text-section__button {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.full-width-left-text-section__button:hover, .full-width-left-text-section__button:focus {
  background-color: white;
  color: #b8860b;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.full-width-left-text-section__button:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
}

.full-width-left-text-section__case-studies {
  margin-top: 2rem;
}

.full-width-left-text-section__case-studies-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
}

.full-width-left-text-section__case-studies-wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.full-width-left-text-section__case-study {
  flex: 1 1;
  min-width: 250px;
  margin-bottom: 0;
}

.full-width-left-text-section__case-study-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: white;
}

.full-width-left-text-section__case-study-text {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
  color: white;
  line-height: 1.5;
}

.full-width-left-text-section__case-study-link {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease;
  position: relative;
}
.full-width-left-text-section__case-study-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}
.full-width-left-text-section__case-study-link:hover, .full-width-left-text-section__case-study-link:focus {
  opacity: 0.8;
}
.full-width-left-text-section__case-study-link:hover::after, .full-width-left-text-section__case-study-link:focus::after {
  width: 100%;
}
.full-width-left-text-section__case-study-link:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
}

.full-width-left-text-section__image {
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}

.full-width-left-text-section__image-element {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: auto;
  display: block;
  border-radius: 4px;
}

.full-width-left-text-section__decoration {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}
.full-width-left-text-section__decoration--1 {
  right: 10%;
  top: 20%;
  width: 100px;
  height: 300px;
}
.full-width-left-text-section__decoration--2 {
  right: 5%;
  bottom: 10%;
  width: 60px;
  height: 200px;
}

@media (max-width: 1024px) {
  .full-width-left-text-section__container {
    gap: 3rem;
  }
  .full-width-left-text-section__heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .full-width-left-text-section {
    padding: 3rem 1.5rem;
  }
  .full-width-left-text-section__container {
    flex-direction: column;
    gap: 2rem;
  }
  .full-width-left-text-section__content {
    flex: 1 1;
    padding-right: 0;
  }
  .full-width-left-text-section__image {
    flex: 1 1;
    padding-left: 0;
  }
  .full-width-left-text-section__heading {
    font-size: 2rem;
  }
  .full-width-left-text-section__button {
    padding: 6px 18px;
    font-size: 10px;
    margin-bottom: 2rem;
  }
  .full-width-left-text-section__case-studies {
    margin-top: 1.5rem;
  }
  .full-width-left-text-section__case-studies-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .full-width-left-text-section__case-study {
    min-width: 100%;
  }
  .full-width-left-text-section__image-element {
    margin-left: 0;
    margin-right: 0;
  }
  .full-width-left-text-section__decoration {
    display: none;
  }
  .full-width-left-text-section--reversed .full-width-left-text-section__container {
    flex-direction: column;
  }
  .full-width-left-text-section--reversed .full-width-left-text-section__content {
    padding-left: 0;
  }
  .full-width-left-text-section--reversed .full-width-left-text-section__image {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .full-width-left-text-section {
    padding: 2rem 1rem;
  }
  .full-width-left-text-section__heading {
    font-size: 1.75rem;
  }
  .full-width-left-text-section__case-study-heading {
    font-size: 1.125rem;
  }
}
.image-grid-hover-block {
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.image-grid-hover-block .image-grid-header {
  text-align: center;
  margin-bottom: 50px;
}
.image-grid-hover-block .image-grid-header .section-heading {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 0 0;
  color: #000;
}
.image-grid-hover-block .image-grid-header .section-subheading {
  font-size: 25px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
}
.image-grid-hover-block .image-grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px;
  gap: 0px;
}
.image-grid-hover-block .image-grid-container .image-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 8px;
}
.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.image-grid-hover-block .image-grid-container .image-grid-item.large-item {
  grid-column: 1;
  grid-row: 1/3;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-grid-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  color: #fff;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 25px;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 0;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-text {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper:hover .grid-image {
  transform: scale(1.05);
}
.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper:hover .image-overlay {
  transform: translateY(0);
}
.image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper {
  min-height: 620px;
}
@media (max-width: 1024px) {
  .image-grid-hover-block {
    padding: 40px 20px;
  }
  .image-grid-hover-block .image-grid-header {
    margin-bottom: 40px;
  }
  .image-grid-hover-block .image-grid-header .section-heading {
    font-size: 36px;
  }
  .image-grid-hover-block .image-grid-header .section-subheading {
    font-size: 16px;
  }
  .image-grid-hover-block .image-grid-container {
    gap: 15px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper {
    min-height: 250px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay {
    padding: 30px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading {
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading {
    font-size: 15px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-text {
    font-size: 14px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper {
    min-height: 515px;
  }
}
@media (max-width: 768px) {
  .image-grid-hover-block {
    padding: 30px 15px;
  }
  .image-grid-hover-block .image-grid-header {
    margin-bottom: 30px;
  }
  .image-grid-hover-block .image-grid-header .section-heading {
    font-size: 28px;
  }
  .image-grid-hover-block .image-grid-header .section-subheading {
    font-size: 14px;
  }
  .image-grid-hover-block .image-grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item.large-item {
    grid-row: span 1;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper {
    min-height: 300px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay {
    padding: 25px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading {
    font-size: 22px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading {
    font-size: 16px;
  }
  .image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper {
    min-height: 300px;
  }
}

.icon-text-grid {
  width: 100%;
  padding: 60px 20px;
}
.icon-text-grid__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.icon-text-grid__item {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid rgba(166, 29, 33, 0.3411764706);
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.icon-text-grid__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #A61D21;
}
.icon-text-grid__item:hover .icon-text-grid__icon {
  animation: rotate360 0.6s ease-in-out;
}
.icon-text-grid__item:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.icon-text-grid__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.icon-text-grid__text {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}
.icon-text-grid__icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-text-grid__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .icon-text-grid__container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
  }
  .icon-text-grid__item {
    padding: 25px 15px;
  }
  .icon-text-grid__text {
    font-size: 18px;
  }
  .icon-text-grid__icon-wrapper {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .icon-text-grid {
    padding: 40px 15px;
  }
  .icon-text-grid__container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }
  .icon-text-grid__item {
    padding: 20px 15px;
  }
  .icon-text-grid__text {
    font-size: 16px;
  }
  .icon-text-grid__icon-wrapper {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .icon-text-grid {
    padding: 30px 10px;
  }
  .icon-text-grid__container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .icon-text-grid__item {
    padding: 25px 20px;
  }
  .icon-text-grid__text {
    font-size: 18px;
  }
  .icon-text-grid__icon-wrapper {
    width: 50px;
    height: 50px;
  }
}
.promo-block {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  border-radius: 10px;
}
.promo-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-image: var(--bg-image, none);
  transition: transform 0.6s ease;
  z-index: 0;
  background-color: #131A4E;
}
.promo-block:hover::before {
  transform: scale(1.1);
}
.promo-block--reversed {
  justify-content: flex-end;
}
.promo-block--reversed::before {
  background-position: left;
}
.promo-block--reversed .promo-block__content {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.promo-block--reversed .promo-block__container {
  display: flex;
  justify-content: flex-end;
}
.promo-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 1;
}
.promo-block__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}
.promo-block__content {
  max-width: 600px;
}
.promo-block__heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .promo-block__heading {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .promo-block__heading {
    font-size: 1.75rem;
  }
}
.promo-block__sub-heading {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .promo-block__sub-heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .promo-block__sub-heading {
    font-size: 1rem;
  }
}
.promo-block__button {
  display: inline-block;
  padding: 14px 32px;
  background-color: #ffffff;
  color: #0d1b3e;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.promo-block__button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.promo-block__button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .promo-block__button {
    padding: 6px 18px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .promo-block {
    min-height: 350px;
  }
  .promo-block__container {
    padding: 40px 20px;
  }
  .promo-block--reversed {
    justify-content: flex-start;
  }
  .promo-block--reversed::before {
    background-position: center;
  }
  .promo-block--reversed .promo-block__content {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .promo-block--reversed .promo-block__container {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .promo-block {
    min-height: 300px;
  }
  .promo-block__container {
    padding: 30px 15px;
  }
}

.purpose-block {
  position: relative;
  padding: 60px 20px;
  margin: 40px auto;
  max-width: 1200px;
}
.purpose-block__container {
  position: relative;
  padding: 60px 80px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
}
.purpose-block__container::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
  z-index: 0;
}
.purpose-block__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--border-color, #00A3E0);
  -webkit-clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 40px, 40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px));
  z-index: -1;
}
.purpose-block__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.purpose-block__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .purpose-block__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .purpose-block__heading {
    font-size: 1.75rem;
  }
}
.purpose-block__sub-heading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 30px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .purpose-block__sub-heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .purpose-block__sub-heading {
    font-size: 1.125rem;
  }
}
.purpose-block__button {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--border-color, #00A3E0);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.purpose-block__button:hover {
  background-color: #0082b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 163, 224, 0.3);
}
.purpose-block__button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .purpose-block__button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .purpose-block {
    padding: 40px 15px;
    margin: 30px auto;
  }
  .purpose-block__container {
    padding: 40px 40px;
    -webkit-clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
            clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .purpose-block__container::before, .purpose-block__container::after {
    -webkit-clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
            clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
  }
}
@media (max-width: 480px) {
  .purpose-block {
    padding: 30px 10px;
    margin: 20px auto;
  }
  .purpose-block__container {
    padding: 30px 25px;
    -webkit-clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
            clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
  }
  .purpose-block__container::before, .purpose-block__container::after {
    -webkit-clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
            clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
  }
}

.counter-block {
  padding: 60px 20px !important;
  /* Background color will be set via inline styles */
  width: 100%;
}
.counter-block__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100%;
}
.counter-block__header {
  text-align: center !important;
  margin-bottom: 80px !important;
  position: relative;
}
.counter-block__heading {
  font-size: 56px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 24px 0 !important;
  line-height: 1.1 !important;
  font-family: inherit !important;
  letter-spacing: -0.02em !important;
  position: relative;
}
.counter-block__heading::before {
  content: "" !important;
}
@media (max-width: 768px) {
  .counter-block__heading {
    font-size: 40px !important;
  }
}
.counter-block__sub-heading {
  font-size: 24px !important;
  color: #666 !important;
  margin: 0 auto !important;
  line-height: 1.5 !important;
  max-width: 700px !important;
  font-family: inherit !important;
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .counter-block__sub-heading {
    font-size: 18px !important;
  }
}
.counter-block__counters {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 60px !important;
  gap: 60px !important;
  align-items: start !important;
  width: 100%;
}
@media (max-width: 992px) {
  .counter-block__counters {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 50px !important;
  }
}
@media (max-width: 768px) {
  .counter-block__counters {
    grid-template-columns: 1fr !important;
    gap: 60px !important;
  }
}
.counter-block__item {
  text-align: center !important;
  padding: 0 !important;
}
.counter-block__number {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
  font-family: inherit !important;
  letter-spacing: -0.03em !important;
}
@media (max-width: 768px) {
  .counter-block__number {
    font-size: 64px !important;
  }
}
.counter-block__prefix {
  font-size: 32px !important;
  margin-right: 4px !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
  align-self: flex-start !important;
  padding-top: 8px !important;
}
@media (max-width: 768px) {
  .counter-block__prefix {
    font-size: 26px !important;
    padding-top: 6px !important;
  }
}
.counter-block__value {
  font-weight: 700 !important;
}
.counter-block__suffix {
  font-size: 48px !important;
  margin-left: 2px !important;
  font-weight: 600 !important;
  align-self: flex-start !important;
  padding-top: 4px !important;
}
@media (max-width: 768px) {
  .counter-block__suffix {
    font-size: 38px !important;
  }
}
.counter-block__label {
  font-size: 15px !important;
  color: #666 !important;
  line-height: 1.6 !important;
  margin: 0 auto !important;
  max-width: 280px !important;
  font-family: inherit !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .counter-block__label {
    font-size: 14px !important;
    max-width: 250px !important;
  }
}

.news-block {
  padding: 0;
  margin-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.news-block__container {
  max-width: 1200px;
  margin: 0 auto;
}
.news-block__grid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: repeat(2, 1fr);
  height: 550px;
  max-height: 550px;
  grid-gap: 0;
  gap: 0;
}
.news-block__item {
  position: relative;
  overflow: hidden;
  background-image: var(--bg-image, none);
  background-color: var(--bg-color, transparent);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.news-block__item:hover {
  transform: scale(1.02);
  z-index: 10;
}
.news-block__item:first-child {
  grid-column: 1;
  grid-row: 1/3;
}
.news-block__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.news-block__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.news-block__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.news-block__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.news-block__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.news-block__image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.news-block__content {
  position: relative;
  z-index: 2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
.news-block__header {
  margin-bottom: auto;
}
.news-block__title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.2;
}
.news-block__featured-box {
  background-color: rgba(139, 69, 19, 0.9);
  padding: 30px;
  margin-top: auto;
  border-left: 4px solid #fff;
}
.news-block__featured-box a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news-block__featured-box a:hover {
  opacity: 0.9;
}
.news-block__featured-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.news-block__item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.news-block__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: opacity 0.3s ease;
}
.news-block__link:hover {
  opacity: 0.9;
}
.news-block__arrow {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: -5px;
}
.news-block__date {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
}
.news-block__news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-block__news-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-block__news-item:last-child {
  border-bottom: none;
}
.news-block__news-item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 18px;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}
.news-block__news-item a:hover {
  opacity: 0.8;
}
.news-block__news-item a .news-block__arrow {
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .news-block {
    padding: 0;
    margin-bottom: 50px;
  }
  .news-block__grid {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    height: auto;
    min-height: auto;
  }
  .news-block__item:hover {
    transform: scale(1.01);
  }
  .news-block__item:first-child {
    grid-column: 1/3;
    grid-row: 1;
    min-height: 400px;
  }
  .news-block__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    min-height: 300px;
  }
  .news-block__item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    min-height: 300px;
  }
  .news-block__item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    min-height: 300px;
  }
  .news-block__item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    min-height: 300px;
  }
  .news-block__title {
    font-size: 36px;
  }
  .news-block__content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .news-block {
    padding: 0;
    margin-bottom: 40px;
  }
  .news-block__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .news-block__item:hover {
    transform: none;
  }
  .news-block__item:first-child, .news-block__item:nth-child(2), .news-block__item:nth-child(3), .news-block__item:nth-child(4), .news-block__item:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
    min-height: 350px;
    height: auto;
  }
  .news-block__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .news-block__content {
    padding: 20px;
  }
  .news-block__item-title {
    font-size: 20px;
  }
  .news-block__featured-box {
    padding: 20px;
  }
}

.call-to-action-section {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .call-to-action-section {
    min-height: 300px;
    padding: 60px 20px;
  }
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cta-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.cta-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.cta-particles .particle.particle-0 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  background: rgba(64, 224, 255, 0.8);
}
.cta-particles .particle.particle-1 {
  top: 40%;
  left: 80%;
  animation-delay: 1s;
  background: rgba(255, 64, 129, 0.8);
}
.cta-particles .particle.particle-2 {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
  background: rgba(255, 255, 255, 0.6);
}
.cta-particles .particle.particle-3 {
  top: 80%;
  left: 70%;
  animation-delay: 3s;
  background: rgba(64, 224, 255, 0.6);
}
.cta-particles .particle.particle-4 {
  top: 30%;
  left: 50%;
  animation-delay: 4s;
  background: rgba(255, 64, 129, 0.6);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
  }
}
.cta-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-content.cta-align-left {
  text-align: left;
}
.cta-content.cta-align-center {
  text-align: center;
}
.cta-content.cta-align-right {
  text-align: right;
}

.cta-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cta-heading {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .cta-heading {
    font-size: 1.8rem;
  }
}

.cta-subheading {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  line-height: 1.5;
  max-width: 600px;
}
.cta-align-center .cta-subheading {
  margin-left: auto;
  margin-right: auto;
}
.cta-align-right .cta-subheading {
  margin-left: auto;
}
@media (max-width: 768px) {
  .cta-subheading {
    font-size: 1.1rem;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .cta-subheading {
    font-size: 1rem;
  }
}

.cta-button-wrapper {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cta-button-wrapper {
    margin-top: 32px;
  }
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.cta-button:hover::before {
  left: 100%;
}
.cta-button .button-arrow {
  transition: transform 0.3s ease;
}
.cta-button:hover .button-arrow {
  transform: translateX(4px);
}
.cta-button.cta-button-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}
.cta-button.cta-button-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.cta-button.cta-button-secondary {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #ffffff;
}
.cta-button.cta-button-secondary:hover {
  background: linear-gradient(135deg, #ee82e9 0%, #f3455a 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(240, 147, 251, 0.4);
}
.cta-button.cta-button-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}
.cta-button.cta-button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .cta-button {
    padding: 14px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .cta-button {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}

@media (min-width: 1024px) {
  .cta-particles .particle::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse 4s ease-in-out infinite;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.1;
  }
}
@media (prefers-color-scheme: dark) {
  .call-to-action-section .cta-heading {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  }
}
.hero-section-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-section-block .hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.hero-section-block .hero-container {
  position: relative;
  z-index: 2;
}
.hero-section-block.hero-height-auto {
  min-height: auto;
  padding: 4rem 0;
}
.hero-section-block.hero-height-small {
  height: 400px;
  min-height: 400px;
}
.hero-section-block.hero-height-medium {
  height: 600px;
  min-height: 600px;
}
.hero-section-block.hero-height-large {
  height: 800px;
  min-height: 800px;
}
.hero-section-block.hero-height-full {
  height: 100vh;
  min-height: 100vh;
}
.hero-section-block .hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 4rem;
}
@media (max-width: 768px) {
  .hero-section-block .hero-container {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.hero-section-block .hero-content {
  flex: 1 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-section-block .hero-text-content {
  width: 100%;
}
.hero-section-block .hero-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1024px) {
  .hero-section-block .hero-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-section-block .hero-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .hero-section-block .hero-heading {
    font-size: 1.75rem;
  }
}
.hero-section-block .hero-sub-heading {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-section-block .hero-sub-heading {
    font-size: 1rem;
  }
}
.hero-section-block .hero-sub-heading p {
  margin: 0 0 1rem 0;
}
.hero-section-block .hero-sub-heading p:last-child {
  margin-bottom: 0;
}
.hero-section-block .hero-image {
  flex: 1 1;
  height: 100%;
  min-height: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section-block .hero-image {
    width: 100%;
    height: 250px;
    min-height: 250px;
  }
}
.hero-section-block .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.hero-section-block .hero-image-wrapper img {
  transition: transform 0.3s ease;
}
.hero-section-block .hero-image-wrapper:hover img {
  transform: scale(1.02);
}
.hero-section-block.hero-content-left .hero-text-content {
  text-align: left;
}
.hero-section-block.hero-content-center .hero-text-content {
  text-align: center;
}
.hero-section-block.hero-content-right .hero-text-content {
  text-align: right;
}
.hero-section-block.hero-image-left .hero-container {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .hero-section-block.hero-image-left .hero-container {
    flex-direction: column;
  }
}
.hero-section-block.hero-image-right .hero-container {
  flex-direction: row;
}
@media (max-width: 768px) {
  .hero-section-block.hero-image-right .hero-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-section-block.hero-reverse .hero-container {
    flex-direction: column-reverse;
  }
}
.hero-section-block[data-height=medium] .hero-container {
  align-items: stretch;
}
.hero-section-block[data-height=medium] .hero-content {
  justify-content: center;
}
.hero-section-block[data-height=medium] .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section-block[data-height=medium] .hero-image-wrapper {
  width: 100%;
  height: 80%;
  max-height: 400px;
}
.hero-section-block .hero-heading {
  position: relative;
}
.hero-section-block .hero-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, currentColor 0%, transparent 100%);
  opacity: 0.3;
}
.hero-section-block.hero-content-center .hero-heading::after {
  left: 50%;
  transform: translateX(-50%);
}
.hero-section-block.hero-content-right .hero-heading::after {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .hero-section-block .hero-container {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-section-block.hero-height-small, .hero-section-block.hero-height-medium, .hero-section-block.hero-height-large, .hero-section-block.hero-height-full {
    height: auto;
    min-height: auto;
    padding: 3rem 0;
  }
  .hero-section-block .hero-container {
    gap: 2rem;
  }
  .hero-section-block .hero-heading::after {
    width: 40px;
    height: 2px;
  }
}
@media (max-width: 480px) {
  .hero-section-block .hero-container {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }
  .hero-section-block .hero-image {
    height: 200px;
    min-height: 200px;
  }
}

.acf-block-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  text-align: center;
  color: #6c757d;
}
.acf-block-placeholder .acf-block-placeholder-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.acf-block-placeholder .acf-block-placeholder-text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
.acf-block-placeholder .acf-block-placeholder-instructions {
  font-size: 0.875rem;
  opacity: 0.8;
}

.hero-2-service {
  padding: 80px 0;
  min-height: 600px;
  position: relative;
}
.hero-2-service__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-2-service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.hero-2-service__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  align-items: center;
  min-height: 500px;
}
@media (max-width: 768px) {
  .hero-2-service__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }
}
.hero-2-service__image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-2-service__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.hero-2-service__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-2-service__text-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-2-service__header {
  margin-bottom: 20px;
}
.hero-2-service__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.hero-2-service__subtitle {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  opacity: 0.9;
}
.hero-2-service__description {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 0;
}
.hero-2-service__blocks {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 1fr;
}
.hero-2-service__blocks--1x1 {
  grid-template-columns: 1fr !important;
  max-width: 400px;
}
.hero-2-service__blocks--1x2 {
  grid-template-columns: 1fr !important;
  max-width: 400px;
}
.hero-2-service__blocks--1x3 {
  grid-template-columns: 1fr !important;
  max-width: 400px;
}
.hero-2-service__blocks--2x1 {
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
.hero-2-service__blocks--2x2 {
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
.hero-2-service__blocks--2x3 {
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
.hero-2-service__blocks--3x1 {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
}
.hero-2-service__blocks--3x2 {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
}
.hero-2-service--reverse .hero-2-service__content {
  grid-template-columns: 1fr 1fr;
}
.hero-2-service--reverse .hero-2-service__content .hero-2-service__image-section {
  order: 2;
}
.hero-2-service--reverse .hero-2-service__content .hero-2-service__text-section {
  order: 1;
}
@media (max-width: 768px) {
  .hero-2-service--reverse .hero-2-service__content .hero-2-service__text-section {
    order: 1;
  }
  .hero-2-service--reverse .hero-2-service__content .hero-2-service__image-section {
    order: 2;
  }
}
.hero-2-service--full-width-image .hero-2-service__content {
  grid-template-columns: 1fr 1fr;
}
.hero-2-service--full-width-image .hero-2-service__image-section {
  position: relative;
  margin: -80px -20px -80px 0;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-2-service--full-width-image .hero-2-service__image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-2-service--full-width-image .hero-2-service__image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: contain;
}
.hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section {
  margin: -80px 0 -80px -20px;
}
@media (max-width: 1024px) {
  .hero-2-service--full-width-image .hero-2-service__image-section {
    margin: -60px -20px -60px 0;
    padding: 60px 0;
  }
  .hero-2-service--full-width-image .hero-2-service__image-wrapper {
    min-height: 400px;
  }
  .hero-2-service--full-width-image .hero-2-service__image {
    min-height: 400px;
    object-fit: contain;
  }
  .hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section {
    margin: -60px 0 -60px -20px;
  }
}
@media (max-width: 768px) {
  .hero-2-service--full-width-image .hero-2-service__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-2-service--full-width-image .hero-2-service__text-section {
    order: 1;
  }
  .hero-2-service--full-width-image .hero-2-service__image-section {
    order: 2;
    margin: -40px -16px 0 -16px;
    padding: 40px 0;
  }
  .hero-2-service--full-width-image .hero-2-service__image-wrapper {
    min-height: 300px;
  }
  .hero-2-service--full-width-image .hero-2-service__image {
    min-height: 300px;
    object-fit: contain;
  }
  .hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__text-section {
    order: 1;
  }
  .hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section {
    order: 2;
    margin: -40px -16px 0 -16px;
  }
}
.hero-2-service__block {
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3215686275) !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.hero-2-service__block:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.hero-2-service__block-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
}
.hero-2-service__block-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
.hero-2-service__bullet-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-2-service__bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.hero-2-service__bullet-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
  transition: all 0.3s ease;
}
.hero-2-service__bullet-content {
  flex: 1 1;
}
.hero-2-service__bullet-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.hero-2-service__bullet-subheading {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
  opacity: 0.9;
}
.hero-2-service__bullet-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .hero-2-service {
    padding: 60px 0;
  }
  .hero-2-service__content {
    gap: 40px;
  }
  .hero-2-service__title {
    font-size: 2.2rem;
  }
  .hero-2-service__blocks--3x1, .hero-2-service__blocks--3x2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .hero-2-service__content {
    gap: 35px;
  }
  .hero-2-service__title {
    font-size: 2.1rem;
  }
  .hero-2-service__subtitle {
    font-size: 1.05rem;
  }
  .hero-2-service__image-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .hero-2-service {
    padding: 40px 0;
  }
  .hero-2-service__content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
  .hero-2-service__text-section {
    order: 1;
  }
  .hero-2-service__image-section {
    order: 2;
    text-align: center;
  }
  .hero-2-service--reverse .hero-2-service__text-section {
    order: 1;
  }
  .hero-2-service--reverse .hero-2-service__image-section {
    order: 2;
  }
  .hero-2-service__header {
    margin-bottom: 30px;
  }
  .hero-2-service__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .hero-2-service__subtitle {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
  .hero-2-service__description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .hero-2-service__image-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  .hero-2-service__blocks--2x1, .hero-2-service__blocks--2x2, .hero-2-service__blocks--2x3, .hero-2-service__blocks--3x1, .hero-2-service__blocks--3x2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-2-service__bullet-points {
    gap: 20px;
  }
  .hero-2-service__bullet-item {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero-2-service {
    padding: 30px 0;
  }
  .hero-2-service__container {
    padding: 0 16px;
  }
  .hero-2-service__content {
    gap: 30px;
  }
  .hero-2-service__header {
    margin-bottom: 24px;
  }
  .hero-2-service__title {
    font-size: 1.75rem;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .hero-2-service__subtitle {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .hero-2-service__description {
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .hero-2-service__image-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
  .hero-2-service__block {
    padding: 20px;
  }
  .hero-2-service__block-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .hero-2-service__block-description {
    font-size: 0.9rem;
  }
  .hero-2-service__bullet-points {
    gap: 20px;
  }
  .hero-2-service__bullet-item {
    gap: 12px;
    text-align: left;
  }
  .hero-2-service__bullet-dot {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
  .hero-2-service__bullet-heading {
    font-size: 1.1rem;
  }
  .hero-2-service__bullet-subheading {
    font-size: 0.95rem;
  }
  .hero-2-service__bullet-description {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
@media (max-width: 360px) {
  .hero-2-service {
    padding: 20px 0;
  }
  .hero-2-service__container {
    padding: 0 12px;
  }
  .hero-2-service__content {
    gap: 24px;
  }
  .hero-2-service__header {
    margin-bottom: 20px;
  }
  .hero-2-service__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .hero-2-service__subtitle {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  .hero-2-service__description {
    font-size: 0.85rem;
    margin-bottom: 16px;
  }
  .hero-2-service__image-wrapper {
    max-width: 280px;
  }
  .hero-2-service__block {
    padding: 16px;
  }
  .hero-2-service__block-title {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  .hero-2-service__block-description {
    font-size: 0.85rem;
  }
  .hero-2-service__bullet-points {
    gap: 16px;
  }
  .hero-2-service__bullet-item {
    gap: 10px;
  }
  .hero-2-service__bullet-dot {
    width: 8px;
    height: 8px;
    margin-top: 3px;
  }
  .hero-2-service__bullet-heading {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .hero-2-service__bullet-subheading {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  .hero-2-service__bullet-description {
    font-size: 0.85rem;
  }
}

/* Service Testimonial Block Styles */
.service-testimonial-block {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0a0f1c 0%, #1a1f2e 50%, #0f1419 100%);
  /* Background overlay for better text readability when using background images */
}
.service-testimonial-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-testimonial-block[style*=background-image]::before {
  opacity: 1;
}
.service-testimonial-block .testimonial-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.05) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
.service-testimonial-block .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.service-testimonial-block {
  /* Header Styles */
}
.service-testimonial-block .testimonial-header {
  text-align: center;
  margin-bottom: 30px;
}
.service-testimonial-block .testimonial-header .testimonial-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: var(--font-manrope, "Manrope", sans-serif);
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-testimonial-block .testimonial-header .testimonial-sub-heading {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto;
}
.service-testimonial-block .testimonial-header .testimonial-sub-heading p {
  margin: 0;
}
.service-testimonial-block {
  /* Slider Container */
}
.service-testimonial-block .testimonial-slider-container {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-testimonial-block .testimonial-cards-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}
.service-testimonial-block {
  /* Testimonial Card */
}
.service-testimonial-block .testimonial-card {
  position: absolute;
  width: 350px;
  height: 280px;
  display: flex;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}
.service-testimonial-block .testimonial-card.active {
  transform: translateX(0) translateZ(0) rotateY(0deg);
  opacity: 1;
  z-index: 3;
  filter: blur(0px);
}
.service-testimonial-block .testimonial-card.prev {
  transform: translateX(-60%) translateZ(-200px) rotateY(25deg);
  opacity: 0.6;
  z-index: 2;
  filter: blur(2px);
}
.service-testimonial-block .testimonial-card.next {
  transform: translateX(60%) translateZ(-200px) rotateY(-25deg);
  opacity: 0.6;
  z-index: 2;
  filter: blur(2px);
}
.service-testimonial-block .testimonial-card.hidden {
  transform: translateX(0) translateZ(-400px) rotateY(0deg);
  opacity: 0;
  z-index: 1;
  filter: blur(4px);
}
.service-testimonial-block .testimonial-card {
  /* Client Testimonial */
}
.service-testimonial-block .testimonial-card .client-testimonial {
  width: 100%;
  background: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.service-testimonial-block .testimonial-card .client-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-testimonial-block .testimonial-card .client-testimonial:hover::before {
  opacity: 1;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content {
  flex: 1 1;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .quote-icon {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.8;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
  font-style: italic;
  position: relative;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating .star {
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating .star.filled {
  animation: starGlow 2s ease-in-out infinite alternate;
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.3);
  flex-shrink: 0;
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #000000;
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-position {
  font-size: 0.9rem;
  margin: 0 0 2px 0;
  opacity: 0.9;
}
.service-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-company {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.7;
}
@keyframes starGlow {
  0% {
    text-shadow: 0 0 5px currentColor;
  }
  100% {
    text-shadow: 0 0 15px currentColor, 0 0 25px currentColor;
  }
}
.service-testimonial-block {
  /* Navigation */
}
.service-testimonial-block .testimonial-navigation {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 4;
}
.service-testimonial-block .testimonial-navigation .nav-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  /* Glassmorphism inner glow */
}
.service-testimonial-block .testimonial-navigation .nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-testimonial-block .testimonial-navigation .nav-btn {
  /* Animated background particles effect */
}
.service-testimonial-block .testimonial-navigation .nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.service-testimonial-block .testimonial-navigation .nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
}
.service-testimonial-block .testimonial-navigation .nav-btn:hover::before {
  opacity: 1;
}
.service-testimonial-block .testimonial-navigation .nav-btn:hover::after {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.service-testimonial-block .testimonial-navigation .nav-btn:hover svg {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}
.service-testimonial-block .testimonial-navigation .nav-btn:active {
  transform: scale(0.98) translateY(0);
  transition: all 0.1s ease;
}
.service-testimonial-block .testimonial-navigation .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.1);
}
.service-testimonial-block .testimonial-navigation .nav-btn:disabled:hover {
  transform: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.service-testimonial-block .testimonial-navigation .nav-btn:disabled:hover::before, .service-testimonial-block .testimonial-navigation .nav-btn:disabled:hover::after {
  opacity: 0;
}
.service-testimonial-block .testimonial-navigation .nav-btn svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.service-testimonial-block .testimonial-navigation .nav-btn {
  /* Previous button specific styles */
}
.service-testimonial-block .testimonial-navigation .nav-btn.prev-btn svg {
  transform: translateX(-1px);
}
.service-testimonial-block .testimonial-navigation .nav-btn {
  /* Next button specific styles */
}
.service-testimonial-block .testimonial-navigation .nav-btn.next-btn svg {
  transform: translateX(1px);
}
.service-testimonial-block {
  /* Dots Indicator */
}
.service-testimonial-block .testimonial-dots {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 4;
}
.service-testimonial-block .testimonial-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.service-testimonial-block .testimonial-dots .dot.active {
  opacity: 1;
  transform: scale(1.2);
}
.service-testimonial-block .testimonial-dots .dot:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.service-testimonial-block {
  /* Responsive Design */
}
@media (max-width: 1200px) {
  .service-testimonial-block .testimonial-card {
    width: 520px;
    height: 420px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial {
    padding: 30px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .service-testimonial-block {
    padding: 80px 0;
  }
  .service-testimonial-block .testimonial-header {
    margin-bottom: 60px;
  }
  .service-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 2.8rem;
  }
  .service-testimonial-block .testimonial-slider-container {
    height: 500px;
  }
  .service-testimonial-block .testimonial-card {
    width: 480px;
    height: 380px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial {
    padding: 25px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .service-testimonial-block {
    padding: 60px 0;
    min-height: auto;
  }
  .service-testimonial-block .container {
    padding: 0 15px;
  }
  .service-testimonial-block .testimonial-header {
    margin-bottom: 40px;
  }
  .service-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 2.2rem;
  }
  .service-testimonial-block .testimonial-header .testimonial-sub-heading {
    font-size: 1.1rem;
  }
  .service-testimonial-block .testimonial-slider-container {
    height: auto;
  }
  .service-testimonial-block .testimonial-card {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
  }
  .service-testimonial-block .testimonial-card:not(.active) {
    display: none;
  }
  .service-testimonial-block .testimonial-card .client-testimonial {
    padding: 20px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1rem;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar {
    width: 50px;
    height: 50px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-name {
    font-size: 1.1rem;
  }
  .service-testimonial-block .testimonial-navigation {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    margin-top: 30px;
  }
  .service-testimonial-block .testimonial-navigation .nav-btn {
    width: 60px;
    height: 60px;
  }
  .service-testimonial-block .testimonial-navigation .nav-btn svg {
    width: 20px;
    height: 20px;
  }
  .service-testimonial-block .testimonial-dots {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .service-testimonial-block {
    padding: 40px 0;
  }
  .service-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 1.8rem;
  }
  .service-testimonial-block .testimonial-card .client-testimonial {
    padding: 15px;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .quote-icon {
    font-size: 3rem;
  }
  .service-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 0.95rem;
  }
}

/* ACF Block Placeholder */
.acf-block-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #6c757d;
  transition: all 0.3s ease;
}
.acf-block-placeholder:hover {
  border-color: #adb5bd;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.acf-block-placeholder .acf-block-placeholder-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.7;
}
.acf-block-placeholder .acf-block-placeholder-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.acf-block-placeholder .acf-block-placeholder-instructions {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* Accessibility */
.service-testimonial-block .nav-btn:focus,
.service-testimonial-block .dot:focus {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .service-testimonial-block .testimonial-card,
  .service-testimonial-block .nav-btn,
  .service-testimonial-block .dot,
  .service-testimonial-block .client-testimonial {
    transition: none !important;
  }
  .service-testimonial-block .testimonial-background-pattern {
    animation: none !important;
  }
  .service-testimonial-block .star.filled {
    animation: none !important;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-testimonial-block .client-testimonial {
    border: 2px solid;
    background: rgba(0, 0, 0, 0.8);
  }
}
/* Partnership Gallery Block Styles */
.partnership-gallery-block {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.partnership-gallery-block .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.partnership-gallery-block {
  /* Header Styles */
}
.partnership-gallery-block .partnership-header {
  text-align: center;
  margin-bottom: 60px;
}
.partnership-gallery-block .partnership-header .partnership-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.partnership-gallery-block .partnership-header .partnership-sub-heading {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
.partnership-gallery-block .partnership-header .partnership-sub-heading p {
  margin: 0;
}
.partnership-gallery-block {
  /* Grid Layout Styles */
}
.partnership-gallery-block .partnership-grid {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  align-items: center;
  justify-items: center;
}
.partnership-gallery-block .partnership-grid.partnership-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.partnership-gallery-block .partnership-grid.partnership-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.partnership-gallery-block .partnership-grid.partnership-grid-5 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.partnership-gallery-block .partnership-grid.partnership-grid-6 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.partnership-gallery-block .partnership-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnership-gallery-block {
  /* Image Wrapper Styles */
}
.partnership-gallery-block .partnership-image-wrapper {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.partnership-gallery-block .partnership-image-wrapper img {
  transition: all 0.3s ease;
  /* Error handling for placeholder images */
}
.partnership-gallery-block .partnership-image-wrapper img[src*=placeholder] {
  background-color: #ff6b6b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnership-gallery-block .partnership-image-wrapper img {
  /* Loading state */
}
.partnership-gallery-block .partnership-image-wrapper img.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: imageLoading 1.5s infinite;
}
.partnership-gallery-block .partnership-image-wrapper {
  /* Image Style Variations */
}
.partnership-gallery-block .partnership-image-wrapper[data-style=contain] img {
  object-fit: contain !important;
}
.partnership-gallery-block .partnership-image-wrapper[data-style=cover] img {
  object-fit: cover !important;
}
.partnership-gallery-block .partnership-image-wrapper[data-style=fill] img {
  object-fit: fill !important;
}
.partnership-gallery-block .partnership-image-wrapper {
  /* Hover Effects */
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=scale]:hover {
  transform: translateY(-5px);
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=scale]:hover img {
  transform: scale(0.9);
  filter: grayscale(0%) opacity(1);
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=fade]:hover {
  background: rgb(255, 255, 255);
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=fade]:hover img {
  filter: grayscale(0%) opacity(1);
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=rotate]:hover img {
  transform: rotate(5deg) scale(1.05);
  filter: grayscale(0%) opacity(1);
}
.partnership-gallery-block .partnership-image-wrapper[data-hover=none]:hover img {
  filter: grayscale(0%) opacity(1);
}
.partnership-gallery-block {
  /* Slider Layout Styles */
}
.partnership-gallery-block.slider-mode .partnership-container {
  position: relative;
}
.partnership-gallery-block .partnership-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 0;
}
.partnership-gallery-block .partnership-slider::before, .partnership-gallery-block .partnership-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}
.partnership-gallery-block .partnership-slider::before {
  left: 0;
  background: linear-gradient(to right, currentColor, transparent);
  opacity: 0.1;
}
.partnership-gallery-block .partnership-slider::after {
  right: 0;
  background: linear-gradient(to left, currentColor, transparent);
  opacity: 0.1;
}
.partnership-gallery-block .partnership-slider-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}
.partnership-gallery-block .partnership-slide {
  flex: 0 0 auto;
  padding: 0 15px;
}
.partnership-gallery-block .partnership-slide .partnership-image-wrapper {
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.partnership-gallery-block .partnership-slide .partnership-image-wrapper:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.partnership-gallery-block {
  /* Enhanced Visual Effects */
}
.partnership-gallery-block[data-columns="3"] .partnership-item .partnership-image-wrapper {
  height: 140px;
}
.partnership-gallery-block[data-columns="5"] .partnership-item .partnership-image-wrapper, .partnership-gallery-block[data-columns="6"] .partnership-item .partnership-image-wrapper {
  height: 100px;
}
.partnership-gallery-block {
  /* Loading Animation */
}
.partnership-gallery-block .partnership-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 2s infinite;
  z-index: 1;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes imageLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.partnership-gallery-block {
  /* Smooth entrance animation */
}
.partnership-gallery-block.grid-mode .partnership-item {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(1) {
  animation-delay: 0.1s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(2) {
  animation-delay: 0.2s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(3) {
  animation-delay: 0.3s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(4) {
  animation-delay: 0.4s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(5) {
  animation-delay: 0.5s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(6) {
  animation-delay: 0.6s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(7) {
  animation-delay: 0.7s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(8) {
  animation-delay: 0.8s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(9) {
  animation-delay: 0.9s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(10) {
  animation-delay: 1s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(11) {
  animation-delay: 1.1s;
}
.partnership-gallery-block.grid-mode .partnership-item:nth-child(12) {
  animation-delay: 1.2s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.partnership-gallery-block {
  /* Responsive Design */
}
@media (max-width: 1024px) {
  .partnership-gallery-block {
    padding: 60px 0;
  }
  .partnership-gallery-block .partnership-header {
    margin-bottom: 40px;
  }
  .partnership-gallery-block .partnership-header .partnership-heading {
    font-size: 2rem;
  }
  .partnership-gallery-block .partnership-grid {
    gap: 25px;
  }
  .partnership-gallery-block .partnership-grid.partnership-grid-3, .partnership-gallery-block .partnership-grid.partnership-grid-4, .partnership-gallery-block .partnership-grid.partnership-grid-5, .partnership-gallery-block .partnership-grid.partnership-grid-6 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .partnership-gallery-block .partnership-slide .partnership-image-wrapper {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .partnership-gallery-block {
    padding: 40px 0;
  }
  .partnership-gallery-block .container {
    padding: 0 15px;
  }
  .partnership-gallery-block .partnership-header {
    margin-bottom: 30px;
  }
  .partnership-gallery-block .partnership-header .partnership-heading {
    font-size: 1.8rem;
  }
  .partnership-gallery-block .partnership-header .partnership-sub-heading {
    font-size: 1.1rem;
  }
  .partnership-gallery-block .partnership-grid {
    gap: 20px;
  }
  .partnership-gallery-block .partnership-grid.partnership-grid-3, .partnership-gallery-block .partnership-grid.partnership-grid-4, .partnership-gallery-block .partnership-grid.partnership-grid-5, .partnership-gallery-block .partnership-grid.partnership-grid-6 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .partnership-gallery-block .partnership-image-wrapper {
    height: 100px;
    padding: 15px;
  }
  .partnership-gallery-block .partnership-slide .partnership-image-wrapper {
    height: 80px;
  }
  .partnership-gallery-block .partnership-slider::before, .partnership-gallery-block .partnership-slider::after {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .partnership-gallery-block {
    padding: 30px 0;
  }
  .partnership-gallery-block .partnership-header .partnership-heading {
    font-size: 1.5rem;
  }
  .partnership-gallery-block .partnership-header .partnership-sub-heading {
    font-size: 1rem;
  }
  .partnership-gallery-block .partnership-grid.partnership-grid-3, .partnership-gallery-block .partnership-grid.partnership-grid-4, .partnership-gallery-block .partnership-grid.partnership-grid-5, .partnership-gallery-block .partnership-grid.partnership-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .partnership-gallery-block .partnership-image-wrapper {
    height: 80px;
    padding: 10px;
  }
  .partnership-gallery-block .partnership-slide .partnership-image-wrapper {
    height: 70px;
  }
}

/* ACF Block Placeholder */
.acf-block-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #6c757d;
  transition: all 0.3s ease;
}
.acf-block-placeholder:hover {
  border-color: #adb5bd;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.acf-block-placeholder .acf-block-placeholder-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.7;
}
.acf-block-placeholder .acf-block-placeholder-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.acf-block-placeholder .acf-block-placeholder-instructions {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* Focus states for accessibility */
.partnership-image-wrapper:focus-within {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .partnership-gallery-block .partnership-image-wrapper {
    border: 2px solid;
  }
  .partnership-gallery-block .partnership-image-wrapper img {
    filter: none !important;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .partnership-gallery-block .partnership-image-wrapper,
  .partnership-gallery-block .partnership-image-wrapper img,
  .partnership-gallery-block .partnership-slider-track {
    transition: none !important;
  }
  .partnership-gallery-block .partnership-item {
    animation: none !important;
  }
  @keyframes shimmer {
    0%, 100% {
      left: -100%;
    }
  }
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .partnership-gallery-block .partnership-image-wrapper:hover {
    background: none;
  }
  .partnership-gallery-block .partnership-slider {
    background: rgba(0, 0, 0, 0.1);
  }
  .partnership-gallery-block .acf-block-placeholder {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-color: #4a5568;
    color: #a0aec0;
  }
  .partnership-gallery-block .acf-block-placeholder:hover {
    border-color: #718096;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  }
}
.footer-section .footer-contact-section {
  padding: 0;
  background: white;
}
.footer-section .footer-contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-section .footer-contact-section .contact-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 48px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-section .footer-contact-section .contact-card {
    padding: 32px 24px;
    border-radius: 12px;
  }
}
.footer-section .footer-contact-section .contact-content {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  grid-gap: 64px;
  grid-gap: 48px;
  gap: 48px;
  align-items: start;
  background: rgba(93, 115, 143, 0.21);
  border-radius: 20px;
  padding: 35px;
  position: relative;
  top: 130px;
}
@media (max-width: 1024px) {
  .footer-section .footer-contact-section .contact-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .footer-section .footer-contact-section .contact-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px;
    top: 80px;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-contact-section .contact-content {
    padding: 20px;
    top: 60px;
  }
}
.footer-section .footer-contact-section .contact-info .contact-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 32px 0;
  line-height: 1.2;
}
.footer-section .footer-contact-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-section .footer-contact-section .contact-info .contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-section .footer-contact-section .contact-info .contact-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.footer-section .footer-contact-section .contact-info .contact-address-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-section .footer-contact-section .contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer-section .footer-contact-section .contact-info .contact-item .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: rgb(25, 59, 107);
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-section .footer-contact-section .contact-info .contact-item .contact-icon svg {
  width: 16px;
  height: 16px;
}
.footer-section .footer-contact-section .contact-info .contact-item .contact-text {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.5;
  font-weight: 400;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 32px 0;
  line-height: 1.2;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-group {
  margin-bottom: 5px;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-group:last-child {
  margin-bottom: 0;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input,
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea {
  width: 100%;
  padding: 8px 4px;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  font-family: inherit;
  background-color: #ffffff;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-bottom: 1px solid grey;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input::placeholder,
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea::placeholder {
  color: #999999;
  font-weight: 400;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input:focus,
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea:focus {
  outline: none;
  border-color: rgb(25, 59, 107);
  box-shadow: 0 0 0 3px rgba(177, 18, 38, 0.1);
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: rgb(25, 59, 107);
  color: #ffffff;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgb(25, 59, 107);
  border: 1px solid rgb(25, 59, 107);
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button:hover {
  background-color: #fff;
  border: 1px solid rgb(25, 59, 107);
  color: rgb(25, 59, 107);
  box-shadow: 0 4px 12px rgb(25, 59, 107);
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button:active {
  transform: translateY(0);
}
.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button svg {
  width: 16px;
  height: 16px;
}
.footer-section {
  padding: 0 0 40px;
}
.footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 150px;
}
.footer-section .footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 48px;
  gap: 48px;
  padding: 60px 0 40px;
}
@media (max-width: 1024px) {
  .footer-section .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-section .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0 32px;
  }
}
.footer-section .footer-brand .brand-logo {
  margin-bottom: 24px;
}
.footer-section .footer-brand .brand-logo .brand-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.footer-section .footer-brand .brand-logo .brand-text .brand-more {
  color: #1a1a1a;
}
.footer-section .footer-brand .brand-logo .brand-text .brand-yeahs {
  color: rgb(25, 59, 107);
}
.footer-section .footer-brand .footer-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin: 30px 0 24px 0;
  max-width: 320px;
  font-weight: 400;
}
.footer-section .footer-brand .footer-copyright {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.footer-section .footer-navigation {
  display: contents;
}
@media (max-width: 1024px) {
  .footer-section .footer-navigation {
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-section .footer-navigation {
    grid-column: span 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-navigation {
    grid-template-columns: 1fr;
  }
}
.footer-section .footer-column .footer-column-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.footer-section .footer-column .footer-section-title {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.footer-section .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-column .footer-links li {
  margin-bottom: 12px;
}
.footer-section .footer-column .footer-links li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-column .footer-links .footer-link {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
  font-weight: 400;
}
.footer-section .footer-column .footer-links .footer-link:hover {
  color: rgb(25, 59, 107);
}
.footer-section .footer-social .footer-column-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.footer-section .footer-social .social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-section .footer-social .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-section .footer-social .social-links .social-link:hover {
  background-color: rgb(25, 59, 107);
  border-color: rgb(25, 59, 107);
  color: #ffffff;
  transform: translateY(-2px);
}
.footer-section .footer-social .social-links .social-link svg {
  width: 20px;
  height: 20px;
}
.footer-section .footer-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 0 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .footer-section .footer-bottom {
    justify-content: center;
  }
}
.footer-section .footer-bottom .footer-legal {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-section .footer-bottom .footer-legal {
    gap: 20px;
  }
}
.footer-section .footer-bottom .footer-legal .footer-legal-link {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 400;
}
.footer-section .footer-bottom .footer-legal .footer-legal-link:hover {
  color: rgb(25, 59, 107);
}
@media (max-width: 1024px) {
  .footer-section {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .footer-section {
    margin-top: 48px;
    border-radius: 20px 20px 0 0;
  }
  .footer-section .footer-contact-section {
    padding: 60px 0;
  }
  .footer-section .footer-content {
    padding: 40px 0 24px;
  }
  .footer-section .footer-bottom {
    padding: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .footer-section {
    margin-top: 40px;
    border-radius: 16px 16px 0 0;
  }
  .footer-section .footer-contact-section {
    padding: 48px 0;
  }
  .footer-section .container {
    padding: 0 16px;
  }
  .footer-section .footer-content {
    gap: 32px;
    padding: 32px 0 20px;
  }
  .footer-section .footer-bottom {
    padding: 16px 0 0;
  }
}

.contact-form-wrapper {
  background: white;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .contact-form-wrapper {
    padding: 20px;
  }
}

.contact-info {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .contact-info {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .contact-info {
    padding-top: 15px;
  }
}

.content-block {
  padding: 4rem 1rem;
  background-color: var(--bg-color, transparent);
}
.content-block__container {
  max-width: 64rem;
  margin: 0 auto;
}
.content-block__heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.content-block__content {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 100%;
}
.content-block__content p {
  margin-bottom: 1rem;
}
.content-block__content h1, .content-block__content h2, .content-block__content h3, .content-block__content h4, .content-block__content h5, .content-block__content h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.content-block__content ul, .content-block__content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.content-block__content a {
  color: #2563eb;
  text-decoration: underline;
}
.content-block__content a:hover {
  color: #1d4ed8;
}

.cta-block {
  padding: 5rem 1rem;
  background-color: var(--bg-color, #1e40af);
}
.cta-block__container {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.cta-block__heading {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-block__description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.cta-block__button {
  display: inline-block;
  background-color: white;
  color: #1d4ed8;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-block__button:hover {
  background-color: #f3f4f6;
}

.hero-block {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.hero-block__background {
  object-fit: cover;
}
.hero-block__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 64rem;
  padding: 0 1rem;
}
.hero-block__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .hero-block__title {
    font-size: 2rem;
  }
}
.hero-block__subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero-block__subtitle {
    font-size: 1rem;
  }
}
.hero-block__cta {
  display: inline-block;
  background-color: #2563eb;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s ease;
}
.hero-block__cta:hover {
  background-color: #1d4ed8;
}
.hero-block__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.image-text-block {
  padding: 4rem 1rem;
}
.image-text-block__container {
  max-width: 72rem;
  margin: 0 auto;
}
.image-text-block__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .image-text-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .image-text-block--reversed .image-text-block__grid {
    direction: rtl;
  }
}
@media (min-width: 768px) {
  .image-text-block--reversed .image-text-block__image-wrapper,
  .image-text-block--reversed .image-text-block__content {
    direction: ltr;
  }
}
.image-text-block__image-wrapper {
  position: relative;
}
.image-text-block__image {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
}
.image-text-block__img {
  object-fit: cover;
}
.image-text-block__heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.image-text-block__text {
  line-height: 1.75;
}
.image-text-block__text p {
  margin-bottom: 1rem;
}
.image-text-block__text h1, .image-text-block__text h2, .image-text-block__text h3, .image-text-block__text h4, .image-text-block__text h5, .image-text-block__text h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.image-text-block__text ul, .image-text-block__text ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.image-text-block__text a {
  color: #2563eb;
  text-decoration: underline;
}
.image-text-block__text a:hover {
  color: #1d4ed8;
}

/* Infinity Testimonial Both Side Block Styles */
.infinity-testimonial-both-side {
  padding: 60px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  position: relative;
}
.infinity-testimonial-both-side__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.infinity-testimonial-both-side__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.infinity-testimonial-both-side {
  /* Rating Section */
}
.infinity-testimonial-both-side__rating {
  text-align: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 15px 30px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.infinity-testimonial-both-side__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 8px;
}
.infinity-testimonial-both-side__stars .star-icon {
  color: #ffd700;
  font-size: 20px;
  margin-right: 5px;
}
.infinity-testimonial-both-side__stars .star {
  font-size: 18px;
  transition: color 0.3s ease;
}
.infinity-testimonial-both-side__stars .star.filled {
  color: #ffd700;
}
.infinity-testimonial-both-side__stars .star.empty {
  color: rgba(255, 255, 255, 0.3);
}
.infinity-testimonial-both-side__rating-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
}
.infinity-testimonial-both-side {
  /* Header */
}
.infinity-testimonial-both-side__header {
  text-align: center;
  margin-bottom: 50px;
}
.infinity-testimonial-both-side__heading {
  color: white;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.infinity-testimonial-both-side {
  /* Slider Container */
}
.infinity-testimonial-both-side__slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
  cursor: pointer;
  border-radius: 10px;
}
.infinity-testimonial-both-side__slider-container:hover .infinity-testimonial-both-side__card {
  transform: translateY(-2px);
}
.infinity-testimonial-both-side__slider {
  width: 100%;
  overflow: hidden;
}
.infinity-testimonial-both-side__track {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.infinity-testimonial-both-side {
  /* Individual Slide */
}
.infinity-testimonial-both-side__slide {
  flex-shrink: 0;
  width: 350px;
  max-width: 90vw;
  transform: translateZ(0);
}
.infinity-testimonial-both-side__card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.infinity-testimonial-both-side__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.infinity-testimonial-both-side__slider-container:hover .infinity-testimonial-both-side__card {
  transform: translateY(-2px);
}
.infinity-testimonial-both-side__card:hover {
  transform: translateY(-5px) !important;
}
.infinity-testimonial-both-side__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}
.infinity-testimonial-both-side {
  /* Quote Section */
}
.infinity-testimonial-both-side__quote-container {
  flex: 1 1;
  margin-bottom: 25px;
}
.infinity-testimonial-both-side__quote-icon {
  font-size: 60px;
  color: #667eea;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.3;
}
.infinity-testimonial-both-side__quote {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-style: italic;
}
.infinity-testimonial-both-side {
  /* Video Section */
}
.infinity-testimonial-both-side__video-container {
  flex: 1 1;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f9fa;
}
.infinity-testimonial-both-side__video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: none;
  outline: none;
}
.infinity-testimonial-both-side__video:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.infinity-testimonial-both-side {
  /* Author Section */
}
.infinity-testimonial-both-side__author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.infinity-testimonial-both-side__author-image {
  flex-shrink: 0;
}
.infinity-testimonial-both-side__author-image .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}
.infinity-testimonial-both-side__author-info {
  flex: 1 1;
}
.infinity-testimonial-both-side__author-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
}
.infinity-testimonial-both-side__author-details {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.infinity-testimonial-both-side {
  /* Responsive Design */
}
@media (max-width: 768px) {
  .infinity-testimonial-both-side {
    padding: 40px 0;
  }
  .infinity-testimonial-both-side__container {
    padding: 0 15px;
  }
  .infinity-testimonial-both-side__slide {
    width: 280px;
  }
  .infinity-testimonial-both-side__card {
    padding: 25px;
  }
  .infinity-testimonial-both-side__rating {
    padding: 12px 25px;
  }
  .infinity-testimonial-both-side__rating-text {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .infinity-testimonial-both-side__slide {
    width: 250px;
  }
  .infinity-testimonial-both-side__card {
    padding: 20px;
  }
  .infinity-testimonial-both-side__author {
    gap: 12px;
  }
  .infinity-testimonial-both-side__author-image .author-img {
    width: 40px;
    height: 40px;
  }
  .infinity-testimonial-both-side__video {
    height: 150px;
  }
}
.infinity-testimonial-both-side {
  /* Accessibility */
}
@media (prefers-reduced-motion: reduce) {
  .infinity-testimonial-both-side__track {
    animation: none !important;
  }
  .infinity-testimonial-both-side__card {
    transition: none;
  }
}

.investor-block {
  padding: 80px 20px;
  background-color: #ffffff;
}
.investor-block__container {
  max-width: 1200px;
  margin: 0 auto;
}
.investor-block__header {
  text-align: center;
  margin-bottom: 60px;
}
.investor-block__decorative-line {
  font-size: 14px;
  letter-spacing: 8px;
  color: #999;
  margin-bottom: 20px;
  font-weight: 300;
}
.investor-block__main-title {
  font-size: 56px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.investor-block__subtitle {
  font-size: 24px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
}
.investor-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
}
.investor-block__featured {
  position: relative;
}
.investor-block__featured-image {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 15px;
}
.investor-block__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor-block__featured-img {
  object-fit: cover;
}
.investor-block__featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.investor-block__featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2;
}
.investor-block__featured-title {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s ease;
}
.investor-block__featured-title:hover {
  opacity: 0.9;
}
.investor-block__sidebar {
  background-color: #fff;
  padding: 0;
}
.investor-block__sidebar-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.2;
}
.investor-block__sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investor-block__section {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}
.investor-block__section:last-of-type {
  border-bottom: none;
}
.investor-block__section-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.investor-block__item {
  margin-bottom: 10px;
}
.investor-block__item:last-child {
  margin-bottom: 0;
}
.investor-block__item-link {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  transition: color 0.3s ease;
}
.investor-block__item-link:hover {
  color: #0066cc;
}
.investor-block__item-text {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  display: block;
}
.investor-block__view-all {
  margin-top: 30px;
  padding-top: 30px;
}
.investor-block__view-all-link {
  font-size: 16px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.investor-block__view-all-link:hover {
  color: #004999;
}
@media (max-width: 1024px) {
  .investor-block {
    padding: 60px 20px;
  }
  .investor-block__header {
    margin-bottom: 40px;
  }
  .investor-block__main-title {
    font-size: 42px;
  }
  .investor-block__subtitle {
    font-size: 20px;
  }
  .investor-block__grid {
    gap: 30px;
  }
  .investor-block__featured-image {
    height: 400px;
  }
  .investor-block__sidebar-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .investor-block {
    padding: 40px 20px;
  }
  .investor-block__header {
    margin-bottom: 30px;
  }
  .investor-block__main-title {
    font-size: 32px;
  }
  .investor-block__subtitle {
    font-size: 18px;
  }
  .investor-block__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .investor-block__featured-image {
    height: 350px;
  }
  .investor-block__featured-content {
    padding: 30px;
  }
  .investor-block__featured-title {
    font-size: 24px;
  }
  .investor-block__sidebar-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .investor-block__sections {
    gap: 30px;
  }
  .investor-block__section {
    padding-bottom: 20px;
  }
  .investor-block__item-link, .investor-block__item-text {
    font-size: 16px;
  }
}

/**
 * More Years Content Block Styles (SCSS)
 * 
 * Responsive content block with text on left and image on right
 */
.moreyeahs-content {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.moreyeahs-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.moreyeahs-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  align-items: center;
}
.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content {
  order: 2;
  padding-right: 0;
  padding-left: 20px;
}
.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__image-wrapper {
  order: 1;
}
.moreyeahs-content__text-content {
  padding-right: 20px;
}
.moreyeahs-content__heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #1a1a1a;
}
.moreyeahs-content__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 32px 0;
}
.moreyeahs-content__description p {
  margin: 0 0 16px 0;
}
.moreyeahs-content__description p:last-child {
  margin-bottom: 0;
}
.moreyeahs-content__cta {
  margin-top: 32px;
}
.moreyeahs-content__button {
  display: inline-block;
  padding: 12px 32px;
  background-color: transparent;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 2px solid #1a1a1a;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.moreyeahs-content__button:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.2);
}
.moreyeahs-content__image-wrapper {
  position: relative;
}
.moreyeahs-content__image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.moreyeahs-content__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.moreyeahs-content__image:hover img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .moreyeahs-content {
    padding: 50px 0;
  }
  .moreyeahs-content__wrapper {
    gap: 40px;
  }
  .moreyeahs-content__heading {
    font-size: 2.25rem;
  }
  .moreyeahs-content__text-content {
    padding-right: 10px;
  }
  .moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .moreyeahs-content {
    padding: 40px 0;
  }
  .moreyeahs-content__container {
    padding: 0 16px;
  }
  .moreyeahs-content__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .moreyeahs-content__text-content {
    padding-right: 0;
    padding-left: 0;
    order: 2;
  }
  .moreyeahs-content__image-wrapper {
    order: 1;
  }
  .moreyeahs-content__heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .moreyeahs-content__description {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .moreyeahs-content__button {
    padding: 10px 24px;
    font-size: 0.8125rem;
  }
  .moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content {
    padding-left: 0;
    order: 2;
  }
  .moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__image-wrapper {
    order: 1;
  }
}
@media (max-width: 480px) {
  .moreyeahs-content__heading {
    font-size: 1.75rem;
  }
  .moreyeahs-content__description {
    font-size: 0.9375rem;
  }
  .moreyeahs-content__button {
    padding: 8px 20px;
    font-size: 0.75rem;
  }
}

.moreyeahs-heading-test-block {
  padding: 3rem 1rem;
  background-color: var(--bg-color, transparent);
  color: var(--text-color, #000000);
}
.moreyeahs-heading-test-block__container {
  max-width: 64rem;
  margin: 0 auto;
}
.moreyeahs-heading-test-block--left .moreyeahs-heading-test-block__container {
  text-align: left;
}
.moreyeahs-heading-test-block--center .moreyeahs-heading-test-block__container {
  text-align: center;
}
.moreyeahs-heading-test-block--right .moreyeahs-heading-test-block__container {
  text-align: right;
}
.moreyeahs-heading-test-block__heading {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .moreyeahs-heading-test-block__heading {
    font-size: 1.875rem;
  }
}
.moreyeahs-heading-test-block__subheading {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .moreyeahs-heading-test-block__subheading {
    font-size: 1rem;
  }
}

/**
 * More Years Service Block Styles
 * 
 * Styles for the service block with heading, subheading, and repeatable service sections
 * Matches the design from the provided image
 */
.moreyeahs-service {
  padding: 60px 0;
  background: #fff;
}
.moreyeahs-service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.moreyeahs-service__heading {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #1a1a1a;
  line-height: 1.2;
}
.moreyeahs-service__subheading {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 60px;
  color: #666;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.moreyeahs-service__sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.moreyeahs-service__section {
  padding: 40px 0;
}
.moreyeahs-service__section--bordered {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 40px;
}
.moreyeahs-service__section-header {
  margin-bottom: 30px;
}
.moreyeahs-service__section-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #1a1a1a;
  line-height: 1.3;
}
.moreyeahs-service__section-link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: inline-block;
}
.moreyeahs-service__section-link:hover {
  color: #2563eb;
  text-decoration: underline;
}
.moreyeahs-service__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 40px;
  gap: 20px 40px;
  margin-top: 0;
}
.moreyeahs-service__service-item {
  padding: 0;
  border-bottom: none;
}
.moreyeahs-service__service-link {
  color: #1a1a1a;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: normal;
  transition: color 0.3s ease;
  display: inline-block;
  line-height: 1.4;
}
.moreyeahs-service__service-link:hover {
  color: #2563eb;
  text-decoration: underline;
}
.moreyeahs-service__service-text {
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: normal;
  text-decoration: underline;
  line-height: 1.4;
}
.moreyeahs-service {
  /* Responsive Design */
}
@media (max-width: 768px) {
  .moreyeahs-service {
    padding: 40px 0;
  }
  .moreyeahs-service__heading {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .moreyeahs-service__subheading {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .moreyeahs-service__section-heading {
    font-size: 1.25rem;
  }
  .moreyeahs-service__services {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
  .moreyeahs-service__container {
    padding: 0 16px;
  }
  .moreyeahs-service__section {
    padding: 30px 0;
  }
  .moreyeahs-service__section--bordered {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .moreyeahs-service__heading {
    font-size: 1.75rem;
  }
  .moreyeahs-service__section-heading {
    font-size: 1.125rem;
  }
  .moreyeahs-service__services {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .moreyeahs-service__service-link, .moreyeahs-service__service-text {
    font-size: 0.9rem;
  }
}
.moreyeahs-service {
  /* Print Styles */
}
@media print {
  .moreyeahs-service {
    padding: 20px 0;
  }
  .moreyeahs-service__service-link {
    color: #000 !important;
    text-decoration: underline !important;
  }
  .moreyeahs-service__service-link::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
}

.moreyeahs-slider-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.moreyeahs-slider-block__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .moreyeahs-slider-block__wrapper {
    height: 400px;
  }
}
.moreyeahs-slider-block__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.moreyeahs-slider-block__slide--active {
  opacity: 1;
}
.moreyeahs-slider-block__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.moreyeahs-slider-block__img {
  object-fit: cover;
}
.moreyeahs-slider-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.moreyeahs-slider-block__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.moreyeahs-slider-block__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.moreyeahs-slider-block__text-wrapper {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) {
  .moreyeahs-slider-block__text-wrapper {
    width: 54.333333%;
  }
}
.moreyeahs-slider-block__heading-wrapper {
  margin-bottom: 15px;
}
.moreyeahs-slider-block__heading {
  color: white;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .moreyeahs-slider-block__heading {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}
.moreyeahs-slider-block__subheading {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .moreyeahs-slider-block__subheading {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
}
.moreyeahs-slider-block__cta {
  display: inline-block;
  padding: 10px 40px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.3s ease, color 0.4s ease;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.moreyeahs-slider-block__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 0.4s ease;
  z-index: -1;
}
.moreyeahs-slider-block__cta:hover {
  border: 1px solid #000;
}
.moreyeahs-slider-block__cta:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .moreyeahs-slider-block__cta {
    padding: 12px 30px;
    font-size: 14px;
  }
}
.moreyeahs-slider-block__dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}
.moreyeahs-slider-block__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.moreyeahs-slider-block__dot:hover {
  background: rgba(255, 255, 255, 0.75);
}
.moreyeahs-slider-block__dot--active {
  background: white;
  width: 40px;
  border-radius: 6px;
}

.navigation-next-block {
  padding: 60px 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-next-block__container {
  max-width: 1200px;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 968px) {
  .navigation-next-block__container {
    flex-direction: column;
    height: auto;
  }
}
.navigation-next-block__grid {
  flex: 1 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 968px) {
  .navigation-next-block__grid {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .navigation-next-block__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.navigation-next-block__region {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  overflow: hidden;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation-next-block__region:nth-child(2n) {
  border-right: none;
}
.navigation-next-block__region:nth-child(n+3) {
  border-bottom: none;
}
.navigation-next-block__region:hover {
  color: #fff;
}
.navigation-next-block__region:hover .navigation-next-block__region-name {
  color: #fff;
}
@media (max-width: 768px) {
  .navigation-next-block__region {
    min-height: 120px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  .navigation-next-block__region:last-child {
    border-bottom: none;
  }
}
.navigation-next-block__region-name {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  color: white;
}
@media (max-width: 768px) {
  .navigation-next-block__region-name {
    font-size: 1.5rem;
  }
}
.navigation-next-block__cta {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 80px;
  background: transparent;
}
@media (max-width: 968px) {
  .navigation-next-block__cta {
    align-items: center;
    text-align: center;
    padding: 60px 40px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .navigation-next-block__cta {
    padding: 40px 20px;
  }
}
.navigation-next-block__heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 1.1;
  max-width: 600px;
}
@media (max-width: 968px) {
  .navigation-next-block__heading {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .navigation-next-block__heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.navigation-next-block__button {
  display: inline-block;
  padding: 16px 45px;
  background: #000;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #000;
}
.navigation-next-block__button:hover {
  background: white;
  color: #9b4d96;
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .navigation-next-block__button {
    padding: 6px 18px;
    font-size: 10px;
  }
}

.testimonial-block {
  padding: 0;
}
.testimonial-block__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.testimonial-block__header {
  text-align: center;
  padding: 80px 20px 60px;
}
.testimonial-block__heading {
  font-size: 48px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .testimonial-block__heading {
    font-size: 32px;
  }
}
.testimonial-block__subheading {
  font-size: 20px;
  color: #666;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
  max-width: 600px;
}
@media (max-width: 768px) {
  .testimonial-block__subheading {
    font-size: 18px;
  }
}
.testimonial-block__main-content {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 968px) {
  .testimonial-block__main-content {
    min-height: 500px;
    padding: 40px 0;
  }
}
.testimonial-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-block__bg-img {
  object-fit: cover !important;
  transition: transform 0.6s ease;
}
.testimonial-block__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.testimonial-block__overlay-text {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  z-index: 10;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 968px) {
  .testimonial-block__overlay-text {
    font-size: 20px;
    left: 20px;
    top: 40px;
  }
}
.testimonial-block__slider-container {
  position: relative;
  z-index: 10;
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
}
.testimonial-block__slider {
  position: relative;
  width: 100%;
}
.testimonial-block__slide {
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.testimonial-block__card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.testimonial-block__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonial-block__card:hover::before {
  opacity: 0.1;
}
@media (max-width: 968px) {
  .testimonial-block__card {
    padding: 30px 25px;
    margin: 0 10px;
  }
}
.testimonial-block__quote {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 30px 0;
  font-style: italic;
  position: relative;
}
.testimonial-block__quote::before {
  content: '"';
  font-size: 48px;
  color: #e0e0e0;
  position: absolute;
  top: -10px;
  left: -20px;
  font-family: serif;
}
@media (max-width: 968px) {
  .testimonial-block__quote {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.testimonial-block__author-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 968px) {
  .testimonial-block__author-section {
    flex-direction: column;
    gap: 10px;
  }
}
.testimonial-block__author-image {
  flex-shrink: 0;
}
.testimonial-block__author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}
.testimonial-block__author-img {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
}
.testimonial-block__author-info {
  text-align: left;
}
@media (max-width: 968px) {
  .testimonial-block__author-info {
    text-align: center;
  }
}
.testimonial-block__author-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}
.testimonial-block__author-title {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: 400;
}
.testimonial-block__navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.testimonial-block__nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonial-block__nav-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.testimonial-block__nav-btn:active {
  transform: translateY(0);
}
.testimonial-block__progress {
  margin-top: 20px;
}
.testimonial-block__progress-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.testimonial-block__progress-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.testimonial-block__progress-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.testimonial-block__progress-dot--active {
  background: #fff;
  transform: scale(1.3);
}
.testimonial-block__footer {
  text-align: center;
  padding: 80px 20px;
  background-color: #f8f9fa;
}
.testimonial-block__footer-heading {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 32px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .testimonial-block__footer-heading {
    font-size: 28px;
  }
}
.testimonial-block__button {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.testimonial-block__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  .testimonial-block__button {
    padding: 14px 28px;
    font-size: 13px;
  }
}

.stepper-block {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 20px 0;
  mix-blend-mode: difference;
}
.stepper-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.stepper-block__item {
  position: relative;
  margin-bottom: 50px;
}
.stepper-block__item:last-child {
  margin-bottom: 0;
}
.stepper-block__item a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
.stepper-block__item--active .stepper-block__line, .stepper-block__item.nav-active .stepper-block__line {
  width: 70px;
}
.stepper-block__item--active .stepper-block__label, .stepper-block__item.nav-active .stepper-block__label {
  opacity: 1;
  visibility: visible;
}
.stepper-block__item:hover:not(.nav-active):not(.stepper-block__item--active) .stepper-block__line {
  width: 60px;
}
.stepper-block__item:hover:not(.nav-active):not(.stepper-block__item--active) .stepper-block__label {
  opacity: 0.7;
  visibility: visible;
}
.stepper-block__line {
  height: 2px;
  width: 30px;
  background-color: #fff;
  transition: width 0.3s ease;
  margin-bottom: 8px;
}
.stepper-block__label {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .stepper-block {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .stepper-block {
    left: 20px;
  }
  .stepper-block__item--active .stepper-block__line, .stepper-block__item.nav-active .stepper-block__line {
    width: 60px;
  }
  .stepper-block__label {
    font-size: 16px;
  }
}
@keyframes flash-gradient {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes pulse-glow {
  0%, 100% {
    filter: brightness(1) drop-shadow(0 0 3px currentColor);
  }
  50% {
    filter: brightness(1.4) drop-shadow(0 0 10px currentColor);
  }
}
@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.new-stepper {
  position: fixed;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 20px 0;
  --stepper-text-color: #1a1a1a;
  --stepper-line-color-start: #1a1a1a;
  --stepper-line-color-mid: #4a4a4a;
  --stepper-line-color-end: #1a1a1a;
  --stepper-glow-color: rgba(26, 26, 26, 0.6);
  --stepper-glow-color-light: rgba(26, 26, 26, 0.3);
  --stepper-inactive-line-start: #4a4a4a;
  --stepper-inactive-line-end: #2a2a2a;
  --stepper-inactive-text: #4a4a4a;
}
.new-stepper.new-stepper--dark {
  --stepper-text-color: #ffffff !important;
  --stepper-line-color-start: #ffffff !important;
  --stepper-line-color-mid: #cccccc !important;
  --stepper-line-color-end: #ffffff !important;
  --stepper-glow-color: rgba(255, 255, 255, 0.7) !important;
  --stepper-glow-color-light: rgba(255, 255, 255, 0.4) !important;
  --stepper-inactive-line-start: #b0b0b0 !important;
  --stepper-inactive-line-end: #888888 !important;
  --stepper-inactive-text: #b0b0b0 !important;
}
.new-stepper__title {
  color: var(--stepper-text-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  white-space: nowrap;
}
.new-stepper__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.new-stepper__item {
  position: relative;
  margin-bottom: 15px;
}
.new-stepper__item:last-child {
  margin-bottom: 0;
}
.new-stepper__item--active .new-stepper__line {
  width: 60px !important;
  height: 4px !important;
  background: linear-gradient(90deg, var(--stepper-line-color-start) 0%, var(--stepper-line-color-mid) 50%, var(--stepper-line-color-end) 100%) !important;
  background-size: 200% 100% !important;
  animation: flash-gradient 2s ease-in-out infinite, pulse-glow 2s ease-in-out infinite, gradient-shift 3s ease-in-out infinite;
  opacity: 1 !important;
}
.new-stepper__item--active .new-stepper__label {
  opacity: 1 !important;
  visibility: visible !important;
  color: var(--stepper-text-color) !important;
  font-weight: 600 !important;
}
.new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__line {
  width: 70px !important;
  background: linear-gradient(90deg, var(--stepper-line-color-start), var(--stepper-line-color-mid)) !important;
  opacity: 1 !important;
}
.new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__label {
  opacity: 0.8 !important;
  visibility: visible !important;
  color: var(--stepper-text-color) !important;
}
.new-stepper__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.new-stepper__line {
  height: 3px;
  width: 20px;
  background: linear-gradient(90deg, var(--stepper-inactive-line-start), var(--stepper-inactive-line-end));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 8px;
  border-radius: 2px;
  position: relative;
  opacity: 1;
}
.new-stepper__label {
  color: var(--stepper-inactive-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .new-stepper {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .new-stepper {
    left: 20px;
  }
  .new-stepper__title {
    font-size: 18px;
  }
  .new-stepper__item--active .new-stepper__line {
    width: 80px;
  }
  .new-stepper__label {
    font-size: 14px;
  }
}
.new-stepper.new-stepper--dark .new-stepper__title {
  color: #ffffff !important;
}
.new-stepper.new-stepper--dark .new-stepper__line {
  background: linear-gradient(90deg, #b0b0b0, #888888) !important;
}
.new-stepper.new-stepper--dark .new-stepper__label {
  color: #b0b0b0 !important;
}
.new-stepper.new-stepper--dark .new-stepper__item--active .new-stepper__line {
  background: linear-gradient(90deg, #ffffff 0%, #cccccc 50%, #ffffff 100%) !important;
}
.new-stepper.new-stepper--dark .new-stepper__item--active .new-stepper__label {
  color: #ffffff !important;
}
.new-stepper.new-stepper--dark .new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__line {
  background: linear-gradient(90deg, #ffffff, #cccccc) !important;
}
.new-stepper.new-stepper--dark .new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__label {
  color: #cccccc !important;
}

.stories-blog-block {
  padding: 80px 0;
  color: white;
  position: relative;
}
.stories-blog-block:not([style*=background]) {
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
}
.stories-blog-block[style*=background-image]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.stories-blog-block__container {
  position: relative;
  z-index: 2;
}
.stories-blog-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.stories-blog-block__header {
  text-align: center;
  margin-bottom: 60px;
}
.stories-blog-block__heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.stories-blog-block__heading span {
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .stories-blog-block__heading {
    font-size: 2.5rem;
  }
}
.stories-blog-block__subheading {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media (max-width: 768px) {
  .stories-blog-block__subheading {
    font-size: 1.1rem;
  }
}
.stories-blog-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .stories-blog-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .stories-blog-block__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.stories-blog-block__card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333;
}
.stories-blog-block__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.stories-blog-block__card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.stories-blog-block__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.stories-blog-block__card-image > span {
  width: 100% !important;
  height: 100% !important;
}
.stories-blog-block__card-image > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.stories-blog-block__card-image:hover img {
  transform: scale(1.05);
}
.stories-blog-block__card-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(74, 20, 140, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__card-content {
  padding: 25px;
}
.stories-blog-block__card-title {
  margin-bottom: 15px;
}
.stories-blog-block__card-title a {
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.stories-blog-block__card-title a:hover {
  color: #4a148c;
}
.stories-blog-block__card-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.stories-blog-block__card-date {
  color: #999;
  font-size: 0.85rem;
  font-weight: 500;
}
.stories-blog-block__loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  font-size: 1.2rem;
  opacity: 0.8;
}
.stories-blog-block__no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  font-size: 1.1rem;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__button-container {
  text-align: center;
}
.stories-blog-block__button {
  display: inline-block;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.2);
  color: black;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid black;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: black;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.stories-blog-block__button:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .stories-blog-block {
    padding: 60px 0;
  }
  .stories-blog-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: px) {
  .stories-blog-block {
    padding: 60px 0;
  }
  .stories-blog-block__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .stories-blog-block {
    padding: 40px 0;
  }
  .stories-blog-block__container {
    padding: 0 15px;
  }
  .stories-blog-block__header {
    margin-bottom: 40px;
  }
  .stories-blog-block__grid {
    margin-bottom: 40px;
  }
  .stories-blog-block__card-content {
    padding: 20px;
  }
}
.full-img-content-block {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.full-img-content-block .full-img-content-container {
  display: flex;
  min-height: 500px;
  width: 100%;
  max-width: 1200px;
}
.full-img-content-block .full-img-content-container .full-img-content-image {
  flex: 0 0 35%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.full-img-content-block .full-img-content-container .full-img-content-image:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 12px 30px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(0, 0, 0, 0.15);
}
.full-img-content-block .full-img-content-container .full-img-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 15px;
}
.full-img-content-block .full-img-content-container .full-img-content-content {
  flex: 1 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.full-img-content-block .full-img-content-container .full-img-content-content .main-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #333;
  line-height: 1.2;
}
.full-img-content-block .full-img-content-container .full-img-content-content .content-box {
  background: rgba(173, 216, 230, 0.3);
  border: 1px solid rgba(173, 216, 230, 0.5);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 40px;
}
.full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #2c3e50;
}
.full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-subheading {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: #555;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
  max-width: 100%;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section {
  background: rgba(173, 216, 230, 0.2);
  border: 1px solid rgba(173, 216, 230, 0.4);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section:hover .section-icon {
  transform: rotate(360deg);
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: rgba(52, 152, 219, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper .section-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper .default-icon {
  color: #3498db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .section-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #2c3e50;
}
.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .section-subheading {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  color: #666;
}
@media (max-width: 1024px) {
  .full-img-content-block .full-img-content-container {
    flex-direction: column;
    min-height: auto;
  }
  .full-img-content-block .full-img-content-container .full-img-content-image {
    flex: none;
    height: 300px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content {
    padding: 30px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .main-heading {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .full-img-content-block .full-img-content-container .full-img-content-content {
    padding: 20px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .main-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .content-box {
    padding: 20px;
    margin-bottom: 30px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .icon-sections {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .full-img-content-block .full-img-content-container .full-img-content-image {
    height: 250px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content {
    padding: 15px;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .main-heading {
    font-size: 1.5rem;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-heading {
    font-size: 1.3rem;
  }
  .full-img-content-block .full-img-content-container .full-img-content-content .icon-sections {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Roadmap Block Styles */
.roadmap-block {
  padding: 80px 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.roadmap-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 60px;
  align-items: flex-start;
}

/* Left side - Sticky content */
.roadmap-left {
  flex: 0 0 45%;
  position: relative;
}

.roadmap-left-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.roadmap-heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.roadmap-subheading {
  font-size: 1.1rem;
  color: #b8b8b8;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.roadmap-image {
  margin-top: 40px;
}
.roadmap-image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Right side - Scrollable steps */
.roadmap-right {
  flex: 1 1;
  position: relative;
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.roadmap-right::-webkit-scrollbar {
  display: none; /* WebKit */
}

.roadmap-steps {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10vh 0 10vh 0; /* Top and bottom padding to center first/last items */
}

.roadmap-step {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 50vh; /* Smaller height so multiple slides are visible */
  scroll-snap-align: center;
  scroll-snap-stop: always;
  opacity: 1;
  transform: scale(0.8) translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 10px 0;
  margin-bottom: -10vh; /* Negative margin to create overlap */
}
.roadmap-step:last-child {
  margin-bottom: 0;
}
.roadmap-step.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 10;
}
.roadmap-step.prev {
  opacity: 0.7;
  transform: scale(0.85) translateY(-5vh);
  z-index: 5;
}
.roadmap-step.next {
  opacity: 0.5;
  transform: scale(0.8) translateY(5vh);
  z-index: 5;
}

/* Step counter and line */
.step-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  height: 100%;
  justify-content: center;
}

.step-counter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 0.6;
}
.step-counter:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.6);
}

.roadmap-step.active .step-counter {
  transform: scale(1.2);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.8);
  opacity: 1;
}

.roadmap-step.prev .step-counter,
.roadmap-step.next .step-counter {
  opacity: 0.4;
  transform: scale(0.9);
}

.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  transition: font-size 0.3s ease;
}

.roadmap-step.active .step-number {
  font-size: 1.7rem;
}

.step-line {
  width: 3px;
  height: 100vh;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 50%, rgba(102, 126, 234, 0.3) 100%);
  margin-top: 20px;
  position: absolute;
  top: 80px;
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.roadmap-step.active .step-line {
  opacity: 1;
}

/* Step content box */
.step-content {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 40px 50px;
  flex: 1 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-width: 500px;
  min-height: 280px;
}
.step-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.step-content:hover {
  transform: translateY(-3px);
}

.roadmap-step.active .step-content {
  border-color: rgba(102, 126, 234, 0.6);
  box-shadow: 0 25px 50px rgba(102, 126, 234, 0.3);
}
.roadmap-step.active .step-content::before {
  opacity: 1;
}

.step-icon {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.step-icon img {
  filter: brightness(0) invert(1);
}

.step-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.step-subheading {
  font-size: 1.1rem;
  color: #c5c5c5;
  margin: 0;
  line-height: 1.7;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .roadmap-container {
    gap: 40px;
  }
  .roadmap-heading {
    font-size: 2.8rem;
  }
  .roadmap-left {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .roadmap-block {
    padding: 60px 0;
  }
  .roadmap-container {
    flex-direction: column;
    gap: 20px;
    height: 100vh;
  }
  .roadmap-left {
    flex: none;
    height: 30vh;
    overflow: hidden;
  }
  .roadmap-left-sticky {
    position: relative;
    top: auto;
  }
  .roadmap-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .roadmap-subheading {
    text-align: center;
    font-size: 0.9rem;
  }
  .roadmap-image {
    margin-top: 20px;
  }
  .roadmap-right {
    height: 70vh;
  }
  .roadmap-steps {
    padding: 30vh 0 30vh 0;
  }
  .roadmap-step {
    gap: 20px;
    height: 35vh;
    margin-bottom: -5vh;
    padding: 5px 0;
  }
  .step-counter {
    width: 50px;
    height: 50px;
  }
  .step-number {
    font-size: 1.2rem;
  }
  .roadmap-step.active .step-number {
    font-size: 1.4rem;
  }
  .step-line {
    height: 35vh;
  }
  .step-content {
    padding: 25px 30px;
    min-width: 300px;
    min-height: 200px;
  }
  .step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .step-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .step-subheading {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .roadmap-container {
    padding: 0 15px;
  }
  .roadmap-heading {
    font-size: 1.8rem;
  }
  .step-content {
    padding: 15px;
  }
}
/* Service Roadmaps Block Styles - Unique namespace to avoid conflicts */
.service-roadmaps-block {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-roadmaps-block .srb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  align-items: start;
  min-height: 500px;
}
.service-roadmaps-block {
  /* Left side - Content */
}
.service-roadmaps-block .srb-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-roadmaps-block .srb-left .srb-content {
  width: 100%;
  max-width: 500px;
}
.service-roadmaps-block .srb-left .srb-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2c5530;
}
.service-roadmaps-block .srb-left .srb-subheading {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #4a5568;
  opacity: 0.8;
}
.service-roadmaps-block {
  /* Steps container */
}
.service-roadmaps-block .srb-steps {
  position: relative;
  width: 100%;
  /* Individual step */
}
.service-roadmaps-block .srb-steps .srb-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  animation: srbSlideInLeft 0.6s ease-out forwards;
  width: 100%;
}
.service-roadmaps-block .srb-steps .srb-step:nth-child(1) {
  animation-delay: 0.2s;
}
.service-roadmaps-block .srb-steps .srb-step:nth-child(2) {
  animation-delay: 0.4s;
}
.service-roadmaps-block .srb-steps .srb-step:nth-child(3) {
  animation-delay: 0.6s;
}
.service-roadmaps-block .srb-steps .srb-step:nth-child(4) {
  animation-delay: 0.8s;
}
.service-roadmaps-block .srb-steps .srb-step:nth-child(5) {
  animation-delay: 1s;
}
.service-roadmaps-block .srb-steps .srb-step {
  /* Step counter wrapper */
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  position: relative;
  flex-shrink: 0;
  /* Step counter circle */
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #2c5530;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(44, 85, 48, 0.3);
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter {
  /* Step number */
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter .srb-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c5530;
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter {
  /* Step icon */
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter .srb-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper {
  /* Connecting line */
}
.service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-line {
  width: 3px;
  height: 60px;
  background: linear-gradient(to bottom, #2c5530, #4a7c59);
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.service-roadmaps-block .srb-steps .srb-step {
  /* Step content */
}
.service-roadmaps-block .srb-steps .srb-step .srb-step-content {
  flex: 1 1;
  padding-top: 8px;
  width: 100%;
}
.service-roadmaps-block .srb-steps .srb-step .srb-step-content .srb-step-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c5530;
  line-height: 1.3;
}
.service-roadmaps-block .srb-steps .srb-step .srb-step-content .srb-step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}
.service-roadmaps-block {
  /* Right side - Image */
}
.service-roadmaps-block .srb-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.service-roadmaps-block .srb-right .srb-image {
  position: relative;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  transform: translateX(30px);
  animation: srbSlideInRight 0.8s ease-out 0.3s forwards;
}
.service-roadmaps-block .srb-right .srb-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.service-roadmaps-block .srb-right .srb-image img:hover {
  transform: translateY(-5px);
}
.service-roadmaps-block {
  /* Animations */
}
@keyframes srbSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes srbSlideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-roadmaps-block {
  /* Responsive Design */
}
@media (max-width: 1024px) {
  .service-roadmaps-block .srb-container {
    gap: 40px;
  }
  .service-roadmaps-block .srb-left .srb-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .service-roadmaps-block {
    padding: 60px 0;
  }
  .service-roadmaps-block .srb-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .service-roadmaps-block .srb-left .srb-content {
    max-width: 100%;
  }
  .service-roadmaps-block .srb-left .srb-heading {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .service-roadmaps-block .srb-left .srb-subheading {
    margin-bottom: 30px;
  }
  .service-roadmaps-block .srb-steps .srb-step {
    margin-bottom: 30px;
    text-align: left;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter {
    width: 50px;
    height: 50px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter .srb-number {
    font-size: 1rem;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter .srb-icon {
    width: 24px;
    height: 24px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-line {
    height: 50px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-step-content .srb-step-title {
    font-size: 1.2rem;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-step-content .srb-step-description {
    font-size: 0.9rem;
  }
  .service-roadmaps-block .srb-right .srb-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .service-roadmaps-block {
    padding: 40px 0;
  }
  .service-roadmaps-block .srb-container {
    padding: 0 15px;
    gap: 30px;
  }
  .service-roadmaps-block .srb-left .srb-heading {
    font-size: 1.8rem;
  }
  .service-roadmaps-block .srb-steps .srb-step {
    margin-bottom: 25px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper {
    margin-right: 15px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-counter {
    width: 45px;
    height: 45px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-counter-wrapper .srb-line {
    height: 40px;
  }
  .service-roadmaps-block .srb-steps .srb-step .srb-step-content .srb-step-title {
    font-size: 1.1rem;
  }
}

/* Service Across Multi Block Styles */
.service-across-multi-block {
  position: relative;
  padding: 80px 0;
  background: #0f172a;
  color: #ffffff;
  overflow: hidden;
  min-height: 100vh;
}

.sam-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Header Section */
.sam-header {
  text-align: center;
  margin-bottom: 60px;
}

.sam-main-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: inherit;
}

.sam-main-description {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Cloud Platforms Section */
.sam-cloud-platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.sam-platform-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.sam-platform-badge:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.sam-platform-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sam-platform-name {
  font-weight: 600;
  font-size: 0.95rem;
}

/* Service Categories Section */
.sam-service-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 80px;
}

.sam-service-category {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.sam-category-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: inherit;
}

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

.sam-service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.sam-checkmark {
  color: #10b981;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Implementations & Technologies Section */
.sam-implementations {
  margin-bottom: 80px;
}

.sam-implementations-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.sam-technology-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.sam-tech-badge {
  display: inline-block;
  padding: 8px 16px;
  background: #1e3a8a;
  color: #ffffff;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sam-tech-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Testimonial Section */
.sam-testimonial {
  text-align: center;
  margin-bottom: 40px;
}

.sam-quote {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.sam-quote::before, .sam-quote::after {
  content: '"';
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -10px;
}
.sam-quote::before {
  left: -40px;
}
.sam-quote::after {
  right: -40px;
}

/* Decorative Elements */
.sam-decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.sam-circle {
  position: absolute;
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.sam-circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.sam-circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 5%;
  animation-delay: 2s;
}

.sam-circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 5%;
  animation-delay: 4s;
}

.sam-line {
  position: absolute;
  background: linear-gradient(45deg, transparent, rgba(59, 130, 246, 0.4), transparent);
  animation: pulse 4s ease-in-out infinite;
}

.sam-line-1 {
  width: 300px;
  height: 2px;
  top: 30%;
  left: 20%;
  transform: rotate(45deg);
  animation-delay: 1s;
}

.sam-line-2 {
  width: 200px;
  height: 2px;
  bottom: 30%;
  right: 15%;
  transform: rotate(-45deg);
  animation-delay: 3s;
}

.sam-dots {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(59, 130, 246, 0.6);
  border-radius: 50%;
  animation: twinkle 3s ease-in-out infinite;
}
.sam-dots::before, .sam-dots::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(59, 130, 246, 0.6);
  border-radius: 50%;
}
.sam-dots::before {
  top: -15px;
  left: 10px;
  animation: twinkle 3s ease-in-out infinite 0.5s;
}
.sam-dots::after {
  top: 10px;
  left: -10px;
  animation: twinkle 3s ease-in-out infinite 1s;
}

.sam-dots-1 {
  top: 15%;
  left: 15%;
  animation-delay: 0s;
}

.sam-dots-2 {
  bottom: 25%;
  right: 20%;
  animation-delay: 2s;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .service-across-multi-block {
    padding: 60px 0;
  }
  .sam-main-heading {
    font-size: 2.2rem;
  }
  .sam-main-description {
    font-size: 1.1rem;
  }
  .sam-cloud-platforms {
    gap: 20px;
    margin-bottom: 60px;
  }
  .sam-service-categories {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  .sam-service-category {
    padding: 25px;
  }
  .sam-quote {
    font-size: 1.8rem;
  }
  .sam-quote::before, .sam-quote::after {
    display: none;
  }
  .sam-circle-1 {
    width: 120px;
    height: 120px;
  }
  .sam-circle-2 {
    width: 100px;
    height: 100px;
  }
  .sam-circle-3 {
    width: 80px;
    height: 80px;
  }
  .sam-line-1,
  .sam-line-2 {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .sam-container {
    padding: 0 15px;
  }
  .sam-main-heading {
    font-size: 1.8rem;
  }
  .sam-platform-badge {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .sam-platform-icon {
    width: 20px;
    height: 20px;
  }
  .sam-service-category {
    padding: 20px;
  }
  .sam-category-title {
    font-size: 1.3rem;
  }
  .sam-implementations-title {
    font-size: 1.6rem;
  }
  .sam-quote {
    font-size: 1.5rem;
  }
}
/* Video Section Block Styles - Updated for Centered Layout */
.video-section {
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
  /* Default background - will be overridden by inline styles */
}
.video-section:not([style*=background]) {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-section__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-section__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.video-section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: auto;
}

/* Text Content Styles */
.video-section__text-content {
  padding: 20px 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.video-section__heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.video-section__sub-heading {
  font-size: 1.125rem;
  color: #6c757d;
  margin: 0 0 32px 0;
  line-height: 1.6;
  font-weight: 400;
}

.video-section__button-wrapper {
  margin-top: 32px;
}

.video-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.video-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
  color: white;
  text-decoration: none;
}

.video-section__button:active {
  transform: translateY(0);
}

.video-section__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.video-section__button:hover::before {
  left: 100%;
}

/* Simple Horizontal Slider Display */
.video-section__carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.video-section__carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 450px; /* Ensure container has height */
}

.video-section__slide {
  width: 100%;
  display: none; /* Simple show/hide approach like testimonials */
}
.video-section__slide:first-child {
  display: block; /* Show first slide by default */
}

.video-section__video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: #000;
  cursor: pointer;
  margin: 0 auto;
}
.video-section__video-container:hover .video-section__play-pause-overlay {
  opacity: 1;
}

.video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.video-section__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: all;
}

.video-section__play-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

.video-section__play-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Hover Play/Pause Controls */
.video-section__play-pause-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: all;
  z-index: 5;
}

.video-section__play-pause-button {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.video-section__play-pause-button:hover {
  transform: scale(1.1);
  background: white;
}
.video-section__play-pause-button svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

.video-section__play-button {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

.video-section__play-button:hover {
  transform: scale(1.1);
}

.video-section__play-button svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Video Title and Subtitle at Bottom-Left */
.video-section__video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  padding: 80px 24px 24px;
  border-radius: 0 0 20px 20px;
  text-align: left;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.video-section__video-title h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  line-height: 1.3;
}

.video-section__video-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

/* Video Button at Bottom-Right */
.video-section__video-button-wrapper {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
}

.video-section__video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.95);
  color: #007bff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.video-section__video-button:hover {
  background: white;
  color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

/* Navigation Arrows */
.video-section__nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.video-section__nav:hover {
  background: white;
  transform: scale(1.15);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.video-section__nav--prev {
  left: 20px;
}

.video-section__nav--next {
  right: 20px;
}

.video-section__nav svg {
  color: #333;
}

.video-section__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.video-section__nav:disabled:hover {
  transform: scale(1);
  background: rgba(255, 255, 255, 0.95);
}

/* Dots Navigation */
.video-section__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.video-section__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-section__dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.video-section__dot--active {
  background: white;
  transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .video-section__carousel {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .video-section {
    padding: 40px 15px;
  }
  .video-section__content {
    gap: 30px;
  }
  .video-section__heading {
    font-size: 2rem;
  }
  .video-section__sub-heading {
    font-size: 1rem;
  }
  .video-section__carousel-wrapper {
    padding: 0;
  }
  .video-section__carousel {
    max-width: 100%;
  }
  .video-section__nav {
    width: 40px;
    height: 40px;
  }
  .video-section__nav--prev {
    left: 10px;
  }
  .video-section__nav--next {
    right: 10px;
  }
  .video-section__nav svg {
    width: 20px;
    height: 20px;
  }
  .video-section__video-title h3 {
    font-size: 1.25rem;
  }
  .video-section__video-subtitle {
    font-size: 0.9rem;
  }
  .video-section__video-button-wrapper {
    bottom: 20px;
    right: 20px;
  }
  .video-section__video-title {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 480px) {
  .video-section__heading {
    font-size: 1.75rem;
  }
  .video-section__button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .video-section__play-button svg {
    width: 50px;
    height: 50px;
  }
  .video-section__carousel-wrapper {
    padding: 0 20px;
  }
  .video-section__video-title h3 {
    font-size: 1rem;
  }
  .video-section__video-button {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
}
/* Removed dark mode - background color controlled by backend */
/* Focus states for accessibility */
.video-section__button:focus,
.video-section__play-button:focus,
.video-section__nav:focus,
.video-section__dot:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .video-section__button {
    border: 2px solid #ffffff;
  }
  .video-section__play-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
}
/* Smooth animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-section__text-content,
.video-section__carousel-wrapper {
  animation: fadeIn 0.6s ease-out;
}

/* Credentials Acquired Block Styles */
.credentials-acquired-block {
  padding: 80px 20px !important;
  min-height: 100vh !important;
  position: relative !important;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.credentials-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100% !important;
}

.credentials-heading {
  font-size: 4rem !important;
  font-weight: 300 !important;
  margin: 0 0 100px 0 !important;
  color: #ffffff !important;
  letter-spacing: 2px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.credentials-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  text-align: left !important;
  list-style: none !important;
  padding: 0 !important;
}

.credential-item {
  display: flex !important;
  align-items: center !important;
  padding: 25px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease !important;
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease forwards !important;
  position: relative !important;
  min-height: 60px !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
}

.credential-item:hover {
  transform: translateX(15px) !important;
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.credential-item:hover .credential-dot {
  transform: scale(1.3) !important;
  box-shadow: 0 0 20px currentColor !important;
}

.credential-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Animation delays for staggered effect */
.credential-item:nth-child(1) {
  animation-delay: 0.2s !important;
}

.credential-item:nth-child(2) {
  animation-delay: 0.4s !important;
}

.credential-item:nth-child(3) {
  animation-delay: 0.6s !important;
}

.credential-item:nth-child(4) {
  animation-delay: 0.8s !important;
}

.credential-item:nth-child(5) {
  animation-delay: 1s !important;
}

.credential-item:nth-child(6) {
  animation-delay: 1.2s !important;
}

.credential-item:nth-child(7) {
  animation-delay: 1.4s !important;
}

.credential-item:nth-child(8) {
  animation-delay: 1.6s !important;
}

.credential-item:nth-child(9) {
  animation-delay: 1.8s !important;
}

.credential-item:nth-child(10) {
  animation-delay: 2s !important;
}

.credential-item:nth-child(11) {
  animation-delay: 2.2s !important;
}

.credential-item:nth-child(12) {
  animation-delay: 2.4s !important;
}

.credential-item:nth-child(13) {
  animation-delay: 2.6s !important;
}

.credential-item:nth-child(14) {
  animation-delay: 2.8s !important;
}

.credential-item:nth-child(15) {
  animation-delay: 3s !important;
}

.credential-dot {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  margin-right: 30px !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 15px rgba(0, 163, 224, 0.5) !important;
  transition: all 0.4s ease !important;
  position: relative !important;
  display: block !important;
}

.credential-title {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  letter-spacing: 0.5px !important;
  flex: 1 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .credentials-acquired-block {
    padding: 60px 20px !important;
    min-height: 80vh !important;
  }
  .credentials-heading {
    font-size: 2.8rem !important;
    margin-bottom: 60px !important;
    letter-spacing: 1px !important;
  }
  .credentials-list {
    max-width: 100% !important;
  }
  .credential-item {
    padding: 20px 0 !important;
    min-height: 50px !important;
    margin-bottom: 15px !important;
  }
  .credential-title {
    font-size: 1.2rem !important;
  }
  .credential-dot {
    width: 14px !important;
    height: 14px !important;
    margin-right: 25px !important;
  }
}
@media (max-width: 480px) {
  .credentials-acquired-block {
    padding: 40px 15px !important;
    min-height: 70vh !important;
  }
  .credentials-heading {
    font-size: 2.2rem !important;
    margin-bottom: 50px !important;
  }
  .credential-item {
    padding: 15px 0 !important;
    min-height: 45px !important;
    margin-bottom: 12px !important;
  }
  .credential-title {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
  }
  .credential-dot {
    width: 12px !important;
    height: 12px !important;
    margin-right: 20px !important;
  }
}
/* Full Width Alignment */
.credentials-acquired-block.alignfull {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

.credentials-acquired-block.alignwide {
  width: calc(100% + 200px) !important;
  margin-left: -100px !important;
}

/* Text Image Alternating Block Styles */
.text-image-alternating-block {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.text-image-alternating-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 20, 40, 0.85);
  z-index: 1;
}

.text-image-alternating-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* Header Section */
.text-image-alternating-header {
  text-align: center;
  margin-bottom: 60px;
  color: white;
}

.text-image-alternating-heading {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: white;
}

.text-image-alternating-subheading {
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Content Sections */
.text-image-alternating-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

.content-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Text Content */
.text-content {
  color: white;
}
.text-content p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Image Content */
.image-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.image-wrapper:hover {
  transform: translateY(-5px);
}
.image-wrapper .section-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 400px;
  border-radius: 50px;
}

/* Layout Variations */
.content-section.text-left .content-section-inner {
  grid-template-areas: "text image";
}
.content-section.text-left .text-content {
  grid-area: text;
  text-align: left;
  padding-right: 20px;
}
.content-section.text-left .image-content {
  grid-area: image;
  justify-content: flex-end;
}

.content-section.text-right .content-section-inner {
  grid-template-areas: "image text";
}
.content-section.text-right .text-content {
  grid-area: text;
  text-align: right;
  padding-left: 20px;
}
.content-section.text-right .image-content {
  grid-area: image;
  justify-content: flex-start;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .text-image-alternating-heading {
    font-size: 2.5rem;
  }
  .text-content p {
    font-size: 1.6rem;
  }
  .content-section-inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .text-image-alternating-block {
    padding: 60px 0;
    background-attachment: scroll;
  }
  .text-image-alternating-container {
    padding: 0 15px;
  }
  .text-image-alternating-heading {
    font-size: 2rem;
  }
  .text-image-alternating-subheading {
    font-size: 1.1rem;
  }
  .text-content p {
    font-size: 1.4rem;
  }
  .content-section-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
  .content-section.text-left .content-section-inner,
  .content-section.text-right .content-section-inner {
    grid-template-areas: "text" "image";
  }
  .content-section.text-left .text-content,
  .content-section.text-right .text-content {
    text-align: center;
    padding: 0;
  }
  .content-section.text-left .image-content,
  .content-section.text-right .image-content {
    justify-content: center;
  }
  .image-wrapper .section-image {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .text-image-alternating-block {
    padding: 40px 0;
  }
  .text-image-alternating-heading {
    font-size: 1.8rem;
  }
  .text-content p {
    font-size: 1.2rem;
  }
  .image-wrapper .section-image {
    max-width: 250px;
  }
  .text-image-alternating-content {
    gap: 30px;
  }
  .content-section {
    margin-bottom: 30px;
  }
}
/* Animation Effects */
.content-section {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
.content-section:nth-child(1) {
  animation-delay: 0.2s;
}
.content-section:nth-child(2) {
  animation-delay: 0.4s;
}
.content-section:nth-child(3) {
  animation-delay: 0.6s;
}
.content-section:nth-child(4) {
  animation-delay: 0.8s;
}
.content-section:nth-child(5) {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Disable animations in reduced motion mode */
@media (prefers-reduced-motion: reduce) {
  .content-section {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .image-wrapper {
    transition: none;
  }
  .image-wrapper:hover {
    transform: none;
  }
}
/* Service Details Section Block Styles */
.service-details-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.service-details-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.service-details-header {
  text-align: center;
  margin-bottom: 60px;
}

.service-details-heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.service-details-subheading {
  font-size: 1.125rem;
  color: #666;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
}
.services-grid.services-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.services-grid.services-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.services-grid.services-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Service Item */
.service-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.service-item:hover .service-icon img {
  transform: scale(1.1);
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Service Icon */
.service-icon {
  margin-bottom: 20px;
  display: flex;
}
.service-icon img {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
}

/* Service Title */
.service-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

/* Service Description */
.service-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
}
.service-description p {
  margin: 0;
}
.service-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.service-description ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.service-description ul li:before {
  content: "•";
  color: #797979;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .service-details-section {
    padding: 60px 0;
  }
  .service-details-container {
    padding: 0 15px;
  }
  .services-grid.services-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-details-heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .service-details-section {
    padding: 40px 0;
  }
  .service-details-header {
    margin-bottom: 40px;
  }
  .service-details-heading {
    font-size: 2rem;
  }
  .service-details-subheading {
    font-size: 1rem;
  }
  .services-grid, .services-grid.services-grid-2, .services-grid.services-grid-3, .services-grid.services-grid-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-item {
    padding: 25px 20px;
  }
  .service-title {
    font-size: 1.125rem;
  }
  .service-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .service-details-container {
    padding: 0 10px;
  }
  .service-details-heading {
    font-size: 1.75rem;
  }
  .service-item {
    padding: 20px 15px;
  }
  .services-grid {
    gap: 20px;
  }
}
/* Dark background adjustments */
.service-details-section[style*="background-color: #000"], .service-details-section[style*="background-color: #333"], .service-details-section[style*="background-color: rgb(0, 0, 0)"], .service-details-section[style*="background-color: rgb(51, 51, 51)"] {
  color: #fff;
}
.service-details-section[style*="background-color: #000"] .service-details-heading, .service-details-section[style*="background-color: #333"] .service-details-heading, .service-details-section[style*="background-color: rgb(0, 0, 0)"] .service-details-heading, .service-details-section[style*="background-color: rgb(51, 51, 51)"] .service-details-heading {
  color: #fff;
}
.service-details-section[style*="background-color: #000"] .service-details-subheading, .service-details-section[style*="background-color: #333"] .service-details-subheading, .service-details-section[style*="background-color: rgb(0, 0, 0)"] .service-details-subheading, .service-details-section[style*="background-color: rgb(51, 51, 51)"] .service-details-subheading {
  color: #ccc;
}

/* Full One by Two Section Block Styles */
.full-one-by-two-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2rem;
}
.full-one-by-two-section .full-one-by-two-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "content image";
  width: 100%;
  max-width: 1200px;
  min-height: 80vh;
  align-items: center;
  grid-gap: 2rem;
  gap: 2rem;
  margin: 0 auto;
}
.full-one-by-two-section {
  /* Content Half */
}
.full-one-by-two-section .content-half {
  grid-area: content;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 600px;
}
.full-one-by-two-section .content-half .main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.full-one-by-two-section .content-half .sub-heading {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 0.9;
  font-weight: 400;
}
.full-one-by-two-section .content-half .highlights-section {
  margin: 1rem 0;
}
.full-one-by-two-section .content-half .highlights-section .highlight-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0 0;
  color: inherit;
}
.full-one-by-two-section .content-half .highlights-section .highlight-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-one-by-two-section .content-half .highlights-section .highlight-points li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.2;
}
.full-one-by-two-section .content-half .highlights-section .highlight-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: currentColor;
  font-weight: bold;
  font-size: 1.2rem;
}
.full-one-by-two-section .content-half .cta-section {
  margin-top: 0.5rem;
}
.full-one-by-two-section .content-half .cta-section .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.full-one-by-two-section .content-half .cta-section .cta-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}
.full-one-by-two-section .content-half .cta-section .cta-button:hover .button-arrow {
  transform: translateX(4px);
}
.full-one-by-two-section .content-half .cta-section .cta-button .button-arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}
.full-one-by-two-section {
  /* Image Half */
}
.full-one-by-two-section .image-half {
  grid-area: image;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.full-one-by-two-section .image-half .image-container {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.full-one-by-two-section .image-half .image-container .main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}
.full-one-by-two-section {
  /* Reverse Layout */
}
.full-one-by-two-section.reverse-layout .full-one-by-two-container {
  grid-template-areas: "image content" !important;
}
.full-one-by-two-section {
  /* Responsive Design */
}
@media (max-width: 1024px) {
  .full-one-by-two-section {
    padding: 0 1.5rem;
  }
  .full-one-by-two-section .full-one-by-two-container {
    max-width: 900px;
    gap: 1.5rem;
  }
  .full-one-by-two-section .content-half {
    padding: 2rem 1.5rem;
  }
  .full-one-by-two-section .content-half .main-heading {
    font-size: 3rem;
  }
  .full-one-by-two-section .content-half .sub-heading {
    font-size: 1.1rem;
  }
  .full-one-by-two-section .image-half {
    height: 500px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .full-one-by-two-section {
    min-height: auto;
    padding: 0 1rem;
  }
  .full-one-by-two-section .full-one-by-two-container {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "image";
    min-height: auto;
    gap: 2rem;
    max-width: 100%;
  }
  .full-one-by-two-section .content-half {
    padding: 2rem 1rem;
  }
  .full-one-by-two-section .content-half .main-heading {
    font-size: 2.5rem;
  }
  .full-one-by-two-section .content-half .sub-heading {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .full-one-by-two-section .content-half .highlights-section .highlight-points li {
    font-size: 1rem;
  }
  .full-one-by-two-section .image-half {
    height: auto;
    min-height: 300px;
    display: flex !important;
    width: 100%;
  }
  .full-one-by-two-section .image-half .image-container {
    width: 100%;
    display: block;
  }
  .full-one-by-two-section {
    /* Reverse layout on mobile - keep content first and ensure image displays */
  }
  .full-one-by-two-section.reverse-layout .full-one-by-two-container {
    grid-template-areas: "content" "image" !important;
  }
  .full-one-by-two-section.reverse-layout .image-half {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 480px) {
  .full-one-by-two-section .content-half {
    padding: 1.5rem 1rem;
  }
  .full-one-by-two-section .content-half .main-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .full-one-by-two-section .content-half .sub-heading {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .full-one-by-two-section .content-half .highlights-section .highlight-title {
    font-size: 1.25rem;
  }
  .full-one-by-two-section .content-half .cta-section .cta-button {
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
  }
}
.full-one-by-two-section {
  /* Theme-specific button styles */
}
.full-one-by-two-section[style*="color: #000"] .cta-button, .full-one-by-two-section[style*="color: #333"] .cta-button, .full-one-by-two-section[style*="color: rgb(0"] .cta-button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
}
.full-one-by-two-section[style*="color: #000"] .cta-button:hover, .full-one-by-two-section[style*="color: #333"] .cta-button:hover, .full-one-by-two-section[style*="color: rgb(0"] .cta-button:hover {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.5);
}

/* Image Gallery Section Styles */
.image-gallery-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.image-gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.image-gallery-section {
  /* Header Styles */
}
.image-gallery-section .gallery-header {
  text-align: center;
  margin-bottom: 50px;
}
.image-gallery-section .gallery-header .gallery-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.image-gallery-section .gallery-header .gallery-sub-heading {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
.image-gallery-section .gallery-header .gallery-sub-heading p {
  margin: 0;
}
.image-gallery-section {
  /* Grid Layout Styles */
}
.image-gallery-section .gallery-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 0;
}
.image-gallery-section .gallery-grid.gallery-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.image-gallery-section .gallery-grid.gallery-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.image-gallery-section .gallery-grid.gallery-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.image-gallery-section .gallery-grid.gallery-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.image-gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.image-gallery-section .gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.image-gallery-section .gallery-item:hover .gallery-image-wrapper img {
  transform: scale(1.1);
}
.image-gallery-section .gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}
.image-gallery-section .gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-gallery-section {
  /* Slider Layout Styles */
}
.image-gallery-section.slider-mode .gallery-container {
  position: relative;
}
.image-gallery-section .gallery-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 0;
}
.image-gallery-section .gallery-slider::before, .image-gallery-section .gallery-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}
.image-gallery-section .gallery-slider::before {
  left: 0;
  background: linear-gradient(to right, currentColor, transparent);
  opacity: 0.1;
}
.image-gallery-section .gallery-slider::after {
  right: 0;
  background: linear-gradient(to left, currentColor, transparent);
  opacity: 0.1;
}
.image-gallery-section .gallery-slider-track {
  display: flex;
  width: 200%; /* Double width for infinite loop */
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-gallery-section .gallery-slide {
  flex: 0 0 auto;
  padding: 0 10px;
}
.image-gallery-section .gallery-slide .gallery-image-wrapper {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.image-gallery-section .gallery-slide .gallery-image-wrapper:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.image-gallery-section {
  /* Enhanced Visual Effects */
}
.image-gallery-section[data-layout="3"] .gallery-item .gallery-image-wrapper {
  height: 250px;
}
.image-gallery-section[data-layout="5"] .gallery-item .gallery-image-wrapper, .image-gallery-section[data-layout="6"] .gallery-item .gallery-image-wrapper {
  height: 180px;
}
.image-gallery-section {
  /* Loading Animation */
}
.image-gallery-section .gallery-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 2s infinite;
  z-index: 1;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.image-gallery-section {
  /* Responsive Design */
}
@media (max-width: 1024px) {
  .image-gallery-section .gallery-grid.gallery-grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .image-gallery-section .gallery-grid.gallery-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .image-gallery-section .gallery-slide .gallery-image-wrapper {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .image-gallery-section {
    padding: 40px 0;
  }
  .image-gallery-section .gallery-header {
    margin-bottom: 30px;
  }
  .image-gallery-section .gallery-header .gallery-heading {
    font-size: 2rem;
  }
  .image-gallery-section .gallery-header .gallery-sub-heading {
    font-size: 1rem;
  }
  .image-gallery-section .gallery-grid {
    gap: 15px;
  }
  .image-gallery-section .gallery-grid.gallery-grid-6, .image-gallery-section .gallery-grid.gallery-grid-5, .image-gallery-section .gallery-grid.gallery-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .image-gallery-section .gallery-image-wrapper {
    height: 160px;
  }
  .image-gallery-section .gallery-slide .gallery-image-wrapper {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .image-gallery-section .gallery-grid.gallery-grid-6, .image-gallery-section .gallery-grid.gallery-grid-5, .image-gallery-section .gallery-grid.gallery-grid-4, .image-gallery-section .gallery-grid.gallery-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .image-gallery-section .gallery-header .gallery-heading {
    font-size: 1.75rem;
  }
  .image-gallery-section .gallery-image-wrapper {
    height: 140px;
  }
  .image-gallery-section .gallery-slide .gallery-image-wrapper {
    height: 170px;
  }
  .image-gallery-section .gallery-slider::before, .image-gallery-section .gallery-slider::after {
    width: 30px;
  }
}

/* ACF Block Placeholder */
.acf-block-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #6c757d;
  transition: all 0.3s ease;
}
.acf-block-placeholder:hover {
  border-color: #adb5bd;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.acf-block-placeholder .acf-block-placeholder-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.7;
}
.acf-block-placeholder .acf-block-placeholder-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.acf-block-placeholder .acf-block-placeholder-instructions {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .image-gallery-section .gallery-item {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .image-gallery-section .gallery-item:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  }
  .image-gallery-section .gallery-slider {
    background: rgba(0, 0, 0, 0.1);
  }
  .image-gallery-section .acf-block-placeholder {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-color: #4a5568;
    color: #a0aec0;
  }
  .image-gallery-section .acf-block-placeholder:hover {
    border-color: #718096;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  }
}
.multi-cloud-services-block {
  padding: 80px 0;
  min-height: 500px;
  position: relative;
}
.multi-cloud-services-block .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.multi-cloud-services-block {
  /* Header Section */
}
.multi-cloud-services-block .mcs-header {
  text-align: center;
  margin-bottom: 60px;
}
.multi-cloud-services-block .mcs-main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color, #1f2937);
  margin-bottom: 20px;
  line-height: 1.2;
}
.multi-cloud-services-block .mcs-main-heading span {
  color: inherit;
}
.multi-cloud-services-block .mcs-description {
  font-size: 1.1rem;
  color: var(--text-color, #374151);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.multi-cloud-services-block .mcs-platforms {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.multi-cloud-services-block .platform-badge {
  background-color: #6366f1;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
}
.multi-cloud-services-block {
  /* Services Grid */
}
.multi-cloud-services-block .mcs-services-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  grid-gap: 20px;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 30px;
  align-items: stretch;
}
.multi-cloud-services-block .mcs-services-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
}
.multi-cloud-services-block {
  /* Service Cards */
}
.multi-cloud-services-block .mcs-service-card {
  background-color: rgba(255, 255, 255, 0.5019607843) !important;
  padding: 12px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent; /* Default transparent border */
}
.multi-cloud-services-block .mcs-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.multi-cloud-services-block .mcs-service-card .service-items li:before {
  color: var(--arrow-color, #6366f1) !important;
}
.multi-cloud-services-block .service-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.multi-cloud-services-block .service-header i {
  font-size: 1.5rem;
  color: #6366f1;
}
.multi-cloud-services-block .service-header .section-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.multi-cloud-services-block .service-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color, #1f2937);
  margin: 0;
}
.multi-cloud-services-block .service-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-cloud-services-block .service-items li {
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.multi-cloud-services-block .service-items li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--arrow-color, #6366f1) !important;
  font-weight: bold;
}
.multi-cloud-services-block {
  /* Tech Badges */
}
.multi-cloud-services-block .tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.multi-cloud-services-block .tech-badge {
  background-color: #ef4444;
  color: white;
  padding: 6px 12px;
  border-radius: 35px;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid transparent; /* Default transparent border */
  transition: all 0.3s ease;
}
.multi-cloud-services-block .tech-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.multi-cloud-services-block {
  /* Credentials Column */
}
.multi-cloud-services-block .mcs-credentials-column {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: 100%; /* Ensure it takes full height of the grid row */
  display: flex; /* Use flexbox to stretch the card */
  flex-direction: column;
}
.multi-cloud-services-block .mcs-credentials-card {
  background-color: rgba(255, 255, 255, 0.5019607843) !important;
  padding: 30px 20px;
  border-radius: 20px;
  color: white;
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.3);
  flex: 1 1; /* Allow the card to grow and fill available space */
  display: flex;
  flex-direction: column;
  border: 2px solid transparent !important; /* Default transparent border */
}
.multi-cloud-services-block .mcs-credentials-card .credentials-list li:before {
  color: var(--arrow-color, rgba(255, 255, 255, 0.7)) !important;
}
.multi-cloud-services-block .credentials-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.multi-cloud-services-block .credentials-header .credentials-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.multi-cloud-services-block .credentials-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: white;
}
.multi-cloud-services-block .credentials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1; /* Allow the list to grow and fill remaining space */
}
.multi-cloud-services-block .credentials-list li {
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.multi-cloud-services-block .credentials-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--arrow-color, rgba(255, 255, 255, 0.7)) !important;
  font-weight: bold;
}
.multi-cloud-services-block {
  /* Responsive Design */
}
@media (max-width: 1024px) {
  .multi-cloud-services-block .mcs-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .multi-cloud-services-block .mcs-services-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .multi-cloud-services-block .mcs-credentials-column {
    position: static;
  }
}
@media (max-width: 768px) {
  .multi-cloud-services-block {
    padding: 60px 0;
  }
  .multi-cloud-services-block .mcs-main-heading {
    font-size: 2rem;
  }
  .multi-cloud-services-block .mcs-description {
    font-size: 1rem;
  }
  .multi-cloud-services-block .mcs-platforms {
    gap: 10px;
  }
  .multi-cloud-services-block .platform-badge {
    padding: 6px 15px;
    font-size: 0.8rem;
  }
  .multi-cloud-services-block .mcs-service-card,
  .multi-cloud-services-block .mcs-credentials-card {
    padding: 25px 20px;
  }
  .multi-cloud-services-block .service-header h3 {
    font-size: 1.1rem;
  }
  .multi-cloud-services-block .credentials-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .multi-cloud-services-block .container {
    padding: 0 15px;
  }
  .multi-cloud-services-block .mcs-main-heading {
    font-size: 1.8rem;
  }
  .multi-cloud-services-block .mcs-service-card,
  .multi-cloud-services-block .mcs-credentials-card {
    padding: 20px 15px;
  }
}

.video-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-hero-section {
    padding: 2rem 0.5rem;
    min-height: 70vh !important;
  }
}
.video-hero-section .video-hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.video-hero-section .video-hero-header {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .video-hero-section .video-hero-header {
    margin-bottom: 2rem;
  }
}
.video-hero-section .video-hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: var(--heading-color, #ffffff);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .video-hero-section .video-hero-heading {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .video-hero-section .video-hero-heading {
    font-size: 2rem;
  }
}
.video-hero-section .video-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: var(--text-color, #ffffff);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}
@media (max-width: 768px) {
  .video-hero-section .video-hero-subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .video-hero-section .video-hero-subtitle {
    font-size: 1.1rem;
  }
}
.video-hero-section .video-slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3rem auto;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .video-hero-section .video-slider-container {
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
  }
}
.video-hero-section .video-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-hero-section .video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.video-hero-section .video-slide.active {
  opacity: 1;
  position: relative;
}
.video-hero-section .video-element,
.video-hero-section .video-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  outline: none;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.video-hero-section .video-embed-container {
  width: 100%;
  height: 100%;
}
.video-hero-section .video-embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-hero-section .video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.video-hero-section .video-placeholder .placeholder-content {
  text-align: center;
}
.video-hero-section .video-placeholder .placeholder-content .play-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}
.video-hero-section .video-placeholder .placeholder-content p {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.8;
}
.video-hero-section .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-hero-section .slider-arrow:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-50%) scale(1.1);
}
.video-hero-section .slider-arrow.slider-arrow-prev {
  left: 20px;
}
.video-hero-section .slider-arrow.slider-arrow-next {
  right: 20px;
}
@media (max-width: 768px) {
  .video-hero-section .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .video-hero-section .slider-arrow.slider-arrow-prev {
    left: 10px;
  }
  .video-hero-section .slider-arrow.slider-arrow-next {
    right: 10px;
  }
}
.video-hero-section .slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .video-hero-section .slider-dots {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.video-hero-section .slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-hero-section .slider-dot.active, .video-hero-section .slider-dot:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .video-hero-section .slider-dot {
    width: 10px;
    height: 10px;
  }
}
.video-hero-section .cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 480px) {
  .video-hero-section .cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.video-hero-section .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 160px;
  text-align: center;
}
.video-hero-section .cta-button.primary {
  background-color: #6366f1;
  border-color: #6366f1;
  color: #ffffff;
}
.video-hero-section .cta-button.primary:hover {
  background-color: #5855eb;
  border-color: #5855eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}
.video-hero-section .cta-button.secondary {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.video-hero-section .cta-button.secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.video-hero-section .cta-button.outline {
  background-color: transparent;
  border-color: currentColor;
}
.video-hero-section .cta-button.outline:hover {
  background-color: currentColor;
  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  .video-hero-section .cta-button {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    min-width: 140px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.video-element {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .video-hero-section .video-slide {
    transition: none;
  }
  .video-hero-section .slider-arrow {
    transition: none;
  }
  .video-hero-section .slider-arrow:hover {
    transform: translateY(-50%);
  }
  .video-hero-section .slider-dot {
    transition: none;
  }
  .video-hero-section .slider-dot.active, .video-hero-section .slider-dot:hover {
    transform: none;
  }
  .video-hero-section .cta-button {
    transition: none;
  }
  .video-hero-section .cta-button:hover {
    transform: none;
  }
}
.video-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.video-loading-overlay .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.video-error-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 2;
}
.video-error-overlay p {
  margin: 0;
  font-size: 1.1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.domain-enables-section {
  padding: 80px 0;
  min-height: 500px;
}
.domain-enables-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.domain-enables-section .domain-enables-content {
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 400px;
}
.domain-enables-section .content-wrapper {
  flex: 2 1;
  max-width: 600px;
}
.domain-enables-section .image-wrapper {
  flex: 1 1;
  max-width: 400px;
  text-align: center;
  box-shadow: none;
}
.domain-enables-section .image-wrapper .main-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.domain-enables-section .image-wrapper .placeholder-image {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
}
.domain-enables-section .image-wrapper .placeholder-image p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.domain-enables-section .heading {
  margin-bottom: 24px;
}
.domain-enables-section .heading h1, .domain-enables-section .heading h2, .domain-enables-section .heading h3, .domain-enables-section .heading p {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #333;
}
.domain-enables-section .heading :global(.highlight),
.domain-enables-section .heading span[style*=color] {
  color: #00BCD4 !important;
}
.domain-enables-section .heading strong {
  font-weight: 700;
}
.domain-enables-section .subheading {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.domain-enables-section .subheading p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.domain-enables-section .feature-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.domain-enables-section .feature-points .feature-point {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.3215686275);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.domain-enables-section .feature-points .feature-point:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #FFFFFf;
}
.domain-enables-section .feature-points .feature-point .point-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.domain-enables-section .feature-points .feature-point .point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.domain-enables-section .feature-points .feature-point .point-icon.default-icon .checkmark {
  width: 24px;
  height: 24px;
  background: #00BCD4;
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.domain-enables-section .feature-points .feature-point .point-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.domain-enables-section .feature-points .feature-point:not(:has(.point-icon)) .point-text::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: #00BCD4;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .domain-enables-section {
    padding: 60px 0;
  }
  .domain-enables-section .domain-enables-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .domain-enables-section .content-wrapper {
    max-width: 100%;
  }
  .domain-enables-section .heading h1, .domain-enables-section .heading h2, .domain-enables-section .heading h3, .domain-enables-section .heading p {
    font-size: 36px;
  }
  .domain-enables-section .subheading {
    font-size: 14px;
  }
  .domain-enables-section .feature-points .feature-point {
    padding: 12px 16px;
  }
  .domain-enables-section .feature-points .feature-point .point-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .domain-enables-section {
    padding: 40px 0;
  }
  .domain-enables-section .domain-enables-content {
    gap: 30px;
  }
  .domain-enables-section .heading h1, .domain-enables-section .heading h2, .domain-enables-section .heading h3, .domain-enables-section .heading p {
    font-size: 28px;
  }
  .domain-enables-section .feature-points {
    gap: 12px;
  }
  .domain-enables-section .feature-points .feature-point {
    padding: 10px 14px;
    gap: 12px;
  }
  .domain-enables-section .feature-points .feature-point .point-icon {
    width: 20px;
    height: 20px;
  }
}

.specializations-section {
  padding: 80px 0;
  min-height: 400px;
}
.specializations-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.specializations-section .specializations-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  align-items: flex-start;
}
.specializations-section {
  /* Left Side Styles */
}
.specializations-section .left-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.specializations-section .specialization-item {
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.specializations-section .specialization-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.specializations-section .item-image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.specializations-section .item-image img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
}
.specializations-section .item-image .placeholder-icon {
  font-size: 24px;
}
.specializations-section .item-content {
  width: 100%;
}
.specializations-section .item-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.specializations-section .item-subheading {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.8;
}
.specializations-section {
  /* Right Side Styles */
}
.specializations-section .right-side {
  padding-left: 20px;
}
.specializations-section .right-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
}
.specializations-section .right-heading .highlight {
  font-weight: 700;
}
.specializations-section .right-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.specializations-section .right-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.specializations-section {
  /* Responsive Design */
}
@media (max-width: 768px) {
  .specializations-section {
    padding: 60px 0;
  }
  .specializations-section .specializations-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .specializations-section .right-side {
    padding-left: 0;
  }
  .specializations-section .right-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .specializations-section .specialization-item {
    padding: 20px;
    gap: 12px;
  }
  .specializations-section .item-image {
    width: 40px;
    height: 40px;
  }
  .specializations-section .item-image img {
    max-width: 28px;
    max-height: 28px;
  }
  .specializations-section .item-image .placeholder-icon {
    font-size: 20px;
  }
  .specializations-section .item-heading {
    font-size: 16px;
  }
  .specializations-section .item-subheading {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .specializations-section {
    padding: 40px 0;
  }
  .specializations-section .container {
    padding: 0 16px;
  }
  .specializations-section .specializations-content {
    gap: 30px;
  }
  .specializations-section .left-side {
    gap: 20px;
  }
  .specializations-section .specialization-item {
    padding: 16px;
    flex-direction: column;
    text-align: left;
    gap: 12px;
  }
  .specializations-section .item-image {
    align-self: flex-start;
  }
  .specializations-section .right-heading {
    font-size: 24px;
    text-align: center;
  }
  .specializations-section .right-content p {
    font-size: 15px;
    text-align: center;
  }
}

/* Services Section Block Styles */
.services-section {
  padding: 80px 0;
  min-height: 400px;
  position: relative;
}
.services-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.services-section__header {
  text-align: center;
  margin-bottom: 60px;
}
.services-section__heading {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.services-section__description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.services-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  align-items: stretch;
}
.services-section__item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.services-section__item::after {
  content: "";
  position: absolute;
  bottom: -42px;
  right: -28px;
  width: 100px;
  height: 100px;
  background: var(--circle-color, #007acc);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.services-section__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.services-section__item:hover::after {
  opacity: 0.5;
  transform: scale(1);
}
.services-section__item.clickable {
  cursor: pointer;
}
.services-section__item.clickable:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.services-section__item.clickable:hover .services-section__item-arrow {
  opacity: 1;
}
.services-section__item.clickable:hover::after {
  opacity: 0.2;
  transform: scale(1.1);
}
.services-section__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services-section__item:hover::before {
  opacity: 1;
}
.services-section__item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.services-section__item-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #007acc;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.services-section__item-icon {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.services-section__item-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.services-section__item-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 6px 0;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.services-section__item-description {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 0;
  }
  .services-section__container {
    padding: 0 15px;
  }
  .services-section__heading {
    font-size: 36px;
  }
  .services-section__description {
    font-size: 12px;
  }
  .services-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services-section__item {
    padding: 25px;
  }
  .services-section__item-heading {
    font-size: 20px;
  }
  .services-section__item-description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .services-section {
    padding: 40px 0;
  }
  .services-section__heading {
    font-size: 28px;
  }
  .services-section__item {
    padding: 20px;
  }
}
/* Animation for service items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-section__item {
  animation: fadeInUp 0.6s ease forwards;
}
.services-section__item:nth-child(1) {
  animation-delay: 0.1s;
}
.services-section__item:nth-child(2) {
  animation-delay: 0.2s;
}
.services-section__item:nth-child(3) {
  animation-delay: 0.3s;
}
.services-section__item:nth-child(4) {
  animation-delay: 0.4s;
}
.services-section__item:nth-child(5) {
  animation-delay: 0.5s;
}
.services-section__item:nth-child(6) {
  animation-delay: 0.6s;
}

.fits-together-section {
  padding: 80px 20px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fits-together-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fits-together-header {
  text-align: center;
  margin-bottom: 60px;
}

.fits-together-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
}

.fits-together-span {
  display: inline-block;
  margin-right: 0.5rem;
}

.fits-together-main {
  display: inline-block;
}

/* Grid Layout for Desktop - Max 5 items per row */
.fits-together-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
  justify-content: center;
  max-width: 100%;
  position: relative;
  /* Ensure max 5 items per row */
}
@media (min-width: 1200px) {
  .fits-together-steps {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fits-together-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .fits-together-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .fits-together-steps {
    grid-template-columns: 1fr;
  }
}

.fits-together-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  /* Add arrow after each step except the last in each row */
}
.fits-together-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
  font-family: Arial, sans-serif;
}
.fits-together-step {
  /* Hide arrow for last item in each row */
}
@media (min-width: 1200px) {
  .fits-together-step:nth-child(5n)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fits-together-step:nth-child(4n)::after {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .fits-together-step:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 479px) {
  .fits-together-step::after {
    display: none;
  }
}

/* Step Card - New unique class to avoid conflicts */
.fits-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 25px 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fits-step-card:hover {
  transform: translateY(-5px);
}

.fits-step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6509803922);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.fits-step-icon-image {
  width: 45px !important;
  height: 45px !important;
  object-fit: contain;
  border-radius: 0;
}

.fits-step-info {
  width: 100%;
}

.fits-step-number {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.fits-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
  font-family: inherit;
}

.fits-step-subtitle {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.4;
  opacity: 0.9;
}

.fits-step-arrow {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  margin-top: 15px;
  /* Show arrows in grid layout */
  display: none; /* Keep hidden as we're using CSS pseudo-elements */
}

.step-arrow-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.fits-together-step:hover .step-arrow-icon {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 1400px) {
  .fits-step-card {
    padding: 20px 15px;
  }
  .fits-together-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .fits-step-card {
    padding: 18px 12px;
  }
  .fits-together-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .fits-step-card {
    padding: 15px 10px;
  }
  .fits-together-title {
    font-size: 2rem;
  }
  .fits-step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  .fits-step-icon-image {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  .fits-together-section {
    padding: 60px 15px;
  }
  .fits-step-card {
    padding: 25px 20px;
  }
  .fits-together-title {
    font-size: 2rem;
  }
  .fits-together-header {
    margin-bottom: 40px;
  }
  .fits-step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .fits-step-icon-image {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 480px) {
  .fits-together-section {
    padding: 40px 10px;
  }
  .fits-together-title {
    font-size: 1.75rem;
  }
  .fits-step-card {
    padding: 20px 15px;
  }
  .fits-step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  .fits-step-icon-image {
    width: 30px !important;
    height: 30px !important;
  }
}
/* Animation for steps appearing */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fits-step-card {
  animation: fadeInUp 0.6s ease-out;
}

.fits-together-step:nth-child(1) .fits-step-card {
  animation-delay: 0.1s;
}

.fits-together-step:nth-child(2) .fits-step-card {
  animation-delay: 0.2s;
}

.fits-together-step:nth-child(3) .fits-step-card {
  animation-delay: 0.3s;
}

.fits-together-step:nth-child(4) .fits-step-card {
  animation-delay: 0.4s;
}

.fits-together-step:nth-child(5) .fits-step-card {
  animation-delay: 0.5s;
}

.fits-together-step:nth-child(6) .fits-step-card {
  animation-delay: 0.6s;
}

.fits-together-step:nth-child(7) .fits-step-card {
  animation-delay: 0.7s;
}

.fits-together-step:nth-child(8) .fits-step-card {
  animation-delay: 0.8s;
}

.fits-together-step:nth-child(9) .fits-step-card {
  animation-delay: 0.9s;
}

.fits-together-step:nth-child(10) .fits-step-card {
  animation-delay: 1s;
}

/* Gradient overlay for better text readability when using background images */
.fits-together-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.faq-section {
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: auto;
}
.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.faq-section__content {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.faq-section__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.faq-item__question {
  width: 100%;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #2d3748;
  transition: all 0.3s ease;
}
.faq-item__question:hover {
  background: rgba(14, 165, 233, 0.05);
}
.faq-item__question:focus {
  outline-offset: -2px;
}
.faq-item__question-text {
  flex: 1 1;
  margin-right: 1rem;
}
.faq-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #0ea5e9;
  transition: transform 0.3s ease;
}
.faq-item--open .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item--open .faq-item__answer {
  max-height: 500px;
}
.faq-item__answer-content {
  padding: 0 2rem 1.5rem 2rem;
  color: #4a5568;
  line-height: 1.6;
}
.faq-item__answer-content p {
  margin: 0 0 1rem 0;
}
.faq-item__answer-content p:last-child {
  margin-bottom: 0;
}
.faq-item__answer-content ul, .faq-item__answer-content ol {
  margin: 0 0 1rem 1.5rem;
}
.faq-item__answer-content ul:last-child, .faq-item__answer-content ol:last-child {
  margin-bottom: 0;
}
.faq-item__answer-content li {
  margin-bottom: 0.5rem;
}
.faq-item__answer-content a {
  color: #0ea5e9;
  text-decoration: none;
}
.faq-item__answer-content a:hover {
  text-decoration: underline;
}
.faq-item__answer-content strong {
  font-weight: 600;
  color: #2d3748;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-section__title {
    margin-bottom: 2rem;
  }
  .faq-item__question {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }
  .faq-item__answer-content {
    padding: 0 1.5rem 1.25rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq-section .container {
    padding: 0 15px;
  }
  .faq-item__question {
    padding: 1rem 1.25rem;
  }
  .faq-item__answer-content {
    padding: 0 1.25rem 1rem 1.25rem;
  }
}
/* Dice Testimonial Block Styles */
.dice-testimonial-block {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* Background overlay for better text readability when using background images */
}
.dice-testimonial-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dice-testimonial-block[style*=background-image]::before {
  opacity: 1;
}
.dice-testimonial-block .testimonial-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.05) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
.dice-testimonial-block .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.dice-testimonial-block {
  /* Header Styles */
}
.dice-testimonial-block .testimonial-header {
  text-align: center;
  margin-bottom: 30px;
}
.dice-testimonial-block .testimonial-header .testimonial-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.dice-testimonial-block .testimonial-header .testimonial-heading span {
  font-weight: 700;
  transition: color 0.3s ease;
}
.dice-testimonial-block .testimonial-header .testimonial-sub-heading {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto;
}
.dice-testimonial-block .testimonial-header .testimonial-sub-heading p {
  margin: 0;
}
.dice-testimonial-block {
  /* Slider Container */
}
.dice-testimonial-block .testimonial-slider-container {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dice-testimonial-block .testimonial-cards-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}
.dice-testimonial-block {
  /* Testimonial Card */
}
.dice-testimonial-block .testimonial-card {
  position: absolute;
  width: 350px;
  height: 280px;
  display: flex;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}
.dice-testimonial-block .testimonial-card.active {
  transform: translateX(0) translateZ(0) rotateY(0deg);
  opacity: 1;
  z-index: 3;
  filter: blur(0px);
}
.dice-testimonial-block .testimonial-card.prev {
  transform: translateX(-60%) translateZ(-200px) rotateY(25deg);
  opacity: 0.6;
  z-index: 2;
  filter: blur(2px);
}
.dice-testimonial-block .testimonial-card.next {
  transform: translateX(60%) translateZ(-200px) rotateY(-25deg);
  opacity: 0.6;
  z-index: 2;
  filter: blur(2px);
}
.dice-testimonial-block .testimonial-card.hidden {
  transform: translateX(0) translateZ(-400px) rotateY(0deg);
  opacity: 0;
  z-index: 1;
  filter: blur(4px);
}
.dice-testimonial-block .testimonial-card {
  /* Client Testimonial */
}
.dice-testimonial-block .testimonial-card .client-testimonial {
  width: 100%;
  background: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dice-testimonial-block .testimonial-card .client-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dice-testimonial-block .testimonial-card .client-testimonial:hover::before {
  opacity: 1;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content {
  flex: 1 1;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .quote-icon {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  opacity: 0.8;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-style: italic;
  position: relative;
  color: #000000;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating {
  display: flex;
  display: none;
  gap: 4px;
  margin-bottom: 20px;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating .star {
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-rating .star.filled {
  animation: starGlow 2s ease-in-out infinite alternate;
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.3);
  flex-shrink: 0;
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #000000;
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-position {
  font-size: 0.9rem;
  margin: 0 0 2px 0;
  opacity: 0.9;
  color: #000000;
}
.dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-company {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.7;
  color: #000000;
}
@keyframes starGlow {
  0% {
    text-shadow: 0 0 5px currentColor;
  }
  100% {
    text-shadow: 0 0 15px currentColor, 0 0 25px currentColor;
  }
}
.dice-testimonial-block {
  /* Navigation */
}
.dice-testimonial-block .testimonial-navigation {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 4;
}
.dice-testimonial-block .testimonial-navigation .nav-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.dice-testimonial-block .testimonial-navigation .nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dice-testimonial-block .testimonial-navigation .nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.dice-testimonial-block .testimonial-navigation .nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
}
.dice-testimonial-block .testimonial-navigation .nav-btn:hover::before {
  opacity: 1;
}
.dice-testimonial-block .testimonial-navigation .nav-btn:hover::after {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.dice-testimonial-block .testimonial-navigation .nav-btn:hover svg {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}
.dice-testimonial-block .testimonial-navigation .nav-btn:active {
  transform: scale(0.98) translateY(0);
  transition: all 0.1s ease;
}
.dice-testimonial-block .testimonial-navigation .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.1);
}
.dice-testimonial-block .testimonial-navigation .nav-btn:disabled:hover {
  transform: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.dice-testimonial-block .testimonial-navigation .nav-btn:disabled:hover::before, .dice-testimonial-block .testimonial-navigation .nav-btn:disabled:hover::after {
  opacity: 0;
}
.dice-testimonial-block .testimonial-navigation .nav-btn svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.dice-testimonial-block .testimonial-navigation .nav-btn.prev-btn svg {
  transform: translateX(-1px);
}
.dice-testimonial-block .testimonial-navigation .nav-btn.next-btn svg {
  transform: translateX(1px);
}
.dice-testimonial-block {
  /* Dots Indicator */
}
.dice-testimonial-block .testimonial-dots {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 4;
}
.dice-testimonial-block .testimonial-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.dice-testimonial-block .testimonial-dots .dot.active {
  opacity: 1;
  transform: scale(1.2);
}
.dice-testimonial-block .testimonial-dots .dot:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.dice-testimonial-block {
  /* Responsive Design */
}
@media (max-width: 1200px) {
  .dice-testimonial-block .testimonial-card {
    width: 520px;
    height: 420px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial {
    padding: 30px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .dice-testimonial-block {
    padding: 80px 0;
  }
  .dice-testimonial-block .testimonial-header {
    margin-bottom: 60px;
  }
  .dice-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 2.8rem;
  }
  .dice-testimonial-block .testimonial-slider-container {
    height: 500px;
  }
  .dice-testimonial-block .testimonial-card {
    width: 480px;
    height: 380px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial {
    padding: 25px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .dice-testimonial-block {
    padding: 60px 0;
    min-height: auto;
  }
  .dice-testimonial-block .container {
    padding: 0 15px;
  }
  .dice-testimonial-block .testimonial-header {
    margin-bottom: 40px;
  }
  .dice-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 2.2rem;
  }
  .dice-testimonial-block .testimonial-header .testimonial-sub-heading {
    font-size: 1.1rem;
  }
  .dice-testimonial-block .testimonial-slider-container {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .dice-testimonial-block .testimonial-cards-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .dice-testimonial-block .testimonial-card {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
  }
  .dice-testimonial-block .testimonial-card:not(.active) {
    display: none;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial {
    padding: 20px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 1rem;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-avatar {
    width: 50px;
    height: 50px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .client-info .client-details .client-name {
    font-size: 1.1rem;
  }
  .dice-testimonial-block .testimonial-navigation {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .dice-testimonial-block .testimonial-navigation .nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .dice-testimonial-block .testimonial-navigation .nav-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
  }
  .dice-testimonial-block .testimonial-navigation .nav-btn svg {
    width: 20px;
    height: 20px;
  }
  .dice-testimonial-block .testimonial-dots {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    margin-top: 25px;
    display: flex;
    gap: 12px;
  }
  .dice-testimonial-block .testimonial-dots .dot {
    width: 12px;
    height: 12px;
  }
  .dice-testimonial-block .testimonial-dots .dot.active {
    transform: scale(1.3);
  }
}
@media (max-width: 480px) {
  .dice-testimonial-block {
    padding: 40px 0;
  }
  .dice-testimonial-block .testimonial-header .testimonial-heading {
    font-size: 1.8rem;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial {
    padding: 15px;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .quote-icon {
    font-size: 3rem;
  }
  .dice-testimonial-block .testimonial-card .client-testimonial .testimonial-content .testimonial-quote {
    font-size: 0.95rem;
  }
  .dice-testimonial-block .testimonial-navigation {
    margin-top: 30px;
    gap: 25px;
  }
  .dice-testimonial-block .testimonial-navigation .nav-btn {
    width: 45px;
    height: 45px;
  }
  .dice-testimonial-block .testimonial-navigation .nav-btn svg {
    width: 18px;
    height: 18px;
    color: rgba(0, 132, 255, 0.7529411765);
  }
  .dice-testimonial-block .testimonial-dots {
    margin-top: 20px;
    gap: 10px;
  }
  .dice-testimonial-block .testimonial-dots .dot {
    width: 10px;
    height: 10px;
  }
}

/* ACF Block Placeholder */
.acf-block-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #6c757d;
  transition: all 0.3s ease;
}
.acf-block-placeholder:hover {
  border-color: #adb5bd;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.acf-block-placeholder .acf-block-placeholder-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.7;
}
.acf-block-placeholder .acf-block-placeholder-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--font-manrope, "Manrope", sans-serif);
}
.acf-block-placeholder .acf-block-placeholder-instructions {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* Accessibility */
.dice-testimonial-block .nav-btn:focus,
.dice-testimonial-block .dot:focus {
  outline: 2px solid rgba(0, 132, 255, 0.7529411765);
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .dice-testimonial-block .testimonial-card,
  .dice-testimonial-block .nav-btn,
  .dice-testimonial-block .dot,
  .dice-testimonial-block .client-testimonial {
    transition: none !important;
  }
  .dice-testimonial-block .testimonial-background-pattern {
    animation: none !important;
  }
  .dice-testimonial-block .star.filled {
    animation: none !important;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .dice-testimonial-block .client-testimonial {
    border: 2px solid;
    background: rgba(0, 0, 0, 0.8);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Global layout fixes */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Prevent any element from causing horizontal scroll */
body, html, #__next, main {
  max-width: 100vw;
}

img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

.block-not-use {
  display: none !important;
}

/* WordPress raw HTML content styling */
.wordpress-content {
  width: 100%;
  /* Ensure scripts and styles from WordPress are preserved */
}
.wordpress-content script, .wordpress-content style {
  display: none;
}
.wordpress-content {
  /* Basic content styling */
}
.wordpress-content img {
  max-width: 100%;
  height: auto;
}
.wordpress-content {
  /* Preserve WordPress custom blocks and shortcodes */
}
.wordpress-content > * {
  width: 100%;
  max-width: 100%;
}

/* Prevent layout issues with blocks */
.blocks-container {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.blocks-container > section {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/components/blocks/stories-blog-block/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.stories-blog-block {
  padding: 80px 0;
  color: white;
  position: relative;
}
.stories-blog-block:not([style*=background]) {
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
}
.stories-blog-block[style*=background-image]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.stories-blog-block__container {
  position: relative;
  z-index: 2;
}
.stories-blog-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.stories-blog-block__header {
  text-align: center;
  margin-bottom: 60px;
}
.stories-blog-block__heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.stories-blog-block__heading span {
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .stories-blog-block__heading {
    font-size: 2.5rem;
  }
}
.stories-blog-block__subheading {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media (max-width: 768px) {
  .stories-blog-block__subheading {
    font-size: 1.1rem;
  }
}
.stories-blog-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .stories-blog-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .stories-blog-block__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.stories-blog-block__card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333;
}
.stories-blog-block__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.stories-blog-block__card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.stories-blog-block__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.stories-blog-block__card-image > span {
  width: 100% !important;
  height: 100% !important;
}
.stories-blog-block__card-image > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.stories-blog-block__card-image:hover img {
  transform: scale(1.05);
}
.stories-blog-block__card-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(74, 20, 140, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__card-content {
  padding: 25px;
}
.stories-blog-block__card-title {
  margin-bottom: 15px;
}
.stories-blog-block__card-title a {
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.stories-blog-block__card-title a:hover {
  color: #4a148c;
}
.stories-blog-block__card-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.stories-blog-block__card-date {
  color: #999;
  font-size: 0.85rem;
  font-weight: 500;
}
.stories-blog-block__loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  font-size: 1.2rem;
  opacity: 0.8;
}
.stories-blog-block__no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  font-size: 1.1rem;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__button-container {
  text-align: center;
}
.stories-blog-block__button {
  display: inline-block;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.2);
  color: black;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid black;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.stories-blog-block__button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: black;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.stories-blog-block__button:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .stories-blog-block {
    padding: 60px 0;
  }
  .stories-blog-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: px) {
  .stories-blog-block {
    padding: 60px 0;
  }
  .stories-blog-block__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .stories-blog-block {
    padding: 40px 0;
  }
  .stories-blog-block__container {
    padding: 0 15px;
  }
  .stories-blog-block__header {
    margin-bottom: 40px;
  }
  .stories-blog-block__grid {
    margin-bottom: 40px;
  }
  .stories-blog-block__card-content {
    padding: 20px;
  }
}
