/* new custom styling */
.header-top {
  background: linear-gradient(
    270deg,
    #0039ff,
    #406aff,
    #7c99ff,
    #75a8ff,
    #0039ff
  );
}

.hero-banner {
  /* Gradient LAST so it’s underneath everything */
  background-image: url("/public/assets/images/circuit background.png"),
    /* left image */ url("/public/assets/images/grid background.png"),
    /* right image */ linear-gradient(140deg, #b3fcff, #b8c8ff);
  /* gradient */

  background-position: left center, right center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 50% 100%, 50% 100%, cover;
  padding-top: 160px;
  padding-bottom: 80px;
}

.btn-secondary2 {
  background: linear-gradient(140deg, #b3fcff, #b8c8ff);
  border: none;
  border-radius: 8px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;

  padding: 10px 30px;
}

.btn-secondary2:hover {
  background: #0026cc;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn-secondary3 {
  background: linear-gradient(140deg, #b3fcff, #b8c8ff);
  border: none;
  border-radius: 8px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;

  padding: 10px 30px;
}

.service-list li:hover .service-content p {
  color: #333333;
  font-weight: 500;
}


.request-btn:hover {
  background: #0026cc;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.hero-banner h1 {
  padding-bottom: 0px !important;
  margin-bottom: 1.5rem !important;
  font-weight: 700;
  color: #333333 !important;
  font-size: 40px !important;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0px;
}

.hero-banner p {
  font-size: 20px !important;
  line-height: 1.2em !important;
  text-align: left !important;
  color: #333333 !important;
  font-weight: 400 !important;
  max-width: 550px !important;
}

.php-devlp-plateform-section {
  background: white !important;
  position: relative !important;
  color: #333333 !important;
  overflow: hidden !important;
  /* allow circles to overflow if needed */
  z-index: 1;
  /* create stacking context for proper layering */
}

.php-devlp-plateform-section .circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  /* behind the text but above the background */
}

.php-devlp-plateform-section .circle-left {
  width: 250px;
  height: 250px;
  top: -50px;
  left: -80px;
  left: -80px;
  background: rgba(0, 174, 255, 0.15);
  box-shadow: 0 0 120px rgba(0, 174, 255, 0.5);
  filter: blur(20px);
}

.php-devlp-plateform-section .circle-right {
  width: 250px;
  height: 250px;
  bottom: -50px;
  /* push it slightly below the section */
  background: rgba(0, 57, 255, 0.2);
  box-shadow: 0 0 120px rgba(0, 57, 255, 0.6);
  right: -80px;
  filter: blur(20px);
}

.container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.about-content {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.portfolio-sec-content h3 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.portfolio-sec-content h5 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #333 !important;
}

.portfolio-sec-content p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

.btn-secondary3 {
  background: linear-gradient(140deg, #b3fcff, #b8c8ff);
  border: none;
  border-radius: 8px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;

  padding: 10px 30px;
}

.request-btn {
  background-color: white;
  color: #333;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;

  transition: all 0.3s ease;
  margin-top: 20px;
}

.portfolio-rets-seciton2 {
  background-image: url("/public/assets/images/number background.png"),
    linear-gradient(140deg, #eff3ff, #d9e2ff);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.portfolio-rets-seciton3 {
  background-image: url("/public/assets/images/circuit background.png"),
    linear-gradient(140deg, #b3fcff, #b8c8ff);
  background-position: left bottom, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.portfolios-padding {
  padding: 75px 78px;
}

.php-devlp-plateform-section .circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  /* behind the text but above the background */
}

.php-devlp-plateform-section .circle-left {
  width: 250px;
  height: 250px;
  top: -50px;
  left: -80px;
  left: -80px;
  background: rgba(0, 174, 255, 0.15);
  box-shadow: 0 0 120px rgba(0, 174, 255, 0.5);
  filter: blur(20px);
}

.php-devlp-plateform-section .circle-right {
  width: 250px;
  height: 250px;
  bottom: -50px;
  /* push it slightly below the section */
  background: rgba(0, 57, 255, 0.2);
  box-shadow: 0 0 120px rgba(0, 57, 255, 0.6);
  right: -80px;
  filter: blur(20px);
}

.form-box {
  background: #fff;
  border-radius: 16px;
  padding-inline: 16px;
  padding-block: 16px;
  /* box-shadow: 0 2px 5px #fff; */
  border: 1px dashed #d0dbff;
  border-width: 2px;
}

/* form custom input fields */
.form__group {
  position: relative;
  padding: 15px 20px;
  width: 100%;
}

.form__group2 {
  position: relative;
  padding: 15px 20px;
  width: 100%;
}

.form__group3 {
  position: relative;
  padding: 15px 20px;
  width: 50%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 14px;
  color: #333333;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 14px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #333333;
  pointer-events: none;
  font-weight: 400;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 500;
  border-width: 3px;
  border-image: linear-gradient(to right, #116399, #38caef);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #035d74ff;
  font-weight: 500;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form-box .captchText2 img {
  height: 40px;
  width: 100%;
  border-radius: 8px;
}

.about-text {
  background-image: url("/public/assets/images/circuit background.png"),
    linear-gradient(140deg, #b3fcff, #b8c8ff);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding: 20px;
  border-radius: 15px;
  flex: 1;
}

.about-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #222;
}

.about-text h4 {
  font-size: 26px;
  font-weight: 600;
  color: #222;
}

.about-text p {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
}

.about-image img {
  width: 75%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 8px;
}

/* .img-fluid {
            max-width: 88% !important;
            height: auto;
        } */
.img-fluid2 {
  max-width: 88% !important;
  height: auto;
}

.about-section {
  padding: 80px 0;
}

.about-content {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.quick-fact {
  background: linear-gradient(140deg, #b3fcff, #b8c8ff) !important;
  position: relative;
  padding: 60px 20px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  /* allow circles to overflow if needed */
  z-index: 1;
  /* create stacking context for proper layering */
}

.quick-fact .circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  /* behind the text but above the background */
}

.quick-fact .circle-left {
  width: 250px;
  height: 250px;
  top: -50px;
  left: -80px;
  left: -80px;
  background: rgba(0, 174, 255, 0.15);
  box-shadow: 0 0 120px rgba(0, 174, 255, 0.5);
  filter: blur(20px);
}

.quick-fact .circle-right {
  width: 250px;
  height: 250px;
  bottom: -50px;
  /* push it slightly below the section */
  background: rgba(0, 57, 255, 0.2);
  box-shadow: 0 0 120px rgba(0, 57, 255, 0.6);
  right: -80px;
  filter: blur(20px);
}

.section-title-quick-fact {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #333333 !important;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}

.quick-fact-content p {
  font-size: 18px;
  width: 100%;
  font-weight: 400 !important;
  text-align: center !important;
  color: #333333 !important;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0px 250px;
}

.requirment-list li p {
  font-size: 18px !important;
  font-weight: 500 !important;
  /* text-align:center !important; */
  color: #333333 !important;
}

.requirment-list li {
  padding: 0px !important;
  margin-bottom: 22px !important;
  box-shadow: none !important;
}

.node-hire-content {
  margin-left: 15px !important;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.the-credit-prons-section {
  background-image: url("/public/assets/images/number background.png"),
    linear-gradient(140deg, #eff3ff, #d9e2ff);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.credit-case-study-sec {
  background-image: url("/public/assets/images/circuit background.png"),
    linear-gradient(140deg, #b3fcff, #b8c8ff) !important;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.case-study-slider {
  background-color: transparent !important;
}

.service-box {
  background-image: url("/public/assets/images/cardimage3.png") !important;
  background-size: 100% 100% !important;
  /* Match width of container */
  background-position: top center !important;
  background-repeat: no-repeat !important;

  border-radius: 16px !important;
  text-align: left !important;
  height: 100% !important;
  box-shadow: none !important;
}

.service-box h6,
.service-box h4,
.service-box p {
  font-size: 18px !important;
  color: #333333 !important;
  margin-bottom: 0px;
}

.service-box p {
  font-weight: 400 !important;
}

.service-box:hover {
  background-image: url("/public/assets/images/card-with-blue-border.png") !important;
  background-size: 100% 100% !important;
  /* Match width of container */
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.highlights-section {
  position: relative;
  /* padding: 60px 15px; */
  background: linear-gradient(140deg, #b3fcff, #b8c8ff) !important;
  /* Light background */
  overflow: hidden;
}

.highlights-list2 ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  color: #333 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.highlights-list2 ul {
  padding-left: 0 !important;
}

.highlights-list2 ul li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 6px;
  background-image: url(/public/assets/images/svg/Vector_check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.hire-main-box {
  box-shadow: none !important;
  padding: 62px 0px 116px 0px !important;
}

.credit-pros-development .hire-section .hire-content-left p {
  max-width: 547px !important;
}

.bullet-point {
  max-width: 20px;
  min-width: 20px;
}

/* FAQ section css */

.accordion-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background: #fff;

  font-weight: 600;
  border: 1px solid #f6f6f6;
  padding: 16px 20px;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

.accordion-button.collapsed {
  background: #fff;
  /* White background */
  border: 1px solid #ddd;
  /* Light gray border */
  border-radius: 10px;
  /* Keep same rounded corners */
}

.accordion-button:not(.collapsed) {
  background: #f0f4ff;
  color: #202a3c;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #fff;
  padding: 16px 20px;
  color: #637589;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  background-color: #f0f4ff;
}

.accordion-body ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333 !important;
}

.accordion-body ul li span {
  /* font-size: 16px !important; */
  font-weight: 600 !important;
}

.experience-image-box .experience-img {
  border-radius: 10px;
  height: 580px;
  width: 100%;
}

/* Custom icons for accordion */
.accordion-button::after {
  background-image: none !important;
  /* Remove arrow icon */
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  content: "+";
  margin-left: auto;
  /* Keep it fixed at the right */
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  transform: rotate(180deg);
}

/* Right Side Card */
.faq-card {
  background: #f0f6ff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}

.faq-card-icon {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 60px;
}

.faq-card h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0px;
  padding: 0px 30px;
}

.faq-card p {
  font-size: 14px;
  color: #2e4156;
  margin: 20px 0px;
  padding: 0px 30px;
  line-height: 1.5;
}

.faq-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #f0f4ff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

ul.custom-bullets {
  list-style: disc;
  padding: 1em;
  text-align: left;
}

ul.custom-bullets li::marker {
  content: "🔹 ";
  /* or "—", "✓", etc. */
  font-size: 1em;
}

.quick-fact2 {
  /* background: linear-gradient(140deg, #B3FCFF, #B8C8FF); */
  background-image: url("/public/assets/images/number background.png"),
    linear-gradient(140deg, #eff3ff, #d9e2ff);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  position: relative;
  /* padding: 60px 20px; */
  text-align: center;
  color: #333333;
  overflow: hidden;
  /* allow circles to overflow if needed */
  z-index: 1;
  /* create stacking context for proper layering */
}

.crm-service-heading P {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  margin-bottom: 0px !important;
}

.spectrum-section {
  padding: 60px 0px;
  position: relative;
}

.section-title-spectrum {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  text-align: center;
}

.section-subtitle-spectrum {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  gap: 20px;
  padding: 25px 20px;
  /* border-left: 3px solid transparent; */
  transition: all 0.3s ease;
  align-items: flex-start;
  border-left-color: #e3eaff;
}

.service-list li:hover {
  border-left-color: #0039ff;
}

.service-list li:hover .service-content p {
  color: #333333;
  /* /* font-weight: 500; */
}

.service-list li:hover .service-title {
  color: #0039ff;
}

.service-title {
  /* flex: 0 0 50%; fixed width on desktop */
  font-weight: 600;
  color: #333333;
  min-width: 40%;
  /* minimum width */
}

.service-list li.active .service-title {
  color: #0039ff;
}

.service-content {
  flex: 1;
  max-width: 60%;
  /* limit width for better readability */
}

.service-content h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.service-content p {
  font-size: 16px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

/* Scroll progress bar container */
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 4px;
  /* thin bar */
  height: 100vh;
  /* covers full height of viewport */
  background: transparent;
  z-index: 999;
}

/* Scroll progress indicator */
.scroll-progress::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--progress-height, 0%);
  background: #0039ff;
  transition: height 0.2s ease-out;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f0f4ff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #cdd6ef;
  overflow: hidden;
  text-transform: none;
}
.features-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f0f4ff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #cdd6ef;
  overflow: hidden;
  text-transform: none;
}

.feature-card p, .feature-card4 p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.feature-card, .feature-card4 {
  background: transparent;
  border: 0.5px solid #cdd6ef;
  padding: 20px;
  text-align: left;
  color: #333333;
}


/* Remove double border overlap for desktop */
.feature-card:nth-child(3n + 1) {
  border-left: none;
}

.feature-card:nth-child(-n + 3) {
  border-top: none;
}

.feature-card:nth-child(3n) {
  border-right: none;
}

.feature-card:nth-last-child(-n + 3) {
  border-bottom: none;
}
.feature-card4:nth-child(4n + 1) {
  border-left: none;
}

.feature-card4:nth-child(-n + 4) {
  border-top: none;
}

.feature-card4:nth-child(4n) {
  border-right: none;
}

.feature-card4:nth-last-child(-n + 4) {
  border-bottom: none;
}

.section-title-spectrum2 {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #333333 !important;
  /* margin-bottom: 10px !important; */
  text-align: left;
  line-height: 1.2;
}

.experience-img {
  border-radius: 10px;
  height: 580px !important;
  width: 100%;
}

.common-heading h2 {
  font-weight: 600;
  /* color: #0028ff; */
  margin-bottom: 30px;
}

.features-subheading {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.features-subheading2 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-transform: none !important;
}

.p-b-30 {
  padding-bottom: 30px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.card-body:hover p {
  color: #333;
  font-weight: 500;
}

.card-body:hover .card-title {
  color: #0039ff;
}

/* Service item */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-item {
  background: #fff;
  padding: 20px;
  /* border-left: 3px solid #007bff; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
  border-radius: 6px;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-item:hover h3 {
  color: #0039ff;
}

.service-item:hover p {
  color: #333;
}
.crm-devevlopment-img {
  max-width: 70px;
  max-height: 70px;
}
.service-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #656565;
}

/* Last item full width */
.service-item.full-width {
  grid-column: span 2;
}

.first-vission-box {
  border-right-style: dashed;
  padding-right: 20px;
  border-color: #94adff;
  padding-bottom: 20px;
}

.third-vission-box {
  border-right-style: dashed;
  padding-right: 20px;
  border-color: #94adff;
  border-top-style: dashed;
  padding-top: 20px;
}

.fourth-vission-box {
  border-color: #94adff;
  border-top-style: dashed;
  padding-top: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.hire-content-right {
  text-align: left;
}

.common-heading p {
  max-width: 100% !important;
}

.text-align-left {
  text-align: left;
}
.requirment-list li span {
  font-weight: 700 !important;
  color: #333333 !important;
}

/* Tablet: 2-column layout */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .features-grid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title-spectrum2,
  .section-title-spectrum {
    font-size: 24px;
  }

  .experience-img {
    height: 100% !important;
    width: 100%;
    margin-top: 36px !important;
  }

  .feature-card, .feature-card4 {
    border: 0.5px solid #cdd6ef;
  }

  .feature-card:nth-child(2n + 1), .feature-card4:nth-child(2n + 1) {
    border-left: none;
  }

  .feature-card:nth-child(-n + 2), .feature-card4:nth-child(-n + 2) {
    border-top: none;
  }

  .feature-card:nth-child(2n), .feature-card4:nth-child(2n) {
    border-right: none;
  }

  .feature-card:nth-last-child(-n + 2), .feature-card4:nth-child(-n + 2) {
    border-bottom: none;
  }
}

/* Mobile: stack cards cleanly */
@media (max-width: 576px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .service-item.full-width {
    grid-column: span 1;
  }

  .service-list li {
    display: block;
    padding: 20px 0px;
  }

  .service-content {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-grid4 {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 0.5px solid #cdd6ef;
  }

  /* Remove bottom border for last card */
  .feature-card:last-child {
    border-bottom: none;
  }
  .feature-card, .feature-card4 {
    border: 0.5px solid #cdd6ef;
  }

  .feature-card:nth-child(1n + 1), .feature-card4:nth-child(1n + 1) {
    border-left: none;
    border-bottom: 0.5px solid #cdd6ef;
  }

  .feature-card:nth-child(-n + 1), .feature-card4:nth-child(-n + 1) {
    border-top: none;
  }

  .feature-card:nth-child(1n), .feature-card4:nth-child(1n) {
    border-right: none;
  }

  .feature-card:nth-last-child(-1n + 1), .feature-card4:nth-child(-1n + 1) {
    border-bottom: none;
  }
}

/* FAQ section css */

.accordion-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background: #fff;
  line-height: 1.2 !important;
  font-weight: 600;
  border: 1px solid #f6f6f6;
  padding: 16px 20px;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

.accordion-button.collapsed {
  background: #fff;
  /* White background */
  border: 1px solid #ddd;
  /* Light gray border */
  border-radius: 10px;
  /* Keep same rounded corners */
}

.accordion-button:not(.collapsed) {
  background: #f0f4ff;
  color: #202a3c;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #fff;
  padding: 16px 20px;
  color: #637589;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  background-color: #f0f4ff;
}

/* Custom icons for accordion */
.accordion-button::after {
  background-image: none !important;
  /* Remove arrow icon */
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  content: "+";
  margin-left: auto;
  /* Keep it fixed at the right */
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  transform: rotate(180deg);
}

/* Right Side Card */
.faq-card {
  background: #f0f6ff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}

.faq-card-icon {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 60px;
}

.faq-card h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0px;
  padding: 0px 30px;
}

.faq-card p {
  font-size: 14px;
  color: #2e4156;
  margin: 20px 0px;
  padding: 0px 30px;
  line-height: 1.5;
}

.faq-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #f0f4ff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.pb-30 {
  padding-bottom: 20px;
}

.feature-card:hover p, .feature-card4:hover p {
  color: #333;
}

.feature-card:hover .feature-title, .feature-card4:hover .feature-title {
  color: #0039ff;
}

.feature-card:hover, .feature-card4:hover  {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}
.width-50 {
  width: 50px;
}

.width-70 {
  width: 70px;
}
.pb-30 {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .first-vission-box {
    border: none;
  }

  .third-vission-box {
    border: none;
  }

  .fourth-vission-box {
    border: none;
  }

  .pl-30 {
    padding-left: 10px;
  }

  hero-banner {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .p-b-60 {
    padding-bottom: 40px;
  }

  .p-t-60 {
    padding-top: 40px;
  }

  hero-banner {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .p-b-60 {
    padding-bottom: 40px;
  }

  .p-t-60 {
    padding-top: 40px;
  }

  .section-title-quick-fact {
    font-size: 24px;
  }

  .quick-fact-content p {
    padding: 0;
  }

  .hero-banner {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .hero-banner h1 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .php-devlp-plateform-section .circle-left {
    width: 150px;
    height: 150px;
    top: -40px;
    left: -60px;
  }

  .php-devlp-plateform-section .circle-right {
    width: 150px;
    height: 150px;
    bottom: -30px;
    /* closer to the bottom */
    right: -50px;
  }

  .portfolios-padding {
    padding: 75px 20px;
  }

  .portfolio-sec-content h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333 !important;
  }

  .portfolio-sec-content {
    margin-bottom: 30px !important;
  }

  .btn-secondary2 {
    font-size: 18px !important;
    max-width: 200px;
    margin-top: 30px;
    font-weight: 500 !important;
  }

  .form__group3 {
    width: 100%;
  }

  .logo_list {
    margin-bottom: 40px;
  }

  .img-fluid2 {
    max-height: px;
    max-width: 90px;
  }

  .img-fluid {
    max-width: 100% !important;
    height: auto;
  }

  .about-text,
  .about-image {
    flex: unset;
    width: 100%;
  }

  .about-text h3 {
    text-align: center;
  }

  .about-text h4 {
    display: none;
  }

  .about-text p {
    text-align: center;
  }

  .about-content {
    flex-direction: column;
  }

  .bullet-point {
    max-width: 16px;
  }
}

@media (min-width: 767.98px) {
  .form__group {
    width: 50%;
  }

  .about-content-col {
    max-width: 48%;
  }
}
