﻿/* == RESET & GLOBALS (from global.css) == */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500,700,600");

/*
      If you truly need everything in one file, including fonts,
      you would have to embed them as base64 Data URLs.
      For brevity, this example references them from external sources.
    */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  height: 100%;
  scroll-behavior: smooth;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Helvetica Neue-Bold";
  src: url("../assets/fonts/HelveticaNeueBold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue-Medium";
  src: url("../assets/fonts/HelveticaNeueMedium.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue-Light";
  src: url("../assets/fonts/HelveticaNeueLight.ttf") format("truetype");
}

/* == STYLEGUIDE (from styleguide.css) == */
:root {
  font-family: "Helvetica Neue-Medium", "Helvetica Neue-Bold",
    "Helvetica Neue-Light", "IBM Plex Mono", Helvetica, Arial, sans-serif;
  --background: rgba(255, 255, 255, 1);
  --text: rgba(54, 57, 64, 1);
}

/* == MAIN STYLES (from style.css) == */
body {
  font-family: "Helvetica Neue-Medium", "Helvetica Neue-Bold",
    "Helvetica Neue-Light", "IBM Plex Mono", Helvetica, Arial, sans-serif;
  color: #404040;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mediasense-LP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: var(--background);
}

.mediasense-LP .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.mediasense-LP .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 38px;
  position: relative;
  /* Instead of a fixed 1600px, let it shrink for smaller screens */
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: transparent;
}

.mediasense-LP .mediasense-master {
  width: 220px;
  height: auto;
}

.mediasense-LP .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
}

.mediasense-LP .about-gallery-pricin {
  font-family: "Helvetica Neue-Bold", Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  gap: 20px;
}

.mediasense-LP .contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  border: 2px solid #404040;
}

.mediasense-LP .sign-in {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  color: #404040;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
}

.mediasense-LP .vector {
  width: 20px;
  height: 20px;
}

.mediasense-LP .overlap-group-wrapper {
  position: relative;
  width: 100%;
  /* Adjust for large backgrounds, previously 1600px wide */
  max-width: 1600px;
  margin: 0 auto;
  height: auto;
}

.mediasense-LP .overlap-group {
  position: relative;
  width: 100%;
  max-width: 1384px;
  margin: 75px auto 0 auto;
  height: auto;
}

.mediasense-LP .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 95px;
  left: 0;
  width: 90%;
  max-width: 783px;
  gap: 32px;
}

.mediasense-LP .mediasense-by {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 72px;
  letter-spacing: -2.16px;
  line-height: 72px;
  color: #404040;
}

.mediasense-LP .harness-the-power-of {
  font-family: "Helvetica Neue-Light", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #404040;
}

.mediasense-LP .hero-button-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
}

.mediasense-LP .hero-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    rgb(7, 0, 196) 0%,
    rgb(16, 181, 176) 76.89%,
    rgb(126, 219, 86) 100%
  );
  cursor: pointer;
}

.mediasense-LP .go-to-presight {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
}

.mediasense-LP .group {
  position: absolute;
  width: 648px;
  top: 0;
  right: 0;
  height: auto;
}

.mediasense-LP .overview {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 100px 170px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgb(222, 243, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}

.mediasense-LP .mask-group {
  width: 558px;
  height: auto;
}

.mediasense-LP .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.mediasense-LP .there-are-many-reaso {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  color: #363940;
}

.mediasense-LP .flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mediasense-LP .p {
  font-family: "Helvetica Neue-Regular", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #404040;
}

.flexcontainer p {
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.flexcontainer p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #404040;
}

.text-wrapper {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #404040;
}

.span {
  font-family: "Helvetica Neue-Bold", Helvetica, sans-serif;
  font-weight: 700;
}

.key-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  padding: 100px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #f6f7fa;
}

.text-wrapper-2 {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  color: #363940;
  font-size: 42px;
  line-height: 42px;
  white-space: nowrap;
}

.frame-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.feature-wrapper {
  display: flex;
  width: 400px;
  align-items: center;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.img {
  width: 48px;
  height: 48px;
}

.frame-3,
.frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.the-first {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 30.8px;
  color: #404040;
}

.microsoft-patch-mana {
  font-family: "Helvetica Neue-Regular", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #404040;
  width: 100%;
}

.features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  padding: 100px 100px 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #ffffff;
}

