body{margin:0;font-family:Arial;background:#fff;color:#222}
.container{padding:40px;max-width:1100px;margin:auto}

/* topbar */
.topbar{background: #142c6e;color:#fff;font-size:12px;padding:4px 12px;display:flex;justify-content:space-between;}

/* header */
header{
  background: linear-gradient(90deg, #1e3a8a, #2563eb); 
  color:#fff;
  padding:6px 12px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
  }
header.scrolled {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.header-flex{
display:flex;
align-items:center;
justify-content:space-between
}

.logo-box{display:flex;align-items:center;gap:10px}
.logo{height:36px}
#companyName {
  margin: 0;
  font-size: 24px;     /* 🔥 increased from ~17–18 */
  font-weight: 700;    /* stronger */
  letter-spacing: 0.3px;
}
nav a{color:#fff;margin-left:15px;text-decoration:none}

/* HERO */
.hero {
  background: #f0f4fa; /* Ultra-light pastel tint derived directly from your #142c6e brand blue */
  padding: 30px 20px;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;        
  padding-left: 30px;    
  padding-right: 20px;
}

/* LEFT TEXT (25%) */
.hero-text {
  flex: 1;              
  max-width: 320px;     
  margin-left: 0px;    
  text-align: left !important;      
}

.hero-text h2 {
  color: #142c6e;       /* EXACT DARK BLUE BRAND MATCH */
  text-align: left;
  margin: 0 0 10px;
  font-size: 24px;      
  font-weight: 700;
}

.hero-text p {
  color: #2b4585;       /* A balanced blue shade for easy-to-read subtitle text */
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

/* RIGHT IMAGE (75%) */
.hero-image {
  flex: 3;              
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  max-width: 850px;     
  border-radius: 8px;
  /* Brand Glow Shadow: Tinted softly using your exact #142c6e code (RGB: 20, 44, 110) */
  box-shadow: 0 12px 24px rgba(20, 44, 110, 0.15); 
  display: block;
  object-fit: cover;
}

.trust {
  background: #e2e8f0; /* Richer, medium slate-gray background tint */
  padding: 12px 15px;  /* Reduced vertical height padding for a thinner look */
}

.trust-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 800; 
  color: #1e3a8a;    /* Clean deep corporate blue text match */
  gap: 20px;         /* Generous spacing gap between text fragments */
}

/* Minimalist layout alignment for trust text rows */
.trust-grid div {
  display: flex;
  align-items: center;
}

.stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; /* Guarantees layout responsiveness on touch display viewports */
  padding: 40px 20px;
  background: #ffffff; /* Clean white backdrop layer to maximize metric emphasis */
  text-align: center;
  gap: 24px;
}

.stat {
  flex: 1;
  min-width: 150px;
}

/* Update the large numbers to your exact dark corporate blue code */
.stat h3 {
  color: #2563eb; /* EXACT BRAND BLUE MATCH */
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 6px 0;
  letter-spacing: -0.5px;
}

/* Subtitle tracking layout: Perfectly balanced theme middle tone */
.stat p {
  color: #3b528b; /* Professional corporate middle-tone blue */
  font-size: 15px; /* Slightly refined for premium typographic balance */
  font-weight: 600; /* Bumped to 600 to maintain high readability in a mid-tone */
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px; /* Slightly wider spacing for clean information scannability */
}



/* products */
.products {
  text-align: center;
  background: #f0f4fa; /* Ultra-light pastel mint teal background */
  padding: 50px 20px;   /* Slightly increased padding for a cleaner layout */
  border-top: 1px solid rgba(20, 44, 110, 0.05);  /* Soft decorative separation line */
}

/* Update your product section headings if you have them */
.products h2 {
  color: #142c6e; /* Deep corporate midnight teal for section titles */
  font-weight: 700;
  margin-bottom: 30px;
}
.grid{display:flex;gap: 24px;justify-content:center;flex-wrap:wrap}
.card{background:#ffffff;padding:20px;width:230px;border-radius:8px;
  border-bottom: 3px solid #142c6e;/* Distinct brand baseline accent strip */
  box-shadow: 0 4px 12px rgba(20, 44, 110, 0.06);transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.card img{width:100%;
          object-fit: contain;
          border-radius: 4px; 
          margin-bottom: 12px; /* Leaves clean breathing space below product imagery */}

/* --- PREMIUM INTERACTIVE HOVER EFFECT --- */
.card:hover {
  transform: translateY(-5px); /* Card lifts up gently when hovered */
  box-shadow: 0 12px 24px rgba(20, 44, 110, 0.15); /* Stronger vivid teal layout glow */
}

/* --- PRODUCT CARD TYPOGRAPHY (Add if needed) --- */
.card h3 {
  color: #142c6e; /* Deep corporate midnight teal for medicine or brand names */
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}

/* brands slider */
/* brands slider */
.brand-slider {
  overflow: hidden;
  padding: 30px 20px;
  background-color: #ffffff; /* Keeps the track crisp white so colorful logos pop */
  border-top: 1px solid rgba(20, 44, 110, 0.1); /* Subtle corporate blue top border */
  border-bottom: 1px solid rgba(20, 44, 110, 0.1); /* Subtle corporate blue bottom border */
}

.brand-track {
  display: flex;
  align-items: center; /* Aligns different logo heights perfectly to the center line */
  animation: scroll 30s linear infinite;
}

.brand-track img {
  width: 140px;
  margin: 0 25px;
  object-fit: contain;
  opacity: 1; /* RESTORED TO FULL BRIGHTNESS */
  
  /* --- NO FILTER --- */
  /* This ensures all manufacturer logos display in their true original colors */
  filter: none !important; 
  transition: transform 0.3s ease;
}

.brands h2 {
  color: #142c6e; /* EXACT DARK BLUE BRAND MATCH */
  font-size: 24px;
  font-weight: 800;
  margin: 15px 0;
  text-align: center; /* Centers your brand section header cleanly */
}

/* --- INTERACTIVE HOVER EFFECT --- */
/* A premium layout pop that does not alter any original imagery colors */
.brand-track img:hover {
  transform: scale(1.08); /* Clean pop elevation animation on pointer hover */
  cursor: pointer;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* --- REGULAR ACTION BUTTON --- */
.btn {
  background: #142c6e; /* EXACT CORPORATE BLUE MATCH */
  color: #ffffff;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #3b528b; /* Smoothly switches to your theme middle-tone blue on hover */
  color: #ffffff;
}



/* --- ADDRESS BLOCK STYLING --- */
#address {
  line-height: 1.6;
  margin-top: 5px;
  color: #4b5563;       /* Balanced grey text for optimal reading clarity */
  font-size: 14px;
}

/* --- GOOGLE MAP IFRAME CONTAINER --- */
.map iframe {
  width: 100%;
  height: 380px;        /* Balanced height layout spacing */
  border: 0;
  border-radius: 8px;   /* Clean modern rounded corners matching your product cards */
  /* Brand Glow Shadow: Tinted softly using your exact #142c6e code */
  box-shadow: 0 4px 15px rgba(20, 44, 110, 0.08); 
  transition: box-shadow 0.3s ease-in-out;
}

/* --- INTERACTIVE MAP HOVER ELEVATION --- */
.map iframe:hover {
  /* Shadow deepens with a rich brand blue tint when hovered */
  box-shadow: 0 8px 24px rgba(20, 44, 110, 0.18); 
}
/* FULL WIDTH SECTION */
.compliance-full {
  width: 100%;
  background: #f0f4fa;     /* Updated to an ultra-light corporate blue backdrop tint */
  padding: 20px 0;         
  margin-top: 35px;
  border-top: 1px solid rgba(20, 44, 110, 0.08); /* Soft matching corporate blue divider line */
}

/* Heading - Swapped to Corporate Blue Identity */
.compliance-full h2 {
  color: #142c6e;          /* EXACT DARK BLUE BRAND MATCH */
  font-weight: 700;
  margin-bottom: 20px;
}

/* Inner alignment (uses container) */
.compliance {
  max-width: 500px;
  background: #ffffff;     /* White card container to pop against the blue tint background */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(20, 44, 110, 0.04); /* Ultra-soft layout blue drop shadow */
  border-left: 4px solid #142c6e; /* Solid corporate blue brand accent strip */
}

/* Row alignment */
.compliance-row {
  display: grid;
  grid-template-columns: 180px auto;
  margin-bottom: 12px;     
  font-size: 14px;
  color: #4b5563;          /* High-contrast slate grey text for optimal information scannability */
}

/* Remove margin on the last row item inside the box */
.compliance-row:last-child {
  margin-bottom: 0;
}

/* Labels - Matching with corporate blue theme */
.label {
  font-weight: 600;
  color: #142c6e; /* Locked to your exact brand dark blue */
  letter-spacing: 0.3px; /* Slightly opened for high-quality scannability */
  font-size: 14px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact h2 {
  color: #142c6e; /* Deep corporate midnight teal for section titles */
  font-weight: 700;
  margin-bottom: 30px;
}

/* --- CONTACT SECTION GRID CLEANUP --- */
.contact .row {
  display: flex;
  flex-wrap: wrap; /* Allows safe folding on mobile phones */
}

.contact .info {
  border-top: 3px solid #142c6e; /* Updated to Corporate Blue Match */
  border-bottom: 3px solid #142c6e; /* Updated to Corporate Blue Match */
  padding: 30px;
  background: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 24px 0 rgba(20, 44, 110, 0.08); /* Soft blue-tinted shadow tint */
}

.contact .info i {
  font-size: 20px;
  color: #142c6e; /* Updated to Corporate Blue */
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f4fa; /* Updated to light corporate blue backdrop tint */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #142c6e; /* Updated to Corporate Blue headings */
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #4b5563; /* Crisp, legible slate gray text */
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #142c6e; /* Updated to Corporate Blue background */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #3b528b; /* Hover changes cleanly to theme middle-tone blue */
  color: #fff;
}

.contact .info .email:hover i, 
.contact .info .address:hover i, 
.contact .info .phone:hover i {
  background: #142c6e; /* Snaps to filled brand Corporate Blue background on section hover */
  color: #fff;
}

/* --- THE EMAIL FORM STYLING --- */
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #142c6e; /* Updated to Corporate Blue Match */
  border-bottom: 3px solid #142c6e; /* Updated to Corporate Blue Match */
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(20, 44, 110, 0.08); /* Soft blue-tinted shadow tint */
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.contact .php-email-form .validate {
  display: none;
  color: #dc2626; /* Crisp warning red */
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #e11d48; /* Clean warning rose red tone */
  text-align: left;
  padding: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #142c6e; /* Form success message uses your brand theme color */
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #142c6e; /* Spinner animation uses your brand Corporate Blue color */
  border-top-color: #f0f4fa;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  padding-bottom: 8px;
  color: #142c6e; /* Form field label headers in Corporate Blue */
  font-weight: 500;
}

.contact .php-email-form input, 
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #cbd5e1; /* Smooth border wrapper edge */
}

/* Active Form Focus Highlights */
.contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus {
  border-color: #142c6e; /* Input glow changes to Corporate Blue Match on user click */
  box-shadow: 0 0 0 3px rgba(20, 44, 110, 0.15); /* Adds a modern soft blue focal aura */
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

/* --- THE SUBMIT ACTION BUTTON --- */
.contact .php-email-form button[type="submit"] {
  background: #142c6e; /* Base background changed to Corporate Blue Match */
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  font-weight: 600;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b528b; /* Transitions into theme middle-tone blue on hover */
}


/* --- FOOTER COMPONENT --- */
footer {
  background: #142c6e; /* Deep corporate blue background match */
  color: #ffffff;      /* High contrast crisp white text */
  text-align: center;
  padding: 30px 20px;  /* Clean spatial vertical padding */
  margin-top: 50px;    /* Leaves separation room below content sections */
  border-top: 4px solid #3b528b; /* Theme middle-tone blue border strip to complete the look */
}

/* Footer Paragraph Typography */
footer p {
  margin: 0 0 8px 0;   /* Clean bottom line space margin */
  font-size: 14px;
  opacity: 0.9;        /* Softens layout text slightly for optimal premium styling */
  letter-spacing: 0.3px;
}

/* Removals of trailing margins on the final element */
footer p:last-child {
  margin-bottom: 0;
  font-weight: 500;
  color: #f0f4fa;      /* Highlights location tags using light pastel blue text */
}


/* --- STICKY ORDER FLOATING BUTTON --- */
.sticky-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999 !important;  /* Forces the button to hover safely over all maps, headers, and section layers */
  pointer-events: auto !important;

  /* Brand Typography & Sizing */
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  
  /* Matching Corporate Blue Brand Theme Setup */
  background: linear-gradient(135deg, #142c6e, #2563eb); /* Corporate Blue to Vivid Blue Gradient */
  padding: 14px 28px;
  border-radius: 50px; /* Perfect pill shape */
  
  /* Premium Elevation Drop Shadows */
  box-shadow: 0 8px 24px rgba(20, 44, 110, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

/* --- CLICKABLE INTERACTIVE ACTIONS --- */
.sticky-btn:hover {
  transform: translateY(-4px) scale(1.02); /* Crisp lifting effect on pointer hover */
  box-shadow: 0 12px 28px rgba(20, 44, 110, 0.35);
  color: #ffffff;
}

.sticky-btn:active {
  transform: translateY(-1px); /* Compresses down realistically when tapped/clicked */
}



@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }

  .hero-image {
    text-align: center;
  }
}

