@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: bold;
}

body {
  margin: 0;
  background-color: #f9fafb;
}

.f-hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: space-between;
  padding: 4rem;
  gap: 50px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
}

.f-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://shift.in/wp-content/uploads/2025/08/warehouse.jpg) no-repeat center center/cover;
  opacity: 0.4; 
  z-index: -1;  
}

.f-hero-content {
  flex: 1;
  max-width: 700px;
}

.f-hero-content img {
	margin-bottom: 20px;
}

.badge {
  color: rgba(231, 110, 17);
  background-color: rgb(255, 255, 255, 0.8);
  box-shadow: 5px 0px 10px rgba(231, 110, 17, 0.2);
  border-radius: 50px;
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
}

.f-hero-content h1 {
  font-size: 3.3rem;
  margin: 0;
  margin-top: 10px;
  background: linear-gradient(90deg, #1b023e, #6c3005);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text;
  color: transparent; 
}


.f-hero-content h5 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #1b023e, #6c3005); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}

#f-hero-form img {
  display: block;
  margin: 0 auto 0 auto;
}

#f-hero-form {
  flex: 1;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(231, 110, 17, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.2s all ease-in-out;
  max-width: 400px;
}

#f-hero-form h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #222;
}

#f-hero-form p {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.4rem 0.8rem; 
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  margin: 0; 
  color: #000;
}

.form-group {
  position: relative;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}

label span {
  color: rgb(255, 108, 108);
  font-size: 1rem;
}

#email-error{
  color: rgb(255, 48, 48);
  font-size: 0.7rem;
  margin-top: 4px;
  display: block;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 4px;
  color: #888;
  font-size: 0.8rem;
  pointer-events: none;
  transition: 0.2s ease;
}

/* On focus or if not empty — move label up */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:valid + label {
  top: -1px;
  background-color: none;
  font-size: 0.6rem;
  color: rgba(231, 110, 17, 0.8);
}

/* Focus border highlight */
.form-group input:focus,
.form-group select:focus {
  border-color: rgba(231, 110, 17, 0.8);
  box-shadow: 0 0 0 2px rgba(231, 110, 17, 0.15);
}

/* Dropdown appearance */
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'14'%20height%3D'14'%20viewBox%3D'0%200%2014%2014'%20fill%3D'none'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M3%205l4%204%204-4'%20stroke%3D'%23999'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: rgba(231, 110, 17); 
}

.form-check-label {
  cursor: pointer;
}


#f-hero-form button {
  background: linear-gradient(90deg, #7C3AED, #F97316);
  color: #fff;
  padding: 0.6rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

#submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#f-hero-form button:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 10px rgba(231, 110, 17, 0.2);
}

.f-trusts {
  margin: 0 5rem;
}

.f-trusts h2 {
  font-size: 2rem;
  margin: 5rem 0;
}

.f-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 70px;
}

.f-trust-card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.f-trust-card img {
  height: 80px;
  margin-bottom: 2rem;
}

.f-trust-card p {
  font-size: 1.2rem;
  margin: 0;
  color: #555;
}

.f-performance {
  padding: 0 5rem;
  padding-bottom: 0;
}

.f-performance h2 {
  font-size: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.f-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px; 
  flex-wrap: wrap; 
}

.f-stat-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px; 
  flex: 1; 
  min-width: 220px;
}

.f-status-bar {
  width: 4px;
  height: 100%;
  background: linear-gradient(#7c3aed, #f97316);
  border-radius: 4px;
}

.f-stat {
  text-align: left;
}

.f-stat-number {
  font-size: 3.5rem;
  font-weight: bold;
  color: #111;
}

.f-stat p {
  color: #555;
  font-size: 1rem;
  margin: 0;
}

.f-feature-section {
  margin: 5rem;
}

.f-feature-section h2 {
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
  text-align: center;
}

.f-feature-desc {
  margin-bottom: 3rem;
}

.f-feature-content.f-feature-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  justify-content: center;
}

.f-feature-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
}

.f-feature-img {
  display: none;
  width: 100%;
  max-width: 500px;

}

#tab1:checked ~ .f-feature-image .tab-img1,
#tab2:checked ~ .f-feature-image .tab-img2,
#tab3:checked ~ .f-feature-image .tab-img3,
#tab4:checked ~ .f-feature-image .tab-img4 {
  display: block;
}

.f-feature-cards {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}

[type=radio] {
	display: none;
}

.f-feature-cards label.f-feature-card {
  border-radius: 16px;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  border: 2px solid transparent;
  display: block;
  transition: box-shadow 0.2s, border 0.2s, transform 0.18s;
}

.f-feature-card h3 {
	font-size: 22px;
}

.f-feature-card p {
	font-size: 18px;
	margin-bottom: 0;
}

.f-feature-cards label.f-feature-card h3 {
  transition: color 0.18s;
}

/* Hover effect: only h3 color changes */
.f-feature-cards label.f-feature-card:hover h3 {
  color: #f97316;
}

