   /*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: 17px !important;
        }

        .text {
            height: 100px;
            width: 100%;
        }
    }

    @media (max-width: 1024px) {
        .type {
                 font-size: 35px;
            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 about section*/
    .about-images {
        width: 550px;
        height: 450px;
        margin-top: 20px;
    }

    @media (max-width: 768px) {
        .about-images {
            width: 100%;
        }
    }

    /*end about section*/


     /*start service section*/
    .services h2 span {
        color: rgb(5, 78, 78);
        text-align: center;
    }

    .section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section .box {
        position: relative;
        width: 350px;
        padding: 40px;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        border-radius: 4px;
        margin: 20px;
        overflow: hidden;
        text-align: center;
    }

    .section .box:before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .2);
        z-index: 2;
        pointer-events: none;
    }


    .section .box .icon {
        position: relative;
        width: 80px;
        height: 80px;
        color: #fff;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border-radius: 50%;
        font-size: 40px;
        font-weight: 700px;
        transition: 1s;
    }

    .section .box:nth-child(1) .icon {
        box-shadow: 0 0 0 0 #000;
        background-color: #000;
    }

    .section .box .content {
        position: relative;
        z-index: 1;
        transition: 0.5s;
    }

    .container .box .content h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    @media (max-width: 768px) {
        .section .box {
            width: 100%;
        }
    }

    /*end service section*/


    /*start why choose shopweb part*/

    .expert-team h2 {
        font-size: 30px;
        color: black;
    }

    .expert-team p {
        font-size: 20px;
    }

    /*end why choose shopweb part*/

 /* testimonials */
     .testimonial {
      text-align: center;
      padding: 50px 20px;
    }
    .testimonial img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .testimonial h5 {
      font-weight: bold;
      color: #e67e22;
      margin-bottom: 15px;
    }
    .testimonial p {
      font-size: 21px;
      color: #333;
      max-width: 800px;
      margin: auto;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #ccc;
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }
    .carousel-indicators .active {
      background-color: #e67e22;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(70%);
    }


.contact-section {
      padding: 50px 20px;
      background: #fff;
    }
    .contact-section h2 {
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
         color: black;
    }
    .contact-info {
      display: flex;
      align-items: center;
      margin-bottom: 25px;
    }
    .contact-icon {
      font-size: 22px;
      color: #0d6efd;
      border: 1px solid #d0e3ff;
      border-radius: 8px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      background: #f8fbff;
    }
    .contact-info h5 {
      margin: 0;
      font-weight: bold;
      font-size: 16px;
    }
    .contact-info p {
      margin: 0;
      color: #333;
      font-size: 15px;
    }
    .contact-info a {
      color: #0d6efd;
      text-decoration: none;
    }
    iframe {
      border: 0;
      width: 100%;
      min-height: 300px;
      border-radius: 8px;
    }
/* testimonials */




    /*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*/