/*start banner part*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
 
}

.types {
  color: rgb(0 135 185);
  font-size: 3rem;
  font-weight: 500;
  overflow: hidden;
  /* white-space: nowrap; */
  position: relative;
}

@media (max-width: 767px) {
  .types {
    font-size: 22px !important;
  }

  .text {
    height: 100px;
    width: 100%;
  }
  .choose-content h2 {
    font-size: 21px !important;
  }
  .faq-section .accordion-button h5 {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  .types {
    font-size: 28px;

    text-align: center;
    overflow-x: hidden;
  }

  .text {
    height: 100px;
    width: 100%;
  }
}

.our-promise {
  font-size: 20px;
  margin-left: 5px;
}

/*end banner part*/

/* about page */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 8%;
}

.about-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-left .image-wrapper {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3/4;
  border-radius: 50% / 30%;
  overflow: hidden;
  position: relative;
  border: 2px dashed #0087c9;
  padding: 10px;
}

.about-left .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% / 30%;
  filter: brightness(0.7);
}

.about-right h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333333c7;
}

.about-right p {
  font-size: 19px;
  color: #555;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.shopweb-site {
  color: gray;
}

/* service page */
.small-text {
  color: #2c2b0c;
}
.heading {
  color: #000;
  font-size: 39px;
  font-weight: 700;
}
.work-process-section {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.work-process-section .heading-block {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 0px auto 60px;
  text-align: center;
}
.work-process-section .heading-block .description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0px;
}
.work-process-block {
  max-width: 1600px;
  width: 100%;
  margin: 0px auto; 
}

.work-process-layout1 .work-process-top .number {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  border: 5px solid;
  font-size: 26px;
  font-weight: 700;
  line-height: 73px;
  margin-left: 40px;
  margin-bottom: 25px;
     background-color: #0088ba !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.work-process-layout1 .work-process-top {
  text-align: center;
  position: relative;
}
.work-process-layout1 .work-process-top .shape {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 63px;
  width: 100%;
  height: 270px;
  max-width: 270px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  border-radius: 10px;
  z-index: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
     background-color: #0087b9;
}

.work-process-layout1 .vs-work-process-2 .shape {
     background: #0087ba !important;
}
.work-process-layout1 .vs-work-process-2 .number {
    background-color: #0088ba !important;
}
.work-process-layout1 .vs-work-process-2 .work-process-content {
     border-color: #0088bb !important;
}

.work-process-layout1 .vs-work-process-4 .shape {
     background: #0087ba !important;
}
.work-process-layout1 .vs-work-process-4 .number {
     background-color: #0088ba !important;
}
.work-process-layout1 .vs-work-process-4 .work-process-content {
      border-color: #0088bb !important;
}

.work-process-layout1 .work-process-content {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(17, 180, 245, 0.004),
    0px 3px 50px 0px rgba(17, 180, 245, 0.1);
  background-color: rgba(255, 255, 255, 0.969);
  padding: 0px 20px;
  padding-bottom: 30px;
  max-width: 270px;
  border-bottom: 3px solid #0088bb ;
  position: relative;
}
.work-process-layout1 .work-process-content.odd-block {
  border-color: #d9d675;
}
.work-process-layout1 .work-process-content .icon {
  width: 45px;
  height: 45px;
  margin: 0px auto 20px;
}
.work-process-layout1 .work-process-content .icon img {
  width: 100%;
  height: 100%;
}
.work-process-layout1 .work-process-content .process-title {
  color: #0087ba;
  font-size: 20px;
  line-height: 30px;
  transition: all 500ms ease;
  font-weight: 600;
 margin-bottom: 22px;
}
.work-process-layout1 .work-process-content .text {
  position: relative;
     font-size: 16px;
  line-height: 24px;
  color: #666666;
  transition: all 500ms ease;
  margin-bottom: 0px;
}
.work-process-layout1 .vs-work-process:hover .work-process-top .shape {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.work-process-layout1 .vs-work-process:hover .work-process-top .number {
  margin-bottom: 0px;
  margin-left: 0%;
}


/* choose page */
.process-card {
  position: relative;
  background: #fff;
  padding: 45px 25px 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 8px 18px #6c757d;
  overflow: hidden;
  min-height: 290px;
}

.step-number {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
      background: #ffc107;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.process-icon {
  width: 50px;
  margin-bottom: 15px;
}

.process-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0087b9;
  margin-bottom: 10px;
  margin-top: 18px;
}

.process-card p {
  font-size: 17px;
  color: #555;
}


@media (max-width: 768px) {
  .process-card {
    min-height: auto;
    padding: 55px 20px 30px;
  }
}

/* testimonials */

.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
  overflow: hidden;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
          background: #0088bb;
  color: #333;
  
  padding: 20px;
  margin: 10px;
  text-align: left;
  flex: 0 0 100%;
  box-sizing: border-box;
  position: relative;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.testimonial-card h4 {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-card p{
color: white;
    font-size: 20px;
}
.testimonial-footer {
  margin-top: 20px;
}

.testimonial-footer h5 {
  margin: 0;
  font-style: italic;
     color: white;
}

.testimonial-footer span {
  display: block;
  font-size: 0.85rem;
  color: #666;
}

.stars {
  margin-top: 5px;
      color: yellow;
}

.nav-btns {
  margin-top: 20px;
}

.nav-btns button {
  background: #fff;
  border: none;
  padding: 8px 14px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
      color: #495057;
}




@media (min-width: 769px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}


@media (min-width: 1025px) {
  .testimonial-card {
    flex: 0 0 33.33%;
  }
}

/*Start FAQ part*/
:root {
  --primary-text: #4f8f70;
  --secondary-text: #e9fff3;
  --white-text-white: #ffffff;
  --black-text-black: #000000;
}

.accordion-body ul li a {
  color: black;
  font-weight: 700;
}

.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primary-text);
}

.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primary-text);
}

.faq-section .accordion-button h5 {
  font-size: 25px;
  color: #198754;
  margin-right: 13px;
}

.accordion-body {
  background-color: var(--secondary-text);
  font-size: 20px;
}

ul {
  list-style-type: none;
  list-style-type: disc;
  margin-left: 20px;
}

ul li {
  margin-bottom: 5px;
}

.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": ";
  font-weight: bold;
}

@media (max-width: 768px) {
  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}

/*end  FAQ part*/

/* contact details */

.contact-section {
  padding: 40px 20px;
  background: #f9f9f9;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  color: #6c757d;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: auto;
}

.contact-info {
  flex: 1 1 45%;
  min-width: 280px;
}

.contact-info p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 19px;
  color: #444;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
}

.info-box i {
  font-size: 20px;
  color: #007bff;
  flex-shrink: 0;
  margin-top: 4px;
}

.info-box strong {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
  color: #495057;
}

.info-box a {
  color: #495057;
  font-weight: bold;
  text-decoration: none;
  margin-left: 4px;
  word-break: break-word;
}

.info-box a:hover {
  color: #007bff;
}

.contact-map {
  flex: 1 1 50%;
  min-width: 280px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-info,
  .contact-map {
    flex: 1 1 100%;
  }

  .info-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .info-box i {
    margin-bottom: 6px;
  }

  .phn-no {
    text-align: center;
  }
}
