/* ==========================================================================
   Industrial GP - Corporate Edition Theme Stylesheet
   Full-Width Background Hero Slider, Logo Support & Product Quick-View Modal
   ========================================================================== */

/* Keyframe Animations */
@keyframes pulseCyan {
    0% { box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.6); }
    70% { box-shadow: 0 0 0 16px rgba(0, 180, 216, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 180, 216, 0); }
}

@keyframes pulseGold {
    0% { box-shadow: 0 0 0 0 rgba(255, 183, 3, 0.7); }
    70% { box-shadow: 0 0 0 18px rgba(255, 183, 3, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 183, 3, 0); }
}

/* Topbar */
.igp-topbar {
    background-color: #070A13;
    color: #94A3B8;
    font-size: 0.85rem;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.igp-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.igp-topbar-contact {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.igp-topbar-contact a {
    color: #CBD5E1;
    transition: var(--igp-transition);
}

.igp-topbar-contact a:hover {
    color: #00B4D8;
    transform: translateX(2px);
}

.igp-topbar-contact i {
    color: #00B4D8;
    margin-right: 6px;
}

.igp-topbar-social {
    display: flex;
    gap: 12px;
}

.igp-topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    color: #94A3B8;
    font-size: 0.75rem;
    transition: var(--igp-transition);
}

.igp-topbar-social a:hover {
    background-color: #00B4D8;
    color: #070A13;
    transform: scale(1.15) rotate(5deg);
}

/* Header & Sticky Nav & Logo Support */
.igp-header {
    background: rgba(11, 19, 43, 0.95);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.igp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.igp-logo {
    display: flex;
    align-items: center;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo-link img, .igp-logo img {
    max-height: 55px;
    width: auto;
    object-fit: contain;
    display: block;
}

.igp-brand-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
}

.igp-brand-badge {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 18px rgba(0, 180, 216, 0.4);
    animation: pulseCyan 3s infinite;
}

.igp-brand-title {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.igp-brand-title strong {
    font-weight: 800;
    color: #00B4D8;
}

.igp-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.igp-menu a {
    color: #E2E8F0;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 0;
    position: relative;
    transition: var(--igp-transition);
}

.igp-menu a:hover, .igp-menu a.active {
    color: #00B4D8;
}

.igp-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #00B4D8, #FFB703);
    border-radius: 3px;
    transition: var(--igp-transition);
}

.igp-menu a:hover::after, .igp-menu a.active::after {
    width: 100%;
}

.igp-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.igp-btn-quote {
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--igp-transition);
    box-shadow: 0 6px 20px rgba(0, 180, 216, 0.35);
    animation: pulseCyan 2.5s infinite;
}

.igp-btn-quote:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.5);
}

.igp-mobile-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 1.15rem;
    cursor: pointer;
}

/* FULL-WIDTH DYNAMIC HERO BACKGROUND SLIDER */
.igp-hero-slider-wrapper {
    position: relative;
    background-color: #070A13;
}

.igp-hero-swiper {
    width: 100%;
    min-height: 620px;
}

.igp-hero-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 110px 0 120px 0;
    color: #FFFFFF;
    position: relative;
}

.igp-hero-slide-content {
    max-width: 820px;
}

.igp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 180, 216, 0.16);
    border: 1px solid rgba(0, 180, 216, 0.45);
    color: #00B4D8;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.2);
}

.igp-hero-title {
    font-size: 3.25rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 22px;
    color: #FFFFFF;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
    letter-spacing: -0.5px;
}

.igp-hero-subtitle {
    font-size: 1.15rem;
    color: #E2E8F0;
    margin-bottom: 38px;
    line-height: 1.7;
    max-width: 720px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.igp-hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.igp-btn-primary {
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 28px rgba(0, 180, 216, 0.4);
    transition: var(--igp-transition);
}

.igp-btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 35px rgba(0, 180, 216, 0.55);
}

.igp-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--igp-transition);
}

