/*
 * HOME CSS FILE
 * This file will contain CSS for only homepage sections
 */
 /* Webkit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

body{
  font-size: 14px;
  color: var(--eerie-black);
  /*font-family: var(--font-family-nunito);*/
  font-family: var(--font-family-IBM-Plex-Sans);
}
span{
    color: #9b9c9e;
    font-weight: 500;
}
p{
  line-height: 1.6em;
}
h6{
  color: #4b5255;
  font-size: 1.1428571428571em;
  font-weight: 700;
}

.navbar-brand.site-title{
  /*font-family: var(--font-family-syncopate);
  font-family: var(--font-family-nunito);*/
  font-family: var(--font-family-IBM-Plex-Sans);
  color: var(--eerie-black);
  color: #ffffff !important;
}

/*Header Top section*/
.top-header-section{
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  padding: 13px 0;
  z-index: 2;
  min-height: 45px;
  height: 45px;
  background: rgb(19 27 42);
  background: rgb(228 230 233);
}

.top-header-section span{
  color: var(--eerie-black);
}

.main-nav{
  width: 100%;
  /*box-shadow: inset 0 -1px 0 #275EFE;*/
  padding: 5px 0;
  background-color: var(--primary-black) !important;
}

.main-nav .nav-link{
  margin: 0 2px
}
.navbar-expand-lg .navbar-nav .nav-link span{
  color: #fff;
}

.navbar-nav .dropdown-menu .dropdown-item{
  color: #fff !important;
  background-color: #1d40a5 !important;
}

.navbar-nav .dropdown-menu .dropdown-item span{
  color: #fff !important;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:hover span{
  background-color: #fff !important;
  color: #1d40a5 !important;
}

.navbar-toggler-icon{
  color: #fff !important; 
}

.navbar-toggler-icon i{
  top: 4px;
  position: relative;
}

.dropdown-toggle::after{
  color: #ffffff;
}

.nav-link:hover{
  background-color: var(--accent-green);
  padding: 6px 0;
  border-radius: 4px;
}

.nav-link:hover span{
  color: #0a58ca;
}


#mega-menu-wrap-custom-menu .mega-menu-toggle{
  background: transparent !important;
}

#mega-menu-wrap-custom-menu #mega-menu-custom-menu{
  text-align: center !important;
  font-family: var(--font-family-IBM-Plex-Sans);
}

/* HERO BANNER SECTION */
.home-banner-section {
  background: #111934;
}
.home-banner-section .hero-title {
  font-size: var(--font-size-xxl);
  line-height: 48px;
  letter-spacing: 0;
}

#searchsubmit{
  color: #fff;
  border: 1px solid #fff;
}

#searchsubmit:hover{
  color: #212529 !important;
  background-color: #fff;
}

@media only screen and (min-width: 375px ) {
}

@media only screen and (min-width: 425px ) {
}

/*Tablet*/
@media only screen and (min-width: 768px ) {
  /*Top news*/
  .top-news img{
    height: 225px;
  }
}

/*Laptop*/
@media only screen and (min-width: 1024px ) {

  .home-banner-section {
    padding: 30px 0px;
  }

}


/* PRODUCT CATEGORIES SLIDER */
@media only screen and (min-width: 768px ) {
  .home-product-categories .site-title {
    width: 650px;
  }
  .home-product-categories .swiper {
    margin-top: 60px;
  }
  .blog-page .card img{object-fit: cover;height: 150px;}
}

@media only screen and (min-width: 769px ) and (max-width: 991px ) {
  #mega-menu-wrap-custom-menu{
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 767px ) {
  #mega-menu-wrap-custom-menu{
    position: absolute;
    right: 0;
  }
  .nav-link:hover{
    padding: 6px 10px;
  }

  .blog-page .card img{height: 100%;}

  #scrollToTopBtn {
    bottom: 60px;
    right: 50px;
  }
  .textwidget .contact-item{
    display: block;
  }
  
  .content-layout {
    display: block !important;
  }
}
@media only screen and (max-width: 768px ) {
  #mega-menu-wrap-custom-menu .mega-menu-toggle{
    margin-top: -35px;
  }
}

/* ABOUT US SECTION */


/* HOME INDUSTRY SECTION */


/* HOME INDUSTRY SECTION */


/*blog*/
.blog-page .card img{object-fit: cover;border-radius: 0.5rem;max-width: 100%;}
.readmore{
  color: #0056b3;
    background-color: transparent;
    border-color: #0056b3;
    border-radius: 100px;
}

/*Footer*/
footer{
    /*background-color: #111934;*/
    background-color: rgba(41,42,43);
    color: #ffffff;
    box-shadow: inset 0 -1px 0 #eeeeee;
    border-top: 1px solid #eeeeee;
}

.footer-menu, .textwidget{
  padding-top: 10px;
}

.textwidget i{
  font-size: 24px;
  position: relative;
  top: 5px;
}

.textwidget .contact-item{
  cursor: pointer;
}

.textwidget .contact-item label{
  padding-left: 10px;
  padding-bottom: 10px;
}

