@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --primary-color: #2887ff;
  --primary-color-dark: #2476da;
  --text-dark: #0a0a0a;
  --text-light: #737373;
  --extra-light: #f3f4f6;
  --white: #ffffff;
  --max-width: 1200px;
}

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

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

.section__description {
  max-width: 600px;
  margin-inline: auto;
  color: var(--text-light);
  text-align: center;
}

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 5rem;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color-dark);
}

.logo {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-dark);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif;
  
}


body {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;

}

/* Cliffyx first section starts from here */

.Clifix_container {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.Clifix_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.Clifix_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
}

.Clifix_logo {
  width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.Clifix_description h1 {
  font-size: 2rem;
  color: #000;
  margin: 0 0 10px;
}

.Clifix_description h2 {
  font-size: 1rem;
  color: #000;
  margin: 0 0 15px;
}

.Clifix_description p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}

.Clifix_description p span {
  color: #1d67ff;
  font-size: 15px;
}

.Clifix_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Clifix_phone-image {
  width:800px;
  height: auto;
}

.Clifix_sub-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4343c6;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px rgba(161, 166, 213, 0.2);
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  width: 60%;
}

.Clifix_heart-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}


/* Responsive styles */
@media (max-width: 768px) {
  .Clifix_container {
    padding: 30px;
  }

  .Clifix_content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .Clifix_left {
    align-items: center;
    padding-right: 0;
  }

  .Clifix_logo {
    width: 250px;
    margin-bottom: 15px;
  }

  .Clifix_description h1 {
    font-size: 2rem;
  }

  .Clifix_description h2 {
    font-size: 1rem;
  }

  .Clifix_description p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }

  .Clifix_right {
    justify-content: center;
    margin-top: 20px;
  }

  .Clifix_phone-image {
    width: 90%;
    max-width: 600px;
  }

  .Clifix_sub-text {
    width: 60%;
    font-size: 20px;
    padding: 8px 15px;
  }

  .Clifix_heart-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .Clifix_container {
    padding: 20px;
  }

  .Clifix_description h1 {
    font-size: 1rem;
  }

  .Clifix_description h2 {
    font-size: 1rem;
  }

  .Clifix_description p {
    font-size: 15px;
  }

  .Clifix_logo {
    width: 200px;
  }

  .Clifix_phone-image {
    width: 100%;
    max-width: 550px;
  }

  .Clifix_sub-text {
    font-size: 15px;
  }
}



/* Cliffyx first section ends here */

/*  */


/*  */


/* Cliffyx Second section ends here */


.about-us-section {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-us-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about-us-left h1 {
  font-size: 2rem;
  line-height: 1.2;
  color: #0a4cb3;
  margin: 0;
}

.about-us-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  
}

.about-us-right {
  flex: 3;
}

.about-us-right p {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
}

.about-us-right p span {
  color: #0a4cb3;
font-size: 15px;

}

.about-us-right a {
  color: #0a4cb3;
  text-decoration: none;
  font-weight: bold;
}

.about-us-right a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .about-us-section {
      flex-direction: column;
      text-align: center;
      padding: 20px;
  }

  .about-us-left {
      align-items: center;
  }

  .about-us-left h1 {
      font-size: 2rem;
  }

  .about-us-logo {
      width: 300px;
  }

  .about-us-right {
      flex: none;
  }

  .about-us-right p {
      font-size: 15px;
      line-height: 1.5;
  }
}



/* Cliffyx Second section ends here */

/* Cliffyx Third section starts here */

.Features_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px;
  text-align: center;
}

.Features_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  animation: slideIn 5s ease-out;

}

.Features_logo {
  width: 50px;
  height: 50px;
}

.Features_title {
  background-color: #EEF2FF;
  padding: 8px 24px;
  border-radius: 8px;
  color: #1E40AF;
  font-size: 2rem;
}

.Features_heading {
  color: #1E40AF;
  font-size: 2rem;
  line-height: 1.2;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  animation: fadeIn 1.5s ease-in;
}

.features-grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  animation: fadeIn 1.5s ease-in;
}

.feature-card {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 1px 3px rgba(149, 138, 138, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(149, 138, 138, 0.3);
}

.feature-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #94de4a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.feature-icon {
  color: #1D4ED8;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
}