.igp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.igp-hero-stats {
    display: flex;
    gap: 50px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.stat-num {
    font-size: 1.9rem;
    font-weight: 800;
    color: #00B4D8;
    text-shadow: 0 2px 12px rgba(0, 180, 216, 0.4);
}

.stat-label {
    font-size: 0.85rem;
    color: #CBD5E1;
    font-weight: 500;
}

/* Swiper Slider Arrows & Dots */
.igp-slider-next, .igp-slider-prev {
    width: 52px !important;
    height: 52px !important;
    background: rgba(11, 19, 43, 0.8) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 180, 216, 0.35);
    border-radius: 50%;
    color: #00B4D8 !important;
    transition: var(--igp-transition);
    box-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.igp-slider-next:after, .igp-slider-prev:after {
    font-size: 1.25rem !important;
    font-weight: 800;
}

.igp-slider-next:hover, .igp-slider-prev:hover {
    background: #00B4D8 !important;
    color: #FFFFFF !important;
    transform: scale(1.1);
}

.igp-slider-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    opacity: 0.5;
    transition: var(--igp-transition);
}

.igp-slider-pagination .swiper-pagination-bullet-active {
    width: 38px;
    border-radius: 8px;
    background: #00B4D8;
    opacity: 1;
    box-shadow: 0 0 12px rgba(0, 180, 216, 0.7);
}

/* Section Header */
.igp-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.igp-sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 180, 216, 0.1);
    color: #00B4D8;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
    box-shadow: 0 2px 10px rgba(0, 180, 216, 0.08);
}

.igp-main-heading {
    font-size: 2.35rem;
    color: #0B132B;
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.25;
}

.igp-section-desc {
    color: #64748B;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Filter Pills */
.igp-filter-toolbar {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.igp-filter-pill {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #475569;
    padding: 11px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--igp-transition);
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}

.igp-filter-pill:hover, .igp-filter-pill.active {
    background: #0B132B;
    color: #00B4D8;
    border-color: #0B132B;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 19, 43, 0.25);
}

/* Products Grid & Card Overlap Fix */
.igp-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 32px;
}

.igp-product-card {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 25px rgba(11, 19, 43, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.igp-product-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 25px 50px rgba(11, 19, 43, 0.14);
    border-color: rgba(0, 180, 216, 0.4);
}

.card-image-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #F1F5F9;
    cursor: pointer;
}

.card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.igp-product-card:hover .card-image-wrap img {
    transform: scale(1.08);
}

.card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0B132B;
    color: #00B4D8;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 2;
}

.card-price-tag {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 7px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 2;
}

.card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-sku {
    font-size: 0.8rem;
    color: #00B4D8;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0B132B;
    margin-bottom: 10px;
    line-height: 1.35;
}

.card-title a {
    color: #0B132B;
    transition: var(--igp-transition);
}

.card-title a:hover {
    color: #00B4D8;
}

.card-excerpt {
    color: #64748B;
    font-size: 0.9rem;
    margin-bottom: 22px;
    line-height: 1.55;
}

.card-specs-list {
    list-style: none;
    margin-bottom: 25px;
    flex-grow: 1;
}

.card-specs-list li {
    font-size: 0.85rem;
    color: #334155;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.card-specs-list i {
    color: #10B981;
    font-size: 0.85rem;
}

.card-actions {
    display: flex;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #F1F5F9;
}

.btn-details {
    flex: 1;
    text-align: center;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #334155;
    padding: 11px 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--igp-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-details:hover {
    background: #00B4D8;
    color: #FFFFFF;
    border-color: #00B4D8;
}

.btn-quote {
    flex: 1;
    background: #0B132B;
    color: #00B4D8;
    border: none;
    padding: 11px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.85rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: var(--igp-transition);
}

.btn-quote:hover {
    background: #0077B6;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.4);
}

/* PRODUCT QUICK-VIEW DETAIL POPUP MODAL STYLES */
.igp-detail-modal-content {
    max-width: 900px !important;
    padding: 40px !important;
}

.igp-detail-modal-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}

.detail-header-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.detail-header-tags .card-badge {
    position: static !important;
}

.detail-sku-tag {
    font-size: 0.82rem;
    color: #00B4D8;
    font-weight: 700;
}

.detail-product-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0B132B;
    margin-bottom: 12px;
    line-height: 1.25;
}

.detail-price-box {
    display: inline-block;
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 22px;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.25);
}

.detail-section-block {
    margin-bottom: 20px;
}

.detail-section-block h4 {
    font-size: 1rem;
    color: #0B132B;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail-product-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.detail-specs-checklist {
    list-style: none;
}

.detail-specs-checklist li {
    font-size: 0.9rem;
    color: #334155;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.detail-specs-checklist i {
    color: #10B981;
}

