.features-container {
            max-width: 600px;
            background-color: transparent;
        }
        .features-list {
            list-style: none !important;
            padding-left: 1px !important;
        }
        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }
        .feature-item:last-child {
            margin-bottom: 0;
        }
        .checkmark-icon {
            width: 19px;
            height: 19px;
            margin-right: 10px;
            flex-shrink: 0;
            display: inline-block;
        }
        .feature-text {
            color: #333;
            font-size: 18px;
            font-weight: 400;
            flex: 1;
        }
        .width380{
            max-width: 380px;
        }
        .header-component{
            display: flex;
            justify-content: space-between;
            padding: 64px 80px !important;
        }
        .cta-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background-color: #7325c8;
            color: white;
            font-size: 14px;
            font-weight: 500;
            padding: 10px 20px;
            border: none;
            border-radius: 999px;
            cursor: pointer;
            width: fit-content;
            transition: background-color 0.3s ease;
        }
        .cta-button:hover {
            background-color: #5c1ea2;
        }
        .cta-icon-wrapper {
            background-color: white;
            border-radius: 50%;
            padding: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .cta-icon {
            width: 14px;
            height: 14px;
        }
        .banner-video {
          position: relative;
          width: 100%;
          /*padding-top: 56.25%; */
          border-radius: 4%;
          overflow: hidden;
          /*background-color: #E1A656;*/
        }
        .banner-video video {
          /*position: absolute;*/
          /*top: 0;*/
          /*left: 0;*/
          width: 100%;
          /*height: 100%;*/
          object-fit: contain;
          display: block;
        }
        .banner-video .video-overlay {
          /*position: absolute;*/
          /*top: 50%;*/
          /*left: 50%;*/
          transform: translate(-50%, -50%);
          width: 64px;
          height: 64px;
          /*background-color: rgba(255, 255, 255, 0.4);*/
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          transition: background-color 0.3s ease;
        }
        .banner-video .video-overlay:hover {
          /*background-color: rgba(255, 255, 255, 0.6);*/
        }
        
         .banner-video-wrapper{
            width: 60%;
            display: flex;
            justify-content: end;
        }
      
        .why-seshaasai-wrapper{
            padding: 64px 80px !important;
            background-color: #55267A;
        }
        .why-seshaasai-wrapper-1{
            display: flex;
            justify-content: space-between;
            padding: 64px 80px !important;
            background-color: #55267A;
            gap:5%;
        }
        
        .why-seshaasai-wrapper-1 p {
            color: white;
        }
        
        .ws-video{
            width: 50%;
            
        }
        .ws-content-list{
            width: 50%;
        }
        
        .feature-text-ws{
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            flex: 1;
        }
        
        
        /*.primary-btn-3 {*/
        /*    background-color: #fff;*/
        /*    padding: 12px 65px 12px 24px;*/
        /*    border-radius: 100px;*/
        /*    font-family: 'Mulish';*/
        /*    font-size: 14px;*/
        /*    font-weight: 700;*/
        /*    color: #F15B2B;*/
        /*    position: relative;*/
        /*    transition:all .5s !important;*/
        /*}*/
        .primary-btn-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 16px 12px 24px;
  border-radius: 100px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F15B2B;
  gap: 16px;
  position: relative;
  width: fit-content;
  max-width: 100%;
  transition: all 0.5s ease;
}

        .primary-btn-3:hover,
        .primary-btn-3:active {
            background-color: #F15B2B !important;
            color: #FFFFFF !important;
            transition: all 0.5s;
            border-color: #F15B2B !important;
        }
        
        .primary-btn-3 i {
            background-color: white;
            color: #773DBD;
            font-size: 28px;
            border-radius: 100px;
            padding: 8px 13px;
        }
        
        .primary-btn-3:hover i,
        .primary-btn-3:active i {
            color: #F15B2B;
        }
        
        
        .primary-btn-3 div {
            background-color: #F15B2B;
            color: white;
            border-radius: 100px;
        
        
            position: absolute;
            top: 1px;
            right: 1px;
        
            padding: 0px 15px;
        
            display: flex;
            justify-content: center;
            align-items: center;
            height: 43px;
        
        }
        
        .primary-btn-3 .down_arrow {
            position: absolute;
            top: 1px;
            right: 1px;
            background-color: white;
            color: #773DBD;
            border-radius: 100px;
            padding: 0px 15px;
        
        }
        
        .primary-btn-3:hover .pull-right-3,
        .primary-btn-3:active .pull-right-3 {
            transition: all 0.5s;
            ;
            background-color: #fff !important;
            
        }
        
        .primary-btn-3:hover svg path,
        .primary-btn-3:active svg path {
            transition: all .5s;
            ;
            fill: #F15B2B;
        }

        /*.pull-right-3{*/
        /*    float: right;*/
        /*    margin-top: 0.5%;*/
        /*    position: absolute;*/
        /*    top: 1px;*/
        /*    right: 1px;*/
        /*    background-color: #F15B2B;*/
        /*    color: #FFFFFF;*/
        /*    border-radius: 100px;*/
        /*    padding: 0px 15px;*/
        /*    transition: background-color 0.5s ease; */
        /*}*/
        
        
