/* Global Styles */
:root {
    --primary-color: #FF6B00;
    --dark-color: #001C30;
    --text-color: #333;
    --text-light: #666;
    --white: #ffffff;
    --bg-light: #F8F9FA;
    --font-main: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
}

.btn-sm {
    padding: 6px 16px;
    font-size: 12px;
    margin-top: 15px;
}

.btn-primary:hover {
    background-color: #e66000;
}

.btn-outline {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Header & Nav */
header {
    background: url('bglogo.png') no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 80px;
    display: flex;
    align-items: center;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.logo-top {
    font-size: 48px;
    letter-spacing: -1px;
    background: linear-gradient(to bottom, #FFB800, #FF6B00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
    line-height: 1;
}

.logo-bottom {
    font-size: 14px;
    letter-spacing: 2px;
    color: #FF6B00;
    font-weight: 800;
    white-space: nowrap;
}

.logo.light .logo-bottom {
    color: #FFB800;
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: 50px; /* Distance from the Contact link */
}

.header-images {
    position: absolute;
    right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-img {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 107, 0, 0.4));
    transition: 0.3s;
}

.header-img:hover {
    transform: scale(1.1);
}

.nav-links {
    display: flex;
    gap: 25px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
}

.nav-links a:hover, .nav-links a.active {
    color: var(--primary-color);
}

.nav-links a.active {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 5px;
}

/* Hero Section */
.hero {
    background: linear-gradient(to right, var(--dark-color) 25%, transparent 100%), url('ram banner.png');
    background-size: auto 100%; /* Height is 100% of banner, width adjusts proportionally */
    background-repeat: no-repeat;
    background-position: right center;
    color: var(--white);
    padding: 40px 0; /* Reduced padding further */
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 400px; /* Ensures enough height to see the technician */
}

.hero-text {
    flex: 1;
    z-index: 2;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.hero-text .highlight {
    color: var(--primary-color);
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.feature i {
    color: var(--primary-color);
    font-size: 16px;
    padding: 8px;
    background: rgba(255, 107, 0, 0.1);
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 50%;
}

.hero-btns {
    display: flex;
    gap: 15px;
}

.hero-image {
    flex: 1;
    position: relative;
    height: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.trusted-badge {
    background: rgba(0, 28, 48, 0.85);
    padding: 12px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.trusted-badge .count {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.trusted-badge .stars {
    color: #FFD700;
    margin-top: 3px;
}

/* Services Section */
.services {
    padding: 80px 0; /* Vertical padding only, container handles sides */
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('menubg2.png');
    background-size: 100% 100%; /* Fully stretch background image */
    background-position: center;
    width: 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}

.section-header h2 {
    font-size: 28px;
    position: relative;
    color: var(--white);
}

.view-all {
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 15px;
    border-radius: 20px;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.service-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: var(--primary-color);
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.icon-box.blue { background-color: #E3F2FD; color: #2196F3; }
.icon-box.green { background-color: #E8F5E9; color: #4CAF50; }
.icon-box.purple { background-color: #F3E5F5; color: #9C27B0; }
.icon-box.orange { background-color: #FFF3E0; color: #FF9800; }
.icon-box.blue-light { background-color: #E1F5FE; color: #03A9F4; }
.icon-box.teal { background-color: #E0F2F1; color: #009688; }
.icon-box.pink { background-color: #FCE4EC; color: #E91E63; }
.icon-box.dark { background-color: #ECEFF1; color: #455A64; }

.service-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--white);
}

.service-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: auto;
}

/* Promo Banner Section */
.promo-section {
    padding: 0; /* Removed all padding */
}

.promo-banner {
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    height: auto;
}

.promo-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill; /* Fully stretch to edges */
}

/* Why Choose Us Section */
.why-choose {
    background: var(--dark-color);
    color: var(--white);
    padding: 0 0 80px 0; /* Removed top padding */
    text-align: center;
}

.why-choose h2 {
    margin-bottom: 50px;
}

.highlight-text {
    color: var(--primary-color);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
}

.why-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.why-item p {
    font-size: 12px;
    opacity: 0.8;
}

/* Services Page Styles */
.services-hero {
    background: linear-gradient(to right, #001C30 50%, rgba(0, 28, 48, 0.4) 100%), url('ram banner.png');
    background-size: cover;
    background-position: center right;
    color: var(--white);
    padding: 80px 0;
}

.breadcrumb {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.8;
}

.breadcrumb .highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.services-top-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.services-top-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-detail {
    padding: 60px 0;
    background: #fdfdfd;
}

.services-partition {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.service-column:first-child {
    border-right: 2px solid rgba(0, 0, 0, 0.05);
    padding-right: 25px;
    transition: 0.5s;
}

.services-partition:hover .service-column:first-child {
    border-right-color: var(--primary-color);
}

.service-column {
    flex: 1;
}

.column-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: var(--dark-color);
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
}

.services-grid-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.services-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-detail-card {
    background: var(--white);
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-detail-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--primary-color);
}

.service-detail-card:hover h3 {
    color: var(--primary-color);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #E3F2FD;
    color: #2196F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.icon-circle.blue { background: #E1F5FE; color: #03A9F4; }
.icon-circle.dark { background: #ECEFF1; color: #455A64; }
.icon-circle.skyblue { background: #E0F7FA; color: #00BCD4; }
.icon-circle.navy { background: #E8EAF6; color: #3F51B5; }
.icon-circle.blue-light { background: #E1F5FE; color: #0288D1; }
.icon-circle.yellow { background: #FFF9C4; color: #FBC02D; }
.icon-circle.blue-glow { background: #E8EAF6; color: #3949AB; }
.icon-circle.red { background: #FFEBEE; color: #F44336; }

.service-detail-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--dark-color);
}

.service-detail-card p {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.5;
}

.price-tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-light);
    margin-bottom: 20px;
}

.price-tag .price {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.btn-full {
    width: 100%;
}

/* Trust Bar */
.trust-bar-container {
    background: #001C30;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.trust-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
}

.trust-item i {
    color: var(--primary-color);
    font-size: 24px;
}

.trust-item h4 {
    font-size: 14px;
    margin-bottom: 2px;
}

.trust-item p {
    font-size: 11px;
    opacity: 0.6;
}

/* Store Page Styles */
.store-top-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.store-top-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Software Solutions Page Styles */
.software-top-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.software-top-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.software-solutions {
    padding: 20px 0 80px; /* Reduced top padding to close gap */
    text-align: center;
}

.section-title-area {
    margin-bottom: 30px; /* Reduced from 50px */
}

.section-title-area h2 {
    font-size: 32px;
    color: var(--dark-color);
    font-weight: 700;
}

.highlight-blue {
    color: #4A6CF7; /* Vibrant blue as seen in image */
}

.section-title-area p {
    color: var(--text-light);
    font-size: 16px;
    margin-top: 5px;
}

.software-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px; /* Reduced from 60px */
}

.software-card {
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 25px 15px 50px; /* Increased bottom padding for button space */
    text-align: left;
    transition: 0.3s;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    min-height: 250px; /* Increased height for better spacing */
    display: flex;
    flex-direction: column;
}

.software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #4A6CF7;
}

.sw-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 20px;
}

.sw-icon.purple { background-color: #7B61FF; }
.sw-icon.green { background-color: #4CAF50; }
.sw-icon.orange-light { background-color: #FF9800; }
.sw-icon.pink-light { background-color: #E91E63; }
.sw-icon.purple-light { background-color: #9C27B0; }
.sw-icon.green-vibrant { background-color: #8BC34A; }
.sw-icon.blue-bold { background-color: #2196F3; }
.sw-icon.cyan { background-color: #00BCD4; }
.sw-icon.amber { background-color: #FFC107; }
.sw-icon.blue-vibrant { background-color: #03A9F4; }
.sw-icon.red-light { background-color: #FF5252; }
.sw-icon.teal-light { background-color: #009688; }
.sw-icon.green-dark { background-color: #2E7D32; }
.sw-icon.indigo-light { background-color: #536DFE; }
.sw-icon.gray-dark { background-color: #455A64; }
.sw-icon.deep-purple { background-color: #673AB7; }
.sw-icon.sky-blue { background-color: #4FC3F7; }

.software-card h3 {
    font-size: 15px;
    color: var(--dark-color);
    margin-bottom: 12px;
    line-height: 1.3;
}

.software-card p {
    font-size: 12px;
    color: var(--text-light);
    line-height: 1.5;
}

.sw-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sw-get-btn {
    margin-top: auto;
    align-self: flex-start;
    font-size: 10px;
    padding: 6px 15px;
}
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #4A6CF7;
    font-size: 12px;
    opacity: 0.3;
}

.software-card:hover .sw-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sw-get-btn {
    margin-top: auto;
    align-self: flex-start;
    font-size: 10px;
    padding: 6px 15px;
}
    opacity: 1;
}

/* Software Features Bar */
.sw-features-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #F4F7FF;
    padding: 30px;
    border-radius: 15px;
    gap: 30px;
}

.sw-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.sw-feature i {
    font-size: 24px;
    color: #4A6CF7;
}

.sw-f-text h4 {
    font-size: 14px;
    color: var(--dark-color);
    margin-bottom: 2px;
}

.sw-f-text p {
    font-size: 11px;
    color: var(--text-light);
}

/* Modal Popup Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    backdrop-filter: blur(5px);
}

.modal-container {
    background: #fff;
    width: 90%;
    max-width: 900px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    z-index: 10;
}

.modal-left {
    flex: 1.2;
    padding: 40px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-right {
    flex: 0.8;
    background: #FAFAFA;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-left h2 {
    font-size: 28px;
    color: #111;
    margin-bottom: 10px;
}

.modal-left p.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group label span {
    color: #FF4D4D;
}

.input-wrapper {
    position: relative;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    transition: 0.3s;
}

.form-group textarea {
    padding-left: 15px;
    min-height: 100px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.checkbox-group input {
    width: 18px;
    height: 18px;
}

.checkbox-group label {
    font-size: 13px;
    color: #666;
}

.submit-btn {
    width: 100%;
    background: #FF5A1F;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #E64A19;
}

.security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

/* Modal Right Column Content */
.info-img {
    width: 180px;
    margin-bottom: 30px;
}

.modal-right h3 {
    font-size: 22px;
    color: #111;
    margin-bottom: 15px;
}

.modal-right p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.features-list {
    text-align: left;
    width: 100%;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.feature-icon.purple { background: #F3E5F5; color: #9C27B0; }
.feature-icon.green { background: #E8F5E9; color: #4CAF50; }
.feature-icon.orange { background: #FFF3E0; color: #FF9800; }

.feature-text h4 {
    font-size: 14px;
    color: #111;
    margin-bottom: 2px;
}

.feature-text p {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
    line-height: 1.4;
}

.response-badge {
    margin-top: auto;
    background: #E8F5E9;
    color: #2E7D32;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

.feature-icon.navy { background: #E8EAF6; color: #3F51B5; }
.feature-icon.blue-light { background: #E1F5FE; color: #0288D1; }
.feature-icon.teal { background: #E0F2F1; color: #009688; }

.modal-right.amc { background: #F4F7FF; }
.modal-right.sameday { background: #FFF9F5; }

.response-badge.blue { background: #E3F2FD; color: #1976D2; }
.response-badge.orange-light { background: #FFF3E0; color: #E65100; }

@media (max-width: 768px) {
    .modal-container {
        flex-direction: column;
    }
    .modal-right {
        display: none;
    }
}
/* Product Detail Page Styles */
.product-detail-section {
    padding: 40px 0;
    background: #fff;
}

.breadcrumb-nav {
    margin-bottom: 25px;
    font-size: 14px;
    color: var(--text-light);
}

.breadcrumb-nav a:hover { color: var(--primary-color); }

.product-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    gap: 40px;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-img-container {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px;
    background: #fdfdfd;
}

.main-img-container img {
    width: 100%;
    height: auto;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.thumb-img {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}

.thumb-img.active { border-color: var(--primary-color); }

.product-main-info h1 {
    font-size: 28px;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.rating {
    color: #FFB800;
    font-size: 14px;
    margin-bottom: 20px;
}

.rating span { color: var(--text-light); margin-left: 10px; }

.spec-list {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: var(--text-color);
}

.spec-item i { width: 20px; color: var(--text-light); }

.price-area {
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.current-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.original-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #999;
}

.discount-tag {
    background: #E8F5E9;
    color: #2E7D32;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.purchase-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.qty-btn {
    padding: 10px 15px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-weight: 600;
}

.trust-sidebar {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.trust-card {
    display: flex;
    gap: 15px;
}

.trust-card i { font-size: 24px; color: var(--text-light); }
.trust-card h4 { font-size: 14px; margin-bottom: 3px; }
.trust-card p { font-size: 12px; color: var(--text-light); }

/* Checkout Page Styles */
.checkout-section { padding: 60px 0; background: #f8f9fa; }

.checkout-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 80px;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #999;
}

.step.active .step-number { background: var(--primary-color); color: #fff; }
.step.completed .step-number { background: #4CAF50; color: #fff; }

.checkout-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
}

.checkout-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cart-item {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.cart-img { width: 80px; height: 80px; border-radius: 8px; border: 1px solid #eee; padding: 5px; }

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
}

.total-row {
    border-top: 2px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-method {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.payment-method.active { border-color: var(--primary-color); background: rgba(255, 107, 0, 0.02); }

.method-logos { margin-left: auto; display: flex; gap: 10px; }
.method-logos img { height: 20px; opacity: 0.7; }

@media (max-width: 992px) {
    .product-container, .checkout-container { grid-template-columns: 1fr; }
    .checkout-steps { gap: 30px; }
}

footer {
    background: #000B14;
    color: var(--white);
    padding-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-brand .logo {
    margin-bottom: 20px;
}

.logo.light {
    color: var(--white);
}

.logo.light .logo-top {
    background: linear-gradient(to bottom, #FFD700, #FFB800);
    -webkit-background-clip: text;
}

.footer-brand p {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.7;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-content h4 {
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}

.footer-content ul li {
    margin-bottom: 12px;
}

.footer-content ul a {
    font-size: 14px;
    opacity: 0.7;
}

.footer-content ul a:hover {
    opacity: 1;
    color: var(--primary-color);
}

.footer-contact p {
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.8;
}

.footer-contact i {
    color: var(--primary-color);
}

.footer-contact .btn {
    margin-top: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
    font-size: 12px;
    opacity: 0.6;
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

/* Responsive */
@media (max-width: 992px) {
    .services-grid, .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.feature-icon.navy { background: #E8EAF6; color: #3F51B5; }
.feature-icon.blue-light { background: #E1F5FE; color: #0288D1; }
.feature-icon.teal { background: #E0F2F1; color: #009688; }

.modal-right.amc { background: #F4F7FF; }
.modal-right.sameday { background: #FFF9F5; }

.response-badge.blue { background: #E3F2FD; color: #1976D2; }
.response-badge.orange-light { background: #FFF3E0; color: #E65100; }

@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    .hero-features {
        justify-items: center;
    }
    .hero-btns {
        justify-content: center;
    }
    .nav-links {
        display: none;
    }
}