.feature-title {
  color: #1E40AF;
  font-weight: 500;
  font-size: 15px;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@media (max-width: 640px) {
  .features-grid, 
  .features-grid-bottom {
      grid-template-columns: 1fr;
  }
  .Features_header {
      flex-direction: column;
      text-align: center;
  }
}

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

@media (max-width: 768px) {
  .features-grid, 
  .features-grid-bottom {
      grid-template-columns: 1fr;
  }
  .Features_header {
      flex-direction: column;
      text-align: center;
  }
  .Features_logo {
    width: 50px;
    height: 50px;
  }
  .Features_title {
      font-size: 2rem;
      padding: 6px 18px;
  }
  .Features_heading {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .Features_title {
      font-size: 2rem;
      padding: 4px 12px;
  }
  .Features_heading {
      font-size: 1.8rem;
  }
  .feature-title {
      font-size: 2rem;
  }
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  .feature-card {
      padding: 16px;
  }
}


/* Cliffyx Third section ends here */

/* Cliffyx 4th section starts here */

.CliffyXProblems_container {
  font-family: "DM Sans", sans-serif;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  position: relative;
}

.CliffyXProblems_heading {
  text-align: center;
  color: #0041C2;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 50px;
}

.CliffyXProblems_content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.CliffyXProblems_column {
  width: 35%;
  position: relative;
  padding: auto;
}

.CliffyXProblems_header {
  padding: 10px 30px;
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  width: 50%;
}

.CliffyXProblems_problem-header {
  background-color: #E74C3C;
  font-size: 24px;
}

.CliffyXProblems_solution-header {
  background-color: #7BC043;
  font-size: 1rem;
}

.CliffyXProblems_header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.CliffyXProblems_problem-header::after {
  background-color: #E74C3C;
  left: 20px;
}

.CliffyXProblems_solution-header::after {
  background-color: #7BC043;
  right: 20px;
}

.CliffyXProblems_item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bbbbbb;
}

.CliffyXProblems_problem {
  color: #666;
  font-size: 15px;
  line-height: 1;
}

.CliffyXProblems_solution {
  color: #000000;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.CliffyXProblems_center-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  background: url('assets/problem,solution.png') center/contain no-repeat;
}

.CliffyXProblems_logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.CliffyXProblems_header {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}

.CliffyXProblems_logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.CliffyXProblems_problem-header {
  background-color: #E74C3C;
  font-size: 20px;
}

.CliffyXProblems_solution-header {
  background-color: #7BC043;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .CliffyXProblems_content {
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }
  .CliffyXProblems_column {
    width: 80%;
  }
  .CliffyXProblems_center-image {
    position: relative;
    width: 200px;
    height: 250px;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .CliffyXProblems_heading {
    font-size: 2rem;
  }
  .CliffyXProblems_column {
    width: 100%;
  }
  .CliffyXProblems_item {
    font-size: 15px;
  }
  .CliffyXProblems_logo {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .CliffyXProblems_heading {
    font-size: 2rem;
    line-height: 1.2;
  }
  .CliffyXProblems_header {
    font-size: 16px;
    padding: 8px 20px;
  }
  .CliffyXProblems_item {
    font-size: 15px;
    text-align: justify;
  }
}


/* Cliffyx 4th section ends here */

/* Cliffyx 5th section starts here */

.principles_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Section */
.principles_header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
  margin-left: 10rem;
}

.principles_logo {
  width: 80px;
  height: 80px;
}

.principles_title {
  color: #0047AB;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.principles_banner {
  background-color: #0047AB;
  color: white;
  padding: 1rem;
  /* width: 60%; */
  font-size: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
}

.principles_highlight {
  color: #9FE93B;
 font-size: 20px;
 
}

/* Mission & Vision Sections */
.principles_section {
  margin-bottom: 2rem;
}

.principles_section-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.principles_section-title {
  background-color: #9FE93B;
  padding: 0.75rem 2rem;
  border-radius: 15px;
  border: 3px solid #6e6e6e;
  box-shadow: 0 10px 5px rgba(162, 151, 151, 0.1);
}

.principles_section-title h2 {
  color: #0047AB;
  font-size: 18px;
}

.principles_dashed-line {
  flex: 1;
  border-bottom: 2px dashed #ccc;
}

.principles_icons-container {
  display: flex;
  gap: 1rem;
}

.principles_icon {
  width: 60px;
    height: 60px;
}

.principles_content {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1rem;
  text-align: justify;
}

.principles_blue-text {
  color: #0047AB;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: justify;
}

/* Vision Section Specific */
.principles_vision .principles_section-header {
  flex-direction: row-reverse;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .principles_header {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .principles_logo {
    width: 60px;
    height: 60px;
  }

  .principles_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.5rem;

  }

  .principles_banner {
    font-size: 20px;
    padding: 0.8rem;
  }

  .principles_section-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .principles_section-title {
    padding: 0.5rem 1.5rem;
    font-size: 18px;

  }

  .principles_icons-container {
    justify-content: center;

  }

  .principles_icon {
    width: 60px;
    height: 60px;
  }

  .principles_content {
    font-size: 15px;
    padding: 0 1rem;
    text-align: justify;

  }
}


/* Cliffyx 5th section ends here */

/* Cliffyx 6th section starts here */

.growth_potential-section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  align-items: center;
  /* background-color: #ffffff; */
  padding: 20px 0;
  gap: 20px;
  margin-top: 3rem;
}

