/* VIOware Technologies - Cleaned CSS */

/* Reset and Base Styles */
body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Align header-to-content spacing across every page */
.hero_area + section,
.hero_area + .who_section,
.hero_area + .work_section {
  padding-top: 60px !important;
}

/* Layout Utilities */
.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/* Heading Container */
.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
}

.heading_container h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

/* Hero Area */
.hero_area {
  height: auto;
  background-color: #000000;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 60px !important;
}

.sub_page .hero_area + .who_section.layout_padding {
  padding-top: 60px !important;
}

.who_section.layout_padding {
  padding-top: 60px;
}

/* Header Section */
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container.pt-3 {
  padding-top: 15px !important;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/* Dropdown Menu */
.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #3498db !important;
}

/* Common Link Styles */
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/* Slider Section */
.slider_section {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 20px 0;
}

.hero_area .slider_section {
  background-color: #000000;
  padding: 20px 0;
}

.slider_section + .who_section.layout_padding {
  padding-top: 40px !important;
}

.slider_section .detail-box {
  text-align: center;
  margin-bottom: 0;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

/* Who Section */
.who_section {
  margin-bottom: 30px;
}

.who_section .row {
  align-items: center;
}

.who_section .img-box img {
  width: 100%;
}

.who_section .detail-box {
  margin-left: 65px;
}

.who_section .detail-box p {
  margin-top: 35px;
}

/* Work Section */
.work_section {
  padding-top: 60px;
}

.work_section.layout_padding {
  padding-top: 60px;
}

.work_section .container {
  padding-top: 0;
}

.work_section .work_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}

.work_section .work_container .box {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.work_section .work_container .b-1,
.work_section .work_container .b-4 {
  width: 60%;
}

.work_section .work_container .b-2,
.work_section .work_container .b-3 {
  width: 40%;
}

.work_section .work_container .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Client Section (Only used in index.html) */
.client_section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.client_section .heading_container {
  align-items: center;
  margin-bottom: 45px;
}

.client_section .box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.client_section .box .img-box {
  width: 60px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.client_section .box .detail-box h5 span {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #fec016;
}

.client_section .box .detail-box img {
  width: 15px;
  margin: 35px 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.client_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: 50%;
  transform: translateX(-102%);
}

.client_section .owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../images/next.png);
  transform: translateX(102%);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.client_section .owl-item.active.center .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* Info Section */
.info_section {
  background-color: #353434;
  color: #ffffff;
  padding: 75px 0 30px 0;
}

.info_section h5 {
  color: #ffffff;
  margin-bottom: 25px;
}

.info_section .info_contact .info_icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: #64B5F6;
}

.info_section .info_contact .info_icon--mail {
  color: #FFCA28;
}

.info_section .info_contact .info_icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* Footer Section */
.footer_section {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

.footer_section p {
  margin: 0;
  color: #ffffff;
}

.footer_section a {
  color: #fec016;
}

/* Utility Classes */
.with-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Info Contact Links */
.info_contact a {
  color: #64B5F6;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.info_contact a:hover {
  color: #90CAF9;
}

.info_contact a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #90CAF9;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.info_contact a:hover::after {
  transform: scaleX(1);
}

/* Deep Blue Link Style (for DocBeacon section) */
.info_contact a.deep-blue-link {
  color: #1565C0;
}

.info_contact a.deep-blue-link:hover {
  color: #1976D2;
}

.info_contact a.deep-blue-link::after {
  background-color: #1976D2;
}

/* Button Styles */
.blue-button {
  display: inline-block;
  padding: 8px 24px;
  background-color: #1565C0;
  color: white !important;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  line-height: 1.2;
}

.blue-button:hover {
  background-color: #1976D2;
  color: white !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transform: translateY(-1px);
}

.blue-button i {
  margin-right: 8px;
}

.disabled-button {
  display: inline-block;
  padding: 8px 24px;
  background-color: #666;
  color: white !important;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  line-height: 1.2;
}

/* System Requirements (ISO Editor page) */
.system-requirements {
  margin-top: 40px;
}

.system-requirements .os-box {
  text-align: center;
  padding: 20px;
}

.system-requirements .os-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
}

.system-requirements h4 {
  margin-bottom: 15px;
}

.system-requirements ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.system-requirements ul li {
  margin-bottom: 8px;
  color: #666;
  display: inline-block;
  width: 100%;
}

/* Modern Table (Purchase pages) */
.modern-table-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.modern-table th,
.modern-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.modern-table th {
  background-color: #f8f9fa;
  font-weight: 500;
  color: #2c3e50;
}

.modern-table tr:last-child td {
  border-bottom: none;
}

.modern-table tr:hover td {
  background-color: #f8f9fa;
}

.modern-table td:first-child {
  font-weight: 500;
  color: #2c3e50;
}

.modern-table td:last-child {
  color: #2c3e50;
}

/* Terms & Conditions Styles */
.terms_container {
  max-width: 900px;
  margin: 0 auto;
}

.terms-section {
  margin-bottom: 2rem;
}

.terms-section h3 {
  color: #1565C0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.terms-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.terms-section ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.terms-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.terms-section a {
  color: #1565C0;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.terms-section a:hover {
  color: #64B5F6;
}

.terms-section a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #64B5F6;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.terms-section a:hover::after {
  transform: scaleX(1);
}

.heading_container.terms-heading {
  align-items: center;
}

/* Service Section (Features) */
.service_section {
  padding: 60px 0;
}

.service_section .box {
  display: flex;
  margin-bottom: 45px;
}

.service_section .box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fec016;
}

.service_section .box .img-box img {
  width: 25px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.service_section .box .detail-box p {
  margin: 0;
  line-height: 1.6;
} 

.service_section .box .detail-box .feature-list {
  padding-left: 20px;
  margin: 0;
}

.service_section .box .detail-box .feature-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.app-store-note {
  margin-top: 15px;
  font-style: italic;
  color: #4a4a4a;
}

/* Blog Section */
.blog_section {
  background-color: #f8f9fa;
}

.blog_section .row {
  display: flex;
  align-items: stretch;
}

.blog_section .heading_container {
  text-align: center;
  margin-bottom: 50px;
}

.blog_section .heading_container h2 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.blog_section .heading_container p {
  color: #6c757d;
  font-size: 1.1rem;
  margin: 0;
}

.blog_section .box {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  overflow: hidden;
}

.blog_section .box .img-box img {
  transition: transform 0.3s ease;
}

.blog_section .box:hover .img-box img {
  transform: scale(1.05);
}

.blog_section .box .detail-box {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog_section .box .detail-box h5 {
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog_section .box .detail-box p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.blog_section .box .detail-box .btn {
  background: linear-gradient(45deg, #007bff, #0056b3);
  border: none;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.blog_section .box .detail-box .btn:hover {
  background: linear-gradient(45deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
  color: white;
  text-decoration: none;
}

/* Accessibility helpers */
.skip-to-content {
  position: absolute;
  left: 16px;
  top: -40px;
  z-index: 1000;
  padding: 10px 18px;
  background-color: #1f4b99;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: top 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}

.skip-to-content:focus-visible {
  top: 16px;
  opacity: 1;
}
.user-is-tabbing .skip-to-content:focus {
  top: 16px;
  opacity: 1;
}

.noscript-alert {
  margin: 0 auto 24px;
  padding: 12px 20px;
  background-color: #fff6e5;
  border-left: 4px solid #f0ad4e;
  color: #5a4500;
  max-width: 960px;
  font-size: 0.95rem;
}
