body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: #222;
  background-color: #fff;
}

.rc-main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px 64px 16px;
}

/* Hero Section */
.rc-hero {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  border-radius: 24px;
  padding: 4rem 0;
  margin-top: 50px;
}

.rc-hero-left {
  flex: 1.2;
  margin-top: 50px;
}

.rc-hero-left h1 {
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
}

.rc-hero-left h2 {
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}

.rc-hero-desc {
  font-size: 1.3rem;
  margin-bottom: 28px;
  color: #727477;
  line-height: 1.6rem;
}

.rc-cta-btn {
  background: linear-gradient(90deg, #4782F6, #903FFE);
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 6px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  display: flex;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* Space between text and arrow */
  transition: 0.2s ease-in-out;
  width: 300px;
}

.rc-cta-btn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("https://shift.in/wp-content/themes/shiftnew/assets/images/arrow-up-right-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition: transform 0.3s ease;
}
.rc-cta-btn:hover::after {
  transform: rotate(45deg);
}

.rc-cta-btn:hover {
  transform: translateY(-2px);
}

.rc-hero-left h2{
	margin-bottom: 1rem;
}
.rc-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.rc-hero-img-main img {
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
}

.rc-how-it-works {
  text-align: center;
  font-family: 'Outfit', Arial, sans-serif;
  margin-bottom: 48px;
  font-size: 1.8rem;
  position: relative;
}

.rc-how-it-works h2 {
	margin-bottom: 2rem;
}
.rc-arrow-img {
  transform: translate(0%, 40%); 
  flex-shrink: 0;
}

.rc-how-it-works-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;     /* or wrap if needed for responsiveness */
  position: relative;
/*   align-items: flex-start; */
}

.rc-step {
  flex: 0 0 260px; 
  flex-direction: column; 
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: relative;
  box-sizing: border-box; /* ensure padding inside width */
}

.rc-step-img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover depending on your image */
  transition: transform 0.3s ease-in-out;
}

.rc-step:hover .rc-step-img img {
  transform: scale(1.02);
}


.rc-step h4 {
  font-size: 1rem;
  font-family: 'Inter', Arial, sans-serif;
  color: #555;
  margin:  0 0 10px 0;
}
.rc-step h3 {
  font-size: 1.2rem;
  margin: 10px;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 0;
  color: #903FFE;
}

.rc-step p {
  font-size: 0.9rem;
  font-family: 'Inter', Arial, sans-serif;
  color: #555;
  margin: 0;
}

.rc-impacts-header {
  text-align: center;
  margin-top: 100px;
}

.rc-impacts-heading {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  font-family: 'Outfit', Arial, sans-serif;
}

.rc-impacts-subheading {
  font-size: 18px;
  color: #222;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  margin-top: 0;
}

.rc-impacts-cards {
  /* display: flex;
  flex-direction: column;
  gap: 2rem; */
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 2rem;
}

.rc-impact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  /* gap: 7rem; */
  border-radius: 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
}

.rc-impact-card img {
  /* width: 400px; */
  max-width: 100%;
  height: auto;
}

.rc-impact-content {
  flex: 1;
  max-width: 500px;
}

.rc-impact-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rc-impact-description span {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'outfit', Arial, sans-serif;
  color: black;
}

.rc-impact-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
}


.rc-specification-section h2 {
  font-family: "Outfit";
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
  text-align: center;
  margin-top: 100px;
}

.rc-specification-desc {
  margin-bottom: 3rem;
}

.rc-specification-content.rc-specification-tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  justify-content: center;
}

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

.rc-specification-img {
  display: none;
  width: 100%;
  height: 500px;
  max-width: 600px;
}

input[type="radio"][name="specification-tab"] {
  display: none;
}


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

.rc-specification-cards {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}

.rc-specification-card h3 {
	font-size: 22px;
}

.rc-specification-card p{
	margin-bottom: 0;
	font-size: 16px;
}

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

.rc-specification-cards label.rc-specification-card h3 {
  transition: color 0.18s;
}

.rc-specification-cards label.rc-specification-card:hover h3 {
  color: #4782F6;
}

/* Selected tab: border, shadow, transform, and h3 color */
#tab1:checked ~ .rc-specification-cards label[for="tab1"],
#tab2:checked ~ .rc-specification-cards label[for="tab2"],
#tab3:checked ~ .rc-specification-cards label[for="tab3"],
#tab4:checked ~ .rc-specification-cards label[for="tab4"] {
  border: 2px solid #4782F6;
  box-shadow: 0 8px 32px rgba(108, 71, 255, 0.13);
  transform: translateY(-4px) scale(1.03);
}

#tab1:checked ~ .rc-specification-cards label[for="tab1"] h3,
#tab2:checked ~ .rc-specification-cards label[for="tab2"] h3,
#tab3:checked ~ .rc-specification-cards label[for="tab3"] h3,
#tab4:checked ~ .rc-specification-cards label[for="tab4"] h3 {
  color: #4782F6;
}

.rc-faqs h2 {
  font-family: 'Outfit', 'Inter';
  text-align: center;
  font-size: 2rem;
}

.rc-faqs {
  padding: 2rem 0;
  border-radius: 20px;
}

.rc-faq-item {
  overflow: hidden;
  padding: 0 1rem;
}

