/* style.css */

/* Global Reset and Variables - Updated to match EXPRESSWAY reference */
:root {
    --primary-orange: #FF6600; /* Primary Action Color */
    --secondary-orange: #E65C00;
    --dark-bg: #222; /* Dark background for header/hero */
    --footer-bg: #1c1c1c; /* Slightly darker/different background for the footer */
    --light-text: #fff;
    --dark-text: #333;
    --bg-light: #f4f7f9; /* Light background for sections */
    --accent-blue: #0A58ED; /* Secondary accent color (from original screenshot) */
    --font-family: 'Inter', 'Arial', sans-serif; 
    --max-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    line-height: 1.6;
    color: var(--dark-text);
    background-color: var(--light-text);
}

a {
    text-decoration: none;
    color: var(--primary-orange);
	font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
}

h1, h2, h3, h4 {
    color: var(--dark-text);
    margin-bottom: 0.5em;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
    font-weight: 900; 
}

/* --- Utility Classes --- */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.btn {
    display: inline-block;
    background: var(--primary-orange);
    color: var(--light-text);
    padding: 0.8rem 2rem;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background: var(--secondary-orange);
}

.text-center {
    text-align: center;
}

.section-padding {
    padding: 4rem 0;
}

.subheading {
    color: var(--primary-orange);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

/* ================================== */
/* --- 1. Header & Navigation --- */
/* ================================== */

/* Top Info Bar */
.top-bar {
   /* background: var(--dark-bg); */
	background: #ffffff;
    color: #ccc;
    padding: 0.5rem 0;
    font-size: 0.85em;
   /* border-bottom: 1px solid #333; */
}

.top-content {
	font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-left: 1rem;
	padding: 0.5rem 0;
}

.contact-info a {
   /* color: #ccc; */
	color: #000000;
    margin-right: 1.5rem;
	transition: color 0.3s;
}

.contact-info a:hover {
	color: var(--primary-orange);
}

.social-icons a {
   /* color: #ccc; */
	color: #000000;
    margin-left: 1rem;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: var(--primary-orange);
}

/* Main Navigation */
.header {
    /* background: var(--dark-bg); */
	background: #ffffff;
	border-bottom: 1px solid #333;
}

.navbar {
	font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: 800;
     /* color: var(--light-text); */
	color: var(--primary-orange)
	top: 15px;
	margin-left: -10px;
	margin-top: -30px;
	
}
.logo-icon {
    font-size: 1.5em;
    color: var(--primary-orange);
    margin-right: 0.5rem;
}

.logo-image {
    max-width: 250px; /* Adjust as needed */
    height: auto;
    vertical-align: middle; /* Helps align with text if you keep it */
    margin-right: 10px; /* Space between logo and text if you keep text */
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    padding-left: 2rem;
}

.nav-links a {
   /* color: var(--light-text); */
	color: #000000;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--primary-orange);
}

.nav-links .active-home {
    background: var(--primary-orange);
    padding: 1.5rem 1rem;
    margin: -0.8rem -1rem; 
    color: var(--light-text);
}

.cta-btn {
    padding: 0.6rem 1.5rem;
    background: var(--primary-orange);
    color: var(--light-text);
    border-radius: 3px;
    font-weight: 600;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--light-text);
}

/* ================================== */
/* --- 2. Hero Section --- */
/* ================================== */
.hero {
    /* Placeholder background */
    background: url('img/4.jpg') no-repeat center center/cover;
    background-color: rgba(0, 0, 0, 0.7); 
    background-blend-mode: multiply; 
    color: var(--light-text);
    padding: 8rem 0 10rem 0;
    text-align: center;
    position: relative;
    height: 60vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
 background-position: center 80%;
}

.hero h1 {
    font-size: 2.8em;
    color: var(--primary-orange);
    margin-bottom: 0;
    font-weight: 300;
}

.hero .h2-white {
    font-size: 2.5em;
    color: var(--light-text);
    margin-top: 0;
    font-weight: 600;
}

