  .categories__content {
      background: #f5f2f2;
      padding: 10px 0;
    }
    .categories__content .heading {
      color: black;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2px;
      margin-left: 10px;
    }
    .categories__content .heading .title {
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      display: flex;
      align-items: center;
      padding-left: 7vw;
      margin-bottom: 1rem;
      margin-top: 2rem;
      gap: 12px;
      text-align: left;
      position:relative;
      display: inline-block;
      color: #000;
       text-transform: uppercase;
    }
    .categories__content .heading .view-all {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
      width: 15%;
      letter-spacing: 0.05em;
      margin-bottom: -1.2rem;
      text-transform: uppercase;
      cursor: pointer;
      transition: color 0.2s;
    }
    .categories__content .heading .view-all:hover {
      color: #23e5f3;
      text-decoration: underline;
    }
    #close-modal {
      color: #0b0c0c !important;
      transition: color 0.2s;
    }
    .categories__content .content {
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      justify-content: flex-start;
      padding-left: 7vw;
    }
    .categories__content .content__item {
      background: #fff;
      border-radius: 18px;
      border: 1.5px solid #222;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
      width: 270px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: box-shadow 0.2s, border-color 0.2s;
      position: relative;
      min-height: 450px;
      margin-bottom: 12px;
    }
    .categories__content .content__item:hover {
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
      border-color: #23e5f3;
    }
    .categories__content .content__item .image {
      width: 100%;
      height: 350px;
      background: #fff;
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      overflow: hidden;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      border-bottom: 1px solid #eee;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }
    .categories__content .content__item .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0;
      padding: 0;
      background: #ffffff;
    }
    .categories__content .content__item .text {
      padding: 16px 14px 6px 14px;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: flex-end;
      color: #131313;
    }
    .categories__content .content__item .text .title {
      font-size: 1rem;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 0px;
      letter-spacing: 0.01em;
      line-height: 0.2;
      color: #131313;
    }
    .categories__content .content__item .text p {
      font-size: 0.9rem;
      font-weight: 400;
      color: #555;
      margin-bottom: 10px;
      line-height: 0.8;
    }
    .categories__content .content__item .text .view {
      margin-top: auto;
      background: #000;
      color: #fff;
      border-radius: 16px;
      padding: 14px 0;
      text-align: center;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      border: none;
      outline: none;
      width: 100%;
      margin-bottom: 0;
      margin-top: 18px;
      text-transform: uppercase;
    }
    .categories__content .content__item .text .view:hover {
      background: #23e5f3;
      color: #131313;
    }
    .categories__content .content__item .work-content {
      display: none;
    }
     #modal-body p{
      font-size: 0.8rem;
     }
    #modal-body img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .categories__content .content__item {
      display: none;
    }
    .categories__content .content__item:nth-child(-n+4) {
      display: flex;
    }
    .categories__content .content.show-all .content__item {
      display: flex;
    }