.growth_potential-section img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;

}

/* Cliffyx 6th section ends here */

/* Cliffyx 6th section starts here */

.Apart_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  margin-top: -7rem;
}

.Apart_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2rem;
}

.Apart_title .Apart_w { color: #22c55e; }
.Apart_title .Apart_h { color: #22c55e; }
.Apart_title .Apart_at { color: #2563eb; }

.Apart_features-wrapper {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.Apart_circular-image {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: -2rem;
  gap: 2rem;
  animation: spin 10s linear infinite;
}

.Apart_circular-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Apart_features-list {
  flex: 1;
}

.Apart_feature-card {
  display: flex;
  align-items: center;  
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #2563eb;
  border-right: 8px solid #bede4a;
}

.Apart_feature-card:nth-child(even) {
  background-color: #ffffff;
  border-right: 8px solid #bede4a;
}

.Apart_feature-card:nth-child(odd) {
  background-color: #ffffff;
  border-right: 8px solid #4a51de;
}

.Apart_feature-card:hover {
  background-color: #f0f4ff;
  transform: scale(1.05);
}

.Apart_icon-container {
  background-color: #1d4ed8;
  border-radius: 50%;
  padding: 2rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -50px;
}

.Apart_icon-container img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  /* border: 1px dotted #ffffff; */
  /* border-radius: 60%; */
  transition: transform 0.3s ease;
}

.Apart_icon-container:hover img {
  transform: rotate(360deg);
}

.Apart_feature-content h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0.5rem;
  
}

.Apart_feature-content p {
  color: #1d4ed8;
  font-size: 15px;
}

@media (max-width: 768px) {
  .Apart_features-wrapper {
      flex-direction: column;
  }

  .Apart_circular-image {
    width: 320px;
    height: 320px;
  }
}

/* New CSS Animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .Apart_container {
    padding: 3rem 1.5rem;
    margin-top: -5rem;
  }

  .Apart_title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .Apart_features-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4rem;
  }

  .Apart_circular-image {
    width: 320px;
  height: 320px;
    margin: 0 auto;
  }

  .Apart_feature-card {
    flex-direction: column;
    align-items: center;
    text-align:justify;
    padding: 1rem;
    width: 100%;
  }

  .Apart_icon-container {
    margin-left: 0;
    width: 70px;
    height: 70px;
    padding: 1.5rem;
  }

  .Apart_icon-container img {
    width: 50px;
    height: 50px;
  }

  .Apart_feature-content h3 {
    font-size: 20px;
  }

  .Apart_feature-content p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .Apart_title {
    font-size: 2rem;
  }

  .Apart_circular-image {
    width: 320px;
    height: 320px;
  }

  .Apart_feature-card {
    padding: 0.8rem;
  }

  .Apart_feature-content h3 {
    font-size: 20px;
  }

  .Apart_feature-content p {
    font-size: 15px;
  }
}


/* Cliffyx 6th section ends here */

/* Cliffyx 7th section starts */

.Value_container {
  background-color: #191717;
  padding: 20px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-image: url(assets/backgroundimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.Value_section-title {
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  background-color: #9ed3df;
  color: rgb(0, 30, 255);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.value-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #a59c9c;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 0 10px 10px rgba(59, 48, 48, 0.2);
  width: 60%;
}

.value-item img {
  width: 150px;
  height: 150px;
  margin-right: 15px;
  padding: 10px;
  border-radius: 50%;
  background-color: #9ed3df;
  object-fit: cover;
  border: 1px solid #959ca9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.value-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.value-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #1300df;
  text-align: left;
}

.value-description {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  text-align:justify;
  margin-top: 5px;
  width: 90%;
}

/* Highlighted Text */
.highlight {
  color: #0073e6;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: left;
}

/* Creative Divider */
.creative-divider {
  position: relative;
  width: 4px;
  height: 150px;
  background: linear-gradient(180deg, #0073e6, #ff00ff, #00d4ff);
  margin: 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}


.creative-divider .circle.middle {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 3px solid #ff00ff;
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 2s infinite;
}

.creative-divider .circle.bottom {
  bottom: -20px;
  animation: float 3s infinite reverse;
}

/* Dots Animation */
.creative-divider .dots {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  animation: dots-move 2s infinite;
}

.creative-divider .dots::before,
.creative-divider .dots::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.creative-divider .dots::before {
  top: -15px;
}

.creative-divider .dots::after {
  bottom: -15px;
}

/* Animations */
@keyframes float {
  0%, 100% {
      transform: translateY(-5px);
  }
  50% {
      transform: translateY(5px);
  }
}

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
}

@keyframes dots-move {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(0);
  }
}

/* Hover Effects */
.value-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

/* Section Title Animation */
.Value_section-title {
  animation: fade-in 1s ease-in-out;
}

@keyframes fade-in {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .Value_container {
    padding: 15px;
    height: auto;
    background-position: center;
    gap: 30px;
  }

  .value-item {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 20px 10px;
    border-radius: 30px;
    text-align: center;
  }

  .value-item img {
    width: 120px;
    height: 120px;
    margin: 10px 0;
  }

  .creative-divider {
    height: 50px;
    margin: 10px 0;
  }

  .value-text {
    width: 100%;
    text-align: center;
  }

  .value-description {
    width: 100%;
    text-align: justify;
  }

  .Value_section-title {
    width: auto;
    font-size: 18px;
    padding: 8px 15px;
  }
}


/* Cliffyx 7th section ends */

/* Cliffyx 8th section starts  */

.user-flow-section {
  /* font-family:  "DM Sans", sans-serif; */
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.user-flow-title {
  font-size: 2rem;
  font-weight: 650;
  color: #051aa2;
  margin-bottom: 1rem;
  text-align: left;
}
.user-flow-logo {
  margin: 1rem 0;
  width: 150px;
  height: auto;
}
.user-flow-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .user-flow-image {
    display: block;
    margin: 2rem auto;
    max-width: 100%;
    height: auto;

  }
}


/* Cliffyx 8th section ends  */

/* Cliffyx 9th section starts */

.vendor-app {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 50px;
  position: relative;
}

.text-section {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vendor-app-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.vendor-app-description {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
}

.images-section {
  flex: 1;
  text-align: center;
}

.layout-image {
  width: 80%;
  max-width: 500px;
  transition: transform 0.3s ease; /* Smooth scaling on hover */
}

/* Hover effect on the image */
.layout-image:hover {
  transform: scale(1.05);
}

/* Logo styles */
.app-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .vendor-app {
    flex-direction: column;
    padding: 20px;
  }

  .text-section {
    flex: none;
    padding: 10px;
    text-align: center;
  }

  .vendor-app-title {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;

  }

  .vendor-app-description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: justify;

  }

  .images-section {
    margin-top: 20px;
    flex: none;
    text-align: center;
  }

  .layout-image {
    max-width: 100%;
    height: auto;
  }

  .app-logo {
    top: 10px;
    right: 10px;
    width: 40px;
  }
}

@media (max-width: 480px) {
  .vendor-app-title {
    font-size: 2rem;
  }

  .vendor-app-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .layout-image {
    max-width: 90%;
  }

  .app-logo {
    width: 40px;
  }
}
/* Cliffyx 9th section ends */

/* Cliffyx 10th section starts */

/*  */

.VScreeen_wrapper {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
}

.VScreeen_container {
  display: flex;
  gap: 15px;
  padding: 10px 20px;
  width: max-content;
  min-width: 100%;
  animation: scrollLeftToRight 40s linear infinite;
}

.VScreeen_screen {
  flex: 0 0 auto;
  width: 250px;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease;
}

.VScreeen_screen:hover {
  transform: scale(1.05);
}

.VScreeen_screen:hover .VScreeen_container,
.VScreeen_image:hover ~ .VScreeen_container {
  animation-play-state: paused;
}

.VScreeen_wrapper:hover .VScreeen_container {
  animation-play-state: paused;
}

@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}

/* Mobile responsiveness for VScreen animation */
@media (max-width: 768px) {
  .VScreeen_container {
    animation-duration: 50s;
  }
  
  .VScreeen_screen {
    width: 200px;
    padding: 10px;
  }
  
  .VScreeen_screen:hover {
    transform: scale(1.03);
  }
}

@media (max-width: 480px) {
  .VScreeen_container {
    animation-duration: 60s;
  }
  
  .VScreeen_screen {
    width: 180px;
    padding: 8px;
  }
}

.VScreeen_title {
  background-color: #4aceda;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 0 20px 20px 0;
  padding: 8px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 2px 4px 6px rgba(75, 69, 69, 0.2);
}

.VScreeen_title:hover {
  background-color: #007bff;
}

.Vsymbol {
  margin-left: 8px;
  font-weight: bold;
}

.VScreeen_description {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
}

.VScreeen_image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.VScreeen_scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.VScreeen_scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #4aceda;
  border-radius: 4px;
}




