	
@font-face {
    font-family: 'OratorStdMedium';
    src: url('../../fonts/OratorStdMedium.eot');
    src: url('../../fonts/OratorStdMedium.eot') format('embedded-opentype'),
         url('../../fonts/OratorStdMedium.woff2') format('woff2'),
         url('../../fonts/OratorStdMedium.woff') format('woff'),
         url('../../fonts/OratorStdMedium.ttf') format('truetype'),
         url('../../fonts/OratorStdMedium.svg#OratorStdMedium') format('svg');
}



body 
	{
		margin: 0;
		padding: 0;
		color: #fff;
		background-color: #000;
		font-family:'Open Sans Condensed', sans-serif;
		letter-spacing:1.5px;
		font-size: 75%;
		line-height: 1.4;
		width: 100%;
	}



/* ~~ This fixed width container surrounds all other divs ~~ */

.container {
    min-height: 100vh; /* Full viewport height minus header margin */
    display: flex;
    flex-direction: column;
	background-color: #ffffff;
	margin-top: 0;
	
}
.content {
    flex-grow: 1; /* Expand to push footer down */
}


/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */

/* ------- Start of Main Menu ------------------------------------------------------------------------*/

/* Fixed Header */
.fixed-header {
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	z-index: 99999;
	background-color: #09c;
	
}

/* Top Menu */
.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  background: #09c;
  padding: 10px 0;
  height: 20px;
	z-index: 99999;
	
}

.phone-number {
  display: flex;
  align-items: center;
  gap: 5px;
	

}
.phone-number a{
 
	font-weight: 900;
	text-decoration: none;
}
.phone-number a:hover {
	color: #ddd;
}
.phone-number span
{
	padding-right: 5px;
}

.phone-icon {
  width: 24px;
  height: 24px;
	margin-right: 10px;
}
.cta-call-for-help {
	color: #333;
	font-size: 24px;
}
.phone-link {
  color: #fff; /* Blue option */
  font-size: 24px;
  text-decoration: none;
  font-family: 'OratorStdMedium', sans-serif;
	
}




.quote-button .btn-quote {
  background: #F36D26; /* Orange */
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-family: candara;
  font-weight: bold;
	letter-spacing: 3px;
	margin: 3px;
	 box-shadow:
0 0 8px rgba(255,255,255,0.8),
              0 0 16px rgba(255,255,255,0.8);
}
.quote-button .btn-quote:hover {
  background: #F88C4A;
}
/* Main Menu */
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #333333; /* Dark Grey */
  padding: 0;
	position: fixed;
	z-index: 99999;
	
 
}

.logo {
  margin-right: 20px;
}
.logo img
{
	height: 75px;
	Width: 100px;
	margin: 3px;
}

.logo-full {
  width: 275px;
  height: 182px;
  display: block;
}

.logo-small {
  width: 50px;
  height: 50px;
  display: none;
}

.nav-menu {
  position: relative;
}

.menu-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu-list li {
  position: relative;
}

.menu-list li a {
  color: #fff;
  font-size: 18px;
  font-family: candara;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
	border-radius: 8px;
}

.menu-list li:hover > a {
  background: #666666; /* Medium Grey hover */
}

.dropdown {
  display: none;
  position: absolute;
  background: #333333;
  list-style: none;
  padding: 0;
  min-width: 275px;
  top: 100%;
  left: 0;
	z-index: 1000;
	border-radius: 8px;
	 box-shadow: 0 0 8px rgba(255,255,255,0.5),
              0 0 16px rgba(255,255,255,0.5);
}

.menu-list li:hover .dropdown {
  display: block;
}

.dropdown li a {
  font-size: 16px;
  padding: 8px 15px;
}

.dropdown li:hover a {
  background: #999999; /* Light Grey hover */
}

.hamburger {
  display: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

/* Shrink on Scroll */
.shrink .top-menu {
  height: 40px;
  padding: 2px 0;
}

.shrink .main-menu {
  height: 40px;
}

.shrink .logo-full {
  display: none;
	
}

.shrink .logo-small {
  display: block;
	width: auto;
	height: 35px;
}
.shrink .menu-list li:hover > a {
  padding: 5px 10px 5px 10px; /* Medium Grey hover */
}
.shrink .dropdown {
  display: none;

  top: 35px;
 
}
.orange-bar
{
	width:100%;
	position: absolute;
	background-color: #F36D26;
	height: 5px;
	bottom: 0;
	left: 0;
	
}
@media (max-width: 1024px) {
  
	/* --- Top menu and Main Menu 1024 PX ------------------------------------------------------ */
	
	.top-menu {
    width: 80%;
  }
  .main-menu {
    justify-content: space-between;
    padding: 0 15px;
  }
  .hamburger {
    display: block;
	  margin-right:15px;
  }
  .menu-list {
    display: none;
    position: fixed;
    top: 115px; /* Top (40px) + Main (75px) */
    left: 0;
    width: 100%;
    background: #333333;
    flex-direction: column;
    z-index: 9998;
  }
  .menu-list.active {
    display: flex;
  }
  .dropdown {
    position: static;
    width: 100%;
    min-width: 0; /* Remove fixed min-width */
    box-shadow: none;
  }
  .menu-list li a {
    padding: 12px 20px;
    text-align: left;
  }
  .shrink .menu-list {
    top: 70px; /* Top (30px) + Main (40px) */
  }
}
@media (max-width: 800px) {
	  .phone-number a {
    font-size: 20px;
  }
	 .phone-icon {
    width: 20px;
    height: 20px;
  }
	.cta-call-for-help {
		font-size: 20px;
	}
	 .quote-button .btn-quote {
   
    font-size: 16px;
    
  }
}
@media (max-width: 768px) {
 
	/* --- Top menu and Main Menu 768 PX ------------------------------------------------------ */
	.top-menu {
    width: 90%;
    padding: 8px 10px;
  }
  .phone-number {
    flex-shrink: 1; /* Allow shrinking */
    max-width: 65%; /* Cap width */
  }
	.cta-call-for-help {
		font-size: 16px;
	}
  .phone-number a {
    font-size: 16px;
  }
  .phone-icon {
    width: 18px;
    height: 18px;
  }
  .quote-button {
    flex-shrink: 1; /* Allow shrinking */
    max-width: 50%; /* Cap width */
  }
  .quote-button .btn-quote {
    padding: 4px 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .main-menu {
    height: 60px;
  }
  .logo img {
    height: 50px;
    width: auto; /* Let width scale with height */
    max-width: 100%; /* Prevent overflow */
  }
  .shrink .top-menu {
    height: 25px;
    padding: 4px 10px;
  }
  .shrink .main-menu {
    height: 35px;
  }
  .shrink .logo-small {
    height: 30px;
  }
  .hamburger {
    font-size: 24px;
    padding: 8px;
  }
  .menu-list {
    top: 100px;
  }
  .shrink .menu-list {
    top: 60px;
  }
}
@media (max-width: 503px) {
	.cta-call-for-help {
		display: none;
	}
}
/* --- Top menu and Main Menu 480 PX ------------------------------------------------------ */
@media (max-width: 480px) {

	.fixed-header {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .top-menu {
    width: 100%;
    padding: 5px 10px;
    flex-wrap: wrap; /* Allow wrapping if needed */
  }
  .phone-number {
    max-width: 60%; /* Slightly more room */
  }
  .phone-number a {
    font-size: 16px;
  }
  .phone-number span {
    display: none; /* Hide "Call for HELP:" */
  }
  .phone-icon {
    width: 18px;
    height: 18px;
  }
  .quote-button {
    max-width: 40%; /* Adjust to fit */
	  margin-right: 15px;
  }
  .quote-button .btn-quote {
    padding: 2px 8px;
    font-size: 16px;
  }
  .main-menu {
    height: 50px;
    padding: 0 10px;
	  margin-bottom:-40px;
  }
	
  .logo img {
    height: 40px;
    width: auto;
    max-width: 100%;
  }
  .hamburger {
    font-size: 20px;
    padding: 5px;
	  margin-right:15px;
  }
  .menu-list {
    top: 90px;
  }
  .shrink .menu-list {
    top: 50px;
  }
  .menu-list li a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .dropdown li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media (max-width: 400px) {
  .phone-number {
    max-width: 50%; /* Slightly more room */
  }
  .quote-button {
    max-width: 50%; /* Adjust to fit */
  }

}
@media (max-width: 340px) {
	.phone-icon
	{
		display:none;
	}
}
/* --- Top menu and Main Menu 320 PX ------------------------------------------------------ */
@media (max-width: 320px) {

	.top-menu {
    padding: 3px 5px;
  }
  .phone-number {
    max-width: 55%;
  }
  .phone-number a {
    font-size: 14px;
  }

  .quote-button {
    max-width: 45%;
  }
  .quote-button .btn-quote {
    padding: 2px 6px;
    font-size: 10px;
  }
  .main-menu {
    height: 50px;
  }
  .logo img {
    height: 30px;
    width: auto;
    max-width: 100%;
  }
  
  .menu-list {
    top: 80px;
  }
  .shrink .menu-list {
    top: 43px;
  }
	}

/* ---------HDD Hero Section--------------------------------------------------------*/
.hero-section {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  margin-top: 100px;
}
/* H1 Styling */
.hero-section h1 {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  font-family: 'OratorStdMedium', sans-serif;
  text-align: center;
  margin: 0 auto 0px;
  width: 95%;
  line-height: 1.2;
}
.hero-section h1 span {
  color: #09c;
}
.hero-section h2 {
  color: #999;
  font-size: 24px;
  font-weight: bold;
  font-family: candara;
  margin: 0 auto;
	width: 80%;
  padding: 0px 0px 40px 0px;
  text-align: center;
}
/* Two-Column Layout */
.hero-content {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
/* Vertically center the video */
.hero-right-section {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Video Container */
.hero-video-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.hero-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.video-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.hero-video-wrapper .video-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s;
  position: relative;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #F36D26;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.play-button:hover {
  background: #D55E21;
}
.play-icon {
  width: 80px;
  height: 80px;
}
/* Left section for text (swapped from original) */
.hero-left-section {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-left-section h3 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  font-family: 'OratorStdMedium', sans-serif;
  margin: 0 0 10px;
  line-height: 1.1;
}
.hero-left-section h2 span {
  color: #09c;
}
.hero-left-section p {
  font-size: 16px;
  color: #666;
  font-family: candara;
  margin: 10px 0;
  line-height: 1.2;
}
.hero-left-section h4 {
  font-size: 22px;
  color: #F36D26;
  font-family: candara;
  margin: 16px 0 5px;
  line-height: 1.1;
}
.hero-left-section ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.hero-left-section li {
  font-size: 16px;
  color: #333;
  font-family: candara;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.hero-left-section li span.checkmark {
  color: #09c;
  position: absolute;
  left: 0;
}
.hero-left-section li span:not(.checkmark) {
  color: #F36D26;
  font-weight: bold;
}

/* Media Queries (adapted from original) */
@media (max-width: 1053px) {
.hero-section h1 {
  font-size: 36px;
 
}
	 .hero-content {
    flex-direction: column-reverse; /* This stacks RIGHT section on top */
  }
  .hero-right-section {
    width: 100%;
  }
	  .hero-left-section {
    width: 100%;
  }
  .hero-left-section h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
  }
}
@media (max-width: 865px) {
.hero-section h1 {
  font-size: 30px;
}
.hero-section h2 {
  font-size: 20px;
	width: 95%;
}
}
@media (max-width: 768px) {
  /* Hero Section / Video 768px */
  .hero-section {
    padding: 20px 0;
    margin-top: 120px;
  }
  .hero-content {
    width: 90%;
    padding: 15px;
  }
  .hero-left-section,
  .hero-right-section {
    width: 100%;
    margin-bottom: 15px;
  }
  .hero-left-section h2 {
    font-size: 28px;
  }
  .hero-left-section h3 {
    font-size: 22px;
  }
  .hero-left-section p,
  .hero-left-section li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* Hero Section / Video 480px */
.hero-section {
  padding: 50px 0px;
  margin-top: 50px;
}


  .hero-section h1 {
    font-size: 26px;
	
  }
  .hero-section h2 {
    font-size: 16px;
	  padding-bottom: 20px;
  }
  .hero-content {
    width: 95%;
    padding: 10px;
  }
  .hero-left-section h2 {
    font-size: 24px;
  }
  .hero-left-section h3 {
    font-size: 20px;
  }
  .hero-left-section p,
  .hero-left-section li {
    font-size: 14px;
  }
  .hero-left-section h4 {
    font-size: 20px;
    color: #F36D26;
    font-family: candara;
    margin: 16px 0 5px;
    line-height: 1.1;
  }
}

/*-----HDD Type Flip Card Section (Trust-style logic)-------------------------*/

.hdd-flip-card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 60px 0;
  background: #333;
  position: relative;
  flex-wrap: wrap;
  padding: 50px 0px 70px 0px;
  overflow-x: clip; /* Safe alternative to hidden */
}
.hdd-flip-card-container h2 {
  font-size: 40px;
  font-family: OratorStdMedium;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
	padding: 0px 20px 10px 20px;
}
.hdd-flip-card-container h2 span {
  color: #09c;
}
.hdd-flip-card-container-inside {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
	gap: 30px;

	}

.hdd-flip-card {
  position: relative;
  width: 200px;
  height: 200px;
  perspective: 1000px;
	
  
}


.hdd-flip-card-front,
.hdd-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.hdd-flip-card-front {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.hdd-flip-card-front img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
	   filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
}

.hdd-flip-card-front h3 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
}

.hdd-flip-card-front p {
  font-size: 14px;
  color: #999;
}

.hdd-flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.hdd-flip-card-back h3 {
  font-size: 18px;
  color: #09c;
  margin-bottom: 5px;
  font-family: OratorStdMedium;
	padding: 0px;
}

.hdd-flip-card-back p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
  font-family: Candara;
	margin: 0px;
}

/* Flip effect */
.hdd-flip-card:hover {
  
  z-index: 100;
}
.hdd-flip-card:hover .hdd-flip-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}

.hdd-flip-card:hover .hdd-flip-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
}