.footer-menu ul{
    padding-left: 10px;
    list-style-type: none;
}
.footer-menu ul li{
    padding: 3px 0 3px 0;
}

.footer-copyright{
    /*background-color: #17234a;*/
    background-color: rgba(41,42,43);
}

footer .site-title{  
    /*font-family: var(--font-family-syncopate);
    font-family: var(--font-family-nunito);*/
    font-family: var(--font-family-IBM-Plex-Sans);
}

.footer-widget h6{
    color: #ffffff;
}

.footer-section{
    margin: 30px 0 30px 0;
}
.footer-section ul{
    padding-left: 1rem !important;
}

.footer-menu a{
  color: #ffffff;
  font-family: var(--font-family-IBM-Plex-Sans);
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    background-color: #275EFE;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 11px 14px 9px 14px;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}


/*New css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-black: #000000;
    --dark-gray: #1a1a1a;
    --medium-gray: #2c2c2c;
    --light-gray: #f5f5f5;
    --accent-green: #4CAF50;
    --text-light: #ffffff;
    --text-dark: #333333;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
}

/* Navigation */
nav {
    background: var(--primary-black);
    padding: 1rem 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    color: var(--text-light);
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-symbol {
    font-size: 2rem;
    color: var(--accent-green);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a:hover {
    color: var(--accent-green);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-green);
    transition: width 0.3s;
}

.nav-menu a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--medium-gray) 100%);
    color: var(--text-light);
    padding: 150px 5% 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(76,175,80,0.1)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.hero-tagline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--accent-green);
    animation: fadeInUp 1s ease 0.2s both;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s ease 0.4s both;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.6s both;
}

.btn {
    padding: 15px 35px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--accent-green);
    color: var(--text-light);
}

.btn-primary:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.btn-secondary:hover {
    background: var(--text-light);
    color: var(--primary-black);
}

/* Detail Hero */
.detail-hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--medium-gray) 100%);
    color: var(--text-light);
    padding: 80px 5%;
    text-align: center;
}

.detail-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.detail-hero .subtitle {
    font-size: 1.3rem;
    color: var(--accent-green);
    margin-bottom: 2rem;
}

.detail-hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Breadcrumb */
.breadcrumb {
    background: var(--light-gray);
    padding: 50px 5% 20px;
    display: block;
}

.breadcrumb-content {
    max-width: 1400px;
    margin: 0 auto;
}

.breadcrumb a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: var(--accent-green);
}

.breadcrumb span {
    color: #999;
    margin: 0 10px;
}
 /* Tab Navigation */
.tab-navigation {
    background: white;
    border-bottom: 2px solid var(--light-gray);
    position: sticky;
    top: 70px;
    z-index: 100;
}

.tab-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
    padding: 0 5%;
}

.tab-button {
    background: none;
    border: none;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    white-space: nowrap;
}

.tab-button:hover {
    color: var(--accent-green);
}

.tab-button.active {
    color: var(--accent-green);
    border-bottom-color: var(--accent-green);
}

.tab-content {
    padding: 20px 20px;
}

/* Section Styles */
section {
    padding: 80px 5%;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Content Layout */
.content-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}
.main-content {
    background: white;
}

.sidebar {
    position: sticky;
    top: 150px;
    height: fit-content;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-box {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--accent-green);
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--primary-black);
}

.feature-box p {
    font-size: 0.95rem;
    color: #666;
}

/* Specifications Table */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.spec-table th,
.spec-table td {
    padding: 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--light-gray);
}

.spec-table th {
    background: var(--primary-black);
    color: var(--text-light);
    font-weight: 600;
}

.spec-table tr:hover {
    background: var(--light-gray);
}

/* Comparison Cards */
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.comparison-card {
    background: white;
    border: 2px solid var(--light-gray);
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s;
}

.comparison-card:hover {
    border-color: var(--accent-green);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.2);
}

.comparison-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.comparison-card .badge {
    display: inline-block;
    background: var(--accent-green);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
}

.comparison-card ul li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.comparison-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-green);
    font-weight: bold;
}

.comparison-card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--accent-green);
    margin: 1rem 0;
}

/* Image Gallery */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.gallery-item {
    height: 200px;
    background: var(--light-gray);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--accent-green);
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Process Steps */
.process-steps {
    margin: 3rem 0;
}

