* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

/* Global H2 Styles */

h2 {
  font-size: 48px !important;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

a {
  text-decoration: none !important;
}

.serramontevw-button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.serramontevw-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.serramontevw-btn-primary {
  background-color: #001e50;
  color: white;
  border-color: #001e50;
}

.serramontevw-btn-primary:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 176, 240, 0.3);
}

.serramontevw-btn-secondary {
  background-color: transparent;
  color: white;
  border-color: white;
}

.serramontevw-btn-secondary:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 176, 240, 0.3);
}

/* Responsive Design */

@media (max-width: 768px) {
  .serramontevw-hero-banner {
    height: 100vh;
    min-height: 500px;
    align-items: flex-end;
  }

  .serramontevw-hero-content {
    padding: 0 24px 40px 24px;
    width: 100%;
  }

  .serramontevw-hero-title {
    font-size: 48px;
  }

  .serramontevw-hero-description {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .serramontevw-button-group {
    flex-direction: column;
    gap: 16px;
  }

  .serramontevw-btn {
    width: 100%;
    text-align: center;
    padding: 14px 32px;
  }
}

@media (max-width: 480px) {
  .serramontevw-hero-banner {
    min-height: 600px;
  }

  .serramontevw-hero-content {
    padding: 0 20px 50px 20px;
  }

  .serramontevw-hero-title {
    font-size: 36px;
  }

  .serramontevw-hero-description {
    font-size: 16px;
  }
}

/* Feature Blocks */

.serramontevw-feature-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}

.serramontevw-feature-block {
  padding: 40px 30px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
}

.serramontevw-feature-label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #666;
  margin-bottom: 16px;
}

.serramontevw-feature-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 12px;
}

.serramontevw-feature-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-top: 8px;
  line-height: 1.5;
}

.serramontevw-feature-description {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.serramontevw-feature-note {
  font-size: 15px;
  color: #999;
  margin-top: 8px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .serramontevw-feature-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .serramontevw-feature-blocks {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 12px;
  }

  .serramontevw-feature-block {
    padding: 30px 20px;
  }

  .serramontevw-feature-title {
    font-size: 20px;
  }

  .serramontevw-feature-description {
    font-size: 15px;
  }
}

/* Trims Section */

.serramontevw-trims-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.serramontevw-trims-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  text-align: center;
}

.serramontevw-trims-content {
  position: relative;
  width: 100%;
  overflow: visible;
}

.serramontevw-trims-header h2 {
  margin-bottom: 16px;
}

.serramontevw-trims-container {
  position: relative;
  width: 100%;
  overflow: visible;
}

.serramontevw-trims-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.serramontevw-trims-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.serramontevw-trims-grid {
  display: flex;
  gap: 32px;
  padding: 0 40px 20px calc((100vw - 1400px) / 2 + 40px);
  align-items: flex-start;
}

@media (max-width: 1480px) {
  .serramontevw-trims-grid {
    padding: 0 40px 20px 40px;
  }
}

.serramontevw-trim-card {
  flex: 0 0 420px;
  height: 720px;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.serramontevw-trim-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #f0f0f0;
}

.serramontevw-trim-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 18px;
}
.top {
  align-self: flex-start;
}
.middle {
  margin: auto 0;
}
.bottom {
  align-self: flex-end;
}

.serramontevw-trim-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.serramontevw-trim-price {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.serramontevw-trim-price-amount {
  font-weight: 600;
  color: #000;
}

.serramontevw-trim-features {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
  flex: 1;
  overflow-y: auto;
  max-height: 240px;
  padding-right: 8px;
}

.serramontevw-trim-features::-webkit-scrollbar {
  width: 6px;
}

.serramontevw-trim-features::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.serramontevw-trim-features::-webkit-scrollbar-thumb {
  background: #001e50;
  border-radius: 3px;
}

.serramontevw-trim-features::-webkit-scrollbar-thumb:hover {
  background: #00b0f0;
}

.serramontevw-trim-features li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  line-height: 1.4;
}

.serramontevw-trim-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #001e50;
  font-weight: 700;
  font-size: 16px;
}

.serramontevw-trim-disclaimer {
  font-size: 15px;
  color: #999;
  margin-bottom: 20px;
  font-style: italic;
}

.serramontevw-trim-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.serramontevw-trim-btn {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.serramontevw-trim-btn-primary {
  background-color: #001e50;
  color: white;
  border: 2px solid #001e50;
}

.serramontevw-trim-btn-primary:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-trim-btn-secondary {
  background-color: transparent;
  color: #001e50;
  border: 2px solid #001e50;
}

.serramontevw-trim-btn-secondary:hover {
  background-color: #00b0f0;
  color: white;
  border-color: #00b0f0;
}

.serramontevw-scroll-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.serramontevw-scroll-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #001e50;
  border: 2px solid #001e50;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.serramontevw-scroll-btn-left {
  left: 70px;
}

.serramontevw-scroll-btn-right {
  right: 70px;
}