.rc-faq-item[open] {
  background-color: #fbfbfb;
  border-radius: 20px;
  padding: 0 1rem;
}

.rc-faq-item summary {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  list-style: none;
  word-wrap: break-word;
  cursor: pointer;
  padding: 1rem 0 0.2rem 0rem;
  margin: 0.5rem 0;
  font-size: 1.3rem;
  font-family: 'Outfit', Arial, sans-serif;
  position: relative;
  outline: none;
  transition: color 0.2s;
}

.rc-faq-item summary span {
  flex: 1;
  display: block;
  /* Ensures text wraps nicely */
}

.rc-faq-item summary::before {
  content: url(https://shift.in/wp-content/themes/shiftnew/assets/images/plus.svg);
  flex-shrink: 0;
  margin-right: 0;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 3px;
}

.rc-faq-item[open] summary::before {
  content: url(https://shift.in/wp-content/themes/shiftnew/assets/images/minus.svg);
}

.rc-faq-item p {
  line-height: 1.6;
  margin: 0 1.2rem 1.2rem 2.5rem;
  max-height: 100px;
  transition: max-height 2s cubic-bezier(0.4,0,0.2,1), opacity 1s;
  opacity: 0;
}

.rc-faq-item[open] p {
  max-height: 200px;
  opacity: 1;
  transition: max-height 2s cubic-bezier(0.4,0,0.2,1), opacity 1s;
}

.rc-cta-section {
  background: linear-gradient(90deg, #4782F6, #903FFE);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 40px;
  margin-top: 30px;
}
.rc-cta-text {
  flex: 1;
  max-width: 800px;
}
.rc-cta-section h2 {
  margin-bottom: 12px;
  color: white;
  font-family: 'Outfit', 'Inter';
  font-size: 36px;
}

.rc-cta-desc {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.rc-footer-cta-btn {
  background: white;
  color: orange;
  font-family: 'Inter', Arial, sans-serif;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  transition: 0.3s ease;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.rc-footer-cta-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .rc-main-content {
    margin: 0 2rem;
    padding: 3rem 0;
  }
	.rc-hero {
		margin-top: 0;
		padding-top: 0;
	}
  .rc-hero-left h1 {
    font-size: 2.3rem;
    margin-top: 0;
  }
  .rc-hero-desc {
    font-size: 1.2rem;
  }
  .rc-hero-img-main {
    margin-top: 50px;
  }
  .rc-how-it-works h2 {
    margin: 0;
	margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .rc-how-it-works-cards {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem;
  scroll-snap-type: x mandatory;
}

.rc-step {
/*   scroll-snap-align: start; */
  flex-shrink: 0; /* Prevent cards from squeezing */
}
	
	.rc-how-it-works-cards {
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
  }

  .rc-how-it-works-cards::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .rc-impacts-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .rc-impacts-heading {
    font-size: 2.2rem;
    margin: 0;
  }
  .rc-impacts-subheading{
    width: 500px
  }
  .rc-specification-card p {
    font-size: 16px;
  }
  .rc-specification-img {
    margin-top: 40%;
  }
  .rc-cta-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
	.rc-hero {
		margin-top: 0;
		padding-top: 0;
	}
  .rc-main-content {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .rc-hero {
    flex-direction: column;
    gap: 0;
  }
  .rc-hero-left {
    text-align: left;
    margin-bottom: 0;
  }
  .rc-hero-cta {
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
  }
  .rc-cta-btn {
    width: 100%;
    margin-bottom: 0;
  }
  .rc-how-it-works h2 {
    text-align: left;
    font-size: 2rem;
  }
  .rc-impacts-heading {
    text-align: left;
    font-size: 2rem;
  }
  .rc-impacts-subheading {
    text-align: left;
    font-size: 1.2rem;
    width: 100%;
  }
  .rc-impacts-cards {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .rc-impact-card {
    padding: 1rem;
  }
  .rc-specification-section h2 {
    font-size: 2rem;
    margin: 2rem 0;
    text-align: left;
  }
  .rc-specification-content.rc-specification-tabs {
    display: flex; /* hide tabs layout */
    flex-direction: column;
  }
  .rc-specification-image {
    display: none;
  }
  /* Selected tab: border, shadow, transform, and h3 color */
  #tab1:checked ~ .rc-specification-cards label[for="tab1"],
  #tab2:checked ~ .rc-specification-cards label[for="tab2"],
  #tab3:checked ~ .rc-specification-cards label[for="tab3"],
  #tab4:checked ~ .rc-specification-cards label[for="tab4"] {
    border: 2px solid #4782F6;
    box-shadow: none;
    transform: none;
  }

  #tab1:checked ~ .rc-specification-cards label[for="tab1"] h3,
  #tab2:checked ~ .rc-specification-cards label[for="tab2"] h3,
  #tab3:checked ~ .rc-specification-cards label[for="tab3"] h3,
  #tab4:checked ~ .rc-specification-cards label[for="tab4"] h3 {
    display: black;
  }
  .rc-faqs h2 {
    font-size: 2rem;
    margin: 0;
    text-align: left;
  }
  .rc-cta-section {
    text-align: left;
    padding: 1.5rem;
  }
  .rc-cta-text h2 {
    font-size: 1.7rem;
  }
  .rc-cta-desc {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .rc-footer-cta-btn {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
	text-align: center;
  }
}