/* Positional movement for hover effect */
.hdd-flip-card:nth-child(5):hover .hdd-flip-card-back {
  left: -100px;
}
.hdd-flip-card:nth-child(1):hover .hdd-flip-card-back,
.hdd-flip-card:nth-child(2):hover .hdd-flip-card-back,
.hdd-flip-card:nth-child(3):hover .hdd-flip-card-back,
.hdd-flip-card:nth-child(4):hover .hdd-flip-card-back,
.hdd-flip-card:nth-child(5):hover .hdd-flip-card-back {
  top: -120px;
  
}
@media (max-width: 1234px) {
	
.hdd-flip-card:nth-child(5):hover .hdd-flip-card-back {
  left: -140px;
}
}
@media (max-width: 1150px) {
.hdd-flip-card-container-inside {
	gap: 20px;
	
	}
@media (max-width: 1105px) {
.hdd-flip-card-container-inside {
	max-width: 650px;
	}	
	.hdd-flip-card-container h2 {
  font-size: 36px;
}
}
@media (max-width: 950px) {
.hdd-flip-card:nth-child(3):hover .hdd-flip-card-back {
  left: -140px;
}
}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
		.hdd-flip-card-container h2 {
  font-size: 30px;
}
	 .hdd-flip-card {
    
    -webkit-user-select: none;
    user-select: none;
  }

  .hdd-flip-card:hover .hdd-flip-card-front,
  .hdd-flip-card:hover .hdd-flip-card-back {
    transform: none;
  }

  .hdd-flip-card.flipped .hdd-flip-card-front {
    transform: rotateY(-180deg);
    z-index: 1;
  }

  .hdd-flip-card.flipped .hdd-flip-card-back {
    transform: rotateY(0deg);
    z-index: 10;
    width: 350px;
    height: auto;
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
    position: absolute;
    left: 0;
    top: 0;
  }

  .hdd-flip-card:not(.flipped) .hdd-flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  .hdd-flip-card:not(.flipped) .hdd-flip-card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }

  .hdd-flip-card-container {
    flex-wrap: wrap;
    gap: 20px;
  }
}
	
.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: #09C;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: Candara;
}

.learn-more-btn:hover {
  background-color: #0077aa;
}

.learn-more-btn.inactive {
  background-color: #666666;
  cursor: default;
}
@media (max-width: 670px) {
.hdd-flip-card-container-inside {
	max-width: 600px;
	}
  .hdd-flip-card.flipped:nth-child(1) .hdd-flip-card-back { left:   0px; }
  .hdd-flip-card.flipped:nth-child(2) .hdd-flip-card-back { left: -150px; }
  .hdd-flip-card.flipped:nth-child(3) .hdd-flip-card-back { left:   0px; }
  .hdd-flip-card.flipped:nth-child(4) .hdd-flip-card-back { left: -150px; }
  .hdd-flip-card.flipped:nth-child(5) .hdd-flip-card-back { left: -75px; }
}
}
@media (max-width: 450px) {
		.hdd-flip-card-container h2 {
  font-size: 24px;
}
}
@media (max-width: 428px) {
.hdd-flip-card-container-inside {
	max-width: 427px;
	}
  .hdd-flip-card.flipped:nth-child(1) .hdd-flip-card-back { left: -75px; }
  .hdd-flip-card.flipped:nth-child(2) .hdd-flip-card-back { left: -75px; }
  .hdd-flip-card.flipped:nth-child(3) .hdd-flip-card-back { left: -75px; }
  .hdd-flip-card.flipped:nth-child(4) .hdd-flip-card-back { left: -75px; }
  .hdd-flip-card.flipped:nth-child(5) .hdd-flip-card-back { left: -75px; }
}
@media (max-width: 374px) {
		.hdd-flip-card-container h2 {
  font-size: 22px;
}
}
@media (max-width: 358px) {
 .hdd-flip-card.flipped .hdd-flip-card-back {
    width: 300px;
  }
  .hdd-flip-card.flipped:nth-child(1) .hdd-flip-card-back { left: -50px; }
  .hdd-flip-card.flipped:nth-child(2) .hdd-flip-card-back { left: -50px; }
  .hdd-flip-card.flipped:nth-child(3) .hdd-flip-card-back { left: -50px; }
  .hdd-flip-card.flipped:nth-child(4) .hdd-flip-card-back { left: -50px; }
  .hdd-flip-card.flipped:nth-child(5) .hdd-flip-card-back { left: -50px; }

}


/*--- Whats wrong with my drive section------------------------------------------------------*/

.failure-section {
    background: linear-gradient(to bottom left, #ddd 25%, #fff 75%);
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;    
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
}

.failure-section h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: 'OratorStdMedium', sans-serif;
  color: #333333; /* Blue */
  margin: 0px auto;
	padding: 0px 20px 0px 20px;
}
.failure-section h2 span{
  color: #09c; /* Blue */
  
}
.failure-section h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Candara;
  color: #999999; /* Blue */
  margin: 0px auto;
	padding: 0px 20px 30px 20px;
}

.failure-section p {
  font-size: 24px;
  font-family: candara;
  color: #333; /* Dark Grey */
	width: 80%;
	text-align: center;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 0px;
	
	
}

/* Container for two columns */
.symptoms-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Individual columns */
.symptoms-column {
  width: 48%; /* Roughly half width */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Accordion items in columns */
.accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Drop shadow */
  width: 100%;
}
.accordion-header {
  background: #f5f5f5; /* Light Grey background */
  padding: 15px;
  font-size: 22px; /* Fixed size */
  font-family: 'OratorStdMedium', sans-serif;
  color: #09c; /* Blue */
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s;
  box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.accordion-header:hover {
  background: #F36D26; /* Orange on hover */
  color: #ffffff; /* White text on hover */
}

.accordion-content {
  display: none;
  padding-top: 5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
  background: #ffffff; /* White background */
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Drop shadow */
}


.accordion-content.active {
  display: block;
}
.failure-details p {
  font-family: candara;
  color: #333333; /* Dark Grey */
  font-size: 18px; /* Fixed size */
  margin-bottom: 15px; /* Line spacing */
  line-height: 1.5;
	text-align: left;
	font-weight: normal;
}

.detail-label {
  font-weight: bold;
  color: #666666; /* Medium Grey */
  margin-right: 5px;
}
.failure-details p span {
	color: #F36D26;
	font-style:normal;
}
@media (max-width: 1200px) {
	.symptoms-columns {
  max-width: 95%;
}
	.failure-section h3 {
  font-size: 22px;
margin-right: 20px;
		margin-left: 20px;
}
}
@media (max-width: 865px) {
.failure-section h2 {
  font-size: 36px;
}
}
@media (max-width: 780px) {
.failure-section h2 {
  font-size: 32px;
}
.failure-section h3 {
  font-size: 20px;
}
}
/* Responsive Adjustments for Failure Section */
@media (max-width: 768px) {
  .failure-section {
    padding: 30px 0;
  }
  .failure-section h2 {
    font-size: 30px; /* Only h2 decreases */
  }
 .failure-section h3 {
  font-size: 18px;
}
  .failure-section p {
    font-size: 16px; /* Unchanged */
  }

  .symptoms-columns {
    flex-direction: column; /* Stack columns vertically */
    gap: 10px;
  }
  .symptoms-column {
    width: 100%; /* Full width when stacked */
  }
  .accordion-header {
    padding: 10px;
  }
  .failure-details p {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .failure-section h2 {
    font-size: 24px; /* Only h2 decreases */
  }
 .failure-section h3 {
  font-size: 16px;
}
  .failure-section {
    padding: 20px 0;
  }

  .failure-section p {
    font-size: 16px; /* Unchanged */
  }
  .accordion-header {
    padding: 8px;
  }
  .failure-details p {
    margin-bottom: 8px;
  }
}



/*---- How Fast Can You Recover My Data ----------------------------------------------*/



.speed-section {
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
    background: #333;
    text-align: center;
    width: 100%;
    margin: 200 auto;
    padding: 60px 0px 60px 0px;
}

.speed-section h2 {
  font-size: 40px;
  font-weight: bolder;
  font-family: 'OratorStdMedium', sans-serif;
  color: #fff;
  margin: 0 auto;
	width: 95%;
  padding: 0px 0px 0px 0px;
}

.speed-section h2 span {
  color: #09c;
}
.speed-section h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Candara;
  color: #999;
  margin: 0 auto;
  padding: 0px 20px 40px 20px
}
.speed-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px; /* 350px * 3 + 20px * 2 */
  margin: 0 auto;
  flex-wrap: wrap;
}

.speed-card {
  position: relative;
  width: 350px;
  height: 450px;
  perspective: 1000px;
}

.speed-card.emergency .speed-card-front {
  background: #F36D26;
}

.speed-card.priority .speed-card-front {
  background: #09C;
}

.speed-card.standard .speed-card-front {
  background: #999;
}

.speed-card-front,
.speed-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Added drop shadow */
}

.speed-card-front {
  transform: rotateY(0deg);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.speed-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.speed-card-front h4 {
  font-size: 28px;
  font-family: 'OratorStdMedium', sans-serif;
  color: #fff;
  margin: 0 0 5px;
}

.speed-card-front h5 {
  font-size: 20px;
  font-family: 'OratorStdMedium', sans-serif;
  color: #333;
  margin: 0 0 15px;
}

.speed-card-front ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}

