:root {
    --body-background-color: White;
    --color1: #002A0E;
    --color2: #ffffff;
    --color3: #346a00;
    --color4: #f5f5f5;
    --text_color: #444444;
    --grey: #9d9d9d;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.container1 {
    max-width: 1200px;
    margin: auto;
}

.container2 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container4 {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 60px;
}

.container4 h2 {
    margin-bottom: 8px;
}

.container4p {
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 60px;
}

.grid2p h2 {
    text-transform: uppercase;
    color: var(--text_color);
    font-size: 31px;
}

.container5c {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 60px;
}

h1 {
    margin-bottom: 8px !important;
    font-size: 6.1em;
}

h2 {
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

h1 {
    font-size: 48px;
    letter-spacing: -.96px;
    line-height: 1;
}

h2 {
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -.58px;
}

h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.46px;
}

h4 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -1.25px;
}

h5 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color3);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: var(--color2);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #336a00c8;
}

.fas {
    color: var(--color2);
}

button {
    text-decoration: none;
    background-color: var(--color3);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 8px;
}

button:hover {
    background-color: var(--color1);
}

#buttonp {
    text-decoration: none;
    background-color: var(--color3);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 24px;
}

#buttonp:hover {
    background-color: var(--color1);
}

.good {
    color: green;
}

.bad {
    color: red;
}

.why-us-image1 {
    display: flex;
    justify-content: center;
}

label {
    color: var(--text_color);
    font-weight: bold;
}

select {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    color: #696969;
    font-family: "Open Sans", sans-serif;
}

.product-form {
    display: grid;
    gap: 5px;
    max-width: 35%;
    margin-top: 24px;
}

.fa-cc-visa, .fa-cc-paypal, .fa-cc-discover {
    font-size: 45px;
}

.cards-opt {
    margin-top: 8px;
    gap: 5px;
    display: flex;
}

/*#############New Ticker Code##############*/

#newsticker {
    width: 100%;
    overflow: hidden;
    background: var(--color2);
    color: var(--color1);
    white-space: nowrap;
    position: relative;
    padding: 5px 0;
    font-family: Arial, sans-serif;
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: ticker 25s linear infinite;
}

@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.ticker-content h1 {
    display: inline;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.ticker-content h1::after {
    content: "  •  ";
    margin: 0 1rem;
}

/*#############End New Ticker Code##############*/

/*##########HEADER CODE#################*/
.header_background {
    background-color: var(--color1);
}

.header {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shoping_icons {
    color: var(--color2);
    display: flex;
    gap: 20px;
    align-items: center;
}

.cart-text {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
/*########## End of HEADER CODE#################*/

.dropdown .dropbtn { margin-top: 0; }   
.cart-mobile { display: none; }        


.bats-sidebar {
    position: fixed;
    top: 0;
    left: -300px;                
    width: 280px;
    height: 100vh;
    background: var(--color1);
    color: #fff;
    overflow-y: auto;
    transition: left 0.35s ease, opacity 0.35s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
}
.bats-sidebar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}


.bats-sidebar__inner {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.bats-sidebar h3 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 0.5rem;
}
.bats-sidebar a {
    color: #fff;
    text-decoration: none;
    padding: 0.65rem 1rem;
    transition: background 0.2s;
}
.bats-sidebar a:hover { background: rgba(255,255,255,0.1); }

.bats-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
    z-index: 999;
}
.bats-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-links {
    display: flex;
    gap: 16px;
    margin: 3px 0;
    text-transform: uppercase;
}

.menu-links a {
    text-decoration: none;
    color: var(--text_color);
}

.menu-links a.active {
    color: var(--color1);
    font-weight: bold;
}

.hamburger {
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .cart-mobile { display: none; }   
}

/* ——— MOBILE MENU SIDEBAR (IDENTICAL TO BATS SIDEBAR) ——— */
#mobile-menu-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    background: var(--color1);
    color: #fff;
    overflow-y: auto;
    transition: left 0.35s ease, opacity 0.35s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
}
#mobile-menu-sidebar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
#mobile-menu-sidebar .inner {
    padding: 2rem 1rem;    
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
#mobile-menu-sidebar h3 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 0.5rem;
}
#mobile-menu-sidebar a {
    color: #fff;
    text-decoration: none;
    padding: 0.65rem 1rem;
    transition: background 0.2s;
    display: block;
}
#mobile-menu-sidebar a:hover {
    background: rgba(255,255,255,0.1);
}
#mobile-menu-sidebar .cart-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ——— MOBILE RESPONSIVE ——— */
@media (max-width: 991px) {
    .hamburger {
        display: block;
        font-size: 1.8rem;
        cursor: pointer;
        padding: 0.5rem;
    }
    .menu-links {
        display: none !important;
    }
    #mobile-menu-sidebar {
        display: block;
    }
    .cart-mobile {
        display: block;
    }
}
@media (min-width: 992px) {
    #mobile-menu-sidebar {
        display: none !important;
    }
}

