/*start banner part*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .text {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%;
       
        overflow-x: hidden;
    }

    .type {
        color: black;
        font-size: 3rem;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    @media (max-width: 767px) {
        .type {
            font-size: 16px !important;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }

    @media (max-width: 1024px) {
        .type {
            font-size: 31px;
            text-align: center;
            overflow-x: hidden;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }

    .our-promise {
        font-size: 20px;
        margin-left: 5px;
    }

    .fa-solid {
        color: green;
        margin-right: 5px;
    }

    /*end banner part*/


      /*start service section*/
    .service h2 span {
        color: #9B5DE5;
        text-align: center;
    }

    .services-block-three {
        margin-bottom: 30px;
    }

    .services-block-three i {
        font-size: 32px;
    }

    .services-block-three a {
        display: block;
        border: 2px solid #d5d5d5;
        border-radius: 4px;
        text-align: center;
        background: #fff;
        padding: 20px;
        position: relative;
        margin-bottom: 30px;

    }

    .services-block-three a:before {
        display: block;
        content: "";
        width: 9%;
        height: 17%;
        position: absolute;
        bottom: -2px;
        right: -2px;
        border-bottom: 2px solid #03a9f5;
        border-right: 2px solid #03a9f5;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .services-block-three a:after {
        display: block;
        content: "";
        width: 9%;
        height: 17%;
        position: absolute;
        top: -2px;
        left: -2px;
        border-top: 2px solid #03a9f5;
        border-left: 2px solid #03a9f5;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .padding-15px-bottom {
        padding-bottom: 15px;
    }

    .services-block-three h3 {
        color: #6f6f6f;
          font-size: 19px;
        margin-bottom: 10px;
        font-weight: 600;
        text-decoration: none;
    }

    .services-block-three p {
        margin-bottom: 0;
        color: #757575;
    }

    .services-block-three a:hover {
        opacity: 1;
        border-color: #d5d5d5;
    }

    a:hover,
    a:active {
        color: #03a9f5;
        text-decoration: none;
    }

    .services-block-three a:hover:before,
    .services-block-three a:hover:after {
        width: 95%;
        height: 90%;
    }

    .services-block-three .service-details {
        text-decoration: none;
    }

    .services-block-three .service-details h3 {
        text-decoration: none;
        color: black;
    }

    /*end service section*/


    
    /*start Choose Shopweb Software Solutions?*/

   .card {
    /* border: none; */
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
         box-shadow: 0 8px 20px rgba(0, 0, 0, 1.10) !important;
}

.card:hover {
    transform: translateY(-8px);
   
}


.card-title {
    font-weight: 600;
    color: #222;
    transition: color 0.3s ease-in-out;
}


.card:hover .card-title {
    color: #007bff; 
}


.card-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

    /*end Choose Shopweb Software Solutions?*/



    /* testimonials part */
     .testimonial-section {
  padding: 40px 20px;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1100px;
  margin: auto;
}

button.prev,
button.next {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  color: #333;
  transition: 0.3s;
}

button.prev:hover,
button.next:hover {
  color: #007BFF;
}

.testimonial-wrapper {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.testimonial-card {
     min-width: 45%;
    box-sizing: border-box;
   background: #000;
    margin: 0 10px;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 72%);
    text-align: left;
}

.testimonial-card p {
  font-size: 16px;
     color: white;
  line-height: 1.6;
}

.stars {
  color: #FFD700;
  font-size: 18px;
  margin: 12px 0;
}

.testimonial-card h4 {
  margin-top: 5px;
  font-weight: bold;
  text-align: right;
  color: white;
}


@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }
}


 /*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 {

        color: black;
        margin-right: 13px;
    }

    .accordion-body {
        background-color: var(--secondary-text);
    }

    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: 50px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.contact-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.contact-info p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.info-box i {
  font-size: 22px;
  color: #007BFF;
  margin-right: 12px;
  background: #f1f5ff;
  padding: 10px;
  border-radius: 8px;
}

.info-box strong {
  font-size: 16px;
}

.highlight {
  font-weight: bold;
}

.contact-map {
  flex: 1;
  min-width: 320px;
  height: 100%;
  width: 100%;
}

.contact-map iframe {
  border-radius: 10px;
  width: 400px;
  height: 250px;
  min-height: 300px;
}

.phn-no a{
text-decoration: none;
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }
  .contact-info {
    text-align: center;
  }
  .info-box {
    justify-content: center;
    text-align: left;
  }
}



