* {
    font-family: "Poppins", sans-serif;
}

/* ===== Top Background Section ===== */
.hero-section {
    background: url('../img/Section-1.jpg') no-repeat center center/cover;
    padding: 80px 20px 40px;
    text-align: center;
    color: #4b2a06;
}
.hero-section h1 {
    font-size: 120px;
    margin: 0;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #713501;
    font-style: italic;
    letter-spacing:1px;
}
.hero-section h1 span{
    font-size: 150px;
    letter-spacing: 6px;
}
.hero-section h2 {
    font-size: 36px;
    margin: 0px 0 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #713501;
    font-style: italic;
}
.hero-section .tagline span {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    line-height:40px;
}
.hero-section .tagline {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    line-height:45px;
}

/* ===== Product Section ===== */
.products {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 equal columns */
    gap: 40px;
    align-items: end;
    max-width: 1200px;
    margin: 50px auto 0;
}


.product-item {
    text-align: center;
}

.product-item img {
    max-width: 100%;
    height: 350px;
    max-height: 100%;
}

.product-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-style: italic;
    line-height: 40px;
}
.product-title span{
    font-size: 48px;
}
.description-section p {
    font-size: 22px;
    font-family: 'Poppins';
    line-height: 26px;
    font-weight: 500;
    color: #713501;
}


.connectivity-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 400px;
    padding: 50px 0;              /* Top Bottom Padding */
    background-color: #e6e6e6;    /* Section Background */
}

/* Make title full width + centered */
.section-title {
    grid-column: 1 / -1;          /* Span both columns */
    text-align: center;           /* Center text */
    font-size: 50px;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #713501;
}

/* Left Gradient Side */
.connectivity-left {
    background: linear-gradient(85deg, #7a3e14, #3b1c09);
    color: #ffffff;
    padding: 40px 80px 40px 100px;
    display: flex;
    align-items: center;
}

.connectivity-left p {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    max-width: 500px;
    font-weight: 300;
}

/* Right Image Side */
.connectivity-right {
    padding: 40px;
    padding-left:0px;
    padding-bottom:0px;
    text-align: center;
}

.connectivity-right img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.mixing-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 50px 0;
    background-color: #d3c5bc;
}

/* Title */
.mixing-section .section-title {
    grid-column: 1 / -1;
    text-align: center;
}

/* Image LEFT */
.mixing-left {
    padding: 40px 0 40px 80px;
    z-index: 99;
}

.mixing-left img {
    max-width: 100%;
    height: auto;
}

