/*
Theme Name: VideeCast
Author: Carson Plowman
Description: A custom WordPress theme for VideeCast
Version: 1.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: videecast
*/

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: black;
  color: #333;
  line-height: 1.5;
}
a {
    color: #000000; /* Teal */
    text-decoration:none;
}
a:hover {
    color: #000; /* Black */
}
header {
    background-image: url("/wp-content/themes/VideeCast/assets/images/Menu-background1.png");
    background-size: cover;      /* fills the div */
    background-position: bottom; /* centers image */
    background-repeat: no-repeat;
    height:60px;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 999;
  
}

h1 {
	font-family:roboto;
	font-size:32px;
	margin:0;
	color:green;
		text-align:center;
}
h2 {
    color:teal;
}
p{
    color:white;
}
h4{
    font-size: clamp(30px, 5vw, 30px);
    font-weight: 300;
    color: #7AEAFF;
    letter-spacing: 1px;
    text-shadow:
        0 2px 2px rgba(0, 128, 128,.9);
    font-style:italic;
}
h3 {
    font-size: clamp(40px, 5vw, 45px);
    font-weight: 300;
    color:white;
    letter-spacing: 1px;
    -webkit-text-stroke: .5px black;
    text-shadow:
        0 2px 2px rgba(0, 128, 128,.9);
}
h5 {
    color:white;
    text-align:center;
    font-size:40px;
    line-height:3;
    font-weight:50;
    background-color: rgba(0, 0, 0, 0.7);
}
h6 {
    font-weight: bold;
    letter-spacing: 6px;
    color: black;
    -webkit-text-stroke: 1px limegreen;
    text-shadow:
        0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
  
    background: rgba(0,0,0,0.4);
    border-radius:40px;
    border-bottom:solid 1px #7AEAFF;
    display:inline-block;
    padding-left:clamp(70px, 8vw, 90px);
    padding-right:clamp(70px, 8vw, 90px);
    font-size: clamp(30px, 8vw, 90px);
    text-align:center;
    margin:0;
}
h8 {
        font-size: clamp(16px, 4vw, 25px);
    font-weight: 300;
    color: white;
    text-shadow:
        0 4px 20px rgba(0,0,0,.8);
    
}
h7 {
        font-weight: bold;
    letter-spacing: 6px;
    color: black;
    -webkit-text-stroke: 1px limegreen;
    text-shadow:
        0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
  
    background: rgba(0,0,0,0.4);
    border-radius:40px;
    border-bottom:solid 1px #7AEAFF;
    display:inline-block;
    padding-left:90px;
    padding-right:90px;
    font-size: clamp(20px, 8vw, 20px);
    text-align:center;
    margin:0;
    
}

.button:hover {
    background-color: black;
    transition: background-color 0.4s ease;
    color:skyblue;
    transform: translateY(-1px);
    box-shadow: 0 6px 8px rgba(135, 206, 250,0.9);
}
button:hover {
     background-color: black;
    transition: background-color 0.4s ease;
    color:skyblue;
    transform: translateY(-1px);
    box-shadow: 0 6px 8px rgba(135, 206, 250,0.9);
}
.button {
        padding-right:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:2px;
    font-size:20px;
    border-radius:10px;
    background:black;
    color:limegreen;
    box-shadow:
      0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
}
.header-top {
    background:
        linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
        url("/wp-content/themes/VideeCast/assets/images/background3.webp");
          display:grid;
    place-items:center;
    border:solid .5px limegreen;
    border-bottom:solid 10px limegreen;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom:50px;
    margin-bottom:0px;
   
}

.header-top h2,
.header-top h3,
.header-top h6 {
    text-align: center;
    max-width:100%;
    word-wrap:break-word;
   
}

/* VideeCast Brand */
.header-top h6 {
    font-weight: bold;
    letter-spacing: 6px;
    color: black;
    -webkit-text-stroke: 1px limegreen;
    text-shadow:
        0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
    background: rgba(0, 0, 0, 0.4);
    border-radius:40px;
    border-bottom:solid 1px #7AEAFF;
    display:inline-block;
    padding-left:clamp(70px, 8vw, 90px);
    padding-right:clamp(70px, 8vw, 90px);
    font-size: clamp(30px, 8vw, 90px);
    text-align:center;
}

