:root {
    --primary-color: #050D22;
    --secondary-color: #aeaeae;
    --third-color: #000000;
    --accent-color: #FF0076;
    --light-bg: #f8f9fa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
}

.header {
    background: var(--primary-color);
    padding: 1rem;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.logoImage{
    height: 100px;
}

.logo {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20%;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--secondary-color);
}

.sub-logo {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1rem;
    margin-right: 3%;
}

.sub-nav-links {
    display: flex;
    padding-top: 1rem;
    gap: 2rem;
}

.sub-nav-links a {
    color: white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    text-decoration: none;
    transition: color 0.3s;
}

.sub-nav-links a:hover {
    color: var(--secondary-color);
}


.hero {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%),url(Images/home-image.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.hero-ic{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.433) 0%, rgb(0, 0, 0) 100%),url(Images/asic-service-image.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.hero-digital-ip{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.433) 0%, rgb(0, 0, 0) 100%),url(Images/analog-ip.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.hero-transceiver{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.433) 0%, rgb(0, 0, 0) 100%),url(Images/mix-single-image.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}


.hero-ip-design{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.433) 0%, rgb(0, 0, 0) 100%),url(Images/lp-home.jpg);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: var(--primary-color)t;
    padding: 12px 16px;
    display: block;
    transition: background 0.3s;
}

.dropdown-content a:hover {
    background: var(--light-bg);
}

.dropbtn i {
    margin-left: 5px;
    font-size: 0.8em;
}


.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 2.5rem;
}

.hero-digital-ip h1 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 4rem;
}

.hero-transceiver h1 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 4rem;
}

.hero-ic h1 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 4rem;
}


.hero-ip-design h1{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 4rem;
}

.image-text-section {
    padding: 4rem 1rem;
    background: white;
}


.image-wrapper {
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.top-image {
    width: 100%;
    height: auto;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.text-content-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align:justify;
    padding: 0 2rem;
}

.text-content-bottom h1 {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 2rem;
}

.text-content-bottom h2 {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 1.8rem;
}

.text-content-bottom h3 {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 1.5rem;
}

.text-content-bottom p {
    line-height: 1.5;
    color: var(--primary-color);
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

.text-content-bottom ul{
     padding-left: 5%;
}

.text-content-bottom table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.text-content-bottom th {
  background-color: var(--primary-color);
  color: white;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.text-content-bottom td {
  padding: 12px 18px;
  font-size: 15px;
  color: #000000;
}

.text-content-bottom tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.text-content-bottom tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.text-content-bottom tbody tr:hover {
  background-color: #bfdaff;
  transition: background-color 0.3s ease;
}


.split-section {
    padding: 5rem 1rem;
    background: var(--light-bg);
}

.split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-image {
    flex: 1;
    min-width: 300px;
}

.section-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.split-content {
    flex: 1;
    padding: 1rem;
}

.split-content h2 {
    color: var(--primary-color);
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    margin-bottom: 1.5rem;
}

.split-content h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    margin: 2rem 0;
}

.feature-list li {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 1rem 0;
    padding: 0.8rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.features-grid h3{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.feature-list i {
    color: var(--primary-color);
    font-size: 0.9rem;
}


.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    border-color: #0f0f0f;
    margin-top: 2rem;
    margin-left: 6rem;
    transition: transform 0.3s;
    
}

.cta-button:hover {
    transform: scale(1.05);
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.features {
    padding: 5rem 1rem;
    background: var(--light-bg);
}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-name h1{
    color: var(--third-color);
    justify-content: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-name p {
    max-width: 1200px;
    margin: 0 auto;
    text-align:justify;
    padding: 0 2rem;
    line-height: 1.5;
    color: var(--primary-color);
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 1rem;
}

.feature-name img{
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem 0 0.5rem 0;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.feature-card h3{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    padding-top: 1rem;
}

.card-image{
    display: block;
    margin: auto;
    width: 90%;
    height: 50%;
    border-radius: 10px;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.content-section {
    padding-top: 4rem;
    background: white;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.image-container {
    flex: 1;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.text-container {
    flex: 1;
    padding: 1rem;
}

.text-container h2 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.benefits-list {
    list-style: none;
    margin: 2rem 0;
}

.benefits-list li {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--primary-color);
}

.benefits-list i {
    color: var(--primary-color);
    font-size: 0.6rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

footer {
    background: var(--primary-color);
    color: white;
    padding: 2rem 1rem;
    text-align: center;
}

.contact-info {
    max-width: 1200px;
    margin: 0 auto 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0.5rem 0;
}

.contact-icon {
    font-size: 1.2rem;
    color: var(--secondary-color);
}

.contact-item p {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: left;
    line-height: 1.6;
}

.contact-item a {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: var(--secondary-color);
}

/* Hamburger Menu Styles */
.hamburger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    background: white;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: var(--primary-color);
    padding: 6rem 2rem 2rem;
    transition: all 0.3s ease;
    z-index: 999;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu a {
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu a:hover {
    color: var(--secondary-color);
}

/* Active Hamburger Animation */
.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Prevent scrolling when menu is open */
.no-scroll {
    overflow: hidden;
}







/* Updated Media Query */
@media (max-width: 768px) {
    .nav-links a{
        font-size: 1rem;
    }

    .sub_header .container {
        flex-direction: column;
        gap: 15px;
    }

    .sub-nav-links a{
        font-size: 0.5rem;
    }
    
    nav ul {
        gap: 15px;
    }

    .header{
        height: 17%;
    }

    .hamburger {
        display: block;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .logo{
        display: none;
    }

    .logoImage{
        height: 85px;
        padding-left: 1.5rem;
    }

    .cta-button {
        margin-left: 9rem;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-item p {
        text-align: center;
    }

    .content-container {
        flex-direction: column;
    }
    
    .text-container {
        text-align: center;
    }
    
    .benefits-list li {
        justify-content: left;
    }
    
    .text-container h2 {
        font-size: 2rem;
    }

    .text-content-bottom h2 {
        font-size: 2rem;
    }
    
    .image-wrapper {
        margin-bottom: 1.5rem;
    }

    .split-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .split-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .split-content {
        text-align: center;
    }
    
    .feature-list li {
        justify-content: center;
    }
}
table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: left;
}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

tfoot th {text-align: right;
}

tfoot td {
  font-weight: bold;
}