/* Selected tab: border, shadow, transform, and h3 color */
#tab1:checked ~ .f-feature-cards label[for="tab1"],
#tab2:checked ~ .f-feature-cards label[for="tab2"],
#tab3:checked ~ .f-feature-cards label[for="tab3"],
#tab4:checked ~ .f-feature-cards label[for="tab4"] {
  border: 2px solid #f97316;
  box-shadow: 0 8px 32px rgb(249, 115, 22, 0.1);
  transform: translateY(-4px) scale(1.03);
}

#tab1:checked ~ .f-feature-cards label[for="tab1"] h3,
#tab2:checked ~ .f-feature-cards label[for="tab2"] h3,
#tab3:checked ~ .f-feature-cards label[for="tab3"] h3,
#tab4:checked ~ .f-feature-cards label[for="tab4"] h3 {
  color: #f97316;
}

.f-why-shift {
  margin: 5rem;
}

.f-why-shift-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.f-why-shift-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.f-why-shift-header p {
  font-size: 1rem;
  color: #555;
}

.f-why-shift h3 {
  font-size: 1.8rem;
  margin: 4rem 0 2rem 0;
}

.gradient {
  background: linear-gradient(90deg, #7c3aed, #f97316);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text;
  color: transparent; 
}

.f-benefits-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;

}

.f-benefit-card {
  background-color: white;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}

.f-benefit-card:hover, .f-service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  transition: all 0.3s ease;
  cursor: pointer;
}


.f-benefit-card h4 {
  margin: 1rem 0;
  font-size: 1.1rem;
}

.f-why-shift p {
  color: #555;
  font-size: 1rem;
}


.f-card-content img {
  height: 50px;
}

.f-service-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.f-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;

}

.f-service-card-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.f-service-card h4 {
  font-size: 1rem;
  margin: 1rem 0;
}

.f-categories {
  display: grid;
  grid-template-columns: 2fr 2fr;
  align-items: center;
  gap: 3rem;
  padding: 0 5rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.6), rgba(249, 116, 22, 0.6));
  overflow: hidden;
  width: 100%;
}

.categories-left h2 {
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
}

.categories-right {
  overflow: hidden;
  max-width: 100%;
}

.vertical-marquee {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  gap: 1rem;
}

.marquee-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 250px;
  height: 400px; 
}

/* Scroll up animation */
.marquee-column.col-1 {
  animation: scroll-up 12s linear infinite;
}

/* Scroll down animation */
.marquee-column.col-2 {
  animation: scroll-down 12s linear infinite;
}

.f-category {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  padding: 0.4rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.f-category img {
  width: 50px;
  height: 50px;
  padding: 0.4rem;
  border-radius: 6px;
  background-color: #7c3aedb4;
}

.f-category p {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}

/* Keyframes for scrolling looping */
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}


.f-steps-section {
  padding: 4rem 5rem;
  padding-bottom: 0;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.f-step-number {
  font-size: 0.8rem;
  color: #7c3aed;
  margin: 0;
  font-weight: bold;
}

.f-steps-section h2 {
  font-size: 4rem;
  text-align: left;
}

.f-steps-container {
  display: flex;
  flex-direction: column;
}

.f-step-cards {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: left;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
/*   min-width: 220px; */
}

.f-step-img {
	max-height: 100px !important;
} 
.f-step-cards p {
  margin: 0;
  font-size: 1rem;
}


.f-testimonials {
  max-width: 1200px;
  margin: 0 5rem;
  margin-top: 0;
  padding: 0 20px;
}

.f-testimonials h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}