/* Cliffyx 10th section ends */

/* Cliffyx 10th section starts */

.customer-app {
  /* font-family:  "DM Sans", sans-serif; */
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 50px;
  position: relative;
}

.customer-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer-logo img {
  height: auto;
  margin-bottom: 15px;
  top: 20px;
  left: 20px;
  width: 50px;
  height: auto;
  position: absolute;
}

.customer-app-title {
  font-size: 2rem;
  line-height: 1.5;
  
  color: #1e3a8a;
  margin-bottom: 20px;
}

.customer-app-description {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;

  color: #000000;
}

.customer-image img {
  width: 80%;
  max-width: 500px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .customer-app {
    padding: 30px;
    flex-direction: column;
    gap: 20px;
  }

  .customer-content {
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .customer-logo img {
    width: 40px; /* Adjust logo size for smaller screens */
    position: relative;
    margin-bottom: 20px;
  }

  .customer-app-title {
    font-size: 2rem; /* Adjust title font size */
    margin-bottom: 15px;

  }

  .customer-app-description {
    font-size: 15px; /* Adjust description font size */
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
  }

  .customer-image img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;

  }
}

@media (max-width: 480px) {
  .customer-app-title {
    font-size: 2rem; /* Further reduce title font size */

  }

  .customer-app-description {
    font-size: 15px; /* Adjust description font size for small screens */
    line-height: 1.5;
  }

  .customer-logo img {
    width: 50px; /* Further reduce logo size for very small screens */

  }
}