.speed-card-front li {
  font-size: 20px;
  font-family: 'Candara', sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.speed-card-back {
  transform: rotateY(180deg);
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.speed-card-back h4 {
  font-size: 20px;
  font-family: 'OratorStdMedium', sans-serif;
  color: #09C;
  margin: 0 0 15px;
  letter-spacing: -1px;
}

.speed-card-back p {
  font-size: 16px;
  font-family: 'Candara', sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px; /* Space before CTAs */
  text-align: center;
}

.speed-card-back .speed-cta-top {
  font-size: 18px;
  font-family: 'Candara', sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  transition: background 0.3s ease;
}
.speed-card.emergency .speed-card-back .speed-cta-top {
  background: #F36D26; /* Darker orange on hover */
}
.speed-card.emergency .speed-card-back .speed-cta-top:hover {
  background: #d35e20; /* Darker orange on hover */
}

.speed-card.priority .speed-card-back .speed-cta-top {
  background: #09C; /* Blue for Standard */
}

.speed-card.priority .speed-card-back .speed-cta-top:hover {
  background: #0870a3; /* Darker blue on hover */
}
.speed-card.standard .speed-card-back .speed-cta-top {
  background: #999; /* Blue for Standard */
}

.speed-card.standard .speed-card-back .speed-cta-top:hover {
  background: #666; /* Darker blue on hover */
}

.speed-card:hover .speed-card-front {
  transform: rotateY(-180deg);
}

.speed-card:hover .speed-card-back {
  transform: rotateY(0deg);
}
/* Responsive Adjustments */
@media (max-width: 1100px) {
  .speed-grid {
    max-width: 720px;
  }
}
@media (max-width: 1000px) {
	.speed-section h2 {
		font-size: 36px;
	}
}
/* Mobile Click-to-Flip Rules */
@media (max-width: 768px) {
		.speed-section h2 {
		font-size: 30px;
	}
			.speed-section h3 {
		font-size: 20px;
	}
  .speed-card {
    -webkit-user-select: none; /* Prevent text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .speed-card:hover .speed-card-front,
  .speed-card:hover .speed-card-back {
    transform: none; /* Disable hover on mobile */
  }
  .speed-card.flipped .speed-card-front {
    z-index: 1; /* Front drops below back */
    transform: rotateY(-180deg);
  }
  .speed-card.flipped .speed-card-back {
    z-index: 10; /* Back above front */
    transform: rotateY(0deg);
  }
}
@media (max-width: 720px) {
  .speed-grid {
    flex-direction: column;
    align-items: center;
    max-width: 350px;
  }
}

@media (max-width: 500px) {
 .speed-section h2 {
    font-size: 24px;
	padding: 0px 10px 0px 10px;
  }
 .speed-section h3 {
	font-size: 18px;
	   padding: 0px 10px 40px 10px
	}
}
@media (max-width: 436px) {
 .speed-section h2 {
    font-size: 22px;
	padding: 0px 10px 0px 10px;
  }
 .speed-section h3 {
	font-size: 16px;
	   padding: 0px 10px 40px 10px
	}
}
@media (max-width: 400px) {
  .speed-section h2 {
    font-size: 24px;
  }
  .speed-section h3 {
	font-size: 16px;
	}
  .speed-section {
    padding: 20px 0;
  }
  .speed-card-front h2 {
    font-size: 24px;
  }
  .speed-card-front h3 {
    font-size: 18px;
  }
  .speed-card-front li {
    font-size: 16px;
  }
  .speed-card-back h4 {
    font-size: 20px;
  }
  .speed-card-back p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .speed-card {
    width: 280px;
    height: 320px;
  }
}



/*------How Much Does It Cost Section -------------------------------------*/

.price-factors-container {
  display: flex;
  justify-content: center;
  padding: 60px 0px 60px 0px;
  background: #fff;
  position: relative;
  flex-wrap: wrap;
  overflow-x: clip; /* Safe alternative to hidden */
}
.price-factors-container h2 {
  font-size: 40px;
  font-weight: bolder;
  font-family: OratorStdMedium;
  color: #333;
  width: 95%;
  text-align: center;
  margin: 0px auto;
}
.price-factors-container h2 span {
  color: #09c;
}
.price-factors-container h3 {
  font-size: 24px;
  font-family: candara;
  font-weight: bold;
  color: #999;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
}
.price-factors-container-inside {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
	gap: 30px;
	
}
.price-flip-card {
  position: relative;
  width: 220px;
  height: 250px;
  perspective: 1000px;
	
  
}

.price-flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;

}

.price-flip-card-front,
.price-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.price-flip-card-front {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);

}

.price-flip-card-front img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
	   filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
}

.price-flip-card-front h4 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;	
}

.price-flip-card-front p {
  font-size: 14px;
  color: #999;
	padding: 0px 10px;
}

.price-flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.price-flip-card-back h5 {
  font-size: 18px;
  color: #09c;
  margin: 0px;
  font-family: candara;
}

.price-flip-card-back p {
  font-size: 16px;
  color: #333;
  flex-grow: 1;
  font-family: Candara;
}

/* Flip effect */
.price-flip-card:hover {
  
  z-index: 100;
}
.price-flip-card:hover .price-flip-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}

.price-flip-card:hover .price-flip-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
}

/* Positional movement for hover effect */
.price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -100px;
}
.price-flip-card:nth-child(1):hover .price-flip-card-back,
.price-flip-card:nth-child(2):hover .price-flip-card-back,
.price-flip-card:nth-child(3):hover .price-flip-card-back,
.price-flip-card:nth-child(4):hover .price-flip-card-back {
  top: -70px; 
}
.price-cta-section {
  display: flex;
  justify-content: center;
  position: relative;
	flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
	align-items: center;
	margin-bottom: 50px;
}
.price-cta-section h4 {
  text-align: center;
  margin: 0 auto;
  font-family: OratorStdMedium;
  color: #09c;
  font-size: 26px;
}
.price-cta-section p {
  text-align: center;
  margin: 0 auto;
  font-family: candara;
  color: #666;
  font-size: 20px;
	padding: 0px 100px;
}
.price-cta-section li {
  text-align: left;
  margin: 0 auto;
  font-family: candara;
  color: #999;
  font-size: 16px;
	max-width: 900px;
	width: 100%;
}
.price-cta-section li span {
  color: #333;
  font-size: 16px;
	font-weight: bold;
	
}
.price-cta-section ul li {
  margin-bottom: 12px;
}
.price-cta-buttons {
  display: flex;
  flex-wrap: wrap;
	position: relative;
	flex-direction: column;
  justify-content: center;
  gap: 15px;
	
}

.price-cta-button {
  display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  padding: 12px 24px;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
	text-align: center;
	margin: 0 auto;
}

.price-cta-button.primary {
  background-color: #09c;
  color: #fff;
  font-weight: bold;
}

.price-cta-button.primary:hover {
  background-color:#2B75C1;
}

.price-cta-button.secondary {
  background-color: #F36D26;
  color: #fff;
}

@media (max-width: 1075px) {
	.price-factors-container h2 {
  font-size: 36px;
}

.price-factors-container h3 {
  font-size: 22px;
}
	.price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -150px;
	}
}
@media (max-width: 985px) {
.price-factors-container h2 {
  font-size: 30px;
}

.price-factors-container h3 {
  font-size: 20px;
}
.price-factors-container-inside {
max-width: 500px;
}
	.price-factors-container {
padding: 50px 20px 50px 20px;
}

		.price-flip-card:nth-child(2):hover .price-flip-card-back,
	    .price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -130px;
	}
	.price-cta-section p {
	padding: 0px 20px;
}

}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
	  .price-flip-card {
    -webkit-user-select: none;
    user-select: none;
  }

  .price-flip-card:hover .price-flip-card-front,
  .price-flip-card:hover .price-flip-card-back {
    transform: none;
  }

  .price-flip-card.flipped .price-flip-card-front {
    transform: rotateY(-180deg);
    z-index: 1;
  }

  .price-flip-card.flipped .price-flip-card-back {
    transform: rotateY(0deg);
    z-index: 10;
    width: 350px;
    height: auto;
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
    position: absolute;
    left: 0;
    top: 0;
  }

  .price-flip-card:not(.flipped) .price-flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  .price-flip-card:not(.flipped) .price-flip-card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }

  .price-flip-card-container {
    flex-wrap: wrap;
    gap: 20px;
  }
.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: #09C;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: Candara;
}

.learn-more-btn:hover {
  background-color: #0077aa;
}

.learn-more-btn.inactive {
  background-color: #666666;
  cursor: default;
}
.price-factors-container h2 {
font-size: 28px;
}
	.price-factors-container h3 {
font-size: 18px;
}
	.price-cta-section h4 {
  font-size: 22px;
}
	.price-cta-section p {
  font-size: 18px;
}
		.price-flip-card:nth-child(2):hover .price-flip-card-back,
	    .price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -130px;
	}	
			.price-flip-card:nth-child(1):hover .price-flip-card-back,
	    .price-flip-card:nth-child(3):hover .price-flip-card-back {
  left: 0px;
	}	
}
	
@media (max-width: 510px) {
		.price-flip-card:nth-child(2):hover .price-flip-card-back,
	    .price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -65px;
	}	
			.price-flip-card:nth-child(1):hover .price-flip-card-back,
	    .price-flip-card:nth-child(3):hover .price-flip-card-back {
  left: -65px;
	}
	.price-factors-container h2 {
font-size: 22px;
		padding: 0px;
}
	.price-factors-container h3 {
font-size: 16px;
}
		.price-cta-section h4 {
  font-size: 18px;
}
	.price-cta-section p {
  font-size: 16px;
}
}
@media (max-width: 375px) {
	.price-flip-card:hover .price-flip-card-back {

  width: 320px;
  height: auto;

}	
			.price-flip-card:nth-child(2):hover .price-flip-card-back,
	    .price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -50px;
	}	
			.price-flip-card:nth-child(1):hover .price-flip-card-back,
	    .price-flip-card:nth-child(3):hover .price-flip-card-back {
  left: -50px;
	}
}
	@media (max-width: 340px) {
	.price-flip-card:hover .price-flip-card-back {

  width: 300px;
  height: auto;

}	
			.price-flip-card:nth-child(2):hover .price-flip-card-back,
	    .price-flip-card:nth-child(4):hover .price-flip-card-back {
  left: -40px;
	}	
			.price-flip-card:nth-child(1):hover .price-flip-card-back,
	    .price-flip-card:nth-child(3):hover .price-flip-card-back {
  left: -40px;
	}
}

/*---------Hard Truths of Data Recovery Flip Card Section ------------------------------------*/


.risks-flip-card-container {
  display: flex;
  justify-content: center;
  background: #333;
  position: relative;
  flex-wrap: wrap;
  margin: 0px auto;
  color: #fff;
  padding: 60px 0px 60px 0px;
  overflow-x: clip; /* Safe alternative to hidden */
}

.risks-flip-card-container h2 {
  font-size: 40px;
  font-family: OratorStdMedium;
  color: #fff;
  width: 95%;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 0px 0px
		
}

.risks-flip-card-container h2 span {
  color: #09c;
}

.risks-flip-card-container h3 {
  font-size: 24px;
  font-family: candara;
  color: #999;
  width: 95%;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 40px 0px
}
.risks-flip-card-container-inside {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
	 
}
.risks-flip-card {
  position: relative;
  width: 220px;
  height: 250px;
  perspective: 1000px;
}



.risks-flip-card-front,
.risks-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.risks-flip-card-front {
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.risks-flip-card-front img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
}

.risks-flip-card-front h4 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
}

.risks-flip-card-front p {
  font-size: 14px;
  color: #999;
  padding: 0px 10px;
}

.risks-flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}

.risks-flip-card-back h5 {
  font-size: 18px;
  color: #09c;
  margin: 0px;
  font-family: candara;
}

.risks-flip-card-back p {
  font-size: 16px;
  color: #333;
  flex-grow: 1;
  font-family: Candara;
}

/* Flip effect */
.risks-flip-card:hover {
  z-index: 100;
}
.risks-flip-card:hover .risks-flip-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}
.risks-flip-card:hover .risks-flip-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
}

/* Positional movement for hover effect */
.risks-flip-card:nth-child(5):hover .risks-flip-card-back {
  left: -100px;
}
.risks-flip-card:nth-child(1):hover .risks-flip-card-back,
.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
.risks-flip-card:nth-child(3):hover .risks-flip-card-back,
.risks-flip-card:nth-child(4):hover .risks-flip-card-back,
.risks-flip-card:nth-child(5):hover .risks-flip-card-back {
  top: -70px;
}


@media (max-width: 1075px) {
	.risks-flip-card-container h2 {
  font-size: 36px;	
}
.risks-flip-card-container h3 {
  font-size: 22px;
}
	.risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -150px;
	}
}
@media (max-width: 985px) {
		.risks-flip-card-container h2 {
  font-size: 30px;	
}
.risks-flip-card-container h3 {
  font-size: 20px;
}
.risks-flip-card-container-inside {
max-width: 500px;
}
	.risks-flip-card-container {
padding: 50px 20px 50px 20px;
}

		.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -130px;
	}
	.risks-cta-section p {
	padding: 0px 20px;
}

}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
	  .risks-flip-card {
    -webkit-user-select: none;
    user-select: none;
  }

  .risks-flip-card:hover .risks-flip-card-front,
  .risks-flip-card:hover .risks-flip-card-back {
    transform: none;
  }

  .risks-flip-card.flipped .risks-flip-card-front {
    transform: rotateY(-180deg);
    z-index: 1;
  }

  .risks-flip-card.flipped .risks-flip-card-back {
    transform: rotateY(0deg);
    z-index: 10;
    width: 350px;
    height: auto;
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
    position: absolute;
    left: 0;
    top: 0;
  }

  .risks-flip-card:not(.flipped) .risks-flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  .risks-flip-card:not(.flipped) .risks-flip-card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }

  .risks-flip-card-container {
    flex-wrap: wrap;
  }