/* Tracking Widget */
.tracking-widget-container {
            background-color: white;
            padding: 20px;
            border-radius: 4px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: flex; /* Use flexbox to align the input and button */
            gap: 10px; /* Space between the input and button */
            width: 500px; /* Adjust width as needed */
            max-width: 90%;
        }

        /* Styling for the text input box */
        #trackingNumberInput {
            flex-grow: 1; /* Allows the input to take up the remaining space */
            padding: 10px 15px;
            font-size: 16px;
            border: 1px solid #ccc; /* Light grey border */
            border-radius: 4px;
            line-height: 1.5; /* Vertical centering of text */
        }

        /* Styling for the orange button */
        #trackButton {
            background-color: #ff6600; /* Bright Orange color from the image */
            color: white;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            white-space: nowrap; /* Prevents text from wrapping */
        }

        #trackButton:hover {
            background-color: #e55c00; /* Slightly darker orange on hover */
        }
}

/* ================================== */
/* --- 3. Services Section --- */
/* ================================== */
.services-intro {
    padding-bottom: 2rem;
}
.services-intro h2 {
    color: var(--dark-text);
    font-size: 2em;
    font-weight: 700;
}
.services-intro p {
    color: #666;
    font-size: 1.1em;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.service-card-full {
    background: var(--light-text);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}

.service-card-full:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border-color: var(--primary-orange);
}

.service-card-full i {
    font-size: 1.8em;
    color: var(--primary-orange);
    margin-right: 0.5rem;
}

.service-card-full h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.service-card-full > p {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 1rem;
}

.service-card-full ul li {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.service-card-full ul li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-orange);
    position: absolute;
    left: 0;
    top: 0;
}

.service-card-full .learn-btn {
    display: block;
    text-align: center;
    border: 1px solid var(--accent-blue);
    color: var(--accent-blue);
    padding: 0.7rem 0;
    border-radius: 5px;
    margin-top: 1.5rem;
    transition: background 0.3s;
}

.service-card-full .learn-btn:hover {
    background: var(--accent-blue);
    color: var(--light-text);
}


/* ================================== */
/* --- 4. Shipping Calculator --- */
/* ================================== */
.calculator-section {
    background-color: var(--bg-light);
}

.calculator-title h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.calculator-title p {
    color: #666;
    margin-bottom: 3rem;
}

.calculator-content {
    display: flex;
    gap: 2rem;
    justify-content: center; /* Center the calculator form and results horizontally */
}

/* Centered & Styled Calculator Form Panel */
.calc-form-panel {
    flex: 0 0 450px; /* Fixed width for the form, prevent growing */
    max-width: 100%; /* Ensure responsiveness */
    background: var(--light-text);
    padding: 2.5rem; /* Increased padding */
    border-radius: 12px; /* More rounded corners */
    box-shadow: 0 8px 25px rgba(0,0,0,0.1); /* Stronger, modern shadow */
    border: 1px solid #e0e0e0; /* Subtle border */
}

.calc-form-panel h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 2rem; /* More space below title */
    text-align: center;
}

.calc-tabs {
    display: none; /* Hide these tabs as per previous instruction */
}

.calc-field-group {
    margin-bottom: 1.2rem; /* More vertical space between fields */
}

.calc-field-group label {
    display: block; /* Make label occupy full width */
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 0.6rem; /* Space between label and input */
    font-size: 1.05em;
}

.calc-field-group select,
.calc-field-group input[type="number"] {
    width: 100%; /* Full width inputs */
    padding: 0.9rem 1.2rem; /* More padding inside inputs */
    border: 1px solid #d0d0d0; /* Lighter border */
    border-radius: 8px; /* Slightly rounded inputs */
    font-size: 1.05em;
    color: var(--dark-text);
    background-color: #fcfcfc; /* Very light background for inputs */
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.calc-field-group select:focus,
.calc-field-group input[type="number"]:focus {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.2); /* Orange focus glow */
    outline: none;
}

.calc-field-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF6600' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
}

/* Radio Button Group Styling */
.calc-field-group.radio-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem; /* More space */
}

.radio-group > label { /* Target the main label of the group */
    margin-bottom: 1rem; /* Space between question and options */
}

