.sn-video-hero-section {
    display: flex;
    align-items: stretch;
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.sn-video-hero-section .sn-container{
    display: flex;
    width: 100%;
}
.sn-container {
    width: 100%;
    height: 100%;
}

.sn-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Center column with video */
.sn-center {
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

.sn-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 100vh;
    height: 100%;
}

/* Typography */
.sn-video-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.7;
    max-height: 100%;
}

.sn-video-text p {
    margin-bottom: 1.25rem;
    text-align: center;
}
.sn-video-text h1 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-align: center;
}

/* Logo */
.sn-logo-center {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.sn-logo-img {
    max-width: 120px;
    height: auto;
}

/* Scrollbars */
.sn-video-text::-webkit-scrollbar {
    width: 6px;
}
.sn-video-text::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}
.sn-right .sn-video-text{
    background: #212121;
  padding: 20px;
}
.sn-border-right{
    border-right: solid 1px white;
}
.sn-second-section{
    background-color: #212121;
    padding: 40px 0;
}
.sn-explore-more-btn {
    margin-top: 2rem;
    text-align: center;
    display: none;
}

.sn-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.sn-btn-red {
    background-color: #c40000;
    color: #fff;
}

.sn-btn-red:hover {
    background-color: #ff1f1f;
    transform: scale(1.05);
}

.sn-btn-red:active {
    transform: scale(0.98);
}

/* Optional: make it 100% width on small screens */
@media (max-width: 576px) {
    .sn-btn {
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .sn-container {
        flex-direction: column;
    }

    .sn-col {
        width: 100%;
        height: auto;
        text-align: center;
        /* padding: 1.5rem; */
    }

    .sn-hero-video {
        width: 100%;
        height: auto;
        /* max-height: 70vh; */
    }

    .sn-video-text {
        text-align: center;
    }

    .sn-logo-img {
        max-width: 90px;
    }
}
/* Hide right panel on mobile by default */
@media (max-width: 991px) {
  .sn-hero-expand {
    display: none;
  }

  .sn-hero-expand.show {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.9);
  }

  .sn-explore-more-btn {
    margin-top: 2rem;
    text-align: center;
    display: block;
  }

  .sn-btn.sn-btn-red {
    background: #c40000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
  }

  .sn-btn.sn-btn-red:hover {
    background: #ff1f1f;
  }
}



.sn-callout-section {
  background: url('../img/metal-grunge-bg.png') center center / cover no-repeat;
  color: #fff;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.sn-callout-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.sn-callout-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.sn-callout-heading {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.sn-callout-subtext {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.sn-callout-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.sn-callout-btn:hover {
  background: #fff;
  color: #000;
}

.sn-callout-image {
  flex: 1;
  min-width: 300px;
  text-align: right;
}

.sn-callout-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

/* Responsive */
@media (max-width: 768px) {
  .sn-callout-section{
    padding-bottom: 30px;
    min-height: auto;
  }
  .sn-callout-container {
    flex-direction: column;
    text-align: center;
  }

  .sn-callout-image {
    text-align: center;
    margin-top: 2rem;
  }

  .sn-callout-heading {
    font-size: 2rem;
  }
}

.sn-how-it-works-section {
  /* background: #0d0d0d; */
  color: #fff;
  padding: 5rem 2rem;
  text-align: center;
  background:  url('../img/car-death-sec-3-bg.png') top/cover no-repeat;

}

.sn-section-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sn-highlight-text{
    color: #c40000;
    font-weight: bold;
    text-decoration: underline;
}

.sn-how-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.sn-step {
  flex: 1 1 300px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.sn-step:hover {
  transform: translateY(-5px);
}

.sn-step-img {
  max-width: 120px;
  margin-bottom: 1rem;
}

.sn-step h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.sn-step p {
  font-size: 1rem;
  opacity: 0.85;
}
.sn-step-icon-container{
    min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Mobile */
@media (max-width: 768px) {
  .sn-how-steps {
    flex-direction: column;
    align-items: center;
  }

  .sn-step {
    max-width: 90%;
  }

  .sn-step-img {
    max-width: 80px;
  }.sn-step-icon-container{
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.sn-testimonial-section {
  background: #0a0a0a;
  margin: auto;
  padding: 5rem 2rem;
  color: #fff;
  overflow: hidden;
}
.sn-testimonial-section .sn-container {
  display: flex;
}
.sn-testimonial-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.sn-testimonial-left {
  flex: 1;
  min-width: 280px;
}

.sn-subtitle {
  color: var(--sn-primary-color);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
}

.sn-title {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin: 1rem 0;
  line-height: 1.2;
}

.sn-desc {
  color: #bbb;
  font-size: 1rem;
}

.sn-testimonial-right {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.sn-testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.2);
}

.sn-avatar-badge {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.sn-avatar-circle {
  background: #0a0a0a;
  border: 3px solid var(--sn-primary-color);
  border-radius: 50%;
  padding: 1rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}

.sn-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #ddd;
  margin-top: 3rem;
}

.sn-name {
  font-weight: bold;
  color: var(--sn-primary-color);
  margin-top: 1rem;
}

.sn-role {
  color: #888;
  font-size: 0.9rem;
}

.sn-slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1rem;
}

.sn-testimonial-carousel .owl-nav button {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sn-testimonial-carousel .owl-nav button:hover {
  background: var(--sn-primary-color) !important;
  border-color: var(--sn-primary-color) !important;
}
.sn-testimonial-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}
.sn-testimonial-header{
  min-width: 50%;
}
/* mobile view */
@media (max-width: 768px) {
  .sn-testimonial-header {
    min-width: 100%;
    padding-bottom: 40px;
  }
}


.sn-light-section{
  background:linear-gradient(to left, #ffffff83,#ffffff83), url('../img/metal-grunge-bg.png') center center / cover no-repeat;
}
.sn-video-bg-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sn-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sn-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.9) 90%);
  z-index: 2;
}