.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: #09C;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: Candara;
}

.learn-more-btn:hover {
  background-color: #0077aa;
}

.learn-more-btn.inactive {
  background-color: #666666;
  cursor: default;
}
.risks-factors-container h2 {
font-size: 30px;
}
	.risks-factors-container h3 {
font-size: 20px;
}
	.risks-cta-section h4 {
  font-size: 22px;
}
	.risks-cta-section p {
  font-size: 18px;
}
		.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -130px;
	}	
			.risks-flip-card:nth-child(1):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(3):hover .risks-flip-card-back {
  left: 0px;
	}	
}
	
@media (max-width: 610px) {
	.risks-flip-card-container h2 {
  font-size: 26px;	
}
.risks-flip-card-container h3 {
  font-size: 18px;
}
}
@media (max-width: 542px) {
	.risks-flip-card-container h2 {
  font-size: 24px;	
}
.risks-flip-card-container h3 {
  font-size: 18px;
}
}
@media (max-width: 510px) {
	
		.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -65px;
	}	
			.risks-flip-card:nth-child(1):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(3):hover .risks-flip-card-back {
  left: -65px;
	}
	.risks-factors-container h2 {
font-size: 24px;
		padding: 0px;
}
	.risks-factors-container h3 {
font-size: 16px;
}
		.risks-cta-section h4 {
  font-size: 18px;
}
	.risks-cta-section p {
  font-size: 16px;
}
}
@media (max-width: 542px) {
	.risks-flip-card-container h2 {
  font-size: 24px;	
}
.risks-flip-card-container h3 {
  font-size: 18px;
}
}
@media (max-width: 420px) {
	.risks-flip-card-container h2 {
  font-size: 22px;	
}
.risks-flip-card-container h3 {
  font-size: 16px;
}
}
@media (max-width: 375px) {
	.risks-flip-card:hover .risks-flip-card-back {

  width: 320px;
  height: auto;

}	
			.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -50px;
	}	
			.risks-flip-card:nth-child(1):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(3):hover .risks-flip-card-back {
  left: -50px;
	}
}
	@media (max-width: 340px) {
	.risks-flip-card:hover .risks-flip-card-back {

  width: 300px;
  height: auto;

}	
			.risks-flip-card:nth-child(2):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(4):hover .risks-flip-card-back {
  left: -40px;
	}	
			.risks-flip-card:nth-child(1):hover .risks-flip-card-back,
	    .risks-flip-card:nth-child(3):hover .risks-flip-card-back {
  left: -40px;
	}
}

/*--------5 easy steps flip card section ------------------------------------------------------*/


.wrapper-process-outside {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  bottom: 0px;
  display:flex;
  flex-wrap: wrap;
  padding: 60px 0px 60px 0px;
  overflow-x: clip; /* Safe alternative to hidden */
}
.process-title {
  width: 100%;
  text-align: center;
}

.process-title h2 {
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: normal;
  width: 95%;
  font-family: OratorStdMedium;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  font-weight: bolder;
}

.process-title h2 span {
  color: #09C;
  font-weight: bold;
}
.process-title h3 {
  font-size: 24px;
  width: 95%;
  color: #999;
  text-align: center;
  font-weight: bold;
  font-family: Candara;
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
}
.wrapper-process-inside {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px 0; /* Minimal padding - Trust-like */
}

.process-cards {
  display: flex;
  justify-content: center;
  gap: 30px; /* Base gap - Trust’s starting point */
  position: relative; /* Contain stacking context */
  flex-wrap: wrap;
}
.process-card {
  position: relative;
  width: 175px;
  height: 175px;
  perspective: 1000px;
	padding: 0px;
	margin: 0px;
}

.process-card-front,
.process-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.process-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  overflow: visible; /* Prevent image clipping */
  flex-direction: column;
  transform: translateY(-4px);
	background: #fff;
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;


}

.process-card-front img {
  width: 100px;
  height: 100px;
	margin: 0px auto;
  object-fit: contain; /* Ensure full image shows */
	filter: 
   drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.4))
    drop-shadow(2px 2px 8px rgba(255, 255, 255, 0.2));
}
.process-card-front h4 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
  font-family: Candara;
}


.process-card-back {
  transform: rotateY(180deg);
  z-index: 1;
  background: #fff;
  color: #333;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden; /* Keep back text contained */
  box-sizing: border-box;

}

/* Fix Hiding Issue */
.process-card:hover {
  z-index: 100; /* Lift entire card above others - Trust’s key */
}

.process-card:hover .process-card-front {
	transform: rotateY(-180deg);
  z-index: 1; /* Front drops below back - Trust’s key */
}

.process-card:hover .process-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
	max-width: 350px;
}

/* Flip Directions */
.process-card:nth-child(1):hover .process-card-back,
.process-card:nth-child(2):hover .process-card-back,
.process-card:nth-child(3):hover .process-card-back {
  transform: rotateY(0deg);
  left: 0;  top: -70px;/* Left/middle stay put */
}

.process-card:nth-child(4):hover .process-card-back,
.process-card:nth-child(5):hover .process-card-back {
  transform: rotateY(0deg);
  left: -150px; top: -70px;/* Right cards shift left - Trust’s Card 5 */
}

/* Back Content Styling */
.process-card-back img {
  width: 0px;
  height: 0px;
  margin-bottom: 0px;
}

.process-card-back h4 {
  color: #09c;
  font-size: 20px;
  font-weight: bold;
  font-family: OratorStdMedium;
  margin: 0 0 10px;
}

.process-card-back p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  font-family: Candara;
}

.process-card-back span {
  color: #F36D26;
}

/* Responsive Adjustments */




@media (max-width: 1069px) {
  .process-cards { gap: 15px; } /* Trust’s smoother scale */
  .process-card:nth-child(5):hover .process-card-back { left: -200px; }
  .process-title h2 {
      font-size: 30px;
}
 .process-title h3 {
     font-size: 22px; 
}
}
@media (max-width: 968px) {
	  .process-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px; /* Keep original padding */
    flex-wrap: wrap; /* Cards move to next row when they hit the wall */
    max-width: 100%; /* Ensure full container width */
  }
	.process-wrapper {
  max-width: 650px;
}
	  .process-card:nth-child(1):hover .process-card-back { left: 0; }
  .process-card:nth-child(2):hover .process-card-back { left: -100px; }
  .process-card:nth-child(3):hover .process-card-back { left: -150px; }
  .process-card:nth-child(4):hover .process-card-back { left: -60px; }
  .process-card:nth-child(5):hover .process-card-back { left: -130px; }
}


@media (max-width: 768px) {
  .process-card {
    -webkit-user-select: none; /* Prevent text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .process-card:hover .process-card-front,
  .process-card:hover .process-card-back {
    transform: none; /* Disable hover on mobile */
  }
  .process-card.flipped {
    z-index: 100; /* Lift entire flipped card above others */
  }
  .process-card.flipped .process-card-front {
    z-index: 1; /* Front drops below back */
    transform: rotateY(-180deg);
  }
  .process-card.flipped .process-card-back {
    z-index: 10; /* Back above front */
    transform: rotateY(0deg);
    width: 350px; /* Match hover base size */
    height: auto; /* Allow content to expand */
   position: absolute; /* Match hover positioning */
  }
 .process-title h2 {
      font-size: 30px;
}
 .process-title h3 {
     font-size: 20px; 
}
}

@media (max-width: 650px) {
	 .process-title h2 {
      font-size: 26px;
}
 .process-title h3 {
     font-size: 18px; 
}
  .process-card.flipped:nth-child(1) .process-card-back { left:  50px; }
  .process-card.flipped:nth-child(2) .process-card-back { left: -100px; }
  .process-card.flipped:nth-child(3) .process-card-back { left: -180px; }
  .process-card.flipped:nth-child(4) .process-card-back { left: -80px; }
  .process-card.flipped:nth-child(5) .process-card-back { left: -90px; }
}
@media (max-width: 604px) {
  .process-card.flipped:nth-child(1) .process-card-back { left:    0px; }
  .process-card.flipped:nth-child(2) .process-card-back { left: -170px; }
  .process-card.flipped:nth-child(3) .process-card-back { left:    0px; }
  .process-card.flipped:nth-child(4) .process-card-back { left: -170px; }
  .process-card.flipped:nth-child(5) .process-card-back { left:  -85px; }
 
}
@media (max-width: 500px) {
	 .process-title h2 {
      font-size: 24px;
}
 .process-title h3 {
     font-size: 18px; 
}
}
@media (max-width: 409px) {
		 .process-title h2 {
      font-size: 22px;
}
 .process-title h3 {
     font-size: 16px; 
}
  .process-card.flipped:nth-child(1) .process-card-back { left: -85px; }
  .process-card.flipped:nth-child(2) .process-card-back { left: -85px; }
  .process-card.flipped:nth-child(3) .process-card-back { left: -85px; }
  .process-card.flipped:nth-child(4) .process-card-back { left: -85px; }
  .process-card.flipped:nth-child(5) .process-card-back { left: -85px; }
  .process-title h2 {
        font-size: 22px;
		
}
  .process-title h3 {
        font-size: 18px;
		font-weight: normal;
}
}
@media (max-width: 380px) {
  .process-card.flipped:nth-child(1) .process-card-back { left: -65px; }
  .process-card.flipped:nth-child(2) .process-card-back { left: -65px; }
  .process-card.flipped:nth-child(3) .process-card-back { left: -65px; }
  .process-card.flipped:nth-child(4) .process-card-back { left: -65px; }
  .process-card.flipped:nth-child(5) .process-card-back { left: -65px; }
	 .process-card.flipped .process-card-back {
    width: 300px; /* Match hover base size */
  }
}

/*-------Files We Recover When Disaster Strikes Section -----------------------------*/




.files-section {
  background: #333;
  padding: 60px 0px 60px 0px;
  text-align: center;
  margin: 0 auto;
  clear: both;
  overflow-x: clip; /* Safe alternative to hidden */

}

.files-section h2 {
  font-size: 40px;
  font-family: 'OratorStdMedium', sans-serif;
  color: #fff;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
	
}

.files-section h2 span {
  color: #09c;
}
.files-section h3 {
	font-size: 24px;
	color: #999999;
	font-family: candara;
	margin: 0px auto;
	padding: 0px 20px 40px 20px;
	font-weight: bold;
}

.files-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 860px; /* 200px * 4 + 10px * 3 */
  margin: 0 auto;
  position: relative;
}

.file-card {
  position: relative;
  width: 200px;
  height: 100px;
  perspective: 1000px;
  z-index: 1;
}

.file-card.blank {
  background: transparent;
  box-shadow: none;
}

.file-card-front,
.file-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.file-card-front {
  display: flex;
  align-items: center; /* Vertically center icon and title */
  justify-content: center; /* Pin icon left */
  transform: rotateY(0deg);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  z-index: 2;
  height: 100px; /* Locked */
  padding:10px;
	
}

.file-icon {
  width: 50px;
  height: 50px;
  margin: 0 0; /* Left padding + right spacing */
	 filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
	margin-bottom: 0px;
}

.file-card-front h3 {
  font-size: 20px;
  font-family: candara;
  color: #333333;
  margin: 0; /* Remove default margins */
  flex-grow: 1; /* Fill remaining ~130px */
  text-align: center; /* Center text horizontally in its space */
	margin-top: 0px;
	padding:0px;
}

.file-card-back {
  transform: rotateY(180deg);
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: auto;
}
.file-card-back h4 {
	text-align: center;
	color: #F36D26;
	font-size: 22px;
	font-weight: 900;
	margin-top: 10px;
	font-family: 'OratorStdMedium', sans-serif;
	margin-bottom: 10px;
	  white-space: normal;
   word-break: break-word;
	overflow-wrap: break-word;
}
.file-card-back p {
	text-align: center;
	color: #333;
	font-size: 16px;
	
	margin-top: 10px;
	font-family: 'OratorStdMedium', sans-serif;
	margin-bottom: 10px;
	  white-space: normal;
   word-break: break-word;
	overflow-wrap: break-word;
}
  .file-card:nth-child(1):hover .file-card-back {top: -70px;}
  .file-card:nth-child(2):hover .file-card-back {top: -70px;}
