:root {
  --primary-theme: #001d3d;
  --primary-clr: #3d52a0;
  --secondary-clr: #7091e6;
  --white-clr: #fff;
  --gray-clr: #8697c4;
  --light-gray-clr: #adbbda;
  --light-white-clr: #ede8f5;
  --dark-clr: #00173c;
  --black-clr: #000000;
  --yellow-clr: #f8a501;
}

.bg_element {
  background: url(../assets/bg_elements/bg-main-8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section_heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}

.section_heading_div {
  /* border: 1px solid green; */
  padding: 0;
}

.section_heading_div p {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 800;
  color: #bebebef1;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
}

.section_heading_div_wrap {
  /* border: 1px solid red; */
  margin-top: -60px;
}

.website_herosection {
  /* border: 1px solid #000;    */
  position: relative;
  overflow: hidden;
  background-image: url(../assets/bg-abstract.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services_hero_section_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.services_hero_section_bg img {
  /* border: 1px solid red; */
  height: 100%;
  width: 100%;
}
/* 
.website_herosection .navbar {
    margin-top: 30px;
} */

.website_herosection::after {
  background: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 100%);
  /* border: 1px solid red; */
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -1px;
  left: 0;
  transform: rotateX(180deg);
  height: 15%;
}

.website_herosection_wrapper {
  /* border: 1px solid green; */
  height: 90vh;
  padding: 30px 120px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.website_herosection_wrapper .ptx-heading-wrapper {
  /* border: 1px solid red; */
  height: 100%;
  padding-top: 200px;
}

.website_herosection_wrapper .ptx-heading-wrapper h1 {
  /* border: 1px solid #000; */
  font-size: 80px;
  font-weight: 900;
  position: relative;
  z-index: 10;
}

.website_herosection_wrapper .ptx-heading-wrapper p {
  font-weight: 600;
  word-spacing: 4px;
  margin: 40px 0 20px 0;
}

.website_herosection_wrapper .stroked_heading {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px black;
  font-size: 80px;

  animation: slideInFromLeft 1.5s ease-out;
  display: inline-block;
}

.development_heading {
  font-size: 80px;
  font-weight: 900;
  position: relative;

  animation: slideInFromDown 2s ease-out;
  display: inline-block;
}

/* Animation keyframes */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromDown {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.glowing_elemen1 {
  /* border: 1px solid red; */
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(
    -3deg,
    var(--primary-clr) 0%,
    var(--secondary-clr) 100%
  );
  animation: glowing1 4s infinite ease-in-out;
  transition-delay: 2s;
  z-index: 1;
}

.glowing_element2 {
  /* border: 1px solid red; */
  position: absolute;
  bottom: 40%;
  right: 20%;
  width: 154px;
  height: 154px;
  border-radius: 34% 66% 69% 31% / 50% 47% 53% 50%;
  background: linear-gradient(
    -3deg,
    var(--primary-clr) 0%,
    var(--secondary-clr) 100%
  );
  animation: glowing2 4s infinite ease-in-out;
  transition-delay: 2s;
  z-index: -1;
}

@keyframes glowing1 {
  0% {
    scale: 0.2;
  }

  50% {
    scale: 1;
  }

  100% {
    scale: 0.2;
  }
}

@keyframes glowing2 {
  0% {
    scale: 0.5;
  }

  50% {
    scale: 1;
  }

  100% {
    scale: 0.5;
  }
}

/* -------------- herosection animated elements-------------- */
.website_herosection_aniated {
  /* border: 1px solid red; */
  height: 100%;

  position: relative;
}

.website_herosection_aniated::after {
  background: linear-gradient(
    to bottom,
    #ffffff 30%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;

  bottom: 0;
  left: 0;
  transform: rotateX(180deg);
  height: 35%;
}

.ptx-hero-bg-wrapper {
  /* border: 1px solid red; */
  position: absolute;
  right: -100px;
  top: -230px;
  z-index: 1;
  width: 100%;
  height: 900px;
  transform: rotate(14.37deg);

  overflow: hidden;
  /* overflow-y:initial;
    overflow-x: hidden; */
}

.ptx-hero-bg-content {
  height: 100%;
}

.ptx-hero-bg-item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 400px;
  height: 100%;
}

.ptx-hero-bg-item.item-1 {
  animation: slideup 20s linear infinite;
  justify-content: flex-end;
}

.ptx-hero-bg-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@keyframes slideup {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

.ptx-hero-bg-item .img-wrap {
  /* border: 1px solid blue; */
  width: 400px;
  overflow: hidden;
  height: 300px;
  flex: 0 0 auto;
}

.ptx-hero-bg-item .img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ptx-hero-bg-item .img-wrap img,
svg {
  vertical-align: middle;
}

/* ---- 2---- */
.ptx-hero-bg-item.item-2 {
  animation: slidedown 20s linear infinite;
  justify-content: center;
}

.ptx-hero-bg-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@keyframes slidedown {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* --------------- website_services_wrapper -------------- */
.website_services {
  padding-top: 80px;
  background: url(../assets/d/bg-1.png);
}

.website_services_wrapper {
  /* border: 1px solid red; */
  padding: 30px 120px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.services_content_div {
  /* border: 1px solid green; */
  width: 20%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services_content_div .services_card {
  /* border: 1px solid red; */
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: var(--white-clr);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.services_content_div .services_card:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: scale(1.05, 1.05);
  cursor: pointer;
}

.services_content_div .services_card h5 {
  /* border: 1px solid red; */
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  color: var(--primary-theme);
}

.services_content_div .services_card p {
  text-align: center;
}

.services_image_div {
  /* border: 1px solid red; */
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_image_div figure {
  /* border: 1px solid red; */
  width: 60%;
  height: 300px;
}

.services_image_div img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 426px) {
  .website_services_wrapper {
    /* border: 1px solid red; */
    padding: 20px;
    flex-direction: column;
  }

  .services_content_div {
    width: 100%;
  }

  .services_image_div {
    width: 100%;
  }

  .services_image_div figure {
    width: 100%;
  }

  .services_image_div img {
    width: 100%;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .website_services_wrapper {
    /* border: 1px solid red; */
    padding: 20px;
    flex-direction: column;
  }

  .services_content_div {
    width: 100%;
  }

  .services_image_div {
    width: 100%;
  }

  .services_image_div figure {
    width: 60%;
    height: auto;
  }

  .services_image_div img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .website_services_wrapper {
    flex-direction: column;
  }
  .services_content_div {
    flex-direction: row;
  }
  .services_content_div {
    width: 100%;
  }

  .services_image_div {
    width: 100%;
  }

  .services_image_div figure {
    width: 60%;
    height: auto;
  }

  .services_image_div img {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .website_services_wrapper {
    flex-direction: column;
  }
  .services_content_div {
    flex-direction: row;
  }
  .services_content_div {
    width: 100%;
  }

  .services_image_div {
    width: 100%;
  }

  .services_image_div figure {
    width: 50%;
    height: auto;
  }

  .services_image_div img {
    width: 100%;
  }
}

/* ------------------- website_how_it_works -------------- */
.website_how_it_works {
  padding-top: 80px;
  background-image: url("../assets/webd2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.website_how_it_works_wrapper {
  scroll-behavior: smooth;
  overflow: hidden;
}

.ball_animation_container {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
}

.ball_animation_container .heading {
  width: 30%;
  padding: 20px 40px;
  margin: 80px 0;
  border: 2px solid var(--primary-theme);
  font-size: 24px;
  text-align: center;
  /* transition: transform 0.5s ease-in-out; */
  transition: background-color 2s ease-in-out, color 0.5s ease-in-out; /* Smooth background and text color transition */
  background-color: var(--dark-clr); /* Initial background color */
  color: var(--white-clr); /* Initial text color */
}

.ball_animation_container .heading.active {
  background-color: var(--dark-clr);
  color: var(--white-clr);
}

.ball_animation_container .left {
  align-self: flex-start;
  margin-left: 150px;
}

.ball_animation_container .right {
  align-self: flex-end;
  margin-right: 150px;
}

/* .ball_animation_container .ball {
    top: 0;
    left: 20%;
    z-index: 10;
    transition: transform 0.5s ease-in-out;

    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: transparent;
    border: 5px solid var(--primary-theme);
    animation: bounce 1s;
    transform: translateY(0px);
    animation-iteration-count: infinite;
    position: absolute;
}


@keyframes bounce {
    0% {
        top: 0;
        transform: scale(1);
        animation-timing-function: ease-in;
    }

    40% {}

    50% {
        top: 100px;
        height: 80px;
        transform: scale(1.2);
        animation-timing-function: ease-out;
    }

    55% {
        top: 120px;
        height: 60px;
        transform: scale(1);
        animation-timing-function: ease-in;
    }

    65% {
        top: 100px;
        height: 80px;
        transform: scale(1.2);
        animation-timing-function: ease-out;
    }

    95% {
        top: 0;
        transform: scale(1);
        animation-timing-function: ease-in;
    }

    100% {
        top: 0;
        transform: scale(1);
        animation-timing-function: ease-in;
    }
} */
.ball_animation_container .ball {
  top: 0;
  left: 20%;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: transparent;
  border: 5px solid var(--primary-theme);
  position: absolute;

  /* Animate both vertical and horizontal movement */
  transition: transform 0.5s ease-in-out;

  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth cubic-bezier easing */
}

/* Bouncing curve animation for left movement */
@keyframes curveLeft {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-100px, -40px); /* Bounces left and upward */
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/* Bouncing curve animation for right movement */
@keyframes curveRight {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, -40px); /* Bounces right and upward */
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/* Apply curve-left animation when heading is left */
.ball_animation_container .ball.curve-left {
  animation: curveLeft 1s ease-out forwards;
}

/* Apply curve-right animation when heading is right */
.ball_animation_container .ball.curve-right {
  animation: curveRight 1s ease-out forwards;
}

/* Keyframes for vertical bounce only */
@keyframes bounceY {
  0%,
  100% {
    transform: translateY(80px); /* No movement */
  }

  50% {
    transform: translateY(-100px); /* Ball bounces upwards by 20px */
  }
}

@media (max-width: 1024px) {
  .ball_animation_container {
    padding-top: 20px;
  }

  .ball_animation_container .heading {
    width: 100%;
  }

  .ball_animation_container .heading.active {
    background-color: var(--dark-clr);
    color: var(--white-clr);
  }

  .ball_animation_container .left {
    align-self: flex-start;
    margin: 20px !important;
  }

  .ball_animation_container .right {
    align-self: center;
    margin: 20px !important;
  }

  .ball_animation_container .ball {
    display: none;
  }
}

/* Additional CSS for the description */
.description {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
  margin-top: 10px;
  font-size: 18px;
  color: var(--white-clr);
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out; /* Smooth transition for height */
}

/* Show the description when the heading is active */
.ball_animation_container .heading.active .description {
  opacity: 1;
  height: auto; /* Allow the description to expand when active */
}

/* ---------------- website_pricing_wrapper ------------------- */
.website_pricing_wrapper {
  /* border: 1px solid red; */

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.website_pricing_wrapper .pricing_card {
  /* border: 1px solid red; */
  background-color: var(--primary-theme);
  border-radius: 10px;
  padding: 30px;
  width: 20%;
  margin: 10px;
  width: 350px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.website_pricing_wrapper .pricing_card .img_box {
  /* border: 1px solid red; */
  background-color: var(--white-clr);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}

.website_pricing_wrapper .pricing_card .img_box i {
  color: var(--primary-theme);
}

.website_pricing_wrapper .pricing_card h4 {
  /* border: 1px solid red; */
  text-transform: uppercase;
  text-align: center;
  color: var(--white-clr);
}

.website_pricing_wrapper .pricing_card .price {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: var(--white-clr);
}

.website_pricing_wrapper .pricing_card small {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
  color: #aaa;
}

.website_pricing_wrapper .pricing_card a {
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--white-clr);
  color: var(--primary-theme);
  margin-top: 20px;
  font-weight: 600;
  background-color: var(--white-clr);
  border-radius: 8px;
  padding: 8px 24px;
  transition: 0.4s all;
}

.website_pricing_wrapper .pricing_card a:hover {
  border: 1px solid var(--white-clr);
  background: transparent;
  color: var(--white-clr);
}

@media (max-width: 426px) {
  .website_pricing_wrapper {
    /* border: 1px solid red; */
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 1024px) {
  .website_pricing_wrapper {
    /* border: 1px solid red; */

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}

/* ----------- website_tools ------------------ */
.website_tools {
  padding-top: 80px;
}

.website_tools p {
  text-align: center;
}

.website_tools_wrapper {
  /* border: 1px solid red; */
  padding: 0 150px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tools_div {
  /* border: 1px solid blue; */
  border-radius: 10px;
  transition: box-shadow 0.4s;

  /* background-color: #eeeeee; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px;
  padding: 10px;

  width: 200px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: box-shadow 0.4s ease, background-color 0.4s ease;
}

.tools_div:hover {
  /* border-radius: 31% 69% 70% 30% / 41% 53% 47% 59% ; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--white-clr);
}

.tools_div figure {
  width: auto;
  height: 40px;
}

.tools_div figure img {
  width: 100%;
  height: 100%;
}

.tools_div.mongo {
  width: 440px;
  height: 110px;
}

.tools_div.mongo figure {
  height: 60px;
  /* border: 1px solid red; */
}

.tools_div.mongo .tool_name {
  opacity: 0;
}

.tools_div.express {
  width: 440px;
  height: 110px;
}

.tools_div.express figure {
  height: 80px;
  /* border: 1px solid red; */
}

.tools_div.express .tool_name {
  opacity: 0;
}

.tools_div .tool_name {
  color: var(--primary-theme);
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 426px) {
  .website_tools {
    padding-top: 80px;
  }

  .website_tools_wrapper {
    /* border: 1px solid red; */
    padding: 0 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tools_div {
    /* border: 1px solid blue; */
    width: 130px;
    margin: 20px;
    padding: auto 30px;
  }

  .tools_div figure {
    width: auto;
    height: 40px;
  }

  .tools_div figure img {
    width: 100%;
    height: 100%;
  }

  .tools_div.mongo {
    width: 440px;
    height: 110px;
  }

  .tools_div.mongo figure {
    height: 60px;
    /* border: 1px solid red; */
  }

  .tools_div.mongo .tool_name {
    opacity: 0;
  }

  .tools_div.express {
    width: 440px;
    height: 110px;
  }

  .tools_div.express figure {
    height: 80px;
    /* border: 1px solid red; */
  }

  .tools_div.express .tool_name {
    opacity: 0;
  }

  .tools_div .tool_name {
    color: var(--primary-theme);
    font-size: 22px;
    font-weight: 500;
  }
}

/* ----------------- website_why_matter---------------- */
.website_why_matter {
  padding-top: 80px;
}

.timeline {
  /* border: 1px solid red; */
  position: relative;
  width: 100%;
  margin: 100px auto;
  padding: 0 150px;
}

.timeline_wrapper {
  /* border: 1px solid red; */
  /* padding: 10px 50px; */
  /* position: relative; */
  /* width: 50%; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */

  /* animation: movedown 1s linear forwards; */

  padding: 10px 50px;
  position: relative;
  width: 50%;
  opacity: 0; /* Ensure it starts as invisible */
  transition: opacity 1s ease-in-out;
}

.timeline_wrapper.animate {
  animation: movedown 1s linear forwards;
  opacity: 1;
}

.text_box {
  /* border: 1px solid red; */
  padding: 20px 30px;
  background-color: #f0f0f0;
  position: relative;
  border-radius: 6px;
  font-size: 15px;
}

.left_div {
  left: 0;
}

.right_div {
  left: 50%;
}

.timeline_wrapper i {
  position: absolute;
  width: 40px;
  border-radius: 50%;
  right: -20px;
  top: 32px;
  z-index: 10;
  padding: 10px;
  /* border: 1px solid #aaa; */
  background-color: var(--white-clr);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  color: var(--primary-theme);
}

@keyframes movedown {
  0% {
    opacity: 1;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.timeline_wrapper:nth-child(1) {
  animation-delay: 0s;
}

.timeline_wrapper:nth-child(2) {
  animation-delay: 3s;
}

.timeline_wrapper:nth-child(3) {
  animation-delay: 6s;
}

.right_div i {
  left: -20px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: var(--primary-theme);
  top: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;

  animation: moveline 8s linear forwards;
}

@keyframes moveline {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.left_div_arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f0f0f0;
  right: -15px;
}

.right_div_arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f0f0f0;
  left: -15px;
}

@media screen and (max-width: 768px) {
  .timeline {
    margin: 50px auto;
  }
  .timeline::after {
    left: 31px;
  }
  .timeline_wrapper {
    width: 100% !important;
    padding-left: 80px;
    padding-right: 25px;
  }
  .text_box {
    font-size: 13px;
  }
  .right_div {
    left: 0;
  }
  .left_div i,
  .right_div i {
    left: 10px;
  }
  .left_div_arrow,
  .right_div_arrow {
    border-right: 15px solid #f0f0f0;
    border-left: 0;
    left: -15px;
  }
}

@media (max-width: 426px) {
  .website_why_matter {
    padding-top: 80px;
  }

  .timeline {
    /* border: 1px solid red; */
    padding: 0 20px;
  }

  @media screen and (max-width: 768px) {
    .timeline {
      margin: 50px auto;
    }
    .timeline::after {
      left: 31px;
    }
    .timeline_wrapper {
      width: 100% !important;
      padding-left: 80px;
      padding-right: 25px;
    }
    .text_box {
      font-size: 13px;
    }
    .right_div {
      left: 0;
    }
    .left_div i,
    .right_div i {
      left: 10px;
    }
    .left_div_arrow,
    .right_div_arrow {
      border-right: 15px solid #f0f0f0;
      border-left: 0;
      left: -15px;
    }
  }
}

@media (min-width: 426px) and (max-width: 1024px) {
  .timeline {
    /* border: 1px solid red; */
    padding: 0 20px;
  }
}

/* ------------- website_things_we_do_wrapeer ------------ */
.website_things_we_do_wrapeer {
  /* background-image: url('../assets/web_bg.png'); */
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 150px;
}

.things_wrapper {
  margin-top: 30px;
  display: flex;
}
.things_wrapper ul {
  margin-left: -30px;
  margin-right: 30px;
}
.things_wrapper ul li {
  list-style: none;
}
.things_wrapper ul li i {
  color: #25d366;
}

/* ------------ accordion ------------ */
.website_faq {
  padding: 0 150px;
}

/* ---------- accordion ------ */
.accordion {
  /* border: 1px solid red; */
  padding-top: 60px;
}
.accordion-header button {
  padding-left: 30px;
}
.accordion-body {
  padding-left: 30px;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none !important;

  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom: 2px solid var(--primary-theme) !important;
  margin-bottom: 20px;
}

.accordion-item > .accordion-header .accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  box-shadow: none !important;
  background-color: var(--primary-theme);
  color: var(--white-clr);
}

.accordion-item:first-of-type {
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom: 2px solid var(--primary-theme) !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--white-clr) !important;
  font-weight: 600 !important;
  background-color: var(--primary-theme) !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  /* box-shadow: var(--bs-accordion-btn-focus-box-shadow); */
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(https://www.flaticon.com/authors/dixit-lakhani-02) !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.still_have_que {
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.still_have_que p {
  /* border: 1px solid black; */
  margin-top: 15px;
  color: var(--primary-theme);
  margin-right: 10px;
  font-weight: 600;
}

/* ------------------ Responsove designs  -------------------- */

@media (max-width: 320px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection .navbar {
    margin-top: 0px;
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    height: 60vh;
    flex-direction: column;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 100px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper p {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    word-spacing: 2px;
    margin: 20px 0;
  }

  .website_herosection_wrapper .stroked_heading {
    -webkit-text-stroke: 2px black;
    font-size: 40px;
  }

  .development_heading {
    font-size: 40px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: auto;
  }

  .website_herosection_aniated::after {
    background: linear-gradient(
      to bottom,
      #ffffff 30%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;

    bottom: 0;
    left: 0;
    transform: rotateX(180deg);
    height: 35%;
  }

  .ptx-hero-bg-wrapper {
    /* border: 1px solid red; */
    position: absolute;
    right: -100px;
    top: -230px;
    z-index: 1;
    width: 100%;
    height: 900px;
    transform: rotate(14.37deg);

    overflow: hidden;
    /* overflow-y:initial;
        overflow-x: hidden; */
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 400px;
    height: 100%;
  }

  .ptx-hero-bg-item.item-1 {
    animation: slideup 20s linear infinite;
    justify-content: flex-end;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
    width: 400px;
    overflow: hidden;
    height: 300px;
    flex: 0 0 auto;
  }

  .ptx-hero-bg-item .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .ptx-hero-bg-item .img-wrap img,
  svg {
    vertical-align: middle;
  }

  /* ---- 2---- */
  .ptx-hero-bg-item.item-2 {
    animation: slidedown 20s linear infinite;
    justify-content: center;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .section_heading_div p {
    font-size: 32px;
  }

  .section_heading_div_wrap {
    /* border: 1px solid red; */
    margin-top: -20px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 24px;
  }

  .website_faq {
    padding: 30px 20px 0 20px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection .navbar {
    margin-top: 0px;
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    padding: 30px 20px;
    height: 60vh;
    flex-direction: column;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 100px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper p {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    word-spacing: 2px;
    margin: 20px 0;
  }

  .website_herosection_wrapper .stroked_heading {
    -webkit-text-stroke: 2px black;
    font-size: 40px;
  }

  .development_heading {
    font-size: 40px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: auto;
  }

  .website_herosection_aniated::after {
    background: linear-gradient(
      to bottom,
      #ffffff 30%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;

    bottom: 0;
    left: 0;
    transform: rotateX(180deg);
    height: 35%;
  }

  .ptx-hero-bg-wrapper {
    /* border: 1px solid red; */
    position: absolute;
    right: -100px;
    top: -230px;
    z-index: 1;
    width: 100%;
    height: 900px;
    transform: rotate(14.37deg);

    overflow: hidden;
    /* overflow-y:initial;
        overflow-x: hidden; */
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 400px;
    height: 100%;
  }

  .ptx-hero-bg-item.item-1 {
    animation: slideup 20s linear infinite;
    justify-content: flex-end;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
    width: 400px;
    overflow: hidden;
    height: 300px;
    flex: 0 0 auto;
  }

  .ptx-hero-bg-item .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .ptx-hero-bg-item .img-wrap img,
  svg {
    vertical-align: middle;
  }

  /* ---- 2---- */
  .ptx-hero-bg-item.item-2 {
    animation: slidedown 20s linear infinite;
    justify-content: center;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .section_heading_div p {
    font-size: 42px;
  }

  .section_heading {
    font-size: 24px;
  }

  .section_heading_div p {
    font-size: 36px;
  }

  .section_heading_div_wrap {
    /* border: 1px solid red; */
    margin-top: -20px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 24px;
  }

  .website_faq {
    padding: 30px 20px 0 20px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection .navbar {
    margin-top: 0px;
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    padding: 30px 20px;
    height: 60vh;
    flex-direction: column;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 100px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper p {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    word-spacing: 2px;
    margin: 20px 0;
  }

  .website_herosection_wrapper .stroked_heading {
    -webkit-text-stroke: 2px black;
    font-size: 40px;
  }

  .development_heading {
    font-size: 40px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: auto;
  }

  .website_herosection_aniated::after {
    background: linear-gradient(
      to bottom,
      #ffffff 30%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;

    bottom: 0;
    left: 0;
    transform: rotateX(180deg);
    height: 35%;
  }

  .ptx-hero-bg-wrapper {
    /* border: 1px solid red; */
    position: absolute;
    right: -100px;
    top: -230px;
    z-index: 1;
    width: 100%;
    height: 900px;
    transform: rotate(14.37deg);

    overflow: hidden;
    /* overflow-y:initial;
        overflow-x: hidden; */
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 400px;
    height: 100%;
  }

  .ptx-hero-bg-item.item-1 {
    animation: slideup 20s linear infinite;
    justify-content: flex-end;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
    width: 400px;
    overflow: hidden;
    height: 300px;
    flex: 0 0 auto;
  }

  .ptx-hero-bg-item .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .ptx-hero-bg-item .img-wrap img,
  svg {
    vertical-align: middle;
  }

  /* ---- 2---- */
  .ptx-hero-bg-item.item-2 {
    animation: slidedown 20s linear infinite;
    justify-content: center;
  }

  .ptx-hero-bg-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .section_heading_div p {
    font-size: 40px;
  }

  .section_heading_div_wrap {
    margin-top: -30px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 24px;
  }

  .website_faq {
    padding: 30px 20px 0 20px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection .navbar {
    margin-top: 0px;
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    padding: 30px 20px;
    height: 60vh;
    flex-direction: row;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 100px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper p {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    word-spacing: 2px;
    margin: 20px 0;
  }

  .website_herosection_wrapper .stroked_heading {
    -webkit-text-stroke: 2px black;
    font-size: 40px;
  }

  .development_heading {
    font-size: 40px;
  }

  .section_heading_div p {
    font-size: 42px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: 100%;
  }

  .website_herosection_aniated::after {
    background: none;
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
    width: 220px;
    height: 250px;
  }

  .section_heading_div p {
    font-size: 40px;
  }

  .section_heading_div_wrap {
    margin-top: -20px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 24px;
  }

  .website_faq {
    padding: 50px 30px 0 30px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    padding: 30px 60px;
    height: 70vh;
    flex-direction: row;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 150px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper p {
    font-weight: 500;
    line-height: 16px;
    font-size: 14px;
    word-spacing: 2px;
    margin: 20px 0;
  }

  .website_herosection_wrapper .stroked_heading {
    -webkit-text-stroke: 2px black;
    font-size: 60px;
  }

  .development_heading {
    font-size: 60px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: 100%;
  }

  .website_herosection_aniated::after {
    background: none;
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
    width: 250px;
    height: 280px;
  }

  .section_heading_div p {
    font-size: 60px;
  }

  .section_heading_div_wrap {
    margin-top: -20px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 28px;
  }

  .website_faq {
    padding: 50px 50px 0 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .website_herosection {
    /* border: 1px solid #000; */
  }

  .website_herosection_wrapper {
    /* border: 1px solid green; */
    padding: 30px 100px;
    height: 70vh;
    flex-direction: row;
  }

  .website_herosection_wrapper .ptx-heading-wrapper {
    /* border: 1px solid red; */
    padding-top: 150px;
  }

  .website_herosection_wrapper .ptx-heading-wrapper h1 {
    /* border: 1px solid #000; */
    font-size: 40px;
  }

  /* -------------- herosection animated elements-------------- */
  .website_herosection_aniated {
    /* border: 1px solid red; */
    height: 100%;
  }

  .website_herosection_aniated::after {
    background: none;
  }

  .ptx-hero-bg-content {
    height: 100%;
  }

  .ptx-hero-bg-item .img-wrap {
    /* border: 1px solid blue; */
  }

  /* .section_heading_div p {
    font-size: 40px;
  }

  .section_heading_div_wrap {
    margin-top: -20px;
    font-size: 12px;
  }

  .section_heading {
    font-size: 28px;
  } */

  .website_faq {
    padding: 50px 50px 0 50px;
  }
}

/* ---------------------------------------------------------------- */

.timeline-container {
  padding: 0px 200px;
  position: relative;
  min-height: 140vh;
}

.timeline-item {
  display: flex;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.items-end {
  justify-content: flex-end;
}

.hiw_content {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease; /* Smooth transition for content adjustments */
}

.hiw_content img.light-bulb {
  width: 80px;
  position: absolute;
  top: -80px; /* Adjust as needed */
  transition: transform 0.8s ease, opacity 0.5s ease; /* Smooth movement and fade */
  transform: scale(1);
  opacity: 1;
}

.hiw_content .desc {
  border: 1px solid var(--primary-theme);
  background-color: var(--primary-theme);
  color: white;
  padding: 40px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hiw_content .desc h3 {
  font-size: 20px;
}

.hiw_content .desc p {
  /* font-size: 20px; */
  max-height: 0; /* Initially collapsed */
  opacity: 0; /* Initially hidden */
  overflow: hidden; /* Prevent content from spilling out */
  transform: translateY(20px); /* Slight slide-up effect */
  transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease; /* Smooth expansion */
  color: white !important;
  text-align: center !important;
}

/* First item’s paragraph visible by default */
.timeline-item:first-child .hiw_content .desc p {
  max-height: 100px; /* Set a reasonable max-height; adjust based on content */
  opacity: 1;
  transform: translateY(0);
}

/* When active, show the paragraph with animation */
.hiw_content.active .desc p {
  max-height: 100px; /* Adjust this value based on your paragraph’s typical height */
  opacity: 1;
  transform: translateY(0);
}

/* When not active, collapse the paragraph */
.hiw_content:not(.active) .desc p {
  max-height: 0;
  opacity: 0;
  transform: translateY(20px);
}

/* Light bulb animation when moving */
.hiw_content.active img.light-bulb {
  transform: scale(1.1); /* Slight scale-up for emphasis */
  opacity: 1;
}

.hiw_content:not(.active) img.light-bulb {
  opacity: 0; /* Fade out when not active */
}

@media (max-width: 1024px) {
  .timeline-container {
    padding: 0px 140px;
  }

  .hiw_content {
    max-width: 60%;
  }

  .website_how_it_works {
    padding-top: 80px;
    background-image: url("../assets/webd2.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .timeline-container {
    min-height: 140vh;
  }
}

@media (max-width: 768px) {
  .timeline-container {
    padding: 0px 100px;
  }

  .hiw_content {
    max-width: 70%;
  }
  .timeline-container {
    min-height: 140vh;
  }
}

@media (max-width: 430px) {
  .timeline-container {
    padding: 0px 50px;
  }

  .hiw_content {
    max-width: 100%;
  }

  .hiw_content img.light-bulb {
    top: -60px;
    width: 60px;
  }

  .timeline-container {
    min-height: 140vh;
  }
}
