.elementor-4470 .elementor-element.elementor-element-365125d{--display:flex;}.elementor-4470 .elementor-element.elementor-element-97280db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4470 .elementor-element.elementor-element-d643ed3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-4470 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-0c3e223 *//* Hero Section */
    .product-hero {
      text-align: center;
      padding: 80px 20px 60px;
      background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
      border-bottom: 1px solid #e2e8f0;
    }

    .product-hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
    }

    .product-hero p {
      font-size: 1.1rem;
      color: #64748b;
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd8c205 *//* Fence Types Section */
    .fence-types-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    }

    .section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 40px;
      text-align: center;
      padding-bottom: 16px;
      border-bottom: 2px solid #3b82f6;
    }

    .fence-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }

    .fence-card {
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
      border: 1px solid #f1f5f9;
      transition: transform 0.3s ease;
    }

    .fence-card:hover {
      transform: translateY(-2px);
    }

    .fence-image-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      overflow: hidden;
    }

    .fence-image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .fence-content {
      padding: 20px;
    }

    .fence-content h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 12px;
    }
    
    /* Posts Section */
    .posts-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    }

    .posts-container {
      background: #ffffff;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
      border: 1px solid #f1f5f9;
    }

    .posts-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    .posts-table th,
    .posts-table td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #e2e8f0;
    }

    .posts-table th {
      font-weight: 600;
      color: #374151;
      background: #f9fafb;
    }

    .posts-table td {
      color: #6b7280;
    }

    .posts-table tr:last-child th,
    .posts-table tr:last-child td {
      border-bottom: none;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a166b77 *//* Driveway Gate Section */
    .gate-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px 100px;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    }

    .gate-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .gate-card {
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
      border: 1px solid #f1f5f9;
      transition: transform 0.3s ease;
    }

    .gate-card:hover {
      transform: translateY(-2px);
    }

    .gate-image-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      overflow: hidden;
    }

    .gate-image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .gate-content {
      padding: 20px;
    }

    .gate-content h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 12px;
    }

    .gate-content p {
      color: #6b7280;
      margin-bottom: 8px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .minimal-nav {
        padding: 16px 20px;
      }
      
      .product-hero {
        padding: 100px 20px 40px;
      }
      
      .product-hero h1 {
        font-size: 2.2rem;
      }
      
      .fence-types-section,
      .posts-section,
      .gate-section {
        padding: 40px 20px;
      }
      
      .posts-container {
        padding: 24px;
      }
    }

    @media (max-width: 480px) {
      .product-hero h1 {
        font-size: 2rem;
      }
      
      .section-title {
        font-size: 1.5rem;
      }
    }/* End custom CSS */