.primary-btn-3 .pull-right-3 {
  background-color: #F15B2B;
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  width: 43px;
  min-width: 43px;
  min-height: 43px;
  flex-shrink: 0;
  transition: background-color 0.5s ease;
}

        .ws-banner{
            display: flex;
            justify-content: center;
            
        }
        .ws-banner > h2 {
            color: #fff;
        }
        
        .awards {
            display: flex;
            flex-wrap: wrap;              /* allows items to move to the next line */
            justify-content: center;      /* center-align for small screens */
            gap: 10px;
            padding: 20px;                /* reduce padding for small devices */
        }
        
        .awards img {
            flex: 1 1 calc(100% - 10px);   /* make each image take ~20% width */
            max-width: 335px;             /* optional: limit maximum size */
            height: auto;                 /* keep aspect ratio */
        }
        
        /*arc-section*/
        
        .arc-supplier-section {
          padding: 60px 60px;
          background: #fff;
          font-family: Arial, sans-serif;
          position: relative;
          overflow: hidden;
        }
        
        .arc-dots-bg {
          position: absolute;
          top: 0;
          right: 0;
          width: 200px;
          max-width: 25%;
          height: auto;
          opacity: 0.15;
          pointer-events: none;
        }
        .arc-container {
          /*max-width: 1200px;*/
          margin: 0 auto;
        }
        
        .arc-title {
          text-align: center;
          font-size: 30px;
          font-weight: 500;
          color: #333;
          margin-bottom: 15px;
        }
        
        .arc-title .highlight {
          color: #e53935;
          font-weight: bold;
        }
        
        .arc-title .highlight-orange {
          color: #f57c00;
          font-weight: bold;
        }
        
        .arc-subtext {
          text-align: center;
          font-size: 18px;
          color: #555;
          margin-bottom: 50px;
          line-height: 1.5;
          max-width: 900px;
          margin-left: auto;
          margin-right: auto;
        }
        
        .arc-table-wrapper {
          /*overflow-x: auto;*/
          /*margin-bottom: 40px;*/
          /*margin-top: 40px;*/
            overflow-x: auto;
            margin: 40px 0;
            border-radius: 10px;
        }
        
        .arc-table {
          width: 100%;
          border-collapse: separate;
          border-spacing: 0;
          font-size: 18px;
          overflow: hidden;
          border-radius: 10px;
        }
        
        .arc-table th,
        .arc-table td {
          border: 1px solid #ddd;
          padding: 12px 10px;
          text-align: left;
          vertical-align: top;
        }
        
        .arc-table th {
          background-color: #f3f6f9;
          font-weight: 600;
        }
        
        .arc-table td a {
          color: #1976d2;
          text-decoration: none;
        }
        
        .arc-table td a:hover {
          text-decoration: underline;
        }
        
        
        .arc-table tr:first-child th:first-child {
          border-top-left-radius: 10px;
        }
        .arc-table tr:first-child th:last-child {
          border-top-right-radius: 10px;
        }
        .arc-table tr:last-child td:first-child {
          border-bottom-left-radius: 10px;
        }
        .arc-table tr:last-child td:last-child {
          border-bottom-right-radius: 10px;
        }
        
        .arc-form-placeholder {
          background-color: #f5f5f5;
          height: 200px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #999;
          font-size: 16px;
          border-radius: 8px;
          margin-bottom: 40px;
        }
        
        .arc-features {
            margin-top: 40px;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 20px;
        }
        
        .feature-box {
          background-color: #fdbf5e;
          color: #333;
          padding: 20px;
          border-radius: 16px;
          text-align: center;
          font-size: 18px;
        }
        
        .feature-icon {
          font-size: 30px;
          margin-bottom: 10px;
        }
        
        /*suppliers-section*/
        
        .suppliers-section {
          padding: 60px 60px;
          text-align: center;
        }
        
        .section-title {
          font-size: 28px;
          font-weight: 600;
          color: #333;
          margin-bottom: 50px;
        }
        
        .section-title .highlight {
          color: #E85D27;
        }
        
        .offerings-row {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 80px;
        }
        
        @media (max-width: 768px) {
          .offerings-row {
            gap: 30px; /* medium gap */
          }
        }
        
        @media (max-width: 1365px) {
          .offerings-row {
            gap: 40px; /* maximum gap */
          }
        }
        
        @media (max-width: 1365px) {
          .offerings-row {
            gap: 40px; /* maximum gap */
          }
        }
        
        
        .offering {
          /*max-width: 200px;*/
        }
        
        .offering img {
          width: 302px;
          height: 280px;
          border-radius: 12px;
          display: block;
        }
        
        .offering2 img {
          width: 250px;
          height: 250px;
          border-radius: 50%;
          display: block;
        }
        
        .offering p {
          margin-top: 12px;
          font-size: 18px;
          color: #333;
          font-weight: 600;
        }
        
        .offering2 p {
          margin-top: 12px;
          font-size: 18px;
          color: #333;
          font-weight: 600;
        }
        
        .video-frame-wrapper {
          width: 100%;
          height: 100%;
          border-radius: 16px;
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
        }


        .light_pattern1{
                position: absolute;
                top: 30px;
                right: 30px;

        }
        
        .light_pattern1 img {
            width:80%;
        }
        
        /* Show desktop video by default */
        .video-desktop {
          display: block !important;
          border-radius: 50px;
        }
        .video-mobile {
          display: none !important;
          border-radius: 50px;
        }
        
        .features-container .primary-btn-3{
            width: 80% !important;
        }
        
        /*.features-container .btn {*/
         
        /*        font-size: 16px !important;*/
        /*        padding: 12px 20px !important;*/
        /*        width: 60%;*/
        /*}*/
          
          .btn span {
              margin-right: 40px;
          }
          
          .header-banner-texts{
              width: 48%;
          }
          .header-banner-form{
              width: 50%;
          }
        .header-banner-texts h1 {
                text-align: left;
        }
        
        .sub{
            font-size: 26px;
        }
        /* RESPONSIVE CSS */
        
        @media only screen and (max-width: 1199px) {
            .width380{
                max-width: 100%;
            }
            .header-component{
                padding: 40px 60px !important;
            }
            .fs48 {
                font-size: 40px !important;
            }
            .light_pattern1 img {
               width:60%;
            }
        }

        
        @media only screen and (max-width: 1199px) {
            .width380{
                max-width: 100%;
            }
            .header-component{
                padding: 40px 60px !important;
            }
            .fs48 {
                font-size: 40px !important;
            }
            .light_pattern1 img {
               width:60%;
            }
        }

                /* Tablet */
        /* Tablet */
        @media only screen and (max-width: 1199px) {
            .width380{
                max-width: 100%;
            }
            .header-component{
                padding: 40px 60px !important;
            }
            .fs48 {
                font-size: 40px !important;
            }
            .light_pattern1 img {
               width:60%;
            }
            .why-seshaasai-wrapper-1{
                padding: 20px 0px 0px 0px !important;
            }
            .btn {
                font-size: 16px !important;
                padding: 12px 20px !important;
                width: 100%;
                text-align: center !important;
            }
        }
        
        @media only screen and (max-width: 1067px) {
            .btn span {
                margin-right: 10px;
            }
            .btn {
                font-size: 15px !important;
            }
        }

        /* Small Tablet */
        @media only screen and (max-width: 992px) {
            .header-component{
                flex-direction: column;
                padding: 30px 40px !important;
                text-align: center;
            }
            .feature-item{
                text-align: left;
            }
            .banner-video-wrapper{
                width: 100%;
                display: flex;
                justify-content: center;
            }
       
            .banner-video {
                width: 80%;
                margin-top: 30px;
                display: flex;
                justify-content: center;
            }
            .fs48 {
                font-size: 36px !important;
            }
            .features-container {
                max-width: 100%;
            }
            .light_pattern1 img {
                width:50%;
            }
            #contact-lp{
                width: 80% !important;
            }
             .why-seshaasai-wrapper-1 {
                position: relative;              /* ✅ make container relative */
                flex-direction: column;          /* ✅ stack children vertically */
                align-items: center;             /* ✅ center horizontally */
                justify-content: center;         /* ✅ center vertically if needed */
                text-align: center;              /* ✅ center text inside children */
                /*padding: 40px 30px !important;*/
                gap: 30px;
              }
              
              .ws-video, .ws-content-list {
                width: 100% !important;          /* ✅ full width on small screens */
                max-width: 600px;                /* ✅ optional: limit width for better layout */
              }
            .video-desktop {
              display: block !important;
            }
            .video-mobile {
              display: none !important;
            }
                        .btn {
                font-size: 16px !important;
                padding: 12px 20px !important;
                width: 100%;
                text-align: center !important;
            }
            .header-banner-texts{
                width: 100%;
            }
            .header-banner-texts h1 {
                text-align: center;
            }
            .header-banner-form{
                width: 100%;
                margin-top: 20px;
            }
            .sub {
                font-size: 22px;
            }
            .get-in-touch-main-content p{
                width: 60% !important;
            }
        }

        /* Mobile Large */
        @media only screen and (max-width: 768px) {
            .header-component{
                padding: 20px 30px !important;
            }
            .fs48 {
                font-size: 28px !important;
            }
            .feature-text {
                font-size: 16px;
            }
            .checkmark-icon {
                width: 16px;
                height: 16px;
            }
            .banner-video {
                width: 100%;
            }
            .btn {
                font-size: 16px !important;
                /*padding: 12px 20px !important;*/
                width: 100%;
                text-align: center !important;
            }
            .light_pattern1 img {
                display: none;
            }
            #contact-lp{
                width: 90% !important;
            }
            .arc-supplier-section{
                padding: 60px 20px;    
            }
            .video-desktop {
              display: none !important;
            }
            .video-mobile {
              display: block !important;
            }
            .awards img {
                flex: 1 1 calc(33.33% - 10px); /* 3 per row on tablets */
            }
            .get-in-touch-main-content  p{
                width: 70% !important;
            }
        }

        /* Mobile */
        @media only screen and (max-width: 576px) {
            .header-component{
                padding: 15px 20px !important;
            }
            .fs48 {
                font-size: 24px !important;
                line-height: 1.3;
            }
            .feature-text {
                font-size: 14px;
            }
            .checkmark-icon {
                width: 14px;
                height: 14px;
                margin-right: 8px;
            }
            .feature-item {
                margin-bottom: 10px;
            }
            .btn {
                font-size: 15px !important;
                /*padding: 10px 16px !important;*/
            }
            .pull-right svg {
                width: 16px;
                height: 12px;
            }
            #contact-lp{
                width: 100% !important;
            }
            .arc-supplier-section{
                padding: 60px 10px;    
            }
            .why-seshaasai-wrapper{
                padding: 64px 20px !important;
            }
            .sf_hero h1 {
                padding-inline: 0px;
            }
            .sf_hero h1 span {
                padding-inline: 0px;
            }
            .sf_hero .fast-reliable{
                font-size: 18px !important;
            }
            .sub {
                font-size: 18px;
            }
            .get-in-touch-main-content p{
                width: 90% !important;
            }
        }

        /* Mobile Small */
        @media only screen and (max-width: 480px) {
            .header-component{
                padding: 10px 15px !important;
            }
            .fs48 {
                font-size: 20px !important;
            }
            .feature-text {
                font-size: 13px;
            }
            .features-container {
                margin-bottom: 20px;
            }
            .why-seshaasai-wrapper-1{
                padding: 20px 5px !important;;
            }
            .awards img {
                flex: 1 1 calc(50% - 10px); /* 2 per row on phones */
            }
        }
        
        @media only screen and (max-width: 428px) {

            .why-seshaasai-wrapper-1 .btn{
                text-align: left !important;
                font-size: 13px;
            }
            .why-seshaasai-wrapper-1 .pull-right-3{
                margin-top:7px;
            }
        }
        
    
    .get-in-touch-main-content p{
        width: 40%;
        font-size: 18px;
        
    }
        
        