/*############End of Drop Down For Header Menu##############*/

/* Search container styling */
#search-container {
    display: inline-block;
    position: relative;
}
#search-form {
    display: inline-flex;
    align-items: center;
}
#search-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 200px; /* Adjust width for better appearance */
}
#search-icon {
    cursor: pointer;
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-results.active {
    display: block;
}
.search-result-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.search-result-item:last-child {
    border-bottom: none;
}
.search-result-item img.search-result-img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}
.search-result-item h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.search-result-item p {
    margin: 5px 0;
    color: #666;
}
.search-result-item a.view-details {
    color: #346a00;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.search-result-item a.view-details:hover {
    text-decoration: underline;
}

/*#####################Footer Code#########################*/

.footer_sec1 {
    display: flex;
    gap: 50px;
    justify-content: center;
    background-color: var(--color1);
    padding: 104px 0;
}

.footer_sec2 {
    display: flex;
    justify-content: center;
    gap: 25px;
    background-color: var(--color3);
    color: var(--color2);
    font-weight: 100;
    padding: 5px 0;
}

.footer_sec2 a {
    text-decoration: none;
    color: var(--color2);
}

.footer_text {
    display: grid;
    gap: 5px;
}

.footer_box {
    color: var(--color2);
    font-size: 14px;
}

.footer_box a {
    text-decoration: none;
    color: var(--color2);
    font-size: 14px;
}

.logo h5 {
    font-weight: 500;
    text-transform: uppercase;
}

.footer_box .logo {
    text-align: center;
}

.footer_text .fab {
    font-size: 16px;
}

.copy p {
    font-size: 14px;
}

.jjstar p {
    font-size: 14px;
}

/*#####################END Footer Code#########################*/

/*#############Hero Section Code######################*/

.darkgrid {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 104px;
}

/* video as background */
.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(25, 36, 59, 0.35);
  z-index: 1;
}

.container3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;  
  color: #fff;
  z-index: 2;
}

.darkgrid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
}

.container3 h1 {
    text-transform: uppercase;
    width: 90%;
}

.container3 h3 {
    padding: 0 15px 0 15px;
    text-transform: uppercase;
}

.hero-image {
    object-fit: cover;
    width: 100%;
    height: 600px;
}


/*#############End Hero Section Code######################*/

/*##########Two Column Grid1 Pic to Right CODE#################*/

.two-columns-grid1 {
    margin: 40px 0;
    padding: 30px;
    align-items: center;
    background-color: #002A0E;
}

.container4 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid {
    flex: 1;
    align-content: center;
    height: auto;
    width: auto;
    color: var(--color2);
}

.grid h2 {
    text-transform: uppercase;
}

.why-us-image img {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    object-fit: cover;
    display: block;
}

/*##########End of Two Column Grid1 Pic to Right CODE#################*/

/*##########Two Column Grid2 Pic to Right CODE#################*/

.two-columns-grid2 {
    margin: 104px 0;
    padding: 30px;
    align-items: center;
    background-color: var(--color4);
}

.container5 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid2 {
    flex: 1;
    align-content: center;
    height: auto;
    width: auto;
    color: var(--color2);
}

.grid2 h2 {
    text-transform: uppercase;
    color: var(--text_color);
}

.grid2 p {
    color: var(--text_color);
}

.why-us-image img {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

/*##########End of Two Column Grid2 Pic to Right CODE#################*/

/*################ Two Column Grid4 ########################*/

.bottom-left {
  position: absolute;
  bottom: 8px;
  margin-left: 16px;
}

.container6 {
    position: relative;
    text-align: center;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.image2 {
    object-fit: cover;
    display: flex;
    position: relative; 
    cursor: pointer;    
}

.bottom-left::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background-color: white;
    transition: width 0.4s ease;
}

.image2:hover .bottom-left::after {
    width: 100%;
}

.two-columns-grid3 {
    margin-bottom: 104px;
}

.image2 h2 {
    text-transform: uppercase;
    color: white;
}

/*################ End of Two Column Grid4 ########################*/

/*################Logo Container###########################*/

.Logo-Container_Content {
    margin: 104px 0;
    padding: 30px;
    align-items: center;
    background-color: var(--color3);
    text-align: center;
    color: white;
}

.Logo-Container_Content img {
    max-width: 25%;
    padding-bottom: 40px;
}

.Logo-Container_Content h2, h4 {
    margin: 0;
    text-transform: uppercase;
}

/*################Logo Container End###########################*/

/*################Three Column Grid############################*/

.three-column-grid {
    display: flex;
    text-align: center;
    gap: 40px;
    padding: 30px;
    margin: 104px 0;
    align-items: center;
}

.three-column-grid i.fa,
.three-column-grid i.fas {
    font-size: 100px;
    margin-bottom: 16px;
    color: var(--color1);
}

.three-column-grid h5 {
    text-transform: uppercase;
}

.column1 h5 {
    margin-bottom: 8px;
}

.container7 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 42px;
}