.detail-action-row {
    margin-top: 25px;
}

.detail-img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(11, 19, 43, 0.12);
    border: 1px solid #E2E8F0;
    height: 380px;
}

.detail-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.detail-img-card:hover img {
    transform: scale(1.06);
}

.detail-img-overlay-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(11, 19, 43, 0.88);
    backdrop-filter: blur(8px);
    color: #00B4D8;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 180, 216, 0.3);
}

/* Features Grid */
.igp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.feature-box {
    background: #FFFFFF;
    padding: 40px 28px;
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.04);
    text-align: center;
    transition: all 0.4s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 19, 43, 0.1);
    border-color: rgba(0, 180, 216, 0.4);
}

.feature-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: rgba(0, 180, 216, 0.12);
    color: #00B4D8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 22px;
    transition: var(--igp-transition);
}

.feature-box:hover .feature-icon {
    background: #00B4D8;
    color: #FFFFFF;
    transform: scale(1.1) rotate(6deg);
}

.feature-box h3 {
    font-size: 1.2rem;
    color: #0B132B;
    margin-bottom: 12px;
    font-weight: 700;
}

.feature-box p {
    color: #64748B;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* CTA Banner */
.igp-cta-banner {
    background: linear-gradient(135deg, #0B132B 0%, #1C2541 100%);
    color: #FFFFFF;
    padding: 70px 0;
}

.igp-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.cta-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 800;
}

.cta-text p {
    color: #94A3B8;
    max-width: 620px;
    font-size: 1.05rem;
}

.igp-btn-gold {
    background: linear-gradient(135deg, #FFB703 0%, #FB8500 100%);
    color: #0B132B;
    border: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(255, 183, 3, 0.4);
    animation: pulseGold 3s infinite;
}

.igp-btn-gold:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 35px rgba(255, 183, 3, 0.55);
}

/* Modal Popup */
.igp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 10, 19, 0.88);
    backdrop-filter: blur(10px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.igp-modal-overlay.active {
    display: flex;
}

.igp-modal-content {
    background: #FFFFFF;
    width: 100%;
    max-width: 520px;
    border-radius: 28px;
    padding: 42px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}

.igp-modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #F1F5F9;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    transition: var(--igp-transition);
    z-index: 10;
}

.modal-badge {
    display: inline-block;
    background: rgba(0, 180, 216, 0.1);
    color: #00B4D8;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.igp-modal-header h3 {
    font-size: 1.55rem;
    color: #0B132B;
    margin-bottom: 6px;
    font-weight: 800;
}

.igp-modal-header p {
    color: #64748B;
    font-size: 0.88rem;
    margin-bottom: 25px;
}

.igp-form-group {
    margin-bottom: 18px;
}

.igp-form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #334155;
    margin-bottom: 6px;
}

.igp-form-group input, .igp-form-group textarea {
    width: 100%;
    padding: 13px 18px;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: var(--igp-transition);
}

.igp-form-group input:focus, .igp-form-group textarea:focus {
    outline: none;
    border-color: #00B4D8;
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.18);
}

.igp-btn-submit {
    width: 100%;
    background: #0B132B;
    color: #00B4D8;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    transition: var(--igp-transition);
}

.igp-btn-submit:hover {
    background: #00B4D8;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.35);
}

.igp-form-response {
    margin-top: 15px;
    font-size: 0.9rem;
    text-align: center;
}

/* Footer */
.igp-footer {
    background: #070A13;
    color: #94A3B8;
    padding: 85px 0 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.igp-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 40px;
    margin-bottom: 55px;
}

.igp-footer-col h4 {
    color: #FFFFFF;
    font-size: 1.15rem;
    margin-bottom: 22px;
    font-weight: 700;
}

.igp-footer-col ul {
    list-style: none;
}

.igp-footer-col ul li {
    margin-bottom: 12px;
}

.igp-footer-col a:hover {
    color: #00B4D8;
    padding-left: 4px;
}

.igp-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.igp-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--igp-transition);
}

.igp-footer-social a:hover {
    background: #00B4D8;
    color: #070A13;
    transform: scale(1.15);
}

.igp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
}

.igp-scroll-top {
    background: #00B4D8;
    color: #FFFFFF;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 800;
    transition: var(--igp-transition);
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.igp-scroll-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.5);
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .igp-detail-modal-grid {
        grid-template-columns: 1fr;
    }
    .detail-img-card {
        height: 280px;
    }
    .igp-hero-title {
        font-size: 2.5rem;
    }
    .igp-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .igp-menu {
        display: none;
    }
    .igp-mobile-toggle {
        display: block;
    }
}