/* Professional Broadcast Systems */
.header-top h3 {
    font-size: clamp(30px, 5vw, 60px);
    font-weight: 300;
    color: white;
    text-shadow:
        0 2px 5px rgba(0,0,0,.9);
    padding-right:clamp(10px, 8vw, 20px);
    padding-left:clamp(10px, 8vw, 20px);
  
   
}

/* Built to perform */
.header-top h2 {
    font-size: clamp(30px, 5vw, 35px);
    font-weight: 100;
    color: #7AEAFF;
    letter-spacing: 1px;
    text-shadow:
        0 2px 8px rgba(0,0,0,.9);
    font-style: italic;
    
}
.header-top-headings h6 {
   margin-bottom:40px;
}
.header-top-headings h8 {
  margin-bottom:40px;
  padding-bottom:30px;

}
.header-top-headings {
   max-width:900px;
   height:80%;
   display:grid;
   place-items:center;
   margin:auto;
   /* Glass panel */
   background: rgba(0, 0, 0, 0.4);
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   border-radius:30px;
  /* Glow + depth */
   box-shadow:
      0 0 25px rgba(255, 255, 255,0.9),
      0 20px 60px rgba(0,0,0,0.8);
      padding-bottom:40px;
   
}
.header-top-headings img{
  width: 75%; /* mobile = bigger */
}

@media (min-width: 768px) {
  .header-top-headings img{
    width: 50%; /* desktop = smaller */
  }
}
.featured-product {
    text-align:center;
     background-image:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
     url("/wp-content/themes/VideeCast/assets/images/Product-Seperator.webp");
    border-bottom:solid .5px limegreen;
}


.seperator {
 
    height:28px;
    width:100%;

}
.seperator img{
    height:100%;
    width:100%;
}