/*################End of Three Column Grid############################*/

/*##############Contact Us Icon########################*/

.icon-container {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999;
    color: var(--color2);
    background-color: var(--color1);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;               /* Enables Flexbox */
    justify-content: center;     /* Centers horizontally */
    align-items: center;         /* Centers vertically */
    text-decoration: none;
}

/*##############Contact Us Icon########################*/

/*##############Contact Form###########################*/

#contactForm {
   display: grid;
    width: 90%;
    justify-content: center;
    margin: auto;
    padding: 15px 0; 
}

.formbutton {
    text-decoration: none;
    background-color: var(--color3);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 24px;
}

#contactForm .forminput {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#contactForm textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 200px;
}

.contactsec {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin: 104px 0;
    margin: 104px auto;
    max-width: 1200px;
}

.contactsec1 {
    width: 50%;
}

.contact_container {
    background-color: #f5f5f5;
    padding: 15px;
}

.contactsec .heading1 {
    margin-bottom: 8px;
}

/*###############Contact Form End######################*/

/*####################Cart CSS#####################*/

.col-md-3 {
    max-width: 200px;
    padding: 30px;
}

.cart-total p {
    margin-top: 8px;
}

.cart-total a {
    color: var(--color3);
}

.promobt {
    margin-top: 0;
}

/*####################Cart CSS End#####################*/

/*####################Product Stuff#####################*/

.row1 {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 per row */
        gap: 8px; /* space between items */
        margin: 48px 0 104px 0;   
    }
    .column7p {
        padding: 15px;
        min-height: 300px;

    }
    .column7p img {
        max-width: 100%;
        height: auto;
        margin-bottom: 8px;
    }
    .container7p {
        max-width: 1200px;
        margin: auto;
    }
    .column7p p {
        padding: 8px 0;
        color: var(--text_color);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
    .column7p h3 {
        padding-top: 4px;
        color: var(--text_color);
    }
    .column7p h1 {
        font-size: 18px;
        color: var(--text_color);
    }
    .descip .two-columns-grid2 {
        margin: 48px 0 0 0;
    }

    .length-section {
        margin-bottom: 8px;
    }

    .weight-section {
        margin-bottom: 8px;
    }

    .product-image {
    object-fit: cover;
    display: block;
    }

    .hrefpro {
        text-decoration: none;
    }

    .title {
    transition: color 0.3s ease;
    }

    .hrefpro:hover .title {
        color: var(--color3); 
    }

    #quantity {
        padding: 10px;
        border: 1px solid #cfcfcf;
        border-radius: 8px;
        font-size: 14px;
        margin-top: 8px;
    }


/*####################Product Stuff#####################*/

/*####################Team Store########################*/

.flex h4 {
    margin-bottom: 8px;
}

.flex p {
    margin-bottom: 16px;
}

.teamform {
    display: flex;
    align-items: center;
    gap: 16px;
}

/*####################Team Store End########################*/

/*####################Custom Stuff########################*/

#lengthInput {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 8px;
}

#weightInput {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 8px;
}

#customTextInput {
    margin-top: 8px;
    color: #696969;
}

#batModelSelect {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    color: #696969;
}

.woodsection {
    display: grid;
    margin-bottom: 8px;
}

#woodTypeSelect {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    color: #696969;
}

/*####################Custom End########################*/

@media (max-width: 600px) {

/*##########HEADER CODE#################*/

    .hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 25px;
    }

    .menu-links {
        display: none;
        flex-direction: column;
        padding: 10px 0;
        width: 100%;
    }

    .dropdown-content {
        padding: 0;
        margin-top: 10px;
    }

    .menu-links a,
    .dropdown {
        float: none;
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }

    .dropdown .dropbtn {
        width: 100%;
        text-align: center;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        background-color: #444;
        width: 100%;
    }

    .dropdown-content a {
        color: white !important;
        background-color: #444;
        text-align: center;
    }

    .dropdown-content a:hover {
        background-color: #555;
    }

    .menu-links.active {
        display: flex;
        align-items: center;
    }

    .dropdown-content.active {
        display: block;
    }

    .container2 {
        display: grid;
        justify-content: normal;
    }

    .dropdown-content.active a {
        padding: 8px 0;
    }