/* Gradient RIGHT */
.mixing-right {
    background: linear-gradient(85deg, #7a3e14, #3b1c09);
    color: #ffffff;
    padding: 60px 100px 60px 200px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    left: 42%;
}

.mixing-right p {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    max-width: 500px;
    font-weight: 300;
}



/* ===== Second Section - USB AUDIO INTERFACE ===== */

.usb-section {
    background-image: url("../img/Section-4-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #2b2b2b;
}

/* Make container GRID */
.usb-container {
    max-width: 1349px;
    margin: 0 auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}



/* Left Content */
.usb-content {
    grid-column: 1 / 2;
}

.usb-subtitle {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #713501;
    font-family: "Poppins", sans-serif;

}

.usb-subtitle span {
    color: #e60000;
    font-weight: 700;
}

/* Playback Icons */
.playback-row {
    display: grid;
    grid-template-columns: 1fr 1fr;  /* 2 columns */
    gap: 30px;
}
.playback-item {
    display: flex;
    flex-direction: column;   /* 👈 makes text go below image */
    align-items: center;
    text-align: center;
    gap: 10px;
}

.playback-icon {
    width: 150px;
    height: auto;
    display:block;
}

.playback-label {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align:center;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
    color:#000;
    font-family: "Poppins", sans-serif;
}

/* Right Image */
.usb-image {
    grid-column: 2 / 3;
    text-align: right;
}

.device-image {
    background: linear-gradient(135deg,#8b5a2b 0%,#6e3f1e 40%,#5a2f16 70%,#7a4a25 100%);
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #2b1a0f; /* dark border */
    box-shadow:inset 0 0 20px rgba(0,0,0,0.25),0 15px 30px rgba(0,0,0,0.2);
    text-align: center;
}


.dsp-section {
    background-color:#d1c3ba;
    padding:50px 0;
}



/* Make container GRID */
.dsp-container{
    max-width: 1349px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
}


.dsp-content {
    display: grid;
    grid-template-columns: 25% 50% 1fr;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.dsp-column {
    align-items: center;
    justify-content: center;
}

.column-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.dsp-label {
    color: #682e02;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-weight: 600;
}
.dsp-column:nth-child(1) .column-image {
    max-width: 100%;
    width: 180px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.dsp-column:nth-child(2) .column-image {
    /* Styles for second column image */
    max-width: 100%;
}

.dsp-column:nth-child(3) .column-image {
    /* Styles for third column image */
    max-width: 100%;
}




.software-section {
    background-image: url("../img/Section-5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 10px;
    color: #2b2b2b;
    position: relative;
}
.software-img{
    width:100%;
    height:auto;
    display: block;
}
/* .software-btn {
    position: absolute;
    bottom: 40px; 
    left: 50%;
    transform: translateX(-50%);
    
    z-index: 10; 
} */

.btn-1 {
    background: linear-gradient(180deg, #b31212 0%, #e31c1c 45%, #ff2a2a 55%, #c41414 100%);
    padding: 12px 35px;
    border-radius: 65px;
    color: #fff;
    border: 1px solid #8f0f0f;
    cursor: pointer;
    text-align:center;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin: 20px;
}

.btn-2 {
    background: linear-gradient(180deg, #b31212 0%, #e31c1c 45%, #ff2a2a 55%, #c41414 100%);
    padding: 12px 28px;
    border-radius: 65px;
    left: 60%;
    color: #fff;
    border: 1px solid #8f0f0f;
    cursor: pointer;
    width: 250px;
    text-align:center;
    font-family: "Poppins", sans-serif;

}
.section-subtitle {
    color: #000;
    font-size: 38px;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}


/* ===== OUTS SECTION ===== */

.outs-section {
    background: #d1c3ba;   /* beige background */
    padding: 50px 0;
    font-family: "Poppins", sans-serif;
}

.outs-container {
    max-width: 1349px;
    margin: auto;
}

/* Header */
.outs-header {
    text-align: center;
    margin-bottom:30px;
}


.outs-header p {
    font-size: 22px;
    font-style: italic;
    color: #713503;
}	

/* Content Layout */
.outs-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 10px;	
}

/* Columns */
.outs-column {
    width: 45%;
    text-align: center;
}

.outs-column h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: italic;
    color: #000;
}



.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Vertical Divider */
.vertical-line {
    width: 2px;
    background: #7a3e00;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}



.dynamic-range-section {
    background-image: url("../img/Section-7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #2b2b2b;
    position: relative;

}
.dynamic-container{
    max-width: 1349px;
    margin: auto;
    padding:20px;
}

.dynamic-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.dynamic-image {
    display: block;
    width: 100%;
}

.dynamic-column p {
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
    font-style: italic;
    font-weight: 700;
    color: #000;
}
.dynamic-bottom {
    grid-column: 1 / -1; /* This makes it span from first to last column */
    width: 100%;
padding:5px 20px;
}
.dynamic-bottom p {
    font-size: 40px;
    text-align: center;
    color: #713503;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin-top:20px;
    line-height:1.2em;
}


.routing-section{
    background: #d1c3ba;   /* beige background */
    padding: 50px 0;
    font-family: "Poppins", sans-serif;
}


.password-section{
    background-image: url("../img/section-10-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #2b2b2b;
}

.dante-section{
    background-image: url("../img/dante-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #2b2b2b;
    display: block !important;
}

.dante-section .dynamic-bottom p{
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    color: #ff000b;
    line-height: 14px;	
}
.dante-section .dynamic-bottom p span {
    color: #000;
}
.dante-section .dynamic-bottom p a {
    color: blue;
    text-decoration: underline;
}
.table-wrapper{
    border-radius:12px;
    overflow:hidden;
}

.specs-table {
    width: 90%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.specs-table thead {
    background: linear-gradient(90deg, #1e0701, #956746);
}

.specs-table thead th {
    background: transparent;   /* Remove individual gradient */
    color: #ffffff;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 600;
}


/* Rounded corners */
.specs-table thead th:first-child {
    border-top-left-radius: 12px;
}

.specs-table thead th:last-child {
    border-top-right-radius: 12px;
}

.specs-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.specs-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
/* Body Cells */
.specs-table td {
    padding: 15px 10px;
    font-size: 16px;
    background: #e6e6e6;
    color: #000;
}

/* Borders */
.specs-table th,
.specs-table td {
    border: 1px solid #000000;
}

/* First Column Styling */
.specs-table tbody td:first-child {
    font-weight: 400;
    letter-spacing: 1px;
}
.specs-table thead th:first-child {
    width: 40%;
}

.specs-table thead th:nth-child(2),
.specs-table thead th:nth-child(3) {
    width: 30%;
}

.model-section{
    background-image: url("../img/section-11-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #2b2b2b;
    display: block !important;
}

.model-section .section-title{
    color:#fff !important;
}

.more-btn {
    background: #fff;
    padding: 10px 20px;
    line-height: 40px;
    color: #000;
    border-radius: 30px;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align:center;
}


/* Mobile Large */
@media (max-width: 576px) {
   /* div#software-btn {
        position: absolute !important;
        transform: translateX(80%) !important;
        margin-top: -15px !important;
   } */
   /* .software-btn {
        position: relative;
        display: block;
        left: auto;
        transform: translateX(0%);
        text-align: center;
        margin: 0 auto;
        margin-bottom: 6px;
        padding: 9px 15px !important;
	width:auto !important;
    } */
    .software-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
.model-section{
    position: relative;
}

.model-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5); /* overlay color */
    z-index: 1;
}

.model-section > * {
    position: relative;
    z-index: 2;
}
.hero-section h1 {
    font-size: 50px;
}
.hero-section h1 span {
    font-size: 90px;
}
.hero-section h2 {
    font-size: 25px;
}
.dynamic-content {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 !important;
    }
.products {
    grid-template-columns: 1fr;
    gap: 10px;
}
.product-title{
    padding-bottom:10px;
}
    .product-item img {
        max-width: 100%;
        height: 250px;
        margin: 0 auto;
        display: block;
    }
.description-section p {
    font-size: 16px;
    line-height: 20px;
}
.section-title{
    font-size: 32px;
    padding: 0 10px;
}
.connectivity-right {
    padding: 20px;
}
.connectivity-right img {
    border-radius: 0px;
}
.mixing-right {
    position: relative;
    left: 0;
}
.dante-section {
    padding: 80px 20px;
}
.dante-section .dynamic-bottom p {
    font-size: 10px;
    line-height: 14px;
}
    .usb-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0;
        display: block;
    }
.usb-subtitle {
    font-size: 25px;
}
.playback-label {
    font-size: 18px;
    line-height: 22px;
}
.dsp-label {
    font-size: 18px;
    line-height: 24px;
} 
.dynamic-column p {
    font-size: 18px;
} 
.section-subtitle {
    font-size: 18px;
}  
.software-img {
    width: 100%;

} 
/* div#software-btn {
        position: absolute !important;
        transform: translate(-50%, 80%) !important;
        margin-top: -15px !important;
        left: 50%;
        bottom: 0;
    } */

.software-btn {
    position: relative;
    display: block;
    left: auto;
    transform: translateX(0%);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
    padding: 9px 10px;
    width: 180px;
}
.outs-header p {
    font-size: 18px;
}
.outs-container {
    padding: 20px;
} 
.outs-column h3 {
    font-size: 18px;
}
.dynamic-content {
    grid-template-columns: repeat(2, 1fr);
    padding:20px;
}
.dynamic-bottom p{
    font-size: 22px;
    line-height: 24px;

}
    .dsp-content {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .dsp-column {
        padding: 15px;
    }
.mixing-section {
        grid-template-columns: 1fr;
    }

    .mixing-left,
    .mixing-right {
        padding: 20px;
        text-align: center;
    }
.connectivity-section {
        grid-template-columns: 1fr;
    }

    .connectivity-left {
        padding: 20px;
        text-align: center;
	width:100%;
    }
.connectivity-left p,.mixing-right p {
    font-size: 22px;
    line-height: 1.2;
max-width:100%;

}
}
/* ===== Responsive ===== */
@media (max-width: 991px) {
    .usb-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .usb-image {
        text-align: center;
        margin-top: 30px;
    }

    .playback-item {
        justify-content: center;
    }
}
/* Responsive */
@media (max-width: 1024px) {
    .dsp-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1000px) and (max-width: 1349px) {
    
    .description-section p {
        font-size: 18px;
        font-family: 'Poppins';
        line-height: 24px;
    }
    
    .connectivity-left p {
        font-size: 16px;
    }
    
    .connectivity-right {
        padding-top: 0;
    }
    .section-title {
        padding-bottom: 20px;
    }
    .mixing-right p {
        font-size: 16px;
        line-height: 24px;
    }
    .mixing-left {
        padding-top: 0;
    }
    .outs-container {
        padding: 0 20px;
    }
    
}

.btn-1:hover{
color:#fff;
}
div#software-btn {
    margin: 0 auto;
    text-align: center;
}