/*_____ Inline Styles Extracted from PHP Files _____*/

/* Banner Section Styles */
.hero-content h3 {
    font-weight: 500;
}

/* Navigation Styles */
.navbar .container {
    padding-right: 60px;
    position: static;
}

/* Product Features Section Styles */
.new_logo_img {
    width: 90px;
    margin-right: 10px;
}

.textSnippet {
    overflow: hidden;
    line-height: 25px;
    max-height: 100px;
    margin-bottom: 10px !important;
}

.toggleBtn {
    border: none;
    font-size: 13px !important;
    background: transparent;
    color: #000 !important;
    padding-left: 0px;
}

.expanded {
    max-height: none !important;
    overflow: visible !important;
}

/* Products Section Styles */
.section-title span {
    margin-top: 10px;
}

.p-card {
    visibility: visible;
    animation-name: fadeInUp;
}

.pricing-cards .p-card:nth-child(odd) {
    background: rgb(239, 239, 239);
}

.pricing-cards .p-card:nth-child(even) {
    background: rgb(225, 225, 225);
}

.pricing-card {
    visibility: visible;
    animation-name: fadeInLeft;
}

/* Certification Section Styles */
#certification {
    background: #fff;
}

/* Spectrums Section Styles */
.spectrum-hero {
    position: relative;
}

.spectrum-banner {
    background-image: url('../img/spectrum/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.spectrum-banner.webp-supported {
    background-image: url('../img/spectrum/banner.webp');
}

.spectrum-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.spectrum-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.spectrum-hero-content .section-title {
    color: white;
    margin-bottom: 20px;
}

.spectrum-hero-content .sub-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 0;
}

.spectrum-content {
    padding: 40px 20px;
}

.spectrum-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.spectrum-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    text-align: start;
}

.spectrum-description {
    margin-bottom: 0px!important;
}

.spectrum-benefits,
.spectrum-services,
.spectrum-features {
    margin: 20px 0;
}

.spectrum-benefits h4,
.spectrum-services h4,
.spectrum-features h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.spectrum-benefits ul,
.spectrum-services ul,
.spectrum-features ul {
    list-style: none;
    padding: 0;
}

.spectrum-benefits li,
.spectrum-services li,
.spectrum-features li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

.spectrum-benefits li:before,
.spectrum-services li:before,
.spectrum-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
}

.spectrum-image {
    padding: 20px;
}

.spectrum-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.spectrum-image-responsive {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.spectrum-image img:hover {
    transform: scale(1.02);
}

/* Reactive Dyes Section Styles */
#reactive-dyes {
    background: #f9f9f9;
}

/* Sustainability Section Styles */
.sustainabilityWrapper .app-feature p {
    text-align: start;
}

.sustainability-padding {
    padding-bottom: 50px;
}

/* About Us Section Styles */
#about_us {
    background: #fff;
    padding: 70px 0;
}

/* Partner Section Styles */
#sister_concerns {
    background: #fff;
}

.partner-logo {
    height: 50px;
    margin-top: -10px;
    vertical-align: middle;
}

.partner-title span {
    margin-top: 5px;
}

/* Contact Section Styles */
.contact-address span {
    display: block;
}

.contact-divider {
    border-left: 1px solid #ccc;
    margin-top: 20px;
}

.contact-card {
    background: #929292;
    border-radius: 10px;
}

/* Mobile Navigation Styles */
.side-menu .inner-wrapper {
    background-color: #e6712780;
}

.dropdown-menu {
    display: none;
}

/* Production Capacity Styles */
.production-capacity {
    margin: 0;
    font-size: 80%;
}

.capacity-number {
    font-weight: 700;
}

.toggleBtn {
    display: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .spectrum-banner {
        padding: 60px 0;
    }
    
    /* Make Products dropdown transparent on mobile like About dropdown */
    #productsDropDown {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    #productsDropDown .dropdown-item {
        background: transparent !important;
        color: white !important;
    }
    
    #productsDropDown .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: white !important;
    }
    
    /* Make About dropdown items same font size as Products dropdown on mobile */
    #newDropDown .dropdown-item {
        font-size: 14px !important;
        padding: 1px 15px !important;
        border: none!important;
    }
    
    #productsDropDown .dropdown-item {
        font-size: 14px !important;
        padding: 1px 15px !important;
        border: none!important;
    }
}

@media (max-width: 991px) {
    .spectrum-content {
        padding: 20px 10px;
        text-align: left;
    }
    
    .spectrum-title {
        font-size: 2rem;
    }
    
    .spectrum-description {
        font-size: 1rem;
    }
    
    .spectrum-benefits,
    .spectrum-services,
    .spectrum-features {
        text-align: left;
    }
    
    .spectrum-image-responsive {
        max-height: 400px;
        margin-bottom: 20px;
    }
    
    .spectrum-image {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .spectrum-banner {
        padding: 40px 0;
    }
    
    .spectrum-hero-content .section-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .spectrum-content {
        padding: 15px 5px;
        text-align: center;
    }
    
    .spectrum-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .spectrum-description {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .spectrum-benefits,
    .spectrum-services,
    .spectrum-features {
        text-align: center;
        margin: 15px 0;
    }
    
    .spectrum-benefits h4,
    .spectrum-services h4,
    .spectrum-features h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .spectrum-benefits ul,
    .spectrum-services ul,
    .spectrum-features ul {
        text-align: left;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .spectrum-benefits li,
    .spectrum-services li,
    .spectrum-features li {
        font-size: 0.9rem;
        padding: 6px 0;
        padding-left: 20px;
    }
    
    .spectrum-image-responsive {
        max-height: 300px;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    
    .spectrum-image {
        padding: 5px;
        margin-bottom: 20px;
    }
    
    .spectrum-image img:hover {
        transform: none;
    }
}

@media (max-width: 576px) {
    .spectrum-banner {
        padding: 30px 0;
    }
    
    .spectrum-hero-content .section-title {
        font-size: 2rem;
    }
    
    .spectrum-content {
        padding: 10px 0;
    }
    
    .spectrum-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .spectrum-description {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .spectrum-benefits h4,
    .spectrum-services h4,
    .spectrum-features h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .spectrum-benefits li,
    .spectrum-services li,
    .spectrum-features li {
        font-size: 0.85rem;
        padding: 5px 0;
        padding-left: 18px;
    }
    
    .spectrum-image-responsive {
        max-height: 250px;
        margin-bottom: 10px;
    }
    
    .spectrum-image {
        padding: 0;
        margin-bottom: 15px;
    }
}