.header-left-block {
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; /* Needed for absolute positioning */
    
}
.product-div {
    display:flex;
    background:black;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.duomax-right-product {
    width:50%;
    margin:20px;
    border-radius:20px;
    flex: 1 1 400px; /* grow, shrink, base width */
    
}
.duomax-right-product button{
    padding-right:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:2px;
    font-size:20px;
    border-radius:10px;
    background:black;
    color:limegreen;
    box-shadow:
      0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
    margin-top:5px;
}
    
.duopro-left-product {
    width:50%;
    margin:20px;
    flex: 1 1 400px; /* grow, shrink, base width */
    
}
.duopro-left-product button{
    padding-right:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:2px;
    font-size:20px;
    border-radius:10px;
    background:black;
    color:limegreen;
    box-shadow:
      0 0 8px rgba(80,255,120,.7),
        0 0 18px rgba(80,255,120,.2);
    margin-top:5px;
    

}

.duomax-right-product img{
     border-radius:20px;
}
.duopro-left-product img{
     border-radius:20px;
}
.duomax4k {
    text-align:center;
    height:275px;
    background:
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
        url("/wp-content/themes/VideeCast/assets/images/product-background.webp");
          display:grid;
    place-items:center;
    border:solid .5px limegreen;
    border-top:solid 10px limegreen;
    border-bottom:solid 10px limegreen;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.duomax4k h4{
    background:rgba(0,0,0,0.4);
    border-radius:20px;
    padding:10px;
      box-shadow:
      0 0 20px rgba(255, 255, 255,0.5),
      0 5px 10px rgba(255,255,255,0.8);

      
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.custom-logo {
	height:50px;
    width:100%;
    display:none;
}
@media (max-width: 768px) {
  .custom-logo {
   width:100px;
  }
}
.menu-toggle img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius:3px;

}
.nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav ul {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  position: relative;
}

.nav a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 100;
  font-size: 16px;
  color: #F5F5F5;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.nav a:hover,
.nav a:focus,
.nav .current-menu-item > a,
.nav .current_page_item > a {
  border-bottom-color: #66FF00; /* green underline */
  outline: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #FFF;
  font-size: 36px;
  cursor: pointer;
}

.menu-toggle:focus {
  outline: 2px solid limegreen;
  outline-offset: 2px;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background: black;
  border-top: 1px solid #ddd;
}

.mobile-nav ul {
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
	.mobile-nav li {
		padding-top:5px;
		padding-bottom:5px;
		width:100%;
		text-align:center;
		display:flex;
	}
.mobile-nav li a {
  padding: 12px 24px;
  border-bottom: 1px solid #ddd;
  background:black;
  width:100%;
  color:white;
}

.mobile-nav li a:hover,
.mobile-nav li a:focus {
  background-color: rgba(50, 205, 50, 0.4); /* light gold background on hover */
}

@media (max-width: 768px) {
  .header-inner {
    justify-content: space-between;
    height: 56px;
    padding: 0 16px;
  }
  .nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .mobile-nav.active {
    display: flex;
  }
  
}
/* New Code*/
.site-title {
	display:none !important;
}
.site-description {
	display:none !important;
}
.site-info {
	color:white;
	background:teal;
	display:inline-block;
	width:100%;
	height:45px;
	line-height:2.6;
	text-align:center;
}

:root {
            --primary-color: #4A3B31; /* Dark Brown */
            --secondary-color: #556B2F; /* Forest Green */
            --accent-color: limegreen; /* Warm Gold */
            --light-bg-color: #F8F5F0; /* Creamy off-white */
            --text-color: green;
            --white-color: #FFFFFF;
            --heading-font: 'Merriweather', serif;
            --body-font: 'Open Sans', sans-serif;
            --container-width: 1200px;
         
        }

        /* Reset and Base Styles */
        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
			
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: var(--heading-font);
            margin-bottom: 0.75em;
            line-height: 1.2;
        }
        h1 { font-size: 2.8rem; }
        h2 { font-size: 2.2rem; }
        h3 { font-size: 1.8rem; }

        .container {
            max-width: var(--container-width);
            margin: 0 auto;
            padding: 0 20px;
        }

        .btn {
            display: inline-block;
            padding: 11px 30px;
            color: var(--white-color);
            font-family: var(--body-font);
            font-weight: 300;
            text-transform: uppercase;
            border: 1px solid var(--accent-color);
            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            cursor: pointer;
            letter-spacing: 4px;
            position: relative;
            font-size: 0.8rem;
            overflow: hidden;
            z-index: 1;
            background-color: rgba(184, 134, 11, 0.8);
	
        }

        .btn:hover {
            color: var(--white-color);
            background-color: rgba(218, 165, 32, 0.15);
        }

        .btn::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: var(--accent-color);
            transition: height 0.3s ease;
            z-index: -1;
            opacity: 0.2;
        }

        .btn:hover::after {
            height: 100%;
        }

        .btn-secondary {
            background:rgba(184, 134, 11, 0.3);
            border: 1px solid rgba(255,255,255,0.3);
            color: var(--white-color);
        }
        
        .btn-secondary::after {
            background-color: rgba(255,255,255,0.05);
        }
        
        .btn-secondary:hover {
            border-color: rgba(255,255,255,0.7);
            background-color: rgba(255,255,255,0.1);
        }

        /* Footer */
        
        .main-footer {
            background-image: url("/wp-content/themes/VideeCast/assets/images/Menu-background1.png");
            color: white;
            padding: 20px 0 0px;
            font-size: 0.9rem;
			height:100%;
			width:100%;
			border-top:solid 2px limegreen;
        }
        .footer-container {
            text-align:center;
        }
 

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .footer-bottom p {
            margin: 0;
            opacity: 0.7;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .hero h1 { 
                font-size: 2.4rem; 
            }
            .hero h1 span {
                font-size: 1.6rem;
            }
            .hero p { 
                font-size: 1.1rem; 
                padding: 0 15px;
            }
            .section-title h2 { font-size: 2.2rem; }
            .hero-content-wrapper {
                padding: 40px 20px;
            }
        }

        .nav-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            padding: 0 20px;
            box-sizing: border-box;
        }
        
        .nav-button {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            opacity: 0.7;
            transition: opacity 0.3s, background-color 0.3s;
        }
        
        .nav-button:hover {
            opacity: 1;
            background: rgba(0, 0, 0, 0.8);
        }