.step {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.step-number {
    min-width: 60px;
    height: 60px;
    background: var(--accent-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-black);
}

.step-content p {
    color: #666;
    line-height: 1.8;
}

/* Sidebar Widgets */
.widget {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.widget h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s;
}

.widget ul li a:hover {
    color: var(--accent-green);
}

.cta-widget {
    background: var(--accent-green);
    color: white;
    text-align: center;
}

.cta-widget h3 {
    color: white;
}

.cta-widget p {
    margin-bottom: 1.5rem;
}

.cta-widget .btn {
    background: white;
    color: var(--accent-green);
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.cta-widget .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Accordion */
.accordion {
    margin: 2rem 0;
}

.accordion-item {
    background: white;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-header {
    background: var(--light-gray);
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.accordion-header:hover {
    background: #e8e8e8;
}

.accordion-header h3 {
    font-size: 1.2rem;
    color: var(--primary-black);
    margin: 0;
}

.accordion-icon {
    font-size: 1.5rem;
    color: var(--accent-green);
    transition: transform 0.3s;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}

.accordion-body {
    padding: 1.5rem;
    line-height: 1.8;
    color: #666;
}

/* Info Boxes */
.info-box {
    background: var(--light-gray);
    border-left: 5px solid var(--accent-green);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 5px;
}

.info-box.warning {
    border-left-color: #ff9800;
    background: #fff3e0;
}

.info-box.success {
    border-left-color: var(--accent-green);
    background: #e8f5e9;
}

.info-box.info {
    border-left-color: #2196F3;
    background: #e3f2fd;
}

.info-box h4 {
    margin-bottom: 0.5rem;
    color: var(--primary-black);
}

.info-box p {
    margin: 0;
    color: #666;
}

/* About/Philosophy Section */
.philosophy {
    background: var(--light-gray);
}

.philosophy-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.philosophy-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.philosophy-text .kannada {
    color: var(--accent-green);
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.philosophy-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.philosophy-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seedling-icon {
    font-size: 10rem;
    color: var(--accent-green);
    animation: grow 2s ease-in-out infinite;
}

@keyframes grow {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Core Values Section */
.core-values {
    background: var(--primary-black);
    color: var(--text-light);
}

.core-values .section-title,
.core-values .section-subtitle {
    color: var(--text-light);
}

.values-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value-card {
    background: var(--medium-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-green);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--accent-green);
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Infrastructure Solutions */
.solutions {
    background: var(--light-gray);
}

.solutions-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.solution-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.solution-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--accent-green);
}

.solution-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.solution-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Flooring Solutions */
.flooring-solutions {
    background: white;
}

.flooring-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.flooring-card {
    background: var(--light-gray);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.flooring-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.flooring-image {
    height: 200px;
    background: var(--medium-gray);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    font-size: 4rem;
    color: var(--accent-green);
}

.flooring-content {
    padding: 1.5rem;
}

.flooring-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.flooring-content p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.flooring-content .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
}

/* Sports Section */
.sports-section {
    background: var(--dark-gray);
    color: var(--text-light);
}

.sports-section .section-title,
.sports-section .section-subtitle {
    color: var(--text-light);
}

.sports-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.sport-card {
    background: var(--medium-gray);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.sport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.sport-icon {
    padding: 2rem;
    font-size: 4rem;
    background: linear-gradient(135deg, var(--primary-black), var(--medium-gray));
}

.sport-info {
    padding: 1.5rem;
}

.sport-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--accent-green);
}

.sport-info p {
    font-size: 0.9rem;
    color: #ccc;
}

/* Statistics Section */
.statistics {
    background: var(--accent-green);
    color: var(--text-light);
    padding: 60px 5%;
}

.stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    text-align: center;
}

.stat-item h3 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.stat-item p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-black), var(--medium-gray));
    color: var(--text-light);
    padding: 80px 5%;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
footer {
    background: var(--primary-black);
    color: var(--text-light);
    padding: 40px 5%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-section h3 {
    color: var(--accent-green);
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--accent-green);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid var(--medium-gray);
}

/* Page Navigation */
.page-nav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 999;
}

.page-nav button {
    background: var(--accent-green);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-nav button:hover {
    background: #45a049;
    transform: translateY(-2px);
}

/* Page Container 
.page {
    display: none;
}

.page.active {
    display: block;
} */

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About Us Page Specific Styles */
.about-hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--medium-gray) 100%);
    color: var(--text-light);
    padding: 150px 5% 80px;
    text-align: center;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.mission-vision {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.mv-card {
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.mv-card h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--accent-green);
}

.values-detailed {
    background: white;
}

.value-detail {
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: var(--light-gray);
    border-radius: 10px;
    border-left: 5px solid var(--accent-green);
}

.value-detail h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.value-detail h4 {
    color: var(--accent-green);
    margin-bottom: 0.5rem;
}

/* Solutions Page Styles */
.solutions-hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--medium-gray) 100%);
    color: var(--text-light);
    padding: 150px 5% 80px;
    text-align: center;
}

.solutions-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.process-timeline {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.timeline-item:nth-child(even) .timeline-content {
    order: 2;
}

.timeline-number {
    font-size: 5rem;
    font-weight: bold;
    color: var(--accent-green);
    opacity: 0.2;
}

.timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.timeline-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.timeline-content p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 1rem;
}

.timeline-content ul {
    list-style: none;
    padding-left: 0;
}

.timeline-content ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.timeline-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-green);
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-tagline {
        font-size: 1.2rem;
    }

    .philosophy-content,
    .mission-vision,
    .timeline-item {
        grid-template-columns: 1fr;
    }

    .values-grid,
    .solutions-grid,
    .flooring-grid,
    .sports-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 2rem;
    }

    .page-nav {
        bottom: 10px;
        right: 10px;
        flex-direction: column;
    }

    .page-nav button {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}