.sn-video-content {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 2rem;
  max-width: 700px;
}

.sn-video-content h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.sn-video-content p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.sn-btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  border: none;
  background: var(--sn-primary-color);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.3s;
  text-decoration: none;
}

.sn-btn:hover {
  background: #e32e2e;
}
.sn-footer-logo{
  display: none;
}
/* Responsive */
@media (max-width: 768px) {
  .sn-video-content h2 {
    font-size: 2rem;
  }
  .sn-video-content p {
    font-size: 1rem;
  }
  .sn-footer-logo{
    display: block;
  }
}
.sn-footer {
  background: #080808;
  padding: 3rem 1.5rem;
  color: #fff;
  text-align: center;
}

.sn-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.sn-footer-logo{
  margin: auto;
}
.sn-footer-logo img {
  width: 160px;
  margin-bottom: 1.5rem;
}

.sn-footer-socials {
  margin: 1rem 0;
}

.sn-footer-socials a {
  color: #fff;
  margin: 0 0.6rem;
  font-size: 2.3rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.sn-footer-socials a:hover {
  color: #e53935; /* Red hover */
}

.sn-footer-copy {
  font-size: 0.85rem;
  color: #d1d1d1;
  margin: auto;
  margin-right: 0;
}
.sn-faq-section {
  background: linear-gradient(to right, #000000a2, #0000009d), url('../img/red-background.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 5rem 2rem;
  text-align: center;
}
.sn-faq-section .sn-container {
  display: flex;
}

.sn-faq-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  max-width: 500px;
}

.sn-accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.sn-accordion-item {
  background: #111;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sn-accordion-header {
  background: #1a1a1a;
  color: #f0f0f0;
  font-weight: bold;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.sn-accordion-header::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  font-size: 1.2rem;
  color: var(--sn-primary-color);
  transition: transform 0.3s;
}

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

.sn-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #3b3b3b;
  padding: 0 1.5rem;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.sn-accordion-item.active .sn-accordion-content {
  max-height: 300px;
  padding: 1rem 1.5rem;
}
.sn-faq-icon {
    text-align: center;
    margin: 1rem 0 2rem;
}

.sn-faq-icon img {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 0 40px #e53935);
}
.sn-location-section {
  background: #303030;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
}

.sn-location-title {
  font-size: 2.5rem;
  color: #ff2c2c;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 900;
}

.sn-location-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #ccc;
}

.sn-location-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sn-city-list {
  flex: 1 1 300px;
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
  max-width: 400px;
}

.sn-city-list li {
  background: #1a1a1a;
  margin: 0.5rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #ff2c2c;
  border-radius: 4px;
}

.sn-map {
  flex: 1 1 400px;
}

.sn-map img {
  max-width: 400px;
  width: 100%;
  height: auto;
  /* border: 3px solid #ff2c2c; */
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .sn-location-grid {
    /* flex-direction: column; */
    align-items: center;
  }

  .sn-city-list {
    text-align: center;
  }
}
.sn-location-grid ul{
  margin: 0;
}
.sn-ad-teaser-section {
  background: radial-gradient(ellipse at center, #0c0c0c 0%, #000 100%);
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.sn-ad-video-wrapper img {
  width: 100%;
  max-width: 600px;
  border: 3px solid #ff2c2c;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.sn-ad-content h2 {
  color: #ff2c2c;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 900;
}

.sn-ad-content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.sn-punchline {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff2c2c;
  margin-top: 2rem;
}

.sn-ad-content a{
  color: var(--sn-primary-color);
}

.sn-video-controls button {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    width: 50%;
    display: none;
}
.sn-video-container:hover button{
  display: block;
}
.sn-video-container{
    position: relative;
  min-height: 100vh;
}
.sn-video-controls{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}
.sn-show{
    display: block !important;
}
.sn-youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}
.sn-youtube-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
