* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #1a295b;
  --secondary-color: #f59e0b;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-light: #fef3e2;
  --bg-white: #ffffff;
  --border-color: #e5e7eb;
}

/* Updated font family to Poppins */
body {
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Updated Feather icon styling */
[data-feather] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.feature-icon [data-feather] {
  width: 40px;
  height: 40px;
  color: var(--secondary-color);
  margin: 0;
}

/* Header Styles */
.top-bar {
  background: #1a295b;
  font-size: 14px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.top-bar .container-fuild{
  padding-left: 2rem;
  padding-right: 2rem;
}



.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info span {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

.contact-info span i{
  margin-right: 10px;
}

.top-links a {
  margin-left: 20px;
  color: #f4a425;
  text-decoration: none;
  font-weight: 500;
}

.navbar {
  background: var(--bg-white);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  flex-direction: column;
}

/* Updated logo height for Sharp logo */
.logo img {
  height: 55px;
  width: auto;
}

.tagline {
  font-size: 11px;
  color: var(--text-light);
  font-style: italic;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 35px;
}

.nav-menu a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--secondary-color);
}

.btn-primary {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  font-size: .875rem;
  text-decoration: none;
}

.btn-primary:hover {
  background: #1e40af;
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Hero Section */
/* Added hero background image using uploaded wheat image */
.hero {
  background: linear-gradient(135deg, rgba(254, 243, 226, 0.55) 0%, rgba(255, 255, 255, 0.95) 100%),
    url("images/hero-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-title {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.highlight {
  color: var(--secondary-color);
}

.hero-description {
  color: var(--text-light);
  margin-bottom: 30px;
  font-size: 16px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-secondary {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 10px 26px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-secondary:hover {
  background: var(--primary-color);
  color: white;
}

.stats {
  display: flex;
  gap: 40px;
}

.stat-item h3 {
  font-size: 36px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.stat-item p {
  color: var(--text-light);
  font-size: 14px;
}

.hero-right {
  position: relative;
}

.product-card-hero {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.product-card-hero img {
  width: 200px;
  height: auto;
}

.card-footer {
  margin-top: 15px;
  font-size: 12px;
}

.card-footer p {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.family-image {
  position: relative;
}

.family-image img {
  width: 100%;
  border-radius: 15px;
}

.popup-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 10px;
  align-items: center;
}

.popup-badge [data-feather] {
  width: 32px;
  height: 32px;
  color: var(--secondary-color);
}

/* Features Section */
.features {
  padding: 80px 0;
  background: #f3f1ed38;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-tag {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 42px;
  margin: 15px 0 20px;
}

.section-description {
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 1rem;
  transition: all 0.3s;
  border: solid 1px #e7e2da;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  margin-bottom: 20px;
  background-color: #1a295b1a;
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.feature-card p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

/* Products Section */
.products {
  padding: 80px 0;
  background: var(--bg-light);
}

.btn-view-all {
  margin-top: 50px;
}

.btn-outline {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--primary-color);
  color: white;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.product-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.badge {
  position: absolute;
  top: 50px;
  left: 30px;
  background: var(--secondary-color);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/*.product-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin: 20px 0;
  border-radius: 10px;
}*/

.product-card img {
  width: 100%;
  object-fit: contain;
  margin: 20px 0;
  border-radius: 10px;
}

.product-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.product-rating {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 15px;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.btn-view {
  background: var(--secondary-color);
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  text-decoration: none;
}

.btn-view:hover {
  background: #d97706;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 0;
  background: white;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #f9fafb;
  padding: 30px;
  border-radius: 12px;
  border-left: 4px solid var(--secondary-color);
}

.stars {
  color: var(--secondary-color);
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-text {
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.7;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  gap: 15px;
  align-items: center;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.testimonial-author strong {
  display: block;
  margin-bottom: 3px;
}

.testimonial-author p {
  color: var(--text-light);
  font-size: 13px;
}

/* CTA Section */
.cta {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.cta-title {
  font-size: 42px;
  margin-bottom: 20px;
  color: white;
}

.cta-description {
  font-size: 16px;
  margin-bottom: 35px;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn-cta-primary {
  background: var(--secondary-color);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-primary:hover {
  background: #d97706;
  transform: translateY(-2px);
}

.btn-cta-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 33px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-secondary:hover {
  background: white;
  color: var(--primary-color);
}

/* Footer */
.footer {
  background: #1f2937;
  color: #d1d5db;
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo img {
  height: 55px;
  margin-bottom: 20px;
  width: auto;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icon:hover {
  background: var(--secondary-color);
}

.social-icon [data-feather] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.footer-col h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.footer-col ul li a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--secondary-color);
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 25px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom p {
  margin: 5px 0;
}

/* Responsive Design */
@media (max-width: 968px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.active {
    display: flex;
  }

  .hero-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .stats {
    flex-wrap: wrap;
  }

  .cta-title {
    font-size: 28px;
  }

  .hero {
    background-attachment: scroll;
  }
}


/* Hero Right Banner */

.hero-left-badge{
  color: #f4a425;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f4a4251a;
  border-radius: 9999px;
  gap: .5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 20px;
}

.hero-left-badge svg{
  width: 1rem;
  height: 1rem;
}

.hero-right-bg-gradient{
  background-image: linear-gradient(to bottom right, #f4a42533, #1a295b33);
    border-radius: 1.5rem;
    inset: -1rem;
    position: absolute;
    filter: blur(40px);
}

.hero-right img{
    border-radius: 1rem;
    max-width: 32rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
    display: block;
    vertical-align: middle;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px #00000040;
}

.hero-right-box-1{
    opacity: 1;
    transform: translate(0px);
    padding: 1rem;
    background-color: #ffffff;
    border-radius: .75rem;
    gap: .75rem;
    align-items: center;
    display: flex;
    top: 25%;
    left: -1.5rem;
    position: absolute;
}

.hero-right-box-icon{
    background-color: #f4a4251a;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
}

.hero-right-box-icon svg{
    color: #f4a425;
    width: 1.5rem;
    height: 1.5rem;
}

.hero-right-box-1 .text-title, .hero-right-box-2 .text-title{
    color: #0f1729;
    font-weight: 600;
}

.hero-right-box-1 .text-title-2, .hero-right-box-2 .text-title-2{
    color: #5c6a8a;
    font-size: .875rem;
    line-height: 1.25rem;
}

.hero-right-box-2{
  padding: 1rem;
  background-color: #ffffff;
  border-radius: .75rem;
  gap: .75rem;
  align-items: center;
  display: flex;
  bottom: 25%;
  right: 1.5rem;
  position: absolute;
}

.hero-right-box-icon-2{
    background-color: #1a295b1a;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
}

.hero-right-box-icon-2 svg{
    color: #1a295b;
    width: 1.5rem;
    height: 1.5rem;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}




@keyframes float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(-30px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@media (min-width: 1024px) {
    .container-custom {
        padding-left: 2rem;
        padding-right: 2rem;
    }


}

@media (min-width: 768px) {
    .container-custom {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

}


.container-custom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hidden {
    display: none;
}


/* Adding About Page Styles */

/* About Hero Section */
.about-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #1a295be6 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.about-hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: white;
}

.about-hero-content p {
  font-size: 18px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

/* Our Story Section */
.our-story {
  padding: 80px 0;
  background: white;
}

.section-label {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.story-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  margin-top: 40px;
}

.story-text p {
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}

.story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat-card {
  background: var(--bg-light);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.stat-card:hover {
  border-color: var(--secondary-color);
  transform: translateY(-5px);
}

.stat-card h3 {
  font-size: 36px;
  color: var(--secondary-color);
  margin-bottom: 8px;
}

.stat-card p {
  color: var(--text-light);
  font-size: 14px;
}

/* Values Section */
.values-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.value-card {
  background: white;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s;
}

.value-card:hover .value-icon {
  background: var(--secondary-color);
}

.value-icon i {
  font-size: 28px;
  color: var(--secondary-color);
  transition: all 0.3s;
}

.value-card:hover .value-icon i {
  color: white;
}

.value-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.value-card p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

/* Timeline Section */
.timeline-section {
  padding: 80px 0;
  background: white;
}

.timeline {
  margin-top: 60px;
  position: relative;
  padding-left: 80px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-color);
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  gap: 40px;
}

.timeline-year {
  position: absolute;
  left: -80px;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 0 8px white, 0 0 0 10px var(--border-color);
}

.timeline-content {
  background: var(--bg-light);
  padding: 25px 30px;
  border-radius: 12px;
  flex: 1;
  transition: all 0.3s;
}

.timeline-content:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.timeline-content p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

/* Operations Section */
.operations-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
}

.operations-section .section-label {
  color: var(--secondary-color);
}

.operations-section .section-header h2 {
  color: white;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.operation-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.operation-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
}

.operation-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.operation-icon i {
  font-size: 28px;
  color: white;
}

.operation-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.operation-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

/* Responsive Styles for About Page */
@media (max-width: 968px) {
  .story-content {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .operations-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 60px;
  }

  .timeline-year {
    left: -60px;
  }
}

@media (max-width: 768px) {
  .about-hero-content h1 {
    font-size: 32px;
  }

  .story-stats {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    left: 10px;
  }

  .timeline-year {
    left: -10px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .timeline-item {
    padding-left: 70px;
  }
}


/* Contact Page Styles */
.contact-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: white;
}

.contact-hero p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: #f9fafb;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: start;
}

/* Contact Information Box */
.contact-info-box {
  background: white;
  padding: 0;
}

.contact-info-box .section-label {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.contact-info-box h2 {
  font-size: 32px;
  color: var(--text-dark);
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-intro {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: start;
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.phone-icon {
  background: rgba(245, 158, 11, 0.1);
}

.phone-icon i {
  color: var(--secondary-color);
  font-size: 20px;
}

.email-icon {
  background: rgba(245, 158, 11, 0.1);
}

.email-icon i {
  color: var(--secondary-color);
  font-size: 20px;
}

.address-icon {
  background: rgba(245, 158, 11, 0.1);
}

.address-icon i {
  color: var(--secondary-color);
  font-size: 20px;
}

.clock-icon {
  background: rgba(245, 158, 11, 0.1);
}

.clock-icon i {
  color: var(--secondary-color);
  font-size: 20px;
}

.contact-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.contact-item p {
  color: var(--text-light);
  font-size: 14px;
  margin: 3px 0;
  line-height: 1.5;
}

/* Australia Branch Card */
.australia-branch {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 25px;
  border-radius: 12px;
  margin-top: 35px;
  color: white;
}

.australia-branch h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.australia-branch p {
  font-size: 14px;
  margin: 5px 0;
  opacity: 0.9;
  line-height: 1.5;
}

.australia-branch strong {
  font-weight: 600;
}

.branch-email {
  color: var(--secondary-color) !important;
  font-weight: 500;
}

/* Contact Form Box */
.contact-form-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-box h2 {
  font-size: 28px;
  color: var(--text-dark);
  margin-bottom: 30px;
  font-weight: 700;
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.required {
  color: #ef4444;
}

.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  background: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Submit Button */
.submit-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
}

.submit-btn:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
}

.submit-btn i {
  font-size: 14px;
}

/* Location Section */
.location-section {
  padding: 80px 0;
  background: white;
  text-align: center;
}

.location-content {
  max-width: 600px;
  margin: 0 auto;
}

.location-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.location-icon i {
  font-size: 36px;
  color: var(--secondary-color);
}

.location-content h2 {
  font-size: 32px;
  color: var(--text-dark);
  margin-bottom: 12px;
  font-weight: 700;
}

.location-content p {
  color: var(--text-light);
  font-size: 16px;
}

/* Responsive Styles for Contact Page */
@media (max-width: 968px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 32px;
  }

  .contact-form-box {
    padding: 25px;
  }

  .submit-btn {
    width: 100%;
  }
}


/* Products Page Styles */
.products-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b4f7d 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.products-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.products-hero .highlight {
  color: var(--secondary-color);
}

.products-hero p {
  font-size: 18px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
}

/* Products Section */
.products-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Filter Section */
.filter-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
  font-weight: 500;
}

.filter-label i {
  color: var(--secondary-color);
}

.filter-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  background: white;
  color: var(--text-dark);
  border: 2px solid #e5e7eb;
  padding: 10px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
}

.filter-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.filter-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  background: #f8f9fa;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.product-badge {
  position: absolute;
  top: 35px;
  left: 30px;
  background: var(--secondary-color);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.product-badge.gem-badge {
  background: #f59e0b;
}

.product-info {
  padding: 25px;
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.product-description {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-specs {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
  font-size: 13px;
}

.spec-item i {
  color: var(--secondary-color);
  font-size: 14px;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.details-link {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}

.details-link:hover {
  gap: 10px;
  color: #d97706;
}

.details-link i {
  font-size: 12px;
}

/* Bulk Orders CTA */
.bulk-orders-cta {
  background: #f8f9fa;
  padding: 80px 0;
  text-align: center;
}

.bulk-orders-cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.bulk-orders-cta p {
  color: var(--text-light);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px;
}

.cta-button-large {
  background: var(--primary-color);
  color: white;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.cta-button-large:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
  gap: 15px;
}

/* Responsive Design for Products Page */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .products-hero h1 {
    font-size: 36px;
  }

  .products-hero p {
    font-size: 16px;
  }

  .filter-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bulk-orders-cta h2 {
    font-size: 28px;
  }
}


/* Product Detail Page Styles */
.breadcrumb {
  padding: 20px 0;
  background: #f9fafb;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-light);
}

.breadcrumb-nav a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-nav a:hover {
  color: var(--secondary-color);
}

.breadcrumb-nav i {
  font-size: 12px;
}

.breadcrumb-nav span {
  color: var(--text-dark);
  font-weight: 500;
}

.product-detail-section {
  padding: 60px 0;
  background: white;
}

.product-detail-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
}

.product-image-section {
  position: relative;
}

.product-detail-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--secondary-color);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.product-main-image {
  background: #f9fafb;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
}

.product-main-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}

.product-detail-info {
  padding-top: 20px;
}

.product-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.info-badge {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.info-badge i {
  font-size: 14px;
}

.warranty-badge {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

.stock-badge {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}

.product-detail-info h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.product-detail-info > p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 15px;
}

.product-price-section {
  margin-bottom: 30px;
}

.product-price-large {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.price-note {
  color: var(--text-light);
  font-size: 13px;
}

.product-specs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.spec-card {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.spec-card h3 {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.spec-card p {
  color: var(--text-light);
  font-size: 12px;
  font-weight: 500;
}

.product-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-call-order {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.btn-call-order:hover {
  background: #1e40af;
  transform: translateY(-2px);
}

.btn-get-quote {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 12px 35px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.btn-get-quote:hover {
  background: var(--primary-color);
  color: white;
}

.key-features-section {
  margin-bottom: 40px;
}

.key-features-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.features-grid-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-light);
  font-size: 14px;
}

.feature-item i {
  color: var(--secondary-color);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.specifications-table-section {
  margin-bottom: 40px;
}

.specifications-table-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr {
  border-bottom: 1px solid var(--border-color);
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table td {
  padding: 15px 20px;
  font-size: 14px;
}

.specs-table td:first-child {
  font-weight: 600;
  color: var(--text-dark);
  width: 35%;
  background: #f9fafb;
}

.specs-table td:last-child {
  color: var(--text-light);
}

.product-extra-actions {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.action-link:hover {
  color: var(--secondary-color);
}

.action-link i {
  font-size: 16px;
}

.related-products-section {
  padding: 60px 0;
  background: var(--bg-light);
}

.related-products-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: var(--text-dark);
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.related-product-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.related-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.related-product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.related-product-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.related-product-card .product-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}

/* Product Detail Responsive */
@media (max-width: 968px) {
  .product-detail-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-specs-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-grid-detail {
    grid-template-columns: 1fr;
  }

  .related-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-detail-info h1 {
    font-size: 28px;
  }

  .product-price-large {
    font-size: 32px;
  }

  .product-specs-cards {
    grid-template-columns: 1fr;
  }

  .product-actions {
    flex-direction: column;
  }

  .specs-table td {
    padding: 12px 15px;
    font-size: 13px;
  }

  .related-products-grid {
    grid-template-columns: 1fr;
  }

  .related-products-section h2 {
    font-size: 24px;
  }
}


.contact-list li i{
  margin-right: 10px;
}

.contact-info-box{
  padding: 25px;
}