@media (max-width: 600px) {
    .igp-products-grid {
        grid-template-columns: 1fr;
    }
    .igp-footer-grid {
        grid-template-columns: 1fr;
    }
    .igp-hero-title {
        font-size: 2rem;
    }
    .igp-hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* ==========================================================================
   Star Product Showcase Styles (Reference Screenshot Layout)
   ========================================================================== */

/* 1. Category Banner & Breadcrumbs */
.star-category-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0 60px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.star-banner-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
}

.star-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 22px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    font-size: 0.95rem;
    font-weight: 600;
}

.star-breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.star-breadcrumb a:hover {
    color: #FFD700;
}

.star-breadcrumb i {
    font-size: 0.65rem;
    color: #FFFFFF;
    opacity: 0.9;
}

.star-breadcrumb span {
    color: #FFFFFF;
    font-weight: 700;
}

/* 2. Products Section & Grid */
.star-products-section {
    padding: 50px 0 80px 0;
    background-color: #f7f9fc;
}

.star-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .star-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .star-products-grid {
        grid-template-columns: 1fr;
    }
}

/* 3. Yellow Header Product Card */
.star-product-card {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.star-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #CBD5E1;
}

/* Yellow Header Title Bar */
.star-card-header {
    background-color: #FFF799;
    border-bottom: 2px solid #E6DC65;
    padding: 14px 16px;
    text-align: center;
}

.star-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #B91C1C;
    margin: 0;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Image Wrap Frame */
.star-card-image-wrap {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

.star-card-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.star-product-card:hover .star-card-image-wrap img {
    transform: scale(1.05);
}

/* Magnifying Glass Zoom Icon */
.star-zoom-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 5;
}

.star-zoom-btn:hover {
    background: #B91C1C;
    color: #FFFFFF;
    border-color: #B91C1C;
    transform: scale(1.15);
}

/* Card Actions / Footer */
.star-card-footer {
    padding: 15px;
    background: #FAFAFA;
    border-top: 1px solid #F1F5F9;
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.star-btn-quote, .star-btn-details {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: none;
}

.star-btn-quote {
    background: linear-gradient(135deg, #B91C1C 0%, #991B1B 100%);
    color: #FFFFFF;
}

.star-btn-quote:hover {
    background: linear-gradient(135deg, #991B1B 0%, #7F1D1D 100%);
    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.3);
}

.star-btn-details {
    background: #E2E8F0;
    color: #1E293B;
}

.star-btn-details:hover {
    background: #CBD5E1;
    color: #0F172A;
}

.star-no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px dashed #E2E8F0;
}

/* 4. Floating "Want to do Shopping?" Widget */
.star-floating-shopping-widget {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 16px 24px;
    text-align: center;
    min-width: 240px;
    animation: bounceUp 1s ease;
}

@keyframes bounceUp {
    0% { transform: translate(-50%, 40px); opacity: 0; }
    100% { transform: translate(-50%, 0); opacity: 1; }
}

.star-widget-close {
    position: absolute;
    top: 6px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #64748B;
    cursor: pointer;
    line-height: 1;
}

.star-widget-close:hover {
    color: #EF4444;
}

.star-widget-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #800000;
    margin-bottom: 12px;
}

.star-widget-cart-btn {
    width: 52px;
    height: 52px;
    background: #800000;
    color: #FFFFFF;
    border-radius: 50%;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(128, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.star-widget-cart-btn:hover {
    transform: scale(1.15);
    background: #990000;
}

/* 5. Photo Lightbox Modal */
.star-lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.star-lightbox-modal.active {
    display: flex;
}

.star-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
}

.star-lightbox-content {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 90vw;
    max-height: 90vh;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star-lightbox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.8rem;
    background: transparent;
    border: none;
    color: #334155;
    cursor: pointer;
    line-height: 1;
}

.star-lightbox-close:hover {
    color: #EF4444;
}

.star-lightbox-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 15px;
    text-align: center;
}

.star-lightbox-img-holder {
    max-width: 100%;
    max-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.star-lightbox-img-holder img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 6px;
}