/* ===========================
   PHARMA HERO SECTION
   =========================== */

.pharma-hero-section {
    position: relative;
    background: #FFFFFF;
    padding: 120px 20px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pharma-hero-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 65%;
    z-index: 1;
    pointer-events: none;
}

.pharma-hero-pattern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.pharma-hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.pharma-hero-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-text-orange {
    color: #FF6847;
    display: block;
}

.hero-text-dark {
    color: #1A1A1A;
    display: block;
}

.pharma-hero-description {
    font-size: 20px;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 48px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.pharma-hero-description strong {
    font-weight: 700;
    color: #1A1A1A;
}

.pharma-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #7B3FF2 0%, #6A2FE0 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(123, 63, 242, 0.3);
}

.pharma-demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 63, 242, 0.4);
    background: linear-gradient(135deg, #8B4FF2 0%, #7A3FE0 100%);
}

.pharma-demo-btn svg {
    width: 20px;
    height: 20px;
}

/* ===========================
   RESPONSIVE STYLES
   =========================== */

/* Tablet (1024px and below) */
@media only screen and (max-width: 1024px) {
    .pharma-hero-section {
        padding: 100px 40px;
    }
    
    .pharma-hero-heading {
        font-size: 56px;
    }
    
    .pharma-hero-description {
        font-size: 18px;
    }
}

