/* FAQ-only styles for Robotic Automation page */

.faq-widget {
    background-color: #f9fafb;
    border: 1px solid #f3f4f6;
    border-top: 4px solid #d1d5db;
    padding: 2rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}

.faq-widget .widget-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

.faq-accordion {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 600;
    transition: all 0.2s;
}

.faq-question:hover {
    color: #f37121;
    text-decoration: underline;
}

.faq-question svg {
    transition: transform 0.3s ease-in-out;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 6px;
}

.faq-answer p {
    font-size: 0.875rem;
    line-height: 22.75px;
    padding-left: 0;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding-bottom: 1rem;
}



.sidebar {

    width: 100%;

}
 
@media (min-width: 1024px) {

    .sidebar {

        width: 33.333333%;

    }

}
 
.sidebar-widget {

    margin-bottom: 2.5rem;

}
 
.video-widget {

    border-radius: 0.5rem;

    overflow: hidden;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    border: 1px solid #e5e7eb;

    background-color: #000;

}
 
.video-widget img {

    width: 100%;

    height: auto;

    opacity: 0.9;

    transition: opacity 0.3s;

}
 
.video-widget img:hover {

    opacity: 1;

}
 
.request-info-widget {

    background-color: #143985;

    color: #fff;

    padding: 2rem;

    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

}
 
.request-info-widget .widget-title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;

    margin-bottom: 1rem;

    color: #fff;

}
 
.request-info-widget .widget-text {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: #d1d5db;

    margin-bottom: 1rem;

}
 
.request-quote-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 0.5rem;

    white-space: nowrap;

    font-size: 0.875rem;

    line-height: 1.25rem;

    transition-property: color;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms;

    min-height: 2.25rem;

    padding-left: 1rem;

    padding-right: 1rem;

    width: 100%;

    background-color: #f37121;

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    border-radius: 0.125rem;

    padding-top: 1.5rem;

    padding-bottom: 1.5rem;

    cursor: pointer;

    border: 1px solid #fff;

}
 
.request-quote-button:hover {

    background-color: #d66018;

}
 

.precision-components-widget {

    margin-top: 2rem;

}
 
.precision-components-widget .widget-title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: #000;

    margin-bottom: 1rem;

}
 
.precision-components-widget img {

    width: 100%;

    height: auto;

    object-fit: cover;

    border-radius: 4px;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    border: 1px solid #e5e7eb;

}

#precision-components-slider .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
}

#precision-components-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
    line-height: 1 !important;
    font-size: 18px !important;
}

#precision-components-slider .owl-nav .owl-prev { left: 4px; }
#precision-components-slider .owl-nav .owl-next { right: 4px; }

#precision-components-slider .owl-dots {
    margin-top: 8px;
}

ul.feature-list {
   padding-left: 30px;
}

.faq-item.active .faq-answer ul  {
    list-style: inside;
}
.faq-item.active .faq-answer ul li {
    line-height: 27.75px;
}

/*
.map-outer {
    box-shadow: 1px 2px 3px rgb(0 0 0 / 24%);
    padding: 50px;
    border-radius: 24px;
}
*/

.capabilities-section {
  background: #fff;
  padding: 60px 0;
}


.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  color: #0a1628;
  margin-bottom: 10px;
}