.radio-options {
    display: flex;
    gap: 2rem; /* More space between radio options */
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px; /* Larger radio buttons */
    height: 20px;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    top: 0; /* Adjust vertical alignment if needed */
    flex-shrink: 0; /* Prevent it from shrinking */
    transition: border-color 0.2s ease;
}

.radio-option input[type="radio"]:checked {
    border-color: var(--primary-orange);
    background-color: var(--primary-orange);
    box-shadow: inset 0 0 0 4px white; 
}

.radio-option label { /* Target the label next to the radio input */
    font-weight: normal; /* Override default label bold */
    color: var(--dark-text);
    font-size: 1.05em;
    margin-bottom: 0; /* Remove default margin */
}

.calc-btn-full {
    width: 100%;
    margin-top: 2rem; /* More space above the button */
    padding: 1.1rem; /* Larger button */
    background: var(--primary-orange); /* Changed to primary orange */
    font-size: 1.2em; /* Larger text */
    border-radius: 8px; /* Rounded button */
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3); /* Subtle orange shadow */
}

.calc-btn-full:hover {
    background: var(--secondary-orange);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

/* Pricing Results Panel (right side) */
.calc-results-panel {
    flex: 1; /* Allow results panel to take remaining space */
    background: var(--light-text);
    padding: 2.5rem; /* Consistent padding */
    border-radius: 12px; /* Consistent border-radius */
    box-shadow: 0 8px 25px rgba(0,0,0,0.1); 
    border: 1px solid #e0e0e0;
}

.calc-results-panel .pricing-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.calc-results-panel .pricing-header h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.calc-results-panel .pricing-header p {
    color: #666;
    font-size: 0.95em;
}

.pricing-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    margin-top: 1.5rem; /* More space from header */
    font-size: 1em; /* Slightly larger text in table */
    box-shadow: 0 6px 20px rgba(0,0,0,0.08); /* Refined shadow */
    border-radius: 10px; /* More rounded table */
    overflow: hidden; 
}