.testimonial-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Card styling */
.testimonial-card {
  position: relative; 
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Quotation mark icon on top-left */
.testimonial-card::before {
  content: "“"; 
  font-size: 400px;
  color: #ff6a00;
  position: absolute;
  top: -0.5rem;
  opacity: 0.1; 
  font-family: 'Outfit';
  pointer-events: none; 
  user-select: none;
  line-height: 1;
}


.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Quote text */
.testimonial-quote {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  z-index: 1;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

/* Author text */
.testimonial-author {
  font-size: 1rem;
  font-weight: 600;
  color: #f97316;
  margin-top: auto;
  text-align: right;
}

.f-faqs {
  /* max-width: 800px; */
  margin: 5rem;
  padding: 0 20px;
}

.f-faqs h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

details {
  border-bottom: 1px solid #ddd;
  padding: 1.3rem 0;
}

summary {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  color: #f97316;
  font-size: 2rem;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 0.8rem 0 0;
  color: #555;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}

details[open] p {
  opacity: 1;
  max-height: 500px;
}

.f-cta-section {
  padding: 2rem;
  margin: 4rem 5rem;
  border-radius: 20px;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, rgba(124, 58, 237), rgba(249, 116, 22));
}

.f-cta-section h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #fff;
}

.f-cta-section p {
  font-size: 1.2rem;
}

.f-cta-section button {
  border: none;
  margin-top: 1rem;
  padding: 1rem 2rem;
  color: black;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
}

.highlight {
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(231, 110, 17);
  box-shadow: 3px 3px 10px rgba(231, 110, 17, 0.5);
}

/* Responsive for Tablet */
@media (max-width: 1024px) {
  .f-hero {
    padding: 2rem;
    height: auto;
  }
  #f-hero-form {
    max-width: 370px;
  }
  .f-hero-content h1{
    font-size: 3rem;
  }
  .f-performance {
    padding: 2rem;
  }
  .f-performance h2 {
    margin-bottom: 2rem;
  }
  .f-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .f-why-shift {
    margin: 2rem;
  }
  .f-service-card-grid, .f-benefit-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .f-feature-section {
    margin: 4rem 2rem 2rem 2rem;

  }
  .f-feature-content.f-feature-tabs {
    display: flex;
    gap: 10px;
  }
  .f-categories {
    padding: 0 2rem;
    gap: 1rem;
	grid-template-columns: 1.3fr 2fr;
  }
  .categories-left h2 {
    font-size: 1.8rem;
  }
	.marquee-column {
		min-width: 200px;
	}
  
  .f-steps-section {
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }
  .f-steps-section h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .f-testimonials {
    margin: 0 2rem;
  }
  .testimonial-quote {
    font-size: 1rem;
  }
  .testimonial-card::before {
    font-size: 200px;
    top: 1rem;
  }
  .f-faqs {
    margin: 4rem 2rem 2rem 2rem;
  }
  .f-cta-section {
    margin: 4rem 2rem 2rem 2rem;
  }
  .f-cta-section h2 {
    font-size: 2rem;
  }
  .f-cta-section p {
    font-size: 1rem;
  }
}

@media (max-width: 821px) {
  .f-steps-container {
    gap: 10px;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .f-hero {
    flex-direction: column;
    padding: 1rem;
    height: auto;
  }
  .f-hero-content{
    display: none;
  }
  .grid-background {
    height: 600px;
  }
  .f-performance {
    padding: 1rem;
  }
  .f-performance h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .f-stats {
    display: flex;
    gap: 30px;
  }
  .f-why-shift {
    margin: 1rem;
  }
  .f-why-shift-header h2 {
    font-size: 1.8rem;
  }
  .f-why-shift h3 {
    font-size: 1.5rem;
  }
  .f-benefits-card-grid, .f-service-card-grid {
    display: flex;
    flex-direction: column;
  }
	.f-feature-img {
		margin-bottom: 2rem;
	}
  .f-feature-section {
    margin: 1rem;
  }
  .f-feature-section h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
	margin-top: 2rem;
  }
  .f-feature-content.f-feature-tabs {
    flex-direction: column;
  }
  .f-categories {
    display: flex;
    flex-direction: column;
    text-align: center;
	padding: 0 0rem;
  }
	.f-categories p {
		font-size: 0.8rem;
	}
	.f-categories h2 {
		margin-top: 1rem;
		padding: 0 1rem;
	}
	.marquee-column {
		min-width: 180px;
	}
  .marquee-inner {
    text-align: left;
    display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
  }
  .f-steps-section {
    padding: 1rem;
  }
	.f-steps-section h2 {
		margin-top: 1rem;
	}
  .f-steps-container {
    flex-direction: column;
    gap: 20px;
  }
  .f-testimonials {
    margin: 0;
  }
  .f-testimonials h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .testimonial-list {
    display: flex;
    flex-direction: column;
  }
  .f-faqs {
    margin: 0;
  }
  summary {
    padding-right: 30px;
  }
  .f-cta-section {
    margin: 4rem 1rem 1rem 1rem;
    text-align: left;
  }
  .f-cta-section h2 {
    margin-top: 0;
  }
  .f-cta-section button{
    width: 100%;
  }
}

/* Footer Base */
.f-footer {
  background: #14171d; 
  color: #fff;
  padding: 30px 20px 15px;
}

.f-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Logo */
.footer-logo {
  max-height: 40px;
}

/* Center Policies */
.f-footer-center {
  flex: 1;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}

.footer-links a:hover {
  color: #f36f21;
}

/* Right: Socials */
.f-footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-text {
  font-size: 14px;
  opacity: 0.8;
  margin-right: 8px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1); 
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}

.footer-socials a:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(330deg);
}

/* Bottom Row */
.footer-bottom {
  text-align: left;
  margin-top: 15px;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.7;
  margin: 0;
}

/* Tablets */
@media (max-width: 991px) {
  .f-footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .f-footer-right {
    justify-content: center;
  }
  .footer-bottom {
	  text-align: center;
	}
}

/* Mobile Phones */
@media (max-width: 576px) {
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }

  .footer-socials a img {
    width: 20px;
    height: 20px;
  }
  .footer-bottom {
	  text-align: center;
	}
}