.section-desc {
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.divider {
  height: 1px;
  background: #eee;
  margin: 30px 0;
}

.small-title {
  font-size: 12px;
  font-weight: bold;
  color: #e87722;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.small-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.card-grid .card {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}

.card-grid .card:hover {
  border-color: #e87722;
  background: #fff7f0;
}

.card-grid .icon-box {
  background: rgba(232, 119, 34, 0.1);
  color: #e87722;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.icon-image,
.icon-svg {
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
}

.card-grid .card p {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: #0a1628;
  margin-bottom: 0;
}

.btn-group {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-outline {
  border: 2px solid #e87722;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #0a1628;
  font-weight: bold;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #e87722;
  color: #fff;
}

.btn-primary {
  background: #e87722;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}

.btn-primary:hover {
  background: #d06a1a;
}

.image-box img {
  width: 100%;
  border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}


.customer-section {
    background: #e8eaed;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}



/* Title */
.customer-section .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer-section .line {
    flex: 1;
    height: 1px;
    background: #ddd;
}

.customer-section .title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
}

.customer-section .title .dot {
    width: 6px;
    height: 6px;
    background: #e87722;
    border-radius: 50%;
}

.customer-section .title .text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}

/* Marquee */
.customer-section .marquee-wrapper {
    position: relative;
    overflow: hidden;
}

/* Fade edges */
.customer-section .fade-left,
.customer-section .fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
}

.customer-section .fade-left {
    left: 0;
    background: linear-gradient(to right, #e8eaed, transparent);
}

.customer-section .fade-right {
    right: 0;
    background: linear-gradient(to left, #e8eaed, transparent);
}

/* Scrolling row */
.customer-section .marquee {
    display: flex;
    animation: scroll 25s linear infinite;
}

/* Logos */
.customer-section .marquee .logo {
    flex: none;
    width: 110px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: 0.3s;
}

.customer-section .marquee .logo img {
    max-width: 100%;
    max-height: 40px;
}

.customer-section .marquee .logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}





  .container-robotics {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}


.robot-components {
    background: #0a1628;
    padding: 60px 0;
}



/* Title */
.robot-components  .section-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Grid */
.robot-components .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card */
.robot-components .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    height: 0;
    padding-bottom: 75%; /* 4:3 ratio */
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    transition: transform 0.4s ease;
}

/* Overlay gradient */
.robot-components  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent);
}

/* Content */
.robot-components  .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.robot-components  .content .line {
    width: 30px;
    height: 2px;
    background: #e87722;
    margin-bottom: 8px;
}

.robot-components  .content p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Hover effect */
.robot-components  .card:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .robot-components .grid {
            grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .robot-components  .grid {
        grid-template-columns: 1fr;
    }
}














.case-studies {
    padding: 80px 0 40px;
    background: #f8f9fb;
}


/* Header */
.case-studies .case-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.case-studies .sub-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #e87722;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.case-studies .case-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0a1628;
}

.case-studies .view-all {
    font-size: 14px;
    font-weight: 600;
    color: #e87722;
    text-decoration: none;
}

.case-studies .view-all:hover {
    color: #c9661b;
}

/* Grid */
.case-studies .case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.case-studies .case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
}

.case-studies .case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* Image */
.case-studies .case-img {
    overflow: hidden;
}

.case-studies .case-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s;
}

.case-studies .case-card:hover img {
    transform: scale(1.05);
}

/* Content */
.case-studies .case-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.case-studies .tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e87722;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.case-studies .tag span {
    width: 6px;
    height: 6px;
    background: #e87722;
    border-radius: 50%;
    display: inline-block;
}

.case-studies .case-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0a1628;
    line-height: 1.4;
    margin-bottom: 20px;
    flex: 1;
}

.case-studies .case-card:hover h4 {
    color: #e87722;
}

/* Read More */
.case-studies .read-more {
    font-size: 14px;
    font-weight: 600;
    color: #e87722;
}

/* Responsive */
@media (max-width: 992px) {
    .case-studies .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .case-studies .case-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .case-studies .case-grid {
        grid-template-columns: 1fr;
    }
}