.serramontevw-scroll-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .serramontevw-trims-header {
    padding: 0 2.5% 32px;
  }

  .serramontevw-trims-grid {
    padding: 0 2.5% 20px 0;
    gap: 16px;
  }

  .serramontevw-trim-card {
    flex: 0 0 95%;
  }

  .serramontevw-scroll-buttons {
    display: none;
  }
}

/* Gallery Section */

.serramontevw-gallery-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.serramontevw-gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.serramontevw-gallery-header {
  text-align: center;
  margin-bottom: 48px;
}

.serramontevw-gallery-header h2 {
  margin-bottom: 16px;
}

.serramontevw-gallery-main-image {
  width: 100%;
  height: 600px;
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.serramontevw-gallery-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.serramontevw-gallery-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.serramontevw-gallery-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #001e50;
  border: 2px solid #001e50;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.serramontevw-gallery-nav-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-gallery-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.serramontevw-gallery-thumbnails-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.serramontevw-gallery-thumbnails-wrapper::-webkit-scrollbar {
  display: none;
}

.serramontevw-gallery-thumbnails {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.serramontevw-gallery-thumbnail {
  flex: 0 0 200px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  background-color: #f0f0f0;
}

.serramontevw-gallery-thumbnail:hover {
  border-color: #00b0f0;
  opacity: 0.8;
}

.serramontevw-gallery-thumbnail.active {
  border-color: #00b0f0;
}

.serramontevw-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

  .serramontevw-gallery-container {
    padding: 0px;
  }

  .serramontevw-gallery-main-image {
    height: 400px;
    margin-bottom: 24px;
  }

  .serramontevw-gallery-nav {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }

  .serramontevw-gallery-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .serramontevw-gallery-thumbnail {
    flex: 0 0 150px;
    height: 100px;
  }
}

/* RTR Section */

.serramontevw-rtr-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.serramontevw-rtr-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.serramontevw-rtr-header {
  text-align: center;
  margin-bottom: 60px;
}

.serramontevw-rtr-header h2 {
  margin-bottom: 16px;
}

.serramontevw-rtr-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.serramontevw-rtr-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.serramontevw-accordion-item {
  border-bottom: 2px solid #e0e0e0;
}

.serramontevw-accordion-header {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.serramontevw-accordion-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.serramontevw-accordion-header {
  cursor: pointer;
}

.serramontevw-accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #001e50;
  border-bottom: 2px solid #001e50;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.serramontevw-accordion-item.active .serramontevw-accordion-header::after {
  transform: rotate(-135deg);
}

.serramontevw-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.serramontevw-accordion-item.active .serramontevw-accordion-content {
  max-height: 500px;
  padding-bottom: 24px;
}

.serramontevw-accordion-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.serramontevw-accordion-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  background-color: #001e50;
  color: white;
  border: 2px solid #001e50;
  transition: all 0.3s ease;
}

.serramontevw-accordion-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 176, 240, 0.3);
}

.serramontevw-accordion-btn-secondary {
  background-color: transparent;
  color: #001e50;
  border: 2px solid #001e50;
}

.serramontevw-accordion-btn-secondary:hover {
  background-color: #00b0f0;
  color: white;
  border-color: #00b0f0;
}

.serramontevw-rtr-image-container {
  position: sticky;
  top: 100px;
}

.serramontevw-rtr-image {
  width: 100%;
  height: 650px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.serramontevw-rtr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.serramontevw-rtr-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.serramontevw-rtr-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #001e50;
  border: 2px solid #001e50;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.serramontevw-rtr-nav-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-rtr-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .serramontevw-rtr-container {
    padding: 0px;
  }

  .serramontevw-rtr-header {
    margin-bottom: 40px;
  }

  .serramontevw-rtr-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .serramontevw-rtr-image-container {
    position: relative;
    top: 0;
    order: -1;
  }

  .serramontevw-rtr-image {
    height: 350px;
  }

  .serramontevw-accordion-title {
    font-size: 18px;
    line-height: 1.3;
    padding-right: 30px;
  }

  .serramontevw-accordion-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .serramontevw-rtr-nav {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }

  .serramontevw-rtr-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* Performance Section */

.serramontevw-performance-section {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.serramontevw-performance-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.serramontevw-performance-header {
  text-align: center;
  margin-bottom: 48px;
}

.serramontevw-performance-header h2 {
  margin-bottom: 16px;
}

.serramontevw-performance-description {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.serramontevw-performance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  min-height: 500px;
}

.serramontevw-performance-left {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.serramontevw-performance-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.serramontevw-performance-caption {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 70%,
    transparent 100%
  );
  padding: 40px 24px 24px;
  color: white;
}

.serramontevw-performance-caption-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.serramontevw-performance-right {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.serramontevw-performance-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.serramontevw-performance-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.serramontevw-performance-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #001e50;
  border: 2px solid #001e50;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.serramontevw-performance-nav-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-performance-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .serramontevw-performance-container {
    padding: 0 24px;
  }

  .serramontevw-performance-header {
    margin-bottom: 32px;
  }

  .serramontevw-performance-description {
    font-size: 16px;
  }

  .serramontevw-performance-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    height: auto;
  }

  .serramontevw-performance-left {
    height: 250px;
  }

  .serramontevw-performance-right {
    height: 250px;
  }

  .serramontevw-performance-nav {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }

  .serramontevw-performance-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .serramontevw-performance-caption {
    padding: 30px 20px 20px;
  }

  .serramontevw-performance-caption-text {
    font-size: 14px;
  }
}