/* Cliffyx 10th section ends */

/* Cliffiyx 10th section starts  */

.CScreeen_scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}

.CScreeen_container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px;
  width: max-content;
  animation: scrollRightToLeft 45s linear infinite;
}

.CScreeen_screen {
  flex: 0 0 auto;
  width: 280px;
  /* border-radius: 8px; */
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  /* background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.CScreeen_screen:hover {
  transform: scale(1.05);
}

.CScreeen_scroll-wrapper:hover .CScreeen_container {
  animation-play-state: paused;
}

.CScreeen_title {
  display: inline-block;
  background-color: #4aceda;
  color: #fff;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 0 30px 30px 0;
  padding: 10px 20px;
  text-align: left;
  cursor: pointer;
  margin-bottom: 15px;
  box-shadow: 2px 4px 8px rgba(75, 69, 69, 0.2);
  transition: background-color 0.3s ease;
}

.CScreeen_title:hover {
  background-color: #007bff;
}

.Csymbol {
  margin-left: 10px;
  font-weight: bold;
}

.CScreeen_description {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}

.CScreeen_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}


@keyframes scrollRightToLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Mobile responsiveness for CScreen animation */
@media (max-width: 768px) {
  .CScreeen_container {
    animation-duration: 55s;
    gap: 15px;
  }
  
  .CScreeen_screen {
    width: 240px;
    padding: 15px;
  }
  
  .CScreeen_screen:hover {
    transform: scale(1.03);
  }
}

@media (max-width: 480px) {
  .CScreeen_container {
    animation-duration: 65s;
    gap: 10px;
  }
  
  .CScreeen_screen {
    width: 200px;
    padding: 12px;
  }
}



/* Cliffyx 10th section ends */

/* Cliffyx 11th section starts */

.Admin-app {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 50px;
  position: relative;
}

.Admin-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Admin-logo img {
  height: auto;
  margin-bottom: 15px;
  top: 20px;
  left: 20px;
  width: 50px;
  height: auto;
  position: absolute;
}

.Admin-app-title {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 20px;
  text-align: left;
}

.Admin-app-description {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
}

.Admin-image img {
  width: 80%;
  max-width: 500px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .Admin-app {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .Admin-content {
    padding: 10px;
  }

  .Admin-logo img {
    width: 50px; /* Adjust logo size for smaller screens */
    top: 10px;
    left: 10px;
  }

  .Admin-app-title {
    font-size: 2rem; /* Reduce title font size for smaller screens */
    margin-bottom: 15px;
    text-align: left;
  }

  .Admin-app-description {
    font-size: 15px; /* Reduce description font size for smaller screens */
    line-height: 1.5; /* Adjust line height for better readability */
  }

  .Admin-image img {
    max-width: 100%; /* Ensure the image takes full width on mobile */
    height: auto;
  }
}

@media (max-width: 480px) {
  .Admin-app-title {
    font-size: 2rem; /* Further reduce title size for very small screens */
    margin-bottom: 10px;
    text-align: left;

  }

  .Admin-app-description {
    font-size: 15px; /* Further reduce description font size */
    line-height: 1.5;
    text-align: justify;

  }

  .Admin-logo img {
    width: 50px; /* Smaller logo size for very small screens */
    top: 10px;
    left: 10px;

  }
}


/* Cliffyx 11th section ends */

/*  */

.AScreeen_scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px;
  scroll-behavior: smooth;
  margin-bottom: 20px;
  position: relative;
}

.AScreeen_scroll {
  display: flex;
  gap: 20px;
  min-width: fit-content;
  width: max-content;
  animation: scrollAdminLeftToRight 42s linear infinite;
}

.AScreeen_screen {
  flex: 0 0 auto;
  width: 300px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
}

.AScreeen_screen:hover {
  transform: scale(1.05);
}

.AScreeen_scroll-wrapper:hover .AScreeen_scroll {
  animation-play-state: paused;
}

.AScreeen_title {
  background-color: #4aceda;
  color: #fff;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 0 30px 30px 0;
  padding: 10px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s;
}

.AScreeen_title:hover {
  background-color: #007bff;
}

.Asymbol {
  margin-left: 10px;
  font-weight: bold;
}

.AScreeen_description {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.AScreeen_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@keyframes scrollAdminLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .AScreeen_scroll {
    animation-duration: 52s;
    gap: 15px;
  }
  
  .AScreeen_screen {
    width: 250px;
    padding: 15px;
  }

  .AScreeen_screen:hover {
    transform: scale(1.03);
  }

  .AScreeen_title {
    font-size: 15px;
    padding: 8px 16px;
  }

  .AScreeen_description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .AScreeen_scroll {
    animation-duration: 62s;
    gap: 10px;
  }
  
  .AScreeen_screen {
    width: 220px;
    padding: 12px;
  }
}


/*  */

/* Cliffyx 9th section starts */

.opportunity-section {
  font-family:  "DM Sans", sans-serif;
  background : linear-gradient(145deg, rgba(16, 59, 65, 0.8), rgba(16, 59, 65, 0.5));
  color: #ffffff;
  background-color: #005f55;
  text-align: center;
  width: 100%;
  padding: 40px;
  /* height: 100vh; */
  position: relative;
  /* margin-bottom: 1p; */
  background-image: url(assets/background_img.png);
  background-size: cover; /* Ensures the background image covers 100% width */
  background-position: center; /* Centers the image */
}
.opportunity-title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #00fbff;
  margin-bottom: 20px;
}
.opportunity-description {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.opportunity-highlight {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  color: #00fbff;
}
.opportunity-cta {
  background-color: #00fbff;
  color: #005f55;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}
.opportunity-cta:hover {
  background-color: #00fbff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .opportunity-section {
    padding: 20px; /* Reduce padding for smaller screens */
  }

  .opportunity-title {
    font-size: 2rem; /* Decrease font size for better readability */
  }

  .opportunity-description {
    font-size: 15px; /* Reduce text size for better fitting */
    line-height: 1.5; /* Adjust line height for readability */

  }

  .opportunity-cta {
    font-size: 20px; /* Adjust button text size */
    padding: 8px 16px; /* Adjust button padding */
  }
}

@media (max-width: 480px) {
  .opportunity-title {
    font-size: 2rem; /* Further decrease font size for smaller screens */
  }

  .opportunity-description {
    font-size: 15px;
  }

  .opportunity-cta {
    font-size: 15px;
    padding: 6px 12px;
  }
}


/* Cliffyx 9th section ends */

/* Contact us starts from here */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  
}