.pricing-table th, .pricing-table td {
    padding: 1.1rem 1.4rem; /* More padding in table cells */
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

/* Table Header */
.pricing-table thead th {
    background-color: var(--accent-blue);
    color: var(--light-text);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em; /* Slightly larger header text */
    letter-spacing: 0.05em;
}

/* Service Column Highlight */
.pricing-table td:first-child {
    font-weight: 600;
    color: var(--dark-text);
}

/* Total Charges Column Highlight */
.pricing-table td:last-child {
    font-weight: 700;
    color: var(--primary-orange);
    background-color: #fff8f5; 
}

/* Hover effect for rows */
.pricing-table tbody tr:hover {
    background-color: #fcfcfc;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

/* Custom styling for USA Self to make it stand out */
.pricing-table tbody tr.self-service td {
    background-color: #f7f7f7;
    font-style: italic;
}


/* ================================== */
/* --- 5. Video Playlist --- */
/* ================================== */
.video-section {
    background: var(--bg-light);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 0 auto;
    max-width: 800px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ================================== */
/* --- 6. Global Reach & Partners --- */
/* ================================== */

/* Countries Slider Section */
.countries-section {
    padding: 60px 0;
    text-align: center;
}

.countries-slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.countries-slider-track {
    display: flex;
    animation: scroll-flags 30s linear infinite; /* Adjust duration based on number of flags */
	gap: 20px;
}

.country-slide {
    flex: 0 0 auto;
    width: 150px; /* Adjust width of each flag container */
   margin: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.country-slide img {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

/* Keyframes for the automatic scroll animation */
@keyframes scroll-flags {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Scrolls one full set of flags */
}

/* Pause animation on hover */
.countries-slider-container:hover .countries-slider-track {
    animation-play-state: paused;
}

/* Trusted Collaborations */
.partners-section {
    background: var(--light-text);
}

.partner-logos-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 2rem 0;
}

.partner-logo {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(0%);
    opacity: 1;
    transition: filter 0.3s, opacity 0.3s;
}

/*.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
} */

.partner-logo img {
    max-width: 150%;
    max-height: 150%;
    object-fit: contain;
	border: 1px solid #e0e0e0;
}

/* ================================== */
/* --- 7. Google Reviews Section --- */
/* ================================== */

/* Section Layout */
.google-reviews-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif; /* Google uses Roboto */
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Styles */
.section-header h2 {
  color: var(--dark-text);
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.sub-title {
  color: #ff6600; /* Your brand orange */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Google Badge in Header */
.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.g-icon svg {
  width: 24px;
  height: 24px;
}

.rating-score {
  font-weight: bold;
  color: #333;
}

.stars {
  color: #fbbc04; /* Google Star Yellow */
  letter-spacing: 1px;
}

/* Review Grid */
.reviews-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}

/* Individual Review Card */
.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  flex: 1 1 300px; /* Flex grow, shrink, base width */
  max-width: 350px;
  text-align: left;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.reviewer-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviewer-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.reviewer-info h5 {
  margin: 0;
  font-size: 16px;
  color: #202124;
}

.review-date {
  font-size: 12px;
  color: #777;
  display: block;
}

.card-stars {
  color: #fbbc04;
  margin-bottom: 10px;
  font-size: 14px;
}

.review-text {
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

/* Button Style */
.google-btn {
  display: inline-block;
  background-color: #fff;
  color: #1a73e8; /* Google Blue */
  border: 1px solid #dadce0;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.google-btn:hover {
  background-color: #f1f3f4;
  color: #174ea6;
}


/* ================================== */
/* --- 8. Footer --- */
/* ================================== */
.footer {
    background: var(--footer-bg); /* Darker background */
    color: var(--light-text);
    padding: 3rem 0 0 0; /* Remove bottom padding here, use it in bottom bar */
    font-size: 0.9em;
}

.footer-content {
    display: grid;
    /* Adjusted grid to 3 columns, removing the space for the Newsletter */
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem;
    padding-bottom: 2rem;
}

.footer-content h4 {
    color: var(--primary-orange); /* Highlighted heading */
    margin-bottom: 1.5rem;
    font-size: 1.3em;
    font-weight: 700;
}

.footer-content p, .footer-content li, .footer-content a {
    color: #ccc;
    line-height: 2;
}

.footer-content i {
    color: var(--primary-orange);
    margin-right: 0.5rem;
}

.footer-content a:hover {
    color: var(--primary-orange);
}

.footer-social-links {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.footer-social-links a {
    color: #ccc;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 0.3s;
}
.footer-social-links a:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    color: var(--light-text);
}

.footer-bottom-bar {
    background: var(--dark-bg); /* Darker strip for bottom bar */
    padding: 1rem 0;
    margin-top: 2rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85em;
    color: #ccc;
}

.footer-legal-links a {
    color: #ccc;
    margin-left: 1.5rem;
}


/* ================================== */
/* --- 9. Responsive Design (Mobile) --- */
/* ================================== */

@media (max-width: 992px) {
    .calculator-content {
        flex-direction: column;
        align-items: center; /* Center items when stacked */
    }
    .calc-form-panel {
        margin-bottom: 2rem; /* Space between form and results when stacked */
        flex: 0 0 auto; /* Allow form panel to adjust its height */
    }
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .footer-content {
        /* On medium screens, collapse to 2 columns */
        grid-template-columns: repeat(2, 1fr); 
    }
    .testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Collapse footer to 1 column on small screens */
    .footer-content {
        grid-template-columns: 1fr;
    }
    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .footer-legal-links {
        margin-top: 0.5rem;
    }
    .footer-legal-links a {
        margin: 0 0.5rem;
    }
    
    .hero h1 {
        font-size: 2em;
    }
    .hero .h2-white {
        font-size: 2.8em;
    }
    /* Rest of the mobile adjustments remain */
    .top-content {
        flex-direction: column;
        text-align: center;
    }
    .social-icons {
        margin-top: 0.5rem;
    }

    .tracking-widget {
        flex-direction: column;
        max-width: 90%;
        padding: 1rem;
    }
    .tracking-widget select,
    .tracking-widget .btn {
        width: 100%;
        border-radius: 5px;
        margin: 0.5rem 0;
    }
    .tracking-widget select {
        border-right: 1px solid #ccc;
    }
    
    .calc-input-group {
        grid-template-columns: 1fr;
    }
}