.why-mes {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #eee;
}



   .why-mes .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

   .why-mes .tag {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #e87722;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

   .why-mes .why-content h2 {
        font-size: 32px;
        font-weight: 700;
        color: #0a1628;
        margin-bottom: 30px;
    }

   .why-mes .features {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

   .why-mes .feature {
        display: flex;
        gap: 15px;
    }

   .why-mes .icon {
        width: 36px;
        height: 36px;
        background: rgba(232, 119, 34, 0.1);
        border-radius: 8px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }

   .why-mes .feature p {
        color: #666;
        line-height: 1.6;
    }

    /* FAQ */
   .why-mes .faq-box {
        background: #0a1628;
        padding: 30px;
        border-radius: 16px;
    }

   .why-mes .faq-box h3 {
        color: #fff;
        margin-bottom: 20px;
    }

   .why-mes .faq-item {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

   .why-mes .faq-question {
        width: 100%;
        background: none;
        border: none;
        color: #fff;
        text-align: left;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

   .why-mes .faq-question:hover {
        color: #e87722;
    }

   .why-mes .faq-answer {
        display: none;
        color: #ccc;
        font-size: 14px;
        padding-bottom: 15px;
        max-height: unset !important;
    }

    /* Active */
    .why-mes .faq-item.active .faq-answer {
        display: block;
    }

    /* Responsive */
    @media (max-width: 991px) {
       .why-mes .grid {
            grid-template-columns: 1fr;
        }
    }



    .why-mes .faq-question {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        border: none;
        color: #fff;
        padding: 15px 0;
        font-weight: 600;
        cursor: pointer;
    }

    .why-mes .faq-icon {
        transition: transform 0.3s ease;
    }

    /* Rotate icon when open */
    .why-mes .faq-item.active .faq-icon {
        transform: rotate(180deg);
    }




    .humanoid-section {
        padding: 60px 0;
        background: #f0f4f8;
    }


  .humanoid-section  .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
    }

    /* LEFT */
  .humanoid-section  .content h2 {
        font-size: 32px;
        font-weight: 700;
        color: #0a1628;
        margin-bottom: 20px;
    }

  .humanoid-section  .text p {
        color: #555;
        line-height: 1.7;
        margin-bottom: 15px;
    }

  .humanoid-section  .text ul {
        padding-left: 20px;
        margin: 15px 0;
    }

  .humanoid-section  .text ul li {
        margin-bottom: 8px;
        font-weight: 600;
        color: #0a1628;
    }

  .humanoid-section  .highlight {
        margin-top: 20px;
        font-weight: 600;
        color: #0a1628;
    }

    /* RIGHT IMAGE */
  .humanoid-section  .image-box {
        display: flex;
        justify-content: center;
    }

  .humanoid-section  .image-card {
        background: #fff;
        padding: 10px;
        border-radius: 12px;
        border: 1px solid #eee;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        width: 100%;
    }

  .humanoid-section  .image-wrapper {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        border-radius: 10px;
    }

  .humanoid-section  .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .humanoid-section  .grid {
            grid-template-columns: 1fr;
        }

      .humanoid-section  .content h2 {
            font-size: 24px;
        }
    }




        .cta-section {
        padding: 80px 20px;
        background: #0a1628;
        text-align: center;
        color: #fff;
      }


      .cta-section  .cta-container h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #fff;
        }

      .cta-section  .cta-container p {
            font-size: 18px;
            color: #ccc;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        /* BUTTON */
      .cta-section  .cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 40px;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            background: #e87722;
            border-radius: 6px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

      .cta-section  .cta-btn:hover {
            background: #c9661b;
            transform: translateY(-2px);
        }

      .cta-section  .cta-btn:active {
            transform: translateY(1px);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
          .cta-section  .cta-container h2 {
                font-size: 26px;
            }

          .cta-section  .cta-container p {
                font-size: 16px;
            }
        }


        .global-section {
            padding: 60px 0 0 0;
            background: #fff;
        }



        /* HEADER */
        .global-section .global-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 30px;
            gap: 20px;
        }

        .global-section .tag {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #e87722;
            margin-bottom: 5px;
        }

        .global-section .global-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #0a1628;
        }

        .global-section .description {
            max-width: 260px;
            text-align: right;
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        /* IMAGE */
        .global-section .global-image {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #eee;
            box-shadow: 0 8px 40px rgba(0,0,0,0.1);
        }

        .global-section .global-image img {
            width: 100%;
            display: block;
            object-fit: cover;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .global-section .global-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .global-section .description {
                display: none;
            }

            .global-section .global-header h2 {
                font-size: 24px;
            }
        }



        .image-slider {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }

        /* SLIDES */
      .image-slider   .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

      .image-slider   .slide.active {
            position: relative;
            opacity: 1;
        }

        /* IMAGE */
      .image-slider   .slide img {
            width: 100%;
            max-height: 500px;
            object-fit: contain;
            display: block;
        }

      .image-slider [data-fancybox] {
            display: block;
            position: relative;
            cursor: zoom-in;
        }

        /* ZOOM ICON */
      .image-slider   .zoom-icon {
            position: absolute;
            top: 12px;
            right: 12px;
            background: rgba(0,0,0,0.5);
            color: #fff;
            padding: 6px;
            border-radius: 50%;
            font-size: 14px;
            opacity: 0;
            transition: 0.3s;
        }

      .image-slider   .slide:hover .zoom-icon {
            opacity: 1;
        }

        /* DOTS */
      .image-slider   .dots {
            position: absolute;
            bottom: 12px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 8px;
        }

      .image-slider   .dot {
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 50%;
            cursor: pointer;
            transition: 0.3s;
        }

      .image-slider   .dot.active {
            background: #e87722;
        }

        @media (max-width: 1199px) {
          .image-slider {
               margin-top: 30px;
            }
        }