/* Tablet Small (768px and below) */
@media only screen and (max-width: 768px) {
    .pharma-hero-section {
        padding: 80px 30px;
        min-height: 500px;
    }
    
    .pharma-hero-heading {
        font-size: 42px;
    }
    
    .pharma-hero-description {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .pharma-hero-description br {
        display: none;
    }
    
    .pharma-demo-btn {
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .pharma-hero-pattern {
        width: 70%;
        opacity: 0.4 !important; 
    }
}

/* Mobile (576px and below) */
@media only screen and (max-width: 576px) {
    .pharma-hero-section {
        padding: 60px 20px;
        min-height: 450px;
    }
    
    .pharma-hero-heading {
        font-size: 32px;
        gap: 4px;
    }
    
    .pharma-hero-description {
        font-size: 15px;
        margin-bottom: 36px;
    }
    
    .pharma-demo-btn {
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
        max-width: 280px;
    }
    
    .pharma-hero-pattern {
        width: 60%;
        opacity: 0.3 !important;
    }
}

/* Mobile Small (480px and below) */
@media only screen and (max-width: 480px) {
    .pharma-hero-heading {
        font-size: 28px;
    }
    
    .pharma-hero-description {
        font-size: 14px;
    }
    
    .pharma-demo-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ===========================
   RFID MAIN SECTION (Combined)
   =========================== */

.rfid-main-section {
    background: #27213C;
    padding: 80px 20px;
    position: relative;
}

.rfid-carousel-container {
    max-width: 1200px;
    margin: 0 auto 80px;
    text-align: center;
}

.rfid-carousel-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    margin-bottom: 60px;
}

.rfid-title-orange {
    color: #FF6847;
    display: block;
}

.carousel-track {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    display: block;
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* ===========================
   TRACK EVERY BOX (inside RFID Main Section)
   =========================== */

.track-box-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.track-box-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    margin-bottom: 24px;
}

.track-title-orange {
    color: #FF6847;
}

.track-box-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 60px;
}

.track-box-description br {
    display: block;
}

.track-box-description strong {
    font-weight: 700;
    color: white;
}

.track-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.track-feature-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.track-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.track-feature-icon {
    margin-bottom: 20px;
}

.track-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.track-feature-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4A4A4A;
}