.file-card:nth-child(3):hover .file-card-back {top: -70px;}
.file-card:nth-child(4):hover .file-card-back {top: -70px;}
.file-card:nth-child(5):hover .file-card-back {top: -130px;}
.file-card:nth-child(6):hover .file-card-back {top: -130px;}
.file-card:nth-child(7):hover .file-card-back {top: -130px;}
.file-card:nth-child(8):hover .file-card-back {top: -130px;}
.file-card:nth-child(9):hover .file-card-back {top: -200px;}
.file-card:nth-child(10):hover .file-card-back {top: -200px;}
.file-card:nth-child(11):hover .file-card-back {top: -200px;}
.file-card:nth-child(12):hover .file-card-back {top: -200px;}

  .file-card:nth-child(even):hover .file-card-back {
    left: -150px; /* 350px back - 200px front = 150px right shift */
  }
/* Flip Effect */
.file-card:hover {
  z-index: 1000;
}

.file-card:hover .file-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}

.file-card:hover .file-card-back {
  transform: rotateY(0deg);
  width: 350px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Back Formatting */

.file-card-back .check-mark {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
	flex: 0 0 20px;
	margin-top: 2px;
}

.file-card-back .check-mark::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  border-left: 6px solid #28A745;
  border-bottom: 6px solid #28A745;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}
.file-card-back .file-types {
  display: flex;
	align-items: flex-start;
  font-size: 16px;
  font-family: candara;
  color: #ffffff;
  margin-bottom: 0;
	width: 100%;
	flex-wrap:nowrap;
	background-color:#333333;
	
}
.file-card-back .file-types span {
  line-height: 1.2;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #ffffff;
	overflow-wrap: break-word;
	word-break:break-word;
	max-width: calc(100% - 30px); /* leave space for checkmark */
	white-space:normal;
}
.inline-file-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2; /* Optional for a 2-column layout */
  column-gap: 24px;
	text-align: left;
	margin: 10px auto;
}

.inline-file-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  break-inside: avoid;
	line-height: 1;
}

.inline-file-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #09c; /* File Savers blue, or change as needed */
  font-size: 14px;
  line-height: 1;
	font-weight: bold;
}
.file-card-back .file-types strong {
  color: #09c;
}

.file-card-back .danger-icon {
  width: auto;
  height: 110px;
  margin: 0 0 10px 0;
}

.file-card-back .fix {
  font-size: 18px;
  font-family: candara;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
	letter-spacing: -0.1px;
	text-align: center;
}
.file-card-back .fix strong {
  color: #09c;
}

.file-card-back .no-act {
  font-size: 17px;
  font-family: candara;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 10px;
	letter-spacing: -0.1px;
	text-align: left;
}
.file-card-back .no-act strong {
  color: #F36D26;
}

.story-links .story-link-right {
  font-size: 16px;
  font-family: candara;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
  background-color: #09c;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-right: 10px;
	margin-top: 20px;
	 display: flex;
  justify-content: center;
	
}
.story-links .story-link-right:hover {
  background-color: #2a6ba0;
  transform: translateY(-2px);
}


/* Responsive Fixes */
@media (max-width: 1230px) {
	.files-section h2{
		font-size: 36px;
	}
	.files-section h3 {
	font-size: 22px;
}
	.files-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 860px;
  }
  .file-card:hover .file-card-back {
    width: 350px;
    height: auto;
  }
  /* Shift right-side cards (column 4: 4, 8, 12) */
  .file-card:nth-child(4n):hover .file-card-back {
    left: -150px; /* 200px front to 350px back = 150px left */
  }
}
@media (max-width: 900px) {
  .files-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 640px; /* 200px * 3 + 10px * 2 */
  }
  .file-card:hover .file-card-back {
    width: 350px;
    height: auto;
  }
  /* Left column (1, 4, 7, 10) stays put */
  .file-card:nth-child(3n+1):hover .file-card-back {
    left: 0;
  }
  /* Shift right-side cards (column 3: 3, 6, 9, 12) */
  .file-card:nth-child(3n):hover .file-card-back {
    left: -150px;
  }
		.files-section h2{
		font-size: 30px;
	}
	.files-section h3 {
	font-size: 20px;
}
.file-card:nth-child(1):hover .file-card-back {top: -100px;}
.file-card:nth-child(2):hover .file-card-back {top: -100px;}
.file-card:nth-child(3):hover .file-card-back {top: -100px;}
.file-card:nth-child(4):hover .file-card-back {top: -150px;}
.file-card:nth-child(5):hover .file-card-back {top: -150px;}
.file-card:nth-child(6):hover .file-card-back {top: -150px;}
.file-card:nth-child(7):hover .file-card-back {top: -200px;}
.file-card:nth-child(8):hover .file-card-back {top: -200px;}
.file-card:nth-child(9):hover .file-card-back {top: -200px;}
.file-card:nth-child(10):hover .file-card-back {top: -200px;}
.file-card:nth-child(11):hover .file-card-back {top: -200px;}
.file-card:nth-child(12):hover .file-card-back {top: -200px;}	
}
@media (max-width: 768px) {
  .file-card {
    -webkit-user-select: none; /* Prevent text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .file-card:hover .file-card-front,
  .file-card:hover .file-card-back {
    transform: none; /* Disable hover on mobile */
  }
  .file-card.flipped {
    z-index: 1000; /* Lift entire flipped card above others */
  }
  .file-card.flipped .file-card-front {
    z-index: 1; /* Front drops below back */
    transform: rotateY(-180deg);
  }
  .file-card.flipped .file-card-back {
    z-index: 10; /* Back above front */
    transform: rotateY(0deg);
    width: 350px; /* Match hover base size */
    height: auto; /* Allow content to expand */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Match hover flair */
    position: absolute; /* Match hover positioning */
  }
  .file-card.flipped:nth-child(3n+1) .file-card-back {
    left: 0; /* Left column stays put */
  }
  .file-card.flipped:nth-child(3n) .file-card-back {
    left: -150px; /* Shift right-side cards */
  }
/* Top row (1st row: cards 1, 2, 3) */
.file-card.flipped:nth-child(-n+3) .file-card-back {
    top: -100px !important; /* Adjust as needed, e.g., keep in place */
}

/* Second row (cards 4, 5, 6) */
.file-card.flipped:nth-child(n+4):nth-child(-n+6) .file-card-back {
    top: -150px; /* Adjust as needed, e.g., shift down */
}

/* Third row (cards 7, 8, 9) */
.file-card.flipped:nth-child(n+7):nth-child(-n+9) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift further */
}


			.files-section h2{
		font-size: 28px;
	}
	.files-section h3 {
	font-size: 18px;
	
}
}
@media (max-width: 630px) {
  	.files-section h2{
		font-size: 26px;
		margin-bottom: 10px;
	}
	
	.files-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 410px; /* 200px * 2 + 10px */
  }
  .file-card.flipped:nth-child(odd) .file-card-back {
    left: 0; /* Left column stays put */
  }
  .file-card.flipped:nth-child(even) .file-card-back {
    left: -150px; /* Shift right-side cards */
  }
	/* Top row (1st row: cards 1, 2) */
.file-card.flipped:nth-child(-n+3) .file-card-back {
    top: -150px !important; /* Adjust as needed, e.g., keep in place */
}

/* Second row (cards 3, 4) */
.file-card.flipped:nth-child(n+3):nth-child(-n+4) .file-card-back {
    top: -150px; /* Adjust as needed, e.g., shift down */
}

/* Third row (cards 5, 6) */
.file-card.flipped:nth-child(n+5):nth-child(-n+6) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift further */
}
/* Third row (cards 7, 8) */
.file-card.flipped:nth-child(n+7):nth-child(-n+8) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift further */
}
	/* Third row (cards 9, 10) */
.file-card.flipped:nth-child(n+9):nth-child(-n+10) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift further */
}
/* Fourth row (cards 11, 12) */
.file-card.flipped:nth-child(11) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift furthest */
}
	.file-card.flipped:nth-child(12) .file-card-back {
    top: -200px; /* Adjust as needed, e.g., shift furthest */
}
}