/* IQ.DRIVE Section */

.serramontevw-iqdrive-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.serramontevw-iqdrive-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.serramontevw-iqdrive-header {
  text-align: center;
  margin-bottom: 48px;
}

.serramontevw-iqdrive-header h2 {
  margin-bottom: 16px;
}

.serramontevw-iqdrive-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 600px;
  width: 100%;
}

.serramontevw-iqdrive-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.serramontevw-iqdrive-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    transparent 100%
  );
  padding: 60px 40px 40px;
}

.serramontevw-iqdrive-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
  text-align: left;
}

.serramontevw-iqdrive-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 60px;
  max-width: 900px;
}

.serramontevw-iqdrive-feature-item {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
}

.serramontevw-iqdrive-feature-item:before {
  content: "—";
  position: absolute;
  left: 0;
  color: white;
  font-weight: 700;
}

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

  .serramontevw-iqdrive-container {
    padding: 0 24px;
  }

  .serramontevw-iqdrive-header {
    margin-bottom: 32px;
  }

  .serramontevw-iqdrive-image-container {
    height: 500px;
  }

  .serramontevw-iqdrive-content {
    padding: 40px 24px 32px;
  }

  .serramontevw-iqdrive-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .serramontevw-iqdrive-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .serramontevw-iqdrive-feature-item {
    font-size: 16px;
  }
}

/* Technology Section */

.serramontevw-technology-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.serramontevw-technology-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.serramontevw-technology-header {
  text-align: center;
  margin-bottom: 60px;
}

.serramontevw-technology-header h2 {
  margin-bottom: 16px;
}

.serramontevw-technology-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}

.serramontevw-technology-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.serramontevw-technology-content-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.serramontevw-technology-content-reverse
  .serramontevw-technology-image-container {
  order: 2;
}

.serramontevw-technology-content-reverse .serramontevw-technology-text-wrapper {
  order: 1;
}

.serramontevw-technology-image-container {
  position: sticky;
  top: 100px;
}

.serramontevw-technology-image {
  width: 100%;
  height: 650px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.serramontevw-technology-image img,
.serramontevw-technology-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.serramontevw-technology-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.serramontevw-accordion-footer {
  margin-top: 32px;
  text-align: left;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

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

  .serramontevw-technology-container {
    padding: 0px;
  }

  .serramontevw-technology-header {
    margin-bottom: 40px;
  }

  .serramontevw-technology-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .serramontevw-technology-image-container {
    position: relative;
    top: 0;
    order: -1;
  }

  .serramontevw-technology-image {
    height: 350px;
  }
}

/* Owner Benefits Section */

.serramontevw-benefits-section {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.serramontevw-benefits-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  text-align: center;
}

.serramontevw-benefits-header h2 {
  margin-bottom: 16px;
}

.serramontevw-benefits-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.serramontevw-benefits-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.serramontevw-benefits-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.serramontevw-benefits-grid {
  display: flex;
  gap: 24px;
  padding: 0 calc(50vw - 700px) 20px;
}

.serramontevw-benefit-card {
  flex: 0 0 500px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.serramontevw-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.serramontevw-benefit-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background-color: #e0e0e0;
}

.serramontevw-benefit-content {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.serramontevw-benefit-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.serramontevw-benefit-description {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  flex: 1;
}

.serramontevw-benefits-scroll-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.serramontevw-benefits-scroll-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #001e50;
  border: 2px solid #001e50;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.serramontevw-benefits-scroll-btn:hover {
  background-color: #00b0f0;
  border-color: #00b0f0;
}

.serramontevw-benefits-scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.serramontevw-benefits-scroll-btn-left {
  left: 40px;
}

.serramontevw-benefits-scroll-btn-right {
  right: 40px;
}

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

  .serramontevw-benefits-header {
    padding: 0 24px 32px;
  }

  .serramontevw-benefits-grid {
    padding: 0 24px 20px;
  }

  .serramontevw-benefit-card {
    flex: 0 0 320px;
  }

  .serramontevw-benefit-image {
    height: 525px;
  }

  .serramontevw-benefit-content {
    padding: 24px 20px;
  }

  .serramontevw-benefit-title {
    font-size: 20px;
  }

  .serramontevw-benefit-description {
    font-size: 15px;
  }

  .serramontevw-benefits-scroll-buttons {
    display: none;
  }
}