/* ===========================
   MONITOR & QUALITY TRANSIT SECTION
   =========================== */

.monitor-quality-section {
    background: white;
    padding: 80px 20px;
}

.monitor-quality-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Monitor Temperature Part */
.monitor-temp-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0px;
    margin-bottom: 80px;
}

.monitor-temp-content {
    flex: 1;
    border: 1px solid #A5A5A5;
    border-radius: 32px;
    padding: 20px;
}

.monitor-features-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.monitor-temp-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.monitor-subtitle-orange {
    color: #FF6847;
    display: block;
}

.monitor-intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4A4A4A;
    margin-bottom: 24px;
}

.monitor-intro-text strong {
    font-weight: 700;
    color: #1A1A1A;
}

.monitor-feature-items {
    list-style: none;
    padding: 0;
}

.monitor-feature-items li {
    font-size: 16px;
    line-height: 1.6;
    color: #4A4A4A;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.monitor-feature-items li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FF6847;
    font-weight: bold;
    font-size: 20px;
}

.monitor-feature-items li strong {
    font-weight: 700;
    color: #1A1A1A;
}

.monitor-temp-image {
    flex: 1;
    background: linear-gradient(135deg, #FF6847 0%, #FF8A65 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.monitor-temp-image img {
    width: 100%;
    height: auto;
}

/* Quality Transit Part */
.quality-transit-wrapper {
    text-align: center;
}

.quality-transit-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.quality-title-orange {
    color: #FF6847;
}

.quality-transit-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4A4A4A;
    max-width: 900px;
    margin: 0 auto 48px;
}