@media (max-width: 420px) {
.files-section h2{
		font-size: 22px;
	}
.files-section h3 {
	    font-size: 16px;
		
}
  .files-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 370px; /* 180px * 2 + 10px */
    gap: 10px;
  }
  .file-card {
    width: 180px; /* Shrink fronts to fit two columns */
    height: 100px;
  }
  .file-card.flipped:nth-child(odd) .file-card-back {
    left: 0; /* Left column */
  }
  .file-card.flipped:nth-child(even) .file-card-back {
    left: -170px; /* Right column */
  }
}
/* Switch to single column at 390px */
@media (max-width: 390px) {
  .files-grid {
    grid-template-columns: 1fr;
    max-width: 200px; /* Back to original front width */
  }
  .file-card {
    width: 200px; /* Restore front size */
    height: 100px;
  }
    .file-card.flipped:nth-child(odd) .file-card-back {
    left: -75px; /* Left column */
  }
  .file-card.flipped:nth-child(even) .file-card-back {
    left: -75px; /* Right column */
  }
}
/* Update 360px to match 390px—remove old offset */
@media (max-width: 360px) {
  .files-grid {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
  .file-card {
    width: 200px;
    height: 100px;
  }
  .file-card.flipped .file-card-back {
    width: 300px; /* Match your adjustment */
  }
  .file-card.flipped:nth-child(odd) .file-card-back,
  .file-card.flipped:nth-child(even) .file-card-back {
    left: -50px; /* Match your adjustment */
    transform: rotateY(0deg); /* Remove translateX since left is set */
  }
}
@media (max-width: 320px) {
  .files-grid {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
  .file-card {
    width: 200px;
    height: 100px;
  }
}



	
/*-----HDD Brands Flip Card Section-------------------------*/

.brands-flip-card-container {
  display: flex;
  justify-content: center;
	width: 100%;
  padding: 60px 0;
  background: #fff;
  position: relative;
  flex-wrap: wrap;
  overflow-x: clip; /* Safe alternative to hidden */
}
/* Group cards into two rows of five */

.brands-flip-card-container h2 {
  font-size: 40px;
  font-family: OratorStdMedium;
  color: #333;
  width: 95%;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
.brands-flip-card-container h2 span {
  color: #09c;
}
.brands-flip-card-container h3 {
  font-size: 24px;
  font-family: candara;
  color: #999;
  width: 95%;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 40px 0px;
	
}
.brands-flip-card-container-inside {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
.brands-flip-card {
  width: 200px;
  height: 200px;
  perspective: 1000px;
  
}

.brands-flip-card-front,
.brands-flip-card-back {
 position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.brands-flip-card-front {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.brands-flip-card-front h3,
.brands-flip-card-front p {
  margin: 0;
  padding: 0;
}
.brands-flip-card-front img {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
  margin-top: 0px;
}

.brands-flip-card-front h3 {
  font-size: 18px;
  color: #333;
  margin: 0px 10px 0px 10px;
  font-family: candara;
}

.brands-flip-card-front p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.brands-flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.brands-flip-card-back h3 {
  font-size: 18px;
  color: #09C;
  margin: 0px;
  font-family: OratorStdMedium;
	padding-bottom: 15px;
}

.brands-flip-card-back p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
  font-family: Candara;
	margin: 0;
}

/* Flip effect */
.brands-flip-card:hover {
  
  z-index: 100;
}
.brands-flip-card:hover .brands-flip-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}

.brands-flip-card:hover .brands-flip-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
}

/* Positional movement for hover effect */
.brands-flip-card:nth-child(5):hover .brands-flip-card-back,
.brands-flip-card:nth-child(10):hover .brands-flip-card-back{
  left: -100px;
}
.brands-flip-card:nth-child(1):hover .brands-flip-card-back,
.brands-flip-card:nth-child(2):hover .brands-flip-card-back,
.brands-flip-card:nth-child(3):hover .brands-flip-card-back,
.brands-flip-card:nth-child(4):hover .brands-flip-card-back,
.brands-flip-card:nth-child(5):hover .brands-flip-card-back, 
.brands-flip-card:nth-child(6):hover .brands-flip-card-back,
.brands-flip-card:nth-child(7):hover .brands-flip-card-back,
.brands-flip-card:nth-child(8):hover .brands-flip-card-back,
.brands-flip-card:nth-child(9):hover .brands-flip-card-back,
.brands-flip-card:nth-child(10):hover .brands-flip-card-back {
  top: -70px;
  
}

@media (max-width: 1234px) {
	
.brands-flip-card:nth-child(5):hover .brands-flip-card-back,
.brands-flip-card:nth-child(10):hover .brands-flip-card-back{
  left: -150px;
}
}
@media (max-width: 1150px) {
	.brands-flip-card-container h2 {
  font-size: 36px;
}

.brands-flip-card-container h3 {
  font-size: 22px;
}
.brands-flip-card-container-inside {
	gap: 20px;
	
}
}
@media (max-width: 1105px) {
.brands-flip-card-container-inside {
	max-width: 650px;
	}


.brands-flip-card:nth-child(2):hover .brands-flip-card-back,
.brands-flip-card:nth-child(5):hover .brands-flip-card-back,
.brands-flip-card:nth-child(8):hover .brands-flip-card-back,
.brands-flip-card:nth-child(10):hover .brands-flip-card-back{
  left: -75px;
}
.brands-flip-card:nth-child(3):hover .brands-flip-card-back,
.brands-flip-card:nth-child(6):hover .brands-flip-card-back,
.brands-flip-card:nth-child(9):hover .brands-flip-card-back {
  left: -150px;
}
}
@media (max-width: 950px) {
.brands-flip-card:nth-child(3):hover .brands-flip-card-back {
  left: -140px;
}
		.brands-flip-card-container h2 {
  font-size: 32px;
}

.brands-flip-card-container h3 {
  font-size: 22px;
}
}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
.brands-flip-card-container h2 {
  font-size: 30px;
}

.brands-flip-card-container h3 {
  font-size: 20px;
}
	 .brands-flip-card {
    -webkit-user-select: none;
    user-select: none;
  }
  .brands-flip-card:hover .brands-flip-card-front,
  .brands-flip-card:hover .brands-flip-card-back {
    transform: none;
  }
  .brands-flip-card.flipped .brands-flip-card-front {
    transform: rotateY(-180deg);
    z-index: 1;
  }
  .brands-flip-card.flipped .brands-flip-card-back {
    transform: rotateY(0deg);
    z-index: 10;
    width: 350px;
    height: auto;
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
    position: absolute;
    left: 0;
    top: 0;
  }

  .brands-flip-card:not(.flipped) .brands-flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  .brands-flip-card:not(.flipped) .brands-flip-card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }
	
.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: #09C;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: Candara;
}

.learn-more-btn:hover {
  background-color: #0077aa;
}

.learn-more-btn.inactive {
  background-color: #666666;
  cursor: default;
}
@media (max-width: 668px) {
.brands-flip-card-container-inside {
	max-width: 600px;
	}
  .brands-flip-card.flipped:nth-child(1) .brands-flip-card-back { left:   0px; }
  .brands-flip-card.flipped:nth-child(3) .brands-flip-card-back { left:   0px; }
  .brands-flip-card.flipped:nth-child(5) .brands-flip-card-back { left:   0px; }
  .brands-flip-card.flipped:nth-child(7) .brands-flip-card-back { left:   0px; }
  .brands-flip-card.flipped:nth-child(9) .brands-flip-card-back { left:   0px; }
  .brands-flip-card.flipped:nth-child(2) .brands-flip-card-back { left:  -150px; }
  .brands-flip-card.flipped:nth-child(4) .brands-flip-card-back { left:  -150px; }
  .brands-flip-card.flipped:nth-child(6) .brands-flip-card-back { left:  -150px; }
  .brands-flip-card.flipped:nth-child(8) .brands-flip-card-back { left:  -150px; }
  .brands-flip-card.flipped:nth-child(10) .brands-flip-card-back { left: -150px; }
}
}
@media (max-width: 500px) {
.brands-flip-card-container h2 {
  font-size: 26px;
}

.brands-flip-card-container h3 {
  font-size: 18px;
}
}
@media (max-width: 433px) {
.brands-flip-card-container h2 {
  font-size: 22px;
}

.brands-flip-card-container h3 {
  font-size: 16px;
}
.brands-flip-card-container-inside {
	max-width: 400px;
	}
  .brands-flip-card.flipped:nth-child(1) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(2) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(3) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(4) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(5) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(6) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(7) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(8) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(9) .brands-flip-card-back { left: -75px; }
  .brands-flip-card.flipped:nth-child(10) .brands-flip-card-back { left: -75px; }
}
@media (max-width: 358px) {
 .brands-flip-card.flipped .brands-flip-card-back {
    width: 300px;
  }
  .brands-flip-card.flipped:nth-child(1) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(2) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(3) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(4) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(5) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(6) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(7) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(8) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(9) .brands-flip-card-back { left: -50px; }
  .brands-flip-card.flipped:nth-child(10) .brands-flip-card-back { left: -50px; }

}


/*----------OS Flip Card Section ------------------------------------------------------------------*/



.OS-container {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom left, #333 25%, #000 75%);
  margin: 0 auto;
  padding: 60px 0px 60px 0px;
  text-align: center;
  overflow-x: clip; /* Safe alternative to hidden */	
}
.OS-container h2 {
  font-size: 40px;
  color: #fff;
  font-family: OratorStdMedium;
  margin: 0 auto;
  width: 95%;
  padding: 0px 0px 40px 0px;
}

.OS-container h2 span {
  color: #09c;
}

.OS-flip-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 960px; /* 6 cards * 130px + 5 * 20px gaps = 880px + padding */
  margin: 0 auto;
  padding: 0px 20px;
}

.OS-flip-card {
  position: relative;
  width: 130px; /* Static 130px front */
  height: 130px;
  perspective: 1000px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1; /* Base z-index */
}

.OS-flip-card:hover {
  z-index: 10; /* Elevate on hover—fixes overlap */
}

.OS-flip-front,
.OS-flip-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Lock both to 130px initially */
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, left 0.6s ease; /* Add left to transition */
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.OS-flip-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom left, #333 25%, #000 75%);
  transform: rotateY(0deg);
	z-index: 2;
}
.OS-flip-front h3 {
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0;
  font-family: Candara;
}
.OS-flip-front img {
   width: 50px;
  height: 50px;
  object-fit: contain; /* Ensure full image shows */
	   filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;

}
.OS-flip-back {
  background: linear-gradient(to bottom left, #666 25%, #222 75%);
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Contain content during flip */
  postion: absolute;
}
.OS-flip-card:hover .OS-flip-front {
  transform: rotateY(-180deg);
}

.OS-flip-card:hover .OS-flip-back {
  transform: rotateY(0deg);
  width: 350px;
  height: auto; /* Auto height applies post-flip */
}
.OS-flip-card:nth-child(1):hover .OS-flip-back {top: -170px;}
.OS-flip-card:nth-child(2):hover .OS-flip-back {top: -170px;}
.OS-flip-card:nth-child(3):hover .OS-flip-back {top: -170px;}
.OS-flip-card:nth-child(4):hover .OS-flip-back {top: -170px;}
.OS-flip-card:nth-child(5):hover .OS-flip-back {top: -170px;}
.OS-flip-card:nth-child(6):hover .OS-flip-back {left: -220px; top: -170px;}
.OS-small-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  top: 0; /* Lock position */
  transition: none; /* No transition on logo—prevents jump */
}
.OS-flip-back h4 {
  color: #09C;
  font-size: 18px;
  font-weight: bold;
  font-family: OratorStdMedium;
  margin: 0 0 10px;
}

.OS-flip-back p {
  font-size: 16px;
  font-family: Candara;
  margin: 0;

}
/* Responsive */
@media (max-width: 1020px) { /* Switch to 2 rows, 3 cards each */
  .OS-flip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    max-width: 510px; /* 3 cards * 130px + 2 * 20px gaps = 430px + padding */
  }
  .OS-flip-card {
    width: 130px; /* Stay at 130px */
    height: 130px;
    flex: 0 0 130px; /* Fixed width—no stretching */
  }
  .OS-flip-card:hover .OS-flip-back {
    width: 350px;
    left: 0; /* Centered—no shift needed */
  }
  .OS-flip-card:nth-child(6):hover .OS-flip-back {
    left: 0; /* Reset 6th card shift */
  }
}
@media (max-width: 890px) { /* Adjust back positions to fix overflow */
  .OS-flip-row {
    gap: 15px;
    max-width: 495px; /* 3 cards * 130px + 2 * 15px gaps = 420px + padding */
  }
  .OS-flip-card {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
  }
	.OS-container h2 {
  font-size: 36px;
}
  /* Specific card back adjustments at 890px */
  .OS-flip-card:nth-child(1):hover .OS-flip-back,
  .OS-flip-card:nth-child(4):hover .OS-flip-back {
    left: 0; /* Flip right—no shift */
  }

  .OS-flip-card:nth-child(2):hover .OS-flip-back {
    left: -110px; /* Center on screen—half back width (350px / 2 = 175px) */
  }

  .OS-flip-card:nth-child(3):hover .OS-flip-back {
    left: -220px; /* Shift left—right edge aligns with front’s right */
  }

  .OS-flip-card:nth-child(5):hover .OS-flip-back {
    left: -110px; /* Center on screen—half back width */
  }

  .OS-flip-card:nth-child(6):hover .OS-flip-back {
    left: -220px; /* Shift left—right edge aligns with front’s right */
  }
}
@media (max-width: 768px) {
.OS-container h2 {
  font-size: 30px;
}
  .OS-flip-card {
    -webkit-user-select: none; /* Prevent text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .OS-flip-card.flipped {
    z-index: 10; /* Lift entire flipped card above others */
  }
  .OS-flip-card.flipped .OS-flip-front {
    z-index: 1; /* Front drops below back */
    transform: rotateY(-180deg);
  }
  .OS-flip-card.flipped .OS-flip-back {
    z-index: 10; /* Back above front */
    transform: rotateY(0deg);
    width: 350px; /* Match hover base size */
    height: auto; /* Allow content to expand */
    position: absolute; /* Match hover positioning */
  }
	  .OS-flip-card.flipped:nth-child(1) .OS-flip-back {top: -150px;}
	.OS-flip-card.flipped:nth-child(2) .OS-flip-back {top: -150px;}
	.OS-flip-card.flipped:nth-child(3) .OS-flip-back {top: -150px;}
}
@media (max-width: 600px){
	.OS-container h2 {
  font-size: 24px;
}
}

@media (max-width: 449px) {
.OS-container h2 {
    font-size: 22px;
}
  .OS-flip-card.flipped:nth-child(1) .OS-flip-back {
    left: -40px;
	  top: -100px;
  }
  .OS-flip-card.flipped:nth-child(2) .OS-flip-back {
    left: -180px;
	  top: -100px;
  }

  .OS-flip-card.flipped:nth-child(3) .OS-flip-back {
    left: -40px;
	  top: -100px;
  }
  .OS-flip-card.flipped:nth-child(4) .OS-flip-back {
    left: -180px;
	  top: -100px;
  }
  .OS-flip-card.flipped:nth-child(5) .OS-flip-back {
    left: -40px;
	  top: -150px;
  }
  .OS-flip-card.flipped:nth-child(6) .OS-flip-back {
    left: -180px;
	  top: -150px;
  }

	}