.features-2 {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  color: #363940;
  white-space: nowrap;
}

.frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  width: 100%;
  background-color: #f6f7fa;
  border-radius: 30px;
}

.frame-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex: 1;
  padding-left: 50px;
}

.frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.trends,
.trends-2 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  color: #0001fe;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-top: -1px;
}

.choosing-the-right-p {
  font-family: "Helvetica Neue-Medium", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 30.8px;
  color: #404040;
}

.image {
  width: 688px;
  height: auto;
  object-fit: cover;
}

.footer {
  background-color: #424242;
  padding: 2rem 4rem;
  color: white;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}

.logo img {
  height: 59px;
  width: auto;
}

.social-section {
  text-align: right;
}

.get-in-touch {
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 0.9rem;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 2rem;
  font-family: "Helvetica Neue-Regular", Helvetica, sans-serif;
  line-height: 22.5px;
  text-decoration: underline;
  white-space: nowrap;
}

.footer-links a {
  color: #fefefe;
  text-decoration: underline;
  font-size: 0.9rem;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  color: #007bff;
}

.group-3 {
  width: 218px;
  height: 86px;
  display: flex;
  flex-direction: column;
}

.get-in-touch {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  color: #fefefe;
  font-size: 18.8px;
  letter-spacing: 1.7px;
  line-height: 28.3px;
  white-space: nowrap;
  margin-left: 31px;
  margin-bottom: 10px;
}

.group-4 {
  width: 216px;
  height: 48px;
  display: flex;
  position: relative;
}

.overlap,
.overlap-2,
.overlap-group-2,
.vector-wrapper {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 24px;
}