.quality-transit-desc strong {
    font-weight: 700;
    color: #1A1A1A;
}

.quality-features-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.quality-feature-box {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #FFAD5F80;
    background-color: #fff;
}

.quality-feature-box p {
    font-size: 14px;
    color: #4A4A4A;
}

.quality-devices-image {
    background: linear-gradient(135deg, #FF6847 0%, #FF8A65 100%);
    border-radius: 24px;
    /*padding: 60px 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality-devices-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===========================
   RESPONSIVE STYLES FOR NEW SECTIONS
   =========================== */

@media only screen and (max-width: 1024px) {
    .rfid-carousel-title,
    .track-box-title {
        font-size: 32px;
    }
    
    .carousel-wrapper {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .rfid-carousel-section,
    .track-box-section {
        padding: 60px 30px;
    }
    
    .rfid-carousel-title,
    .track-box-title {
        font-size: 28px;
    }
    
    .carousel-wrapper {
        padding: 40px 24px;
        border-radius: 16px;
    }
    
    .track-box-description {
        font-size: 16px;
    }
    
    .track-box-description br {
        display: none;
    }
    
    .track-features-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 576px) {
    .rfid-carousel-section,
    .track-box-section {
        padding: 50px 20px;
    }
    
    .rfid-carousel-title,
    .track-box-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .carousel-wrapper {
        padding: 30px 20px;
    }
    
    .track-box-description {
        font-size: 15px;
        margin-bottom: 40px;
    }
    
    .track-feature-card {
        padding: 24px 20px;
    }
    
    .track-feature-title {
        font-size: 16px;
    }
    
    .track-feature-desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .rfid-carousel-title,
    .track-box-title {
        font-size: 22px;
    }
    
    .track-box-description {
        font-size: 14px;
    }
}


/* ===========================
   FIGHT COUNTERFEITING SECTION
   =========================== */

.fight-counterfeit-section {
    background: #5D2F7D;
    padding: 80px 20px;
}

.fight-counterfeit-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fight-counterfeit-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    margin-bottom: 24px;
}

.counterfeit-orange {
    color: #FF6847;
}

.fight-counterfeit-desc {
    font-size: 16px;
    line-height: 1.7;
    color: white;
    margin-bottom: 40px;
}

.fight-counterfeit-desc strong {
    font-weight: 700;
}

.counterfeit-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.counterfeit-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    color: white;
    font-size: 16px;
}
.counterfeit-features-grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /*gap: 20px 60px;*/
    max-width: 900px;
    /*margin: 0 auto 60px;*/
}