.content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 3rem 1rem;

}

/* Header */
.header {
  text-align: center;
  margin-bottom: 2.5rem;

}

.header h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #1e3a8a;
}

.header p {
  color: #000000;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 15px;
}

/* Contact grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .contact-grid {
      grid-template-columns: 1fr 2fr;
  }
}

/* Contact info section */
.contact-info {
  background: linear-gradient(to bottom, #bcffa8, #b4e951);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  
}

.info-item {
  margin-bottom: 1.5rem;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.info-item p {
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 15px;
  text-align: justify;

}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  color: #007bff;
}

/* Contact form */
.contact-form-container {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
}

.contact-form-container h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .form-row {
      grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

input, select, textarea {
  padding: 0.625rem;
  border: 1px solid #d1dbd2;
  border-radius: 0.375rem;
  font-size: 13px;
  font-family: inherit;
  background-color: white;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #40c219;
  box-shadow: 0 0 0 2px rgba(8, 145, 178, 0.2);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.error-message {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  min-height: 1rem;
}

/* Error notification styles */
.error-notification {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slideIn 0.3s ease-out;
}

.error-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
}

.error-content svg {
  width: 24px;
  height: 24px;
  color: #dc2626;
  flex-shrink: 0;
}

.error-close {
  background: none;
  border: none;
  color: #dc2626;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s;
}

.error-close:hover {
  background-color: #fecaca;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fallback contact styles */
.fallback-contact {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 2rem;
  animation: slideIn 0.3s ease-out;
}

.fallback-content h3 {
  color: #374151;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.fallback-content p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.fallback-methods {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.fallback-method {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
}

.fallback-method strong {
  min-width: 4rem;
  color: #1f2937;
}

.fallback-method a {
  color: #2563eb;
  text-decoration: underline;
}

.fallback-method a:hover {
  color: #1d4ed8;
}

.fallback-close {
  background-color: #374151;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.fallback-close:hover {
  background-color: #1f2937;
}

.submit-button {
  background-color: #40c219;
  color: white;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  font-size: 0.875rem;
}

.submit-button:hover {
  background-color: #ade348;
  color: #000000;
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #40c219;
  color: white;
}

/* Success message */
#success-message {
  text-align: center;
  padding: 2rem 1rem;
}

.success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #22c55e;
}

#success-message h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#success-message p {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.5;
}