@media (max-width: 375px) {
  .OS-flip-card.flipped .OS-flip-back {
    width: 300px; /* Match your adjustment */
  }
  .OS-flip-card.flipped:nth-child(1) .OS-flip-back {
    left: -10px;
  }
  .OS-flip-card.flipped:nth-child(2) .OS-flip-back {
    left: -160px;
  }
  .OS-flip-card.flipped:nth-child(3) .OS-flip-back {
    left: -10px;
  }
  .OS-flip-card.flipped:nth-child(4) .OS-flip-back {
    left: -160px;
  }
  .OS-flip-card.flipped:nth-child(5) .OS-flip-back {
    left: -10px;
  }
  .OS-flip-card.flipped:nth-child(6) .OS-flip-back {
    left: -160px;
  }
}
@media (max-width: 375px) { /* Shrink backs only here */
.OS-flip-card:hover .OS-flip-back {
    width: 300px;
  }
	.OS-flip-card:nth-child(1):hover .OS-flip-back {
    left: -15px; /* Center on screen—half back width (350px / 2 = 175px) */
  }

  .OS-flip-card:nth-child(2):hover .OS-flip-back {
    left: -155px; /* Shift left—right edge aligns with front’s right */
  }

  .OS-flip-card:nth-child(3):hover .OS-flip-back {
    left: -15px; /* Center on screen—half back width */
  }

  .OS-flip-card:nth-child(4):hover .OS-flip-back {
    left: -155px; /* Shift left—right edge aligns with front’s right */
  }
.OS-flip-card:nth-child(5):hover .OS-flip-back {
    left: -15px; /* Shift left—right edge aligns with front’s right */
  }
	.OS-flip-card:nth-child(6):hover .OS-flip-back {
    left: -155px; /* Shift left—right edge aligns with front’s right */
  }
}
@media (max-width: 320px) { /* Still 2x3—tighten gap */
  .OS-flip-row {
    gap: 8px;
    max-width: 472px; /* 3 cards * 130px + 2 * 8px gaps = 406px + padding */
  }
  .OS-flip-card {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
  }
  .OS-flip-card:hover .OS-flip-back {
    width: 300px;
    left: 0;
  }
}

/*---------Trust Section---------------------------------------------------------------------------*/

.wrapper-trust-outside {
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #fff, #ddd);
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 60px 0px 60px 0px;
  overflow-x: clip; /* Safe alternative to hidden */
	position: relative;
}
.trust-title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
}
.trust-title h2 {
  font-size: 40px;
  width: 95%;
  color: #333333;
  text-align: center;
  font-weight: bolder;
  font-family: OratorStdMedium;
  margin: 0px auto;
  padding: 0 0px 0 0px;
}

.trust-title h2 span {
  color: #09C;
  font-weight: bold;
}

.trust-title h3 {
  font-size: 24px;
  color: #999;
  width: 95%;
  text-align: center;
  font-weight: bold;
  font-family: candara;
  margin: 0px auto;
  padding: 0px 0px 40px 0px;
}
.wrapper-trust-inside {
  width: 100%;
  height: auto;
  margin: auto;

}
.trust-cards {
  display: flex;
  justify-content: center;
  gap: 30px; /* Restored to 30px for breathing room */
  padding: 0 20px;
  position: relative; /* Contain stacking context */
	
}

.trust-card {
  position: relative;
  width: 200px; /* 150px front */
  height: 200px; /* 150px front */
  perspective: 1000px;
}

.trust-card-front,
.trust-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease;
  border-radius: 8px;
}

.trust-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  overflow: visible; /* Prevent image clipping */
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.trust-card-front img {
  width: 150px; /* Match card size */
  height: 150px; /* Match card size */
  object-fit: contain; /* Ensure full image shows */
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.trust-card-front h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: candara;
  color: #333;
  margin: -10px 0px 10px 0px;
	padding: 10px 0px;
}
.trust-card-back {
  transform: rotateY(180deg);
  z-index: 1;
  background: linear-gradient(to right, #eee, #fff); /* Black to #333333 back */
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden; /* Keep back text contained */
  box-sizing: border-box;
}

/* Fix Hiding Issue */
.trust-card:hover {
  z-index: 100; /* Lift entire card above others */
}

.trust-card:hover .trust-card-front {
  z-index: 1; /* Front drops below back */
}

.trust-card:hover .trust-card-back {
  width: 350px;
  height: auto; /* Grows as needed */
  z-index: 10; /* Back above front */
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
  left: 0; /* Default centered */
}
 .trust-card:nth-child(odd):hover .trust-card-back {
    top: -70px; 
}
 .trust-card:nth-child(even):hover .trust-card-back {
    top: -70px; 
}

/* Flip Directions */
.trust-card:nth-child(1) .trust-card-front, /* Google */
.trust-card:nth-child(2) .trust-card-front, /* Customer Service */
.trust-card:nth-child(3) .trust-card-front  /* HIPAA */
{
  transform: rotateY(0deg);
}
.trust-card:nth-child(1):hover .trust-card-front,
.trust-card:nth-child(2):hover .trust-card-front,
.trust-card:nth-child(3):hover .trust-card-front {
  transform: rotateY(-180deg); /* Flip right */
}

.trust-card:nth-child(1) .trust-card-back,
.trust-card:nth-child(2) .trust-card-back,
.trust-card:nth-child(3) .trust-card-back {
  transform: rotateY(180deg);
}
.trust-card:nth-child(1):hover .trust-card-back,
.trust-card:nth-child(2):hover .trust-card-back,
.trust-card:nth-child(3):hover .trust-card-back {
  transform: rotateY(0deg);
}

.trust-card:nth-child(4) .trust-card-front, /* PCI */
.trust-card:nth-child(5) .trust-card-front  /* Clean Room */
{
  transform: rotateY(0deg);
}
.trust-card:nth-child(4):hover .trust-card-front,
.trust-card:nth-child(5):hover .trust-card-front {
  transform: rotateY(180deg); /* Flip left */
}

.trust-card:nth-child(4) .trust-card-back,
.trust-card:nth-child(5) .trust-card-back {
  transform: rotateY(-180deg);

}
.trust-card:nth-child(4):hover .trust-card-back,
.trust-card:nth-child(5):hover .trust-card-back {
  transform: rotateY(0deg);
  left: -200px; /* Adjusted for left flip */
}

/* Back Content Styling */
.trust-card-back img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.trust-card-back h4 {
  color: #09c; /* Your blue */
  font-size: 18px;
  font-weight: bold;
  font-family: OratorStdMedium;
  margin: 0 0 10px;
}

.trust-card-back p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  font-family: Candara;
}



/* Responsive Adjustments */
	@media (max-width: 1100px) {
.trust-title h2 {
  font-size: 36px;
}
.trust-title h3 {
  font-size: 22px;

}
}
@media (max-width: 1024px) {
  .trust-cards {
    gap: 25px; /* Slightly tighter but still visible */
  }
  .trust-card:hover .trust-card-back {
    width: 350px; /* Smaller for tighter fit */
    left: 40px; /* Center adjust */
  }
  .trust-card:nth-child(4):hover .trust-card-back,
  .trust-card:nth-child(5):hover .trust-card-back {
    left: -250px; /* Consistent centering for left-flip */
  }
}
@media (max-width: 980px) {
.trust-title h2 {
  font-size: 32px;
}
  .trust-cards {
	  max-width: 700px;
	  gap: 20px;
	  height: auto;
	  flex-wrap: wrap;
	  display:flex;
	  flex: auto;
	 margin:auto;
	}
 .trust-card:nth-child(2):hover .trust-card-back {
    left: -100px; /* Consistent centering for left-flip */
  }
	 .trust-card:nth-child(3):hover .trust-card-back {
    left: -140px; /* Consistent centering for left-flip */
  }
	 .trust-card:nth-child(4):hover .trust-card-back {
    left: 10px; /* Consistent centering for left-flip */
  }
	 .trust-card:nth-child(5):hover .trust-card-back {
    left: -140px; /* Consistent centering for left-flip */
  }
}
@media (max-width: 768px) {
		.trust-title h2 {
  font-size: 30px;
}
.trust-title h3 {
  font-size: 20px;
}
  .trust-card {
    cursor: pointer; /* Clickable hint */
    -webkit-user-select: none; /* Prevent text selection */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .trust-card:hover .trust-card-front,
  .trust-card:hover .trust-card-back {
    transform: none; /* Disable hover on mobile */
  }
  .trust-card.flipped {
    z-index: 100; /* Lift entire flipped card above others */
  }
  .trust-card.flipped .trust-card-front {
    z-index: 1; /* Front drops below back */
    transform: rotateY(-180deg);
  }
  .trust-card.flipped .trust-card-back {
    z-index: 10; /* Back above front */
    transform: rotateY(0deg);
    width: 350px; /* Match base hover size */
    height: auto; /* Allow content to expand */
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7); /* Match hover flair */
    position: absolute; /* Match hover positioning */
  }
  .trust-card.flipped:nth-child(1) .trust-card-back { left: 30px; top: -50px;}
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -100px; top: -50px;}
  .trust-card.flipped:nth-child(3) .trust-card-back { left: -200px; top: -50px;}
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -50px; top: -100px;}
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -150px; top: -100px; }
}
@media (max-width: 685px) {
	.trust-title h2 {
  font-size: 28px;
}
.trust-title h3 {
  font-size: 18px;
}
}
@media (max-width: 669px) {
  .trust-card.flipped:nth-child(1) .trust-card-back { left: -50px; top: -50px; }
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -100px; top: -50px;}
  .trust-card.flipped:nth-child(3) .trust-card-back { left: -50px; top: -50px;}
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -100px; top: -50px;}
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -100px; top: -50px;}
}

@media (max-width: 587px) {
  .trust-card.flipped:nth-child(1) .trust-card-back { left: 0px; }
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -150px; }
  .trust-card.flipped:nth-child(3) .trust-card-back { left: 0px; }
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -150px; }
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -65px; }
}

@media (max-width: 540px) {
	.trust-title h2 {
  font-size: 26px;
}
}
@media (max-width: 454px) {
.trust-card.flipped:nth-child(1) .trust-card-back { left: -70px; }
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -70px; }
  .trust-card.flipped:nth-child(3) .trust-card-back { left: -70px; }
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -70px; }
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -70px; }
}
@media (max-width: 420px) {
	.trust-title h2 {
  font-size: 22px;
}
.trust-title h3 {
  font-size: 16px;

}
}
@media (max-width: 360px) {
  .trust-card.flipped .trust-card-back {
    width: 300px; /* Override to 300px at 360px */
  }
	.trust-card.flipped:nth-child(1) .trust-card-back { left: 1px; }
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -160px; }
  .trust-card.flipped:nth-child(3) .trust-card-back { left: 1px; }
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -160px; }
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -80px; }
}
@media (max-width: 354px) {
  .trust-card.flipped .trust-card-back {
    width: 300px; /* Override to 300px at 360px */
  }
	.trust-card.flipped:nth-child(1) .trust-card-back { left: -80px; }
  .trust-card.flipped:nth-child(2) .trust-card-back { left: -80px; }
  .trust-card.flipped:nth-child(3) .trust-card-back { left: -80px; }
  .trust-card.flipped:nth-child(4) .trust-card-back { left: -80px; }
  .trust-card.flipped:nth-child(5) .trust-card-back { left: -80px; }
}

/*-----Clients Stories Flip Card Section---------------------------------------------------------*/

.clients-flip-card-container {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  background: #fff;
  position: relative;
  flex-wrap: wrap;
  overflow-x: clip; /* Safe alternative to hidden */
}
.clients-flip-card-container h2 {
  font-size: 40px;
  font-family: OratorStdMedium;
  color: #333;
  width: 95%;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}
.clients-flip-card-container h2 span {
  color: #09c;
}
.clients-flip-card-container h3 {
  font-size: 24px;
  font-family: Candara;
  color: #999;
  width: 95%;
  text-align: center;
	margin: 0px auto;
  margin: 0px 0px 40px 0px;
}
.clients-flip-card-container-inside {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.clients-flip-card {
  position: relative;
  width: 200px;
  height: 200px;
  perspective: 1000px;
  
}

.clients-flip-card-front,
.clients-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, left 0.6s ease, top 0.6s ease;
  box-sizing: border-box;
}

.clients-flip-card-front {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg);
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.clients-flip-card-front img {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
	 filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  transition: filter 0.3s ease;
 
}

.clients-flip-card-front h3 {
  font-size: 18px;
  color: #333;
  margin: 0px 10px;
	font-family: candara;
}

.clients-flip-card-front p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.clients-flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.clients-flip-card-back h3 {
  font-size: 18px;
  color: #09C;
  margin-bottom: 10px;
  font-family: OratorStdMedium;
}

.clients-flip-card-back p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
  font-family: Candara;
}
.clients-row-cta {
	width: 100%;
	align-content: center;
	text-align: center;
	margin: 0 auto;
}
.clients-row-cta a {

	color: #fff;
	font-family: candara;
	font-weight: bold;
	font-size: 20px;
	background-color: #09c;
	padding:10px 10px;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
	margin-top: 15px;

}
.clients-row-cta a:hover {
	 box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
}
/* Flip effect */
.clients-flip-card:hover {
  
  z-index: 100;
}
.clients-flip-card:hover .clients-flip-card-front {
  transform: rotateY(-180deg);
  z-index: 1;
}