.counterfeit-feature-item2 {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    color: #1A1A19;
    font-size: 16px;
}

.feature-bullet {
    color: #FF6847;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.diagram-container {
    background: white;
    border-radius: 32px;
    margin-top: 40px;
}

.diagram-container img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}



/* ===========================
   WEB AND MOBILE PLATFORMS SECTION
   =========================== */

.web-mobile-section {
    background: white;
    padding: 80px 20px;
}

.web-mobile-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.web-mobile-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.web-mobile-orange {
    color: #FF6847;
}

.web-mobile-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4A4A4A;
    max-width: 900px;
    margin: 0 auto 40px;
}

.web-mobile-desc strong {
    font-weight: 700;
    color: #1A1A1A;
}

.web-mobile-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.web-mobile-feature-item {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
        border-radius: 16px;
    border: 1px solid #FFAD5F80;
    background-color: #fff;
    padding: 10px;
}

.platforms-carousel-wrapper {
    background: linear-gradient(135deg, #7B4B8F 0%, #9B6BA7 100%);
    border-radius: 32px;
    /*padding: 60px 40px;*/
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.platforms-carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.platforms-carousel-slide {
    min-width: 100%;
    display: none;
    width: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.platforms-carousel-slide.active {
    display: block;
    opacity: 1;
}

.platforms-carousel-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.platform-demo-btn-wrapper {
    text-align: center;
}

.platform-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #7B3FF2 0%, #6A2FE0 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(123, 63, 242, 0.3);
}

.platform-demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 63, 242, 0.4);
    background: linear-gradient(135deg, #8B4FF2 0%, #7A3FE0 100%);
}

.platform-demo-btn svg {
    width: 20px;
    height: 20px;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .monitor-temp-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .quality-features-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fight-counterfeit-title {
        font-size: 28px;
    }
    
    .counterfeit-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .diagram-container {
        padding: 40px 24px;
    }
}

@media only screen and (max-width: 576px) {
    .monitor-temp-content {
        padding: 30px 24px;
    }
    
    .quality-features-row {
        grid-template-columns: 1fr;
    }
    
    .fight-counterfeit-section {
        padding: 60px 20px;
    }
    
    .fight-counterfeit-title {
        font-size: 24px;
    }
    
    .fight-counterfeit-desc {
        font-size: 15px;
    }
    
    .fight-counterfeit-desc br {
        display: none;
    }
    
    .diagram-container {
        padding: 30px 20px;
        border-radius: 24px;
    }
}



/* ===========================
   BENEFITS / WHY SESHAASAI SECTION
   =========================== */

#benefits {
    background: white;
    padding: 80px 20px;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

#benefits .row {
    min-height: 400px;
}

#benefits .col-lg-7 {
    min-height: 400px;
    display: flex;
    align-items: stretch;
}

#benefits .col-lg-7 iframe {
    min-height: 400px;
    height: 100%;
}

#benefits .col-lg-5 {
    min-height: 400px;
}

#benefits .ben-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counterfeit-features-grid2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.counterfeit-feature-item2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    font-size: 16px;
}

.counterfeit-feature-item2 .feature-bullet {
    color: #FF6847;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1;
}

/* Responsive Styles for Benefits Section */
@media only screen and (max-width: 991px) {
    #benefits .row {
        min-height: auto;
    }
    
    #benefits .col-lg-7 {
        min-height: 400px;
        margin-bottom: 30px;
    }
    
    #benefits .col-lg-7 iframe {
        min-height: 400px;
    }
    
    #benefits .col-lg-5 {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #benefits .col-lg-7 {
        min-height: 350px;
    }
    
    #benefits .col-lg-7 iframe {
        min-height: 350px;
    }
}

@media only screen and (max-width: 576px) {
    #benefits .col-lg-7 {
        min-height: 250px;
    }
    
    #benefits .col-lg-7 iframe {
        min-height: 250px;
    }
}