/* Spinner */
.spinner {
  animation: spin 1s linear infinite;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.spinner-circle {
  stroke: currentColor;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes spin {
  100% {
      transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -15px;
  }
  100% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -125px;
  }
}

.hidden {
  display: none;
}

/* Contaxt us sends here */

/* Cliffyx 10th section starts */

.footer {
  font-family:  "DM Sans", sans-serif;
  position: relative;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom right, #c3ee67, #bdf44f, #ade348);
}

.last_diagonal-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top left, #58ff4c, #29ff1a, #40c219),
              linear-gradient(to bottom right, #f3f4f6, #d1d5db);
  clip-path: polygon(0 0, 10% 50%, 50% 100%,  20% 10% );
  
}

.last_content-container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px;
  text-align: center;
}

.last_header-section h2 {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #1e40af;
}

.last_header-section p {
  max-width: 36rem;
  margin: 0 auto 64px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.last_cards-container {
  max-width: 896px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.last_card {
  background-color: white;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.last_card h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  color: #1e40af;
}

.last_social-links {
  display: flex;
  justify-content: center;
  gap: 24px;

}

.last_social-links a {
  transition: transform 0.2s;
}

.last_social-links a:hover {
  transform: scale(1.1);
}

.last_social-links img {
  width: 50px;
  height: 50px;
}

.last_contact-info {
  color: #000000;
}

.last_contact-info p {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

@media (min-width: 768px) {
  .last_cards-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .last_content-container {
    padding: 40px 16px; /* Adjust padding for better spacing */
  }

  .last_header-section h2 {
    font-size: 2rem; /* Reduce font size for better fit */
  }

  .last_header-section p {
    font-size: 15px; /* Decrease text size */
    margin-bottom: 40px; /* Adjust spacing */
  }

  .last_cards-container {
    display: flex;
    flex-direction: column; /* Stack cards on smaller screens */
    gap: 16px;
  }

  .last_card {
    padding: 24px; /* Reduce padding */
  }

  .last_card h3 {
    font-size: 20px; /* Adjust heading size */
  }

  .last_social-links {
    gap: 16px; /* Reduce spacing between social icons */
  }

  .last_social-links img {
    width: 30px; /* Decrease icon size */
    height: 30px;
  }

  .last_contact-info p {
    font-size: 15px; /* Adjust font size */
  }
}

@media (max-width: 480px) {
  .last_header-section h2 {
    font-size: 2rem; /* Further decrease heading size */
  }

  .last_header-section p {
    font-size: 15px; 
  }

  .last_card {
    padding: 20px;
  }

  .last_card h3 {
    font-size: 18px;
  }

  .last_contact-info p {
    font-size: 15px;
  }
}

/* Back to top button styling */
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c3ee67;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: #0041C2 solid 1px;
}

.back-to-top:hover {
  background-color: #c3ee67;
  transform: translateY(-3px);
  border: 1px solid #4f46e5;
  color:#4f46e5 ;
}

.back-to-top:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(70, 229, 189, 0.3);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}


/* Cliffyx 10th section ends */

/* cliffyx watermark — center backdrop */
.cliffyx-watermark {
  position: fixed;               /* stays in place while scrolling */
  top: 50%;                      /* vertically center */
  left: 50%;                     /* horizontally center */
  transform: translate(-50%, -50%); /* perfect horizontal and vertical centering */
  z-index: 0;                    /* behind interactive content; ensure content has z-index > 0 if needed */
  pointer-events: none;          /* allows clicks through watermark */
  user-select: none;             /* prevent accidental text selection */
  opacity: 0.15;                 /* subtlety: adjust 0.06 - 0.14 to taste */
  mix-blend-mode: normal;        /* change to 'multiply' if you want logo to blend differently */
  filter: blur(.2px);            /* tiny blur to soften edges; optional */
  width: 25vw;                   /* responsive size on desktop; max-width ensures it never overwhelms layout */
  max-width: 420px;              /* don't let it grow beyond this on large screens */
  min-width: 180px;              /* keep legible shape on medium screens */
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}

/* Ensure the image fills the wrapper while preserving aspect ratio */
.cliffyx-watermark img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile adjustments: reduce or hide watermark on small devices */
@media (max-width: 640px) {
  .cliffyx-watermark {
    display: none;               /* hide entirely on small phones to prevent clutter */
    /* Alternative: reduce size instead of hiding:
       width: 40vw;
       opacity: 0.06;
    */
  }
}

/* If your site uses a dark background and the watermark becomes invisible, use this variant:
.cliffyx-watermark--light img { filter: brightness(2) saturate(.6); opacity: .06; }
*/