.ellipse {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-3,
.vector-4,
.vector-5,
.vector-6 {
  position: absolute;
  z-index: 10;
}

.vector-3 {
  width: 19px;
  height: 18px;
  top: 13px;
  left: 15px;
}

.vector-4 {
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
}

.vector-5 {
  width: 10px;
  height: 20px;
  top: 14px;
  left: 19px;
}

.vector-6 {
  width: 22px;
  height: 20px;
  top: 12px;
  left: 11px;
}

.icon-link {
  text-decoration: none;
  transition: all 0.3s ease;
}

.icon-link:hover .ellipse,
.icon-link:hover .vector-wrapper {
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.icon-link:hover img {
  filter: brightness(0);
  transition: all 0.3s ease;
}

.group-4 {
  display: flex;
  gap: 8px;
}

.vector-wrapper {
  border: 2px solid #ffffff;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  position: relative;
  min-height: 600px; /* Ensures enough space */
  margin-bottom: 80px; /* Creates space before the overview */
}

.overlap-group-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlap-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Ensures wrapping for responsiveness */
  max-width: 1384px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px; /* Creates proper spacing */
}

.frame {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 90%;
  max-width: 783px;
  margin: 0 auto;
  position: relative; /* Removed absolute positioning */
  text-align: left;
  z-index: 2;
}

.hero-button-wrapper {
  display: flex;
  gap: 20px;
}

.group {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative; /* Prevents overlap */
  z-index: 1; /* Ensures it doesn't cover text */
}

.overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
  padding: 100px 170px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 60px; /* Ensures it stays below hero */
  background: linear-gradient(
    180deg,
    rgb(222, 243, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}

.mask-group {
  width: 558px;
  height: auto;
}

.div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.text-wrapper-4:hover,
.text-wrapper-5:hover,
.text-wrapper-6:hover {
  color: #007bff;
  cursor: pointer;
}

/* Hover effect for menu links */
.about-gallery-pricin span:hover {
  color: #007bff;
  cursor: pointer;
}

/* Styles for the icon links */
.icon-link {
  display: block;
}

/* Hover effect: Change background and invert image color */
.icon-link:hover div {
  background-color: #ffffff !important; /* Blue Background */
}

.icon-link:hover img {
  filter: invert(1); /* Inverts the image color */
}

.about-gallery-pricin a {
  font-family: "Helvetica Neue-Bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
  white-space: nowrap;
  text-decoration: none; /* Removes underline */
}

.about-gallery-pricin a:hover {
  color: #007bff; /* Changes color on hover */
}

.subscription-details > * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.subscription-details-heading {
  font-size: 42px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-weight: 500;
  color: #363940;
}
.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    rgb(7, 0, 196) 0%,
    rgb(16, 181, 176) 76.89%,
    rgb(126, 219, 86) 100%
  );
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.hero-button:hover {
  background: #404040; /* Dark background on hover */
}

.hero-button:hover .go-to-presight {
  color: #ffffff; /* Ensure text remains readable */
}

.hero-button:hover .vector {
  filter: brightness(0) invert(1); /* Makes the SVG icon white */
}

.contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  border: 2px solid #404040;
  background-color: #ffffff; /* Default background */
  text-decoration: none; /* Remove default link styling */
  transition: background-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.contact .sign-in {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #404040; /* Default text color */
  transition: color 0.3s ease;
}

.contact img.vector {
  transition: filter 0.3s ease; /* Smooth transition for icon */
}

/* 🔥 Hover effect */
.contact:hover {
  background-color: #404040; /* Reverted background */
}

.contact:hover .sign-in {
  color: #ffffff; /* Reverted text color */
}

.contact:hover img.vector {
  filter: invert(1); /* Revert SVG color */
}

.user-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* 🔹 Username Styling */
.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: linear-gradient(90deg, #0700c4, #10b5b0 76.89%, #7edb56);
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

/* 🔹 Bootstrap User Icon */
.profile-icon {
  font-size: 20px;
  color: white;
}

/* 🔹 Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 45px;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  z-index: 1000;
}

.user-menu:hover .dropdown-menu {
  display: block;
}

/* 🔹 Dropdown Items */
.dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: #f6f7fa;
}

.dropdown-menu i {
  margin-right: 8px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .footer {
    padding: 2rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .social-section {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}

.subscriptions {
  font-size: 42px;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #363940;
  text-align: left;
}

.purchase-new {
  border: 2px solid #404040 !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  border-radius: 100px !important;
}

.purchase-new-subscription {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", Helvetica, Arial, sans-serif;
}

.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Custom table header styling */
.table thead.table-dark {
  background-color: #404040 !important;
  border-radius: 10px;
}

.table thead.table-dark th {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  padding: 16px 24px;
}

/* Table hover effects */
.table-hover > tbody > tr:hover {
  background-color: #343a40 !important;
  color: white !important;
}

.table-hover > tbody > tr:hover .text-muted {
  color: #e9ecef !important;
}

/* Transition for hover effects */
.transition {
  transition: all 0.3s ease;
}

/* Ensure dropdown stays above table on hover */
.dropdown-menu {
  z-index: 1055;
}
/* == Responsive Breakpoints == */
/* Tablet and below */
@media (max-width: 991px) {
  .mediasense-LP .header {
    flex-wrap: wrap;
    padding: 20px;
  }
  .mediasense-LP .menu {
    gap: 20px;
  }
  .mediasense-LP .overlap-group-wrapper,
  .mediasense-LP .overlap-group {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .mediasense-LP .frame {
    position: static;
    margin-top: 0;
  }
  .mediasense-LP .group {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .mediasense-LP .overview {
    flex-direction: column;
    padding: 40px 20px;
  }
  .mediasense-LP .overview > img {
    order: -1;
    margin-bottom: 20px;
  }
  .mediasense-LP .key-benefits {
    padding: 60px 20px;
  }
  .features {
    padding: 60px 20px 0;
  }
  .frame-wrapper {
    padding: 20px;
  }
  .frame-5 {
    flex-direction: column;
  }
  .image {
    width: 100%;
  }
  .frame-6 {
    padding-left: 0;
  }
}

/* Mobile (small phones) */
@media (max-width: 575px) {
  .mediasense-LP .mediasense-by {
    font-size: 48px;
    line-height: 54px;
  }
  .mediasense-LP .harness-the-power-of {
    font-size: 18px;
    line-height: 28px;
  }
  .key-benefits {
    padding: 40px 20px;
  }
  .text-wrapper-2 {
    font-size: 32px;
    line-height: 36px;
  }
  .features-2 {
    font-size: 32px;
  }
  .choosing-the-right-p {
    font-size: 22px;
  }
  .trends,
  .trends-2 {
    letter-spacing: 1px;
  }
  .mediasense-LP .header {
    flex-direction: column;
    align-items: flex-start;
  }
  .mediasense-LP .menu {
    order: 1;
    margin-top: 10px;
  }
}