/* 6. View All Products Button */
.igp-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #0B132B 0%, #1C2541 100%);
    color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(11, 19, 43, 0.25);
    transition: all 0.35 ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.igp-btn-view-all:hover {
    background: linear-gradient(135deg, #B91C1C 0%, #991B1B 100%);
    color: #FFFFFF;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(185, 28, 28, 0.4);
    border-color: transparent;
}

.igp-btn-view-all i {
    transition: transform 0.3s ease;
}

.igp-btn-view-all:hover i {
    transform: translateX(6px);
}

/* ==========================================================================
   Contact Form & Contact Page Styles
   ========================================================================== */

.igp-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 992px) {
    .igp-contact-wrapper {
        grid-template-columns: 1fr;
    }
}

.igp-contact-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.igp-contact-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.igp-contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.igp-contact-card.dark-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.igp-contact-card.highlight-card {
    background: #F0FDF4;
    border-color: #86EFAC;
}

.igp-contact-card .card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.igp-contact-card .card-text h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: inherit;
}

.igp-contact-card .card-text p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.igp-contact-card .card-text a {
    color: #00B4D8;
    text-decoration: none;
}

.igp-contact-card .card-text span {
    font-size: 0.85rem;
    color: #64748B;
}

.igp-contact-card.dark-card .card-text span {
    color: #94A3B8;
}

/* Contact Form Card */
.igp-contact-form-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.igp-contact-form-card.dark-form {
    background: #0B132B;
    border-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

.form-card-header {
    margin-bottom: 25px;
}

.form-badge {
    display: inline-block;
    background: rgba(0, 180, 216, 0.12);
    color: #00B4D8;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.form-card-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.igp-working-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

@media (max-width: 600px) {
    .igp-working-contact-form .form-row {
        grid-template-columns: 1fr;
    }
}

.igp-working-contact-form .igp-form-group {
    margin-bottom: 18px;
}

.igp-working-contact-form label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    color: #94A3B8;
    font-size: 0.95rem;
    pointer-events: none;
}

.input-with-icon.textarea-icon i {
    top: 15px;
}

.input-with-icon input, .input-with-icon textarea {
    width: 100%;
    padding: 12px 15px 12px 44px;
    border: 1.5px solid #CBD5E1;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #0F172A;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.dark-form .input-with-icon input, .dark-form .input-with-icon textarea {
    background: #1C2541;
    border-color: #334155;
    color: #FFFFFF;
}

.input-with-icon input:focus, .input-with-icon textarea:focus {
    border-color: #00B4D8;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.15);
}

.igp-btn-submit-contact {
    width: 100%;
    padding: 15px 25px;
    background: linear-gradient(135deg, #00B4D8 0%, #0077B6 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 180, 216, 0.3);
}

.igp-btn-submit-contact:hover {
    background: linear-gradient(135deg, #0096C7 0%, #03045E 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.45);
}

.igp-form-response-box {
    margin-top: 15px;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    display: none;
}

.igp-form-response-box.success {
    display: block;
    background: #D1FAE5;
    color: #065F46;
    border: 1px solid #A7F3D0;
}

.igp-form-response-box.error {
    display: block;
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FCA5A5;
}

/* ==========================================================================
   About Us Page Styles (Matching Reference Screenshot)
   ========================================================================== */

.star-about-section {
    padding: 70px 0 90px 0;
    background-color: #FFFFFF;
}

.star-maroon-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #990000;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.star-about-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 65px;
}

@media (max-width: 992px) {
    .star-about-profile-grid {
        grid-template-columns: 1fr;
    }
}

.star-about-img-wrap {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #E2E8F0;
}

.star-about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.star-about-img-wrap:hover img {
    transform: scale(1.04);
}

.star-about-text-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 18px;
}

.star-quality-section {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-left: 5px solid #990000;
    border-radius: 12px;
    padding: 38px 42px;
    margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.star-quality-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    margin: 0;
}

/* About Stats Grid */
.star-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 992px) {
    .star-about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .star-about-stats-grid {
        grid-template-columns: 1fr;
    }
}

.star-stat-box {
    background: #FFFFFF;
    border: 2px solid #F1F5F9;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.star-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #E2E8F0;
}

.star-stat-box .stat-icon {
    font-size: 2.2rem;
    color: #990000;
    margin-bottom: 12px;
}

.star-stat-box .stat-number {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 6px;
}

.star-stat-box .stat-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
}