.categories__content h3.categories__heading {
      font-size: 1.8rem;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
}
     @media (max-width: 778px) {
      .content {
        gap: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
      }
     .categories__content .content__item .text .title {
      font-size: 0.75rem;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 0px;
      color: #131313;
      width: 100%;
    }
    .categories__content .content__item .text p {
      font-size: 0.6rem;
      font-weight: 400;
      color: #555;
      margin-bottom: 10px;
      line-height: 0.8;
    }
     .categories__content .content__item .text .view {
      margin-top: auto;
      background: #000;
      color: #fff;
      border-radius: 16px;
      padding: 14px 0;
      text-align: center;
      font-size: 0.5rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      border: none;
      outline: none;
      width: 100%;
      margin-bottom: 0;
      margin-top: 18px;
      text-transform: uppercase;
    }
    .categories__content .content__item .text .view:hover {
      background: #23e5f3;
      color: #131313;
    }
      .categories__content .heading .view-all {
        font-size: 0.70rem;
        font-weight: 600;
        color: #000;
        width: 35%;
        letter-spacing: 0.05em;
        margin-bottom: -1rem;
        text-transform: uppercase;
        cursor: pointer;
        transition: color 0.2s;
        margin-right: -3rem;
        padding-right: 0 ;
      }
      .categories__content .heading .view-all:hover {
        color: #23e5f3;
        text-decoration: underline;
      }
      .categories__content .heading .title {
        font-size: 1.1rem;
        font-weight: 700;
        display: flex;
        align-items: start;
        margin-left: -1.5rem;
        padding-left: 0rem;
        gap: 12px;
        margin-bottom: 1rem;
        margin-top: 2rem;
        position: relative;
        display: inline-block;
      }
      .categories__content .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding-left: 0rem;
    justify-content: center;
  }
  .categories__content .content__item {
    width: 190px;
    min-height: 200px; /* Adjust the minimum height as needed */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .categories__content .content__item .image {
    width: 100%;
    height: 150px; /* Adjust the height as needed */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .categories__content .content__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .categories__content .content__item .text {
    padding: 16px;
    display: flex;
    font-size: 0.5rem;
    flex-direction: column;
    justify-content: flex-start;
    color: #181717;
  }
   .categories__content .content__item {
      display: none;
    }
    .categories__content .content__item:nth-child(-n+4) {
      display: flex;
    }
    .categories__content .content.show-all .content__item {
      display: flex;
    }
    .categories__content h3.categories__heading {
      font-size: 1.3rem;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
}
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.features {
  background: #ffffff;
  color: #000000;
  padding: 0px 0;
  margin-top: 0;
}
.features .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto 0px auto;
  padding: 0px 0;
}
.features .image {
  max-width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
}
.features .image img {
  width: 100%;
  max-width: 700px;
  border-radius: 16px;
  box-shadow: none;
  background: none;
  display: block;
}
.Quick-phone-frame {
  position: relative;
  width: 200px;
  height: 400px;
  border-radius: 30px;
  border: 7px solid #333;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  gap :0;
  margin: 0 0.5rem;
  padding: 0 auto;
}
.quick-phone-earpiece {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 19px;
  background-color: #333;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.features .text {
  max-width: 36%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features .text p {
  font-size: 1rem;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
}
.features .text .uppercase {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
    color: #000000;
}
.features .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features .text ul li {
  display: flex;
  align-items: center;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 22px;
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  letter-spacing: 0.01em;
    color: #000000;
}
.features .text ul li img {
  width: 44px;
  height: 44px;
  margin-right: 18px;
  border-radius: 50%;
  background: #111;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.features__title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.1;
}
.features__title h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 776px) {
  .features .row {
    flex-direction: column;
    gap: 32px;
    padding: 4px 0;
  }
  .features .image{
    max-width: 100%;
  }
  .features .text {
    max-width: 80%;
    flex: 1 1 100%;
    margin: 0;
  }
  .features .image {
    padding: 0 0;
    max-width: 100%;
  }
.Quick-phone-frame {
  position: relative;
  width: 110px;
  height: 231px;
  border-radius: 16px;
  border: 3px solid #333;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  gap :0;
  margin: 0 0.2rem;
  padding: 0 0;
}
.quick-phone-earpiece {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 9.5px;
  background-color: #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}}
.solutions {
  margin-top: 48px;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 2rem;
  background: #fff  ;
}
.solutions__title {
  text-align: center;
  margin-bottom: 32px;
}
.solutions__title .subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.solutions__title h2 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #000000;
}
.solutions__title .description {
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 0;
}
.solutions__container {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}
.solutions__item {
  background: #111;
  color: #000000;
  border-radius: 16px;
  padding: 32px 24px 28px 24px;
  flex: 1 1 300px;
  max-width: 320px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solutions__item .image {
  margin-bottom: 18px;
  display: flex;
  width: auto;
  height: 250px;
}
.solutions__item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.solutions__item .title {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.solutions__item .description {
  font-size: 0.9rem;
  color: #e0e0e0;
  font-weight: 400;
}
section.data{
  background: #2256e3;
  color: #fff;
  padding: 64px 0 48px 0;
  margin-top: 0;
}
.data .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data .text__container {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.data .page-title {
  font-size: 1rem;
  font-weight: 700;
  color: #b6ff1c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.data h2 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.data h2 .lime {
  color: #b6ff1c;
  font-weight: 900;
}
.data .description {
  font-size: 1.1rem;
  color: #e0e0e0;
  margin-bottom: 24px;
}
.data .button-white {
  margin-bottom: 32px;
}
.data .image__container {
  width: auto;
  height: 500px;
  display: flex;
  justify-content: center;
}
.data .image__container img {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  border-radius: 18px;
  background: #2256e3;
}
 @media (max-width: 778px) {
  .container {
    padding: 0 8px ;
    width: 100% ;
    box-sizing: border-box;
  }
  .solutions__title h2 {
    font-size: 1.3rem  ;
    margin: 0 0 12px 0 ;
    width: 100%  ;
    padding: 0 0;
  }
  .solutions__title .subtitle{
    font-size: 0.9rem;
  }
  .solutions__container {
    flex-direction: column  ;
    gap: 18px  ;
    align-items: stretch  ;
    height: auto  ;
    width: 80%  ;
    margin-bottom: 24px  ;
  }
  .solutions__item {
    max-width: 100%  ;
    width: 100%  ;
    padding: 18px 8px 14px 8px  ;
    border-radius: 12px  ;
  }
  .solutions__item .image {
    height: 120px  ;
    margin-bottom: 10px  ;
  }
  .solutions__item .image img {
    max-width: 100%  ;
    height: 100px  ;
    object-fit: contain  ;
  }
  .solutions__item .title {
    font-size: 1rem  ;
    margin-bottom: 6px  ;
  }
  .solutions__item .description {
    font-size: 0.9rem  ;
  }
  section.data {
    padding: 32px 0 24px 0  ;
  }
  .data h2 {
    font-size: 1rem  ;
    margin: 0 0.5rem  0.5rem 0.5rem ;
    text-align: center  ;
  }
  .data.text__container P {
    width: 100%  ;
    text-align: center  ;
    margin: 0 0.5rem  0.5rem 0.5rem ;
  }
  .data .description,
  .data .page-title {
    font-size: 1rem  ;
  }
  .data .image__container {
    height: auto  ;
    margin-top: 12px  ;
  }
  .data .image__container img {
    max-width: 100%  ;
    height: auto  ;
    border-radius: 10px  ;
  }}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
   .contact-info-section {
  width: 100%;
  max-width: 615px;
  margin: 2.5rem auto;
  background: linear-gradient(135deg, #181828 80%, #23e5f3 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(35,229,243,0.08);
  padding: 2.5rem 2rem;
  color: #fff;
  backdrop-filter: blur(2px);
}
.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(35,229,243,0.08);
}
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23233a;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 0.5rem;
  box-shadow: 0 2px 8px rgba(35,229,243,0.08);
}
.contact-info-label {
  font-weight: 700;
  color: #23e5f3;
  min-width: 120px;
  font-size: 1.08rem;
  letter-spacing: 0.5px;
}
.contact-info-value {
  font-weight: 400;
  color: #fff;
  font-size: 1.08rem;
  word-break: break-all;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info-value:hover {
  color: #1aed87;
  text-decoration: underline;
}
.contact-map-links {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
}
.map-link {
  color: #23e5f3;
  background: #23233a;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
  font-size: 0.98rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.map-link:hover {
  background: #1aed87;
  color: #181828;
}
 @media (max-width: 778px) {
  .contact-info-section {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
    border-radius: 12px;
  }
  .contact-info-label, .contact-info-value {
    font-size: 1rem;
  }
  .contact-info-icon {
    width: 32px;
    height: 32px;
  }
}
.privacy-policy-container {
  max-width: 800px;
  margin: 40px auto 60px auto;
  padding: 32px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
   font-family: "Gotham Book", Gotham-Book, Helvetica, Arial, sans-serif;;
  color: #222;
}
.privacy-policy-container h1,
.privacy-policy-container h2,
.privacy-policy-container h3,
.privacy-policy-container h4 {
  color: #4d65ff;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.privacy-policy-container h1 {
  font-size: 2.2rem;
  margin-top: 0;
}
.privacy-policy-container h2 {
  font-size: 1.5rem;
}
.privacy-policy-container h3 {
  font-size: 1.2rem;
}
.privacy-policy-container p,
.privacy-policy-container ul,
.privacy-policy-container li {
  font-size: 1rem;
  line-height: 1.7;
}
.privacy-policy-container ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.privacy-policy-container li {
  margin-bottom: 0.5em;
}
.privacy-policy-container a {
  color: #4d65ff;
  text-decoration: underline;
  word-break: break-all;
}
 @media (max-width: 778px) {
  .privacy-policy-container {
    padding: 16px 4vw;
    font-size: 0.98rem;
  }
  .privacy-policy-container h1 {
    font-size: 1.5rem;
  }
  .privacy-policy-container h2 {
    font-size: 1.1rem;
  }
}
.image-transition-section {
  max-width: 100%;
  width: 100%;
  margin: 0rem auto;
  padding: 5rem;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.image-container {
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
  width: 65%;
  height: auto;
  padding-top: 32.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.transition-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit:fill;
  transition: clip-path 2.5s ease-in-out;
}
.transition-image.before {
  clip-path: inset(0 0 0 0);
}
.transition-image.after {
  clip-path: inset(0 0 0 100%);
}
@media (max-width: 768px) {
  .image-transition-section {
    padding: 2rem 1rem;
  }
  .image-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
  }}
.section_example {
  background: #000000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  padding-left: 8vw;
  padding-right: 8vw;
}
.example_component {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.example_grid-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.example_row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.example_card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  padding: 32px 24px;
  flex: 1 1 320px;
  max-width: 390px;
  min-width: 350px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.example_card:hover {
  box-shadow: 0 8px 32px rgba(35,229,243,0.18);
}
.example_card-content {
  width: 100%;
}
.example_card-content-top {
  margin-bottom: 16px;
}
.margin-bottom.margin-xsmall {
  margin-bottom: 8px;
}
.section_example h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #23e5f3;
  padding-bottom: 1.5rem;
  text-align: center;
    text-transform: uppercase;
}
.subtitle {
  max-width: 100%;
  margin: 10px auto 50px;
  font-size: 1.1rem;
  color: #e2dede;
  text-align: center;
width: 80%;
}
.example_card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #000000;
  text-align: left;
}
.icon-heading {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.icon-img {
  width: 15%;
  height: auto;
  object-fit: contain;
  display: inline-block;
}
.text {
  color: #000000;
  font-size: 0.80rem;
  line-height: 1.6;
}
.example_image-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
 @media (max-width: 778px) {
  .example_grid-list,
  .example_row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .example_card {
    max-width: 100%;
    min-width: 0;
  }
  .section_example h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
  }
 .section_example h4 {
text-align:left;
 }
  .icon-heading {
  display: flex;
  gap: 0.5rem;
}
  .subtitle {
    max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1rem;
  text-align: center;
 max-width: 100%;
 width: 100%;
}
}
.analytics-section  { background: #f9fafc;  font-family: "Gotham Book", Gotham-Book, Helvetica, Arial, sans-serif;}
    .analytics-accent {
      display: flex;
      align-items: flex-start;
      background: #fff;
      padding: 32px 36px;
      gap: 30px;
      margin: 0px auto 60px;
      max-width: 100%;
      width: 95%;
      border-radius: 10px;
      box-shadow: 0 2px 12px rgba(76,166,210,0.06);
    }
    .analytics-symbol {
      font-size: 2.1em;
      color: #28aebd;
      margin-top: 8px;
      margin-right: 16px;
    }
    .analytics-content {
      display: flex;
      flex-direction: column;
      gap: 7px;
      margin: 0;
    }
 .analytics-section h2 {
font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    padding-bottom: 1.5rem;
    padding-top: 2.5rem;
    text-align: center;
    text-transform: uppercase;
 }
    .analytics-title {
      font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-align: center;
      color: #000000;
    }
    .analytics-description {
     max-width: 100%;
    margin: 0px auto 0px;
    font-size: 1.1rem;
    color: #e2dede;
    text-align: center;
    width: 80%;
    }
    .analytics-image2 {
      width: 850px;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 1px 6px rgba(52,167,173,0.06);
    }
    .analytics-description ul{
      padding-left: -2rem;
      margin-left: -5rem;
    }
    .analytics-description ul li{
      color: #504f4f;
      text-align: left;
      font-size: 0.80rem;
      margin-bottom: 0.8rem;
    }
    .analytics-description ul li span{
      color: #000;
      font-size: 0.80rem;
      font-weight: 500;
    }
    @media (max-width: 778px){
      .analytics-accent { flex-direction: column-reverse ; padding: 14px 8px; }
      .analytics-image2 { width: 95vw; height: auto; }
      .analytics-symbol { display: none; }
      .analytics-title{
        font-size: 1rem;
      }
.analytics-description ul{
      padding-left: -2rem;
      margin-left: -3.5rem;
    }
    .analytics-description ul li{
      color: #504f4f;
      text-align: left;
      font-size: 0.8rem;
    }
    .analytics-description ul li span{
      color: #000;
      font-size: 0.8rem;
      font-weight: 600;
    }
     .analytics-section h2 {
font-size: 1.3rem;}
 .analytics-image2 {
      width: 450px;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 1px 6px rgba(52,167,173,0.06);
    } }
.headline-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  min-height: 250px;
  background-image: url(image/5.webp);
  background-size:100% 110%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 7rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.headline-content {
  z-index: 1;
  max-width: 75%;
}
.headline-content h1 {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 35px 0;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
}
.headline-highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.neon-oval {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 12px;
  bottom: -4px;
  border: 2.5px solid #aaff47;
  border-radius: 40px 35px 36px 40px;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}
.neon-underline {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  height: 7px;
  bottom: -7px;
  background: #aaff47;
  border-radius: 8px;
  filter: blur(2px);
  opacity: 0.55;
  z-index: 2;
}
.headline-graphic {
  flex: 1 1 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 250px;
}
.headline-graphic img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
@media (max-width: 778px) {
  .headline-banner {
    flex-direction: column;
    padding: 25px 2rem 25px 0.5rem;
    min-height: unset;
    background-size: 100% 94% ;
  }
  .headline-content, .headline-graphic {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .headline-content h1 {
    font-size: 1.4rem;
    text-align: left;
    width: 88%;
  }
  .headline-graphic img {
    max-width: 220px;
    margin-top: 24px;
  }
}
  .report-section {
      font-family: "Gotham Book", Gotham-Book, Helvetica, Arial, sans-serif !important;
    max-width: 100%;
    width: 85%;
    height: auto;
    margin: auto;
    display: grid;
    padding-bottom: 5rem;
    grid-template-columns: repeat( 1fr);
  }
  .report-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    color: #111;
    text-transform: uppercase;
  }
  .report-section p {
    font-size: 1.1rem;
    text-align: center;
    color: #555;
    margin-bottom: 1.5rem;
  }
  .report-card {
    max-width: 1550px;
    margin: 3.5rem auto 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.35s ease;
  }
  .report-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  }
  .screenshot-frame {
    border: 14px solid #e3e6eb;
    border-radius: 12px 12px 0 0;
    background: #f1f3f9;
    padding: 8px;
  }
  .screenshot-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    transition: transform 0.6s ease;
  }
  .report-card:hover .screenshot-frame img {
    transform: scale(1.07);
  }
  .report-content {
    padding: 4px 28px 32px;
    background: #fff;
  }
  .report-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
  }
  @media (max-width: 1000px) {
    .report-section {
      grid-template-columns: repeat( 1fr);
    }
  } 
  @media (max-width: 778px) {
    .report-section {
      grid-template-columns: 1fr;
    }
  .report-section h2 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
} 
.report-section p{
  font-size: 0.9rem;
}  }
.analytics-services {
   font-family: "Gotham Book", Gotham-Book, Helvetica, Arial, sans-serif !important;
  background-color: #000000;
  padding: 2.5rem 8rem;
  max-width: 1550px;
  margin: 0 auto;
}
.analytics-services h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #23e5f3;
  text-transform: uppercase;
} 
.analytics-services h2 {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: -2.1rem;
  margin-left: 3.8rem;
} 
.analytics-features p {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 20px;
  margin-top: 1.8rem;
  margin-left: 0;
} 
.analytics-intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 40px;
 max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.analytics-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.feature-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex: 1 1 calc(33% - 40px);
  max-width: 390px;
  height: 250px;
  text-align: center;
  color: #000;
}
.feature-image {
  width: 16%;
  height: auto;
}
.analytics-tools {
  margin-top: 40px;
  text-align: center;
}
.analytics-tools h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.analytics-tools ul {
  list-style: none;
  padding: 0;
} 
.analytics-tools li {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .feature-item {
    flex: 1 1 calc(50% - 20px);
  }
  .analytics-services {
padding: 0 0;
  }
  .analytics-services h1 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #23e5f3;
} 
.analytics-services h2 {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: -2.5rem;
  margin-left: 3.5rem;
} 
.analytics-features p {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 20px;
  margin-top: 1.8rem;
  margin-left: 0;
} 
.analytics-intro {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}}
@media (max-width: 480px) {
  .feature-item {
    flex: 1 1 100%;
  }
}
.highlights-section {
    max-width: 100%;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .highlights-section h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    color: #111;
  }
  .highlights-section p {
    font-size: 1.1rem;
    text-align: center;
    color: #555;
    margin-bottom: 40px;
  }
  .highlight-card {
    display: flex;
    background: #fff;
    border-left: 6px solid #3498db;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  .highlight-image {
    flex: 2.5; /* 2/3 width */
    overflow: hidden;
  }
  .highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .highlight-content {
    flex: 0.5; /* 1/3 width */
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .highlight-title {
    font-size: 1.6rem;
    margin-bottom: 14px;
    font-weight: 700;
    color: #2980b9;
  }
  .highlight-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
  }
  @media (max-width: 768px) {
    .highlight-card {
      flex-direction: column;
    }
    .highlight-image {
      flex: none;
      height: 220px;
    }
    .highlight-image img {
      height: 100%;
    }
    .highlight-content {
      flex: none;
      padding: 16px 20px;
    }
  }
  .analytics-wrap {
            display: flex;
            align-items: flex-start;
            max-width: 850px;
            margin-top: 3.5rem;
            margin-left: auto;
            margin-right: auto;
            padding: 0 24px;
            gap: 34px;
            
        }
        .accent-bar {
            width: 8px;
            height: 360px;
            border-radius: 4px;
            background: linear-gradient(180deg, #1565c0, #00bcd4);
            flex-shrink: 0;
        }
        .analytics-main {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .analytics-image {
            width: 100%;
            max-width: 100%;
            object-fit: contain;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(30,80,140,0.07);
        }
        .analytics-detail {
            font-size: 1.08em;
            color: #384454;
            line-height: 1.6;
        }
        @media (max-width: 800px) {
            .analytics-wrap {
                flex-direction: column;
                gap: 18px;
                max-width: 100vw;
            }
            .accent-bar {
                width: 100px;
                height: 8px;
                margin-bottom: 8px;
                background: linear-gradient(90deg, #1565c0, #00bcd4);
            }
        }
     