/*########## End HEADER CODE#################*/

/*#############Hero Section Code######################*/

    .image-overlay {
        width: 100%;
    }

    .container3 {
        width: auto;
        padding: 0 30px;
    }

    .darkgrid {
        height: 400px;
        margin-bottom: 40px;
    }

/*############# End Hero Section Code######################*/

}

@media (max-width:768px) {

h1 {
    font-size: 40.5px;
    letter-spacing: -.81px;
    line-height: 1;
}

h2 {
    font-size: 33.23px;
    line-height: 1.1;
    letter-spacing: -.49px;
}

h3 {
    font-size: 27.23px;
    line-height: 1.1;
    letter-spacing: -.40px;
}

h4 {
    font-size: 22.3px;
    line-height: 1.3;
    letter-spacing: -1.115px;
}

h5 {
    font-size: 18.3px;
    line-height: 1.3;
    letter-spacing: -.91px;
}

p {
    font-size: 15px;
    line-height: 1.5;
}

.product-form {
    max-width: 100%;
}

/*##########################Contact Stuff######################*/

.contactsec {
    display: grid;
    gap: 16px;
    margin: 40px auto;
    justify-items: center;
}

.contactsec1 {
    width: 90%;
    padding: 15px;
}

/*##########################End of Contact Stuff######################*/

}

@media (max-width: 425px) {

h1 {
    font-size: 34.8px;
    letter-spacing: -.69px;
    line-height: 1;
}

h2 {
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: -.43px;
}

h3 {
    font-size: 24.1px;
    line-height: 1.1;
    letter-spacing: -.36px;
}

h4 {
    font-size: 20.16px;
    line-height: 1.3;
    letter-spacing: -1.008px;
}

h5 {
    font-size: 16.8px;
    line-height: 1.3;
    letter-spacing: -.84px;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

/*#####################Footer Code#########################*/

    .footer_sec1 {
        display: grid;
        justify-content: normal;
        padding: 40px 20px;
    }

    .footer_sec2 {
        display: grid;
        text-align: center;
        gap: 10px;
        padding: 5px 20px;
    }

    .footer_box1 {
        text-align: center;
    }

/*#####################End Footer Code#########################*/

/*##########HEADER CODE#################*/

    .shoping_icons {
        display: none;
    }

    .header {
        justify-content: center;
    }

    .cart-mobile {
        padding-top: 10px;
        display: block;
    }

    .cart-mobile .fas {
        color: var(--text_color);
    }

/*##########End HEADER CODE#################*/

/*##########Two Column Grid1 Pic to Right CODE#################*/

.container4 {
    grid-template-columns: 1fr;
    gap: 30px;
}

.grid {
    order: 2;
}

.two-columns-grid1 {
    padding: 30px 15px;
}

.two-columns-grid1 {
    margin: 40px 0;
}

/*##########End of Two Column Grid1 Pic to Right CODE#################*/

/*##########Two Column Grid2 Pic to Right CODE#################*/

.container5 {
    grid-template-columns: 1fr;
    gap: 30px;
}

.grid2 {
    order: 2;
}

.two-columns-grid2 {
    padding: 30px 15px;
}

.two-columns-grid2 {
    margin: 40px 0;
}

/*##########End of Two Column Grid2 Pic to Right CODE#################*/

/*################ Two Column Grid4 ########################*/

.container6 {
    display: block;
}

.two-columns-grid3 {
    margin-bottom: 40px;
}

/*################ End of Two Column Grid4 ########################*/

/*################Logo Container###########################*/

.Logo-Container_Content img {
    max-width: 100%;
}

.Logo-Container_Content {
    margin: 40px 0;
}

/*################Logo Container End###########################*/

/*################Three Column Grid############################*/

.three-column-grid {
   display: grid;
    margin: 40px;
    padding: 15px;
}

.container7 {
    display: grid;
}

/*################End of Three Column Grid############################*/

/*###################Contact Form###################*/

.form-container {
  padding: 15px;
  max-width: none;
}

.form-popup {
    width: 85%;
}

/*####################Contact From End########################*/

/*####################Team Store########################*/

.teamform {
    display: grid;
}

/*####################Team Store End########################*/

}

/*####################Product Stuff#####################*/

@media screen and (max-width: 1024px) {
        .row1 {
            grid-template-columns: repeat(3, 1fr); /* desktops */
            padding: 15px;
        }
        }
        @media screen and (max-width: 768px) {
        .row1 {
            grid-template-columns: repeat(1, 1fr); /* tablets */
            padding: 15px;
            margin: 40px 0;
        }
        }

/*####################Product Stuff#####################*/