.clients-flip-card:hover .clients-flip-card-back {
  transform: rotateY(0deg);
  z-index: 10;
  width: 350px;
  height: auto;
  box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
  position: absolute;
}

/* Positional movement for hover effect */
.clients-flip-card:nth-child(5):hover .clients-flip-card-back,
.clients-flip-card:nth-child(10):hover .clients-flip-card-back,
.clients-flip-card:nth-child(15):hover .clients-flip-card-back {
  left: -100px;
}
.clients-flip-card:nth-child(1):hover .clients-flip-card-back,
.clients-flip-card:nth-child(2):hover .clients-flip-card-back,
.clients-flip-card:nth-child(3):hover .clients-flip-card-back,
.clients-flip-card:nth-child(4):hover .clients-flip-card-back,
.clients-flip-card:nth-child(5):hover .clients-flip-card-back,
.clients-flip-card:nth-child(6):hover .clients-flip-card-back,
.clients-flip-card:nth-child(7):hover .clients-flip-card-back,
.clients-flip-card:nth-child(8):hover .clients-flip-card-back,
.clients-flip-card:nth-child(9):hover .clients-flip-card-back,
.clients-flip-card:nth-child(10):hover .clients-flip-card-back,
.clients-flip-card:nth-child(11):hover .clients-flip-card-back,
.clients-flip-card:nth-child(12):hover .clients-flip-card-back,
.clients-flip-card:nth-child(13):hover .clients-flip-card-back,
.clients-flip-card:nth-child(14):hover .clients-flip-card-back,
.clients-flip-card:nth-child(15):hover .clients-flip-card-back {
  top: -70px;
  
}
.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: #09C;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: Candara;
}

.learn-more-btn:hover {
  background-color: #0077aa;
}

.learn-more-btn.inactive {
  background-color: #666666;
  cursor: default;
}
/* Responsive adjustments (optional) */
@media (max-width: 1234px) {
.clients-flip-card:nth-child(5):hover .clients-flip-card-back,
.clients-flip-card:nth-child(10):hover .clients-flip-card-back,
.clients-flip-card:nth-child(15):hover .clients-flip-card-back {
  left: -150px;
}
}

@media (max-width: 1150px) {
.clients-flip-card-container h2 {
  font-size: 36px;
}
.clients-flip-card-container h3 {
  font-size: 22px;
}
.clients-flip-card-container-inside {
	gap: 20px;
	}
}
@media (max-width: 1091px) {
.clients-flip-card-container-inside {
	max-width: 1000px;
	}
.clients-flip-card:nth-child(5):hover .clients-flip-card-back,
.clients-flip-card:nth-child(10):hover .clients-flip-card-back {
  left: 0px;
}

.clients-flip-card:nth-child(15):hover .clients-flip-card-back {
  left: -100px;
}
.clients-flip-card:nth-child(4):hover .clients-flip-card-back,
.clients-flip-card:nth-child(8):hover .clients-flip-card-back,
.clients-flip-card:nth-child(12):hover .clients-flip-card-back {
  left: -150px;
}
}
@media (max-width: 873px) {
.clients-flip-card-container h2 {
  font-size: 32px;
}
.clients-flip-card-container h3 {
  font-size: 20px;
}
.clients-flip-card-container-inside {
	max-width: 650px;
	}
.clients-flip-card:nth-child(4):hover .clients-flip-card-back,
.clients-flip-card:nth-child(8):hover .clients-flip-card-back {
  left: 0px;
}
.clients-flip-card:nth-child(3):hover .clients-flip-card-back,
.clients-flip-card:nth-child(6):hover .clients-flip-card-back,
.clients-flip-card:nth-child(9):hover .clients-flip-card-back,
.clients-flip-card:nth-child(15):hover .clients-flip-card-back {
  left: -150px;
}
}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
.clients-flip-card-container h2 {
  font-size: 30px;
}
.clients-flip-card-container h3 {
  font-size: 20px;
}
	 .clients-flip-card {
    -webkit-user-select: none;
    user-select: none;
  }

  .clients-flip-card:hover .clients-flip-card-front,
  .clients-flip-card:hover .clients-flip-card-back {
    transform: none;
  }

  .clients-flip-card.flipped .clients-flip-card-front {
    transform: rotateY(-180deg);
    z-index: 1;
  }

  .clients-flip-card.flipped .clients-flip-card-back {
    transform: rotateY(0deg);
    z-index: 10;
    width: 350px;
    height: auto;
    box-shadow: 0 0 20px rgba(60, 131, 196, 0.7);
    position: absolute;
    left: 0;
    top: 0;
  }

  .clients-flip-card:not(.flipped) .clients-flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
  }

  .clients-flip-card:not(.flipped) .clients-flip-card-front {
    transform: rotateY(0deg);
    z-index: 2;
  }

  .clients-flip-card-container {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 670px) {
	.clients-flip-card-container h2 {
  font-size: 28px;
}
.clients-flip-card-container h3 {
  font-size: 18px;
}
.clients-flip-card-container-inside {
max-width: 600px;
	}
  .clients-flip-card.flipped:nth-child(odd) .clients-flip-card-back { left:   0px; }
  .clients-flip-card.flipped:nth-child(even) .clients-flip-card-back { left: -150px; }
	.clients-flip-card.flipped:nth-child(15) .clients-flip-card-back { left: -75px; }
}
@media (max-width: 500px) {
	.clients-flip-card-container h2 {
  font-size: 24px;
}
.clients-flip-card-container h3 {
  font-size: 18px;
}
}
@media (max-width: 428px) {
.clients-flip-card-container h2 {
  font-size: 22px;
}
.clients-flip-card-container h3 {
  font-size: 16px;
}
.clients-flip-card-container-inside {
	max-width: 400px;
	}
  .clients-flip-card.flipped:nth-child(1) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(2) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(3) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(4) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(5) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(6) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(7) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(8) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(9) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(10) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(11) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(12) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(13) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(14) .clients-flip-card-back { left: -75px; }
  .clients-flip-card.flipped:nth-child(15) .clients-flip-card-back { left: -75px; }
}
@media (max-width: 358px) {
 .clients-flip-card.flipped .clients-flip-card-back {
    width: 300px;
  }
  .clients-flip-card.flipped:nth-child(1) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(2) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(3) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(4) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(5) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(6) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(7) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(8) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(9) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(10) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(11) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(12) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(13) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(14) .clients-flip-card-back { left: -50px; }
  .clients-flip-card.flipped:nth-child(15) .clients-flip-card-back { left: -50px; }

}
/*--------Find File Savers Location Section ------------------------------------------------*/

.find-location-section {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 60px 0px 60px 0px;
  background: #333;
  position: relative;
  flex-wrap: wrap;
  margin: 0px auto;
}
.find-location-section h2{
  font-size: 40px;
  font-family: OratorStdMedium;
  color: #fff;
  width: 95%;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px 0px 30px 0px;
}
.find-location-section span{
  color: #09c;
}
.find-location-section p {
  font-size: 24px;
  font-family: Candara;
  color: #999;
  width: 95%;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px 0px 40px 0px;
  margin: 0px auto;
}
.find-location-cta-button {
  font-size: 24px;
  font-family: Candara;
  background: #09c;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 50px;
}
.find-location-cta-button:hover {
    background: #2B75C1;
}
@media (max-width: 980px) {
.find-location-section h2{
  font-size: 36px;
 
}
.find-location-section p {
  font-size: 22px;
}
}
@media (max-width: 768px) {
.find-location-section h2{
  font-size: 30px;
 
}
.find-location-section p {
  font-size: 20px;
}
	.find-location-cta-button {
  font-size: 18px;

}
}
@media (max-width: 600px) {
.find-location-section h2{
  font-size: 26px;
 
}
.find-location-section p {
  font-size: 18px;
}
}
@media (max-width: 500px) {
.find-location-section h2{
  font-size: 24px;
 
}
.find-location-section p {
  font-size: 16px;
}
}

/*------National Review Scroll Section --------------------------------------------------------*/


.reviews-section {
    position: relative;
    z-index: 1000;
}
.national-scroll-carousel {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    touch-action: pan-x pinch-zoom;
    user-select: none;
}

.national-scroll-track {
    display: flex;
    width: max-content;
    gap: 20px;
}

.national-scroll-track.no-animation {
    animation: none;
}

.national-scroll-card {
    flex: 0 0 auto;
    width: 350px;
    height: 250px;
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    isolation: isolate;
}

.national-scroll-google-logo {
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin-left: 50px;
}

.national-scroll-card p {
    margin: 5px 0;
}

.national-scroll-text {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: candara;
    letter-spacing: 2px;
	color: #333;
}

.national-scroll-stars-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.national-scroll-rating {
    color: #f5c518;
    font-size: 20px;
    text-align: left;
    padding-right: 50px;
}

.national-scroll-author-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-right: 30px;
}

.national-scroll-customer {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    margin-left: 30px;
}

.national-scroll-location {
    font-style: italic;
    color: #777;
    font-size: 16px;
}

.national-scroll-read-more {
    background: #09C;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    display: block;
    margin: 5px auto 0;
}

.national-scroll-read-more:hover {
    background: #0870a3;
}

.national-scroll-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 400px;
    min-height: 100px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    will-change: transform, opacity;
}

.national-scroll-popup-content {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-family: candara;
    line-height: 1.5;
    letter-spacing: 2px;
}

.national-scroll-close-popup {
    background: #F36D26;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.national-scroll-close-popup:hover {
    background: #d35e20;
}

/* National Scroll Carousel - Mobile Scrolling */
@media (max-width: 768px) {
    .national-scroll-section {
        z-index: 1000;
    }
    .national-scroll-carousel {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        margin: 40px 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .national-scroll-track {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        gap: 15px;
    }
    .national-scroll-card {
        flex: 0 0 300px;
        height: 250px;
        margin-right: 15px;
        scroll-snap-align: center;
    }
    .national-scroll-read-more {
        font-size: 16px;
        padding: 4px 8px;
    }
    .national-scroll-popup {
        width: 95vw;
        max-width: 360px;
    }
}

@media (max-width: 465px) {
    .national-scroll-carousel {
        overflow-x: hidden;
    }
    .national-scroll-track {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        touch-action: pan-x;
    }
    .national-scroll-card {
        flex: 0 0 300px;
        height: 220px;
        margin-right: 10px;
    }
    .national-scroll-text {
        font-size: 16px;
        max-height: 80px;
    }
    .national-scroll-read-more {
        font-size: 14px;
    }
    .national-scroll-popup {
        width: 90vw;
        max-width: 300px;
    }
}


/*-- Footer Section ----------------------------------------------------------------------------*/
.footer {
    background-color: #000;
    color: #999;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 20px;
	
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
	
}


.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	font-size: 18px;
	margin-top: 20px;
	
}

.footer-nav li {
    margin: 0;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #ccc;
}

.footer-locations {
    width: 100%;
	max-width: 900px; /* Constrain content width for better centering */
    display: flex;
    flex-direction: column;
    align-items: center;
	 justify-content: center;
}

.footer-location {
    margin-bottom: 15px;
	display: flex; /* Ensure centering for single location */
	justify-content: center;
   align-items: center;
    text-align: center;
	 
}

.footer-location h5 {
    margin: 0 0 5px;
    color: #09c;
	font-family: OratorStdMedium;
	font-size: 18px;
}

.footer-location.horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: stretch; /* Ensure equal height for items */
    gap: 20px;
	
}

.footer-location-item {
    flex: 0 1 auto; /* Prevent excessive growth */
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin-bottom: 10px;
    text-align: center;

}

.footer-street,
.footer-city-state-zip,
.footer-phone,
.footer-hours {
    margin: 5px 0;
	
}

.footer-phone a {
    color: #fff;
    text-decoration: none;
}

.footer-phone a:hover {
    color: #ccc;
}

.footer-hours {
    white-space: pre-line; /* Preserve line breaks for two-line hours */
}

.footer-copyright {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .footer-nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer-location.horizontal {
        flex-direction: column;
        align-items: center;
    }

    .footer-location-item {
        max-width: 100%;
    }
	cursor: pointer;cursor: pointer;cursor: pointer;}