html
{
    padding: 0;
    margin: 0;
}

body
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    font-family: "Montserrat", sans-serif;
    color: #009521;
}

#Container
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    background-color: #0d0d0d;
}

/*--------------------------------------------------*/

#Header 
{
    height: 40px;
    display: flex;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0px 0px;
    background-color: rgba(26, 26, 26, 0.7);
    color: #fff;
    
    background-color: #0a0a0a;
    
    font-family: "Aldrich", sans-serif;
    border-bottom: 2px solid rgba(255, 153, 204, 0.3); 
}

#HeaderLeftNav, #HeaderCentreNav, #HeaderRightNav 
{
    padding: 0px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#HeaderLeftNav
{
    padding: 0 0;
    gap: 0;
    
    /*border-right: 1px solid rgba(355, 355, 355, 0.75);*/
}

#HeaderLeftNav a
{
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

#HeaderRightNav
{
    padding: 0 20px;
    gap: 5px;
}

#HeaderRightNav a 
{
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

#HeaderRightNav a:hover
{
    color: #ff99cc;
}

#HeaderLeftNav div, #HeaderRightNav div 
{
    margin: 0 0; /* Adds some space between the items */
}

P
{
    margin: 0;
}

#Logo
{
    margin: 0 0;
    padding: 0 5px;
    height: 100%;
    
    border-right: 1px solid rgba(255, 153, 204, 0.3); 
    
    display: flex;
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#Logo img
{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

#Home
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#Logo:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#Home:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#News:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#AboutUs:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#FAQs:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#GetInTouch:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#News
{
    margin: 0;
    padding: 0 10px;;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#AboutUs
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#FAQs
{
    margin: 0 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

.HeaderDropdown
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

.HeaderDropdown:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

.DropdownContent
{
    display: none;
    position: absolute;
    left: 0; /* Aligns the dropdown menu to the left of the parent */
    top: 100%; /* Positions the dropdown below the parent */
    min-width: 100%; /* Ensures dropdown is at least as wide as the parent */
    z-index: 1;
}

/* Display dropdown content on hover */
.HeaderDropdown:hover .DropdownContent
{
    display: block; /* Shows the dropdown content */
}

/* Style individual items in dropdown */
.DropdownContent div 
{
    padding: 12px 0; /* Padding for items */
    padding-left: 10px;
    max-width: 95%;
    display: block; /* Makes the div act like a block element */
    background-color: #1a1a1a;
    color: #ff99cc;
    margin: 0 0;
    width: 100%;
}

#WhatIsTheAc28R:hover, #HowDoesTheAc28RHelp:hover, #VideoWalkthroughs:hover, #WhatCanSheAlreadyDo:hover
{
    background-color: #0d0d0d;
}

/*--------------------------------------------------*/

#MainSection
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    /*background-color: #9b0071;*/
    background-color: #0d0d0d;
    
}

#SectionHeader
{
    padding: 5% 0%;
    margin: 0 auto;
    height: 20%;
    width: 100%;
    
    text-align: center;
    color: #009521;
    font-family: "Aldrich", sans-serif;
    
    /*background-image: url("Invert1.png");*/
    background-color: #0d0d0d;
    
    background-image: url('TEST1234.jpeg');
    background-size: cover; /* or use contain, depending on your needs */
    background-repeat: no-repeat; /* Ensure the image doesn't repeat */
    background-position: center; /* Center the image within the div */
    
        text-shadow:
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; /* Creates a border effect around the text */
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    
    border-bottom: 2px solid rgba(255, 153, 204, 0.3); 

}

#background-video {
   height: 750px; 
   float: left;
   width: 100%;
   z-index: 0; /* Ensure video is below navbar */
}


#MainTextContainer
{
    display: flex;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0;
    margin: 0 auto;
    /*height: 80%;*/
    height: auto;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 2.5%;
    
    background-color: #0d0d0d;
    /*background-color: dimgrey;*/
    
}

#MainTextRight
{
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items:center; /* Aligns items vertically */
    
    padding: 0;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    
    /*background-color: #4d4d4d;*/
    background-color: #0a0a0a;
    
    color: white;
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#RightHeader
{
    padding: 0;
    margin: 0;
    height: 10%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #b1b1b1;*/
    background-color: #0a0a0a;
    
    color: white;
    
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000; /* Creates a border effect around the text */
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#RightHeader h3
{
    text-align: center;
    font-size: 28px;
}

#RightHeader p
{
    color: #A8A29E;
    font-family: "Montserrat", sans-serif;
    margin-left: 5%;
}

#RightText
{
    display: flex;
    flex-direction: column;
    align-items:center; /* Aligns items vertically */
    
    padding: 0;
    margin: 0;
    height: 85%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #a0a0a0;*/
    background-color: #0a0a0a;
    color: white;
}

#RightText p
{
    margin-left: 5%;
}

.collapsible {
  /*background-color: #ff7171;*/
  background-color: #0d0d0d;
  color: #009521;
  cursor: pointer;
  margin-left: 5%;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Aldrich", sans-serif;
    
        box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0;
  margin: 0;
  width: 95%;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}

.VideoSection {
    display: flex;
    align-items: center;
    background-color: rgba(26, 26, 26, 0.5);
    padding: 20px;
    margin: 40px 45px;
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;

}

.VideoSection:hover {
        box-shadow: 
        -1px -1px 0 rgba(255, 153, 204, 0.3),  
        1px -1px 0 rgba(255, 153, 204, 0.3),
        -1px 1px 0 rgba(255, 153, 204, 0.3),
        1px 1px 0 rgba(255, 153, 204, 0.3);
  
   transition: background-color 0.3s;
}

.LeftSection {
    flex: 1;
    max-width: 60%;
}

.RightSection {
    flex: 1;
    padding-left: 2%;
    color: white;
    text-align: justify;
    font-family: "Aldrich", sans-serif;
    font-size: 20px;
    
}

iframe {
    width: 100%;
    height: 315px;
    border-radius: 10px;
}

.Video
{
    width: 50%;
    height: 50%;
    background-color: aqua;
    display: block;
    margin: auto;
    border: 2px solid #1a1a1a;
}

#Footer
{ 
    height: auto;
    min-height: 80px;
    
    display: flex;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0px 25px;
    background-color: rgba(26, 26, 26, 0.7);
    color: #fff;
    
    font-family: "Aldrich", sans-serif;
    border-top: 2px solid rgba(255, 153, 204, 0.3); 
} 

#FooterLeftNav, #FooterRightNav {
    display: flex;
    gap: 20px;
}

#FooterCentreNav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
}

#FooterCentreNav .SubscribeLink {
    display: inline-block;
}

.SocialLink {
    padding: 2.5px 2.5px;
    background-color: #0d0d0d;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
}

.PolicyLink {
    padding: 10px 40px;
    background-color: #0d0d0d;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SocialLink:hover, .PolicyLink:hover {
    background-color: #0d0d0d;
    color: #ff99cc;
}

/* Custom styling for social media icons */
.SocialLink a {
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 100%; /* Adjust height as needed */
    line-height: 40px; /* Vertically center the icon */
    text-align: center;
    
    font-size: 20px; /* Adjust font size as needed */
    transition: background-color 0.3s, color 0.3s;
}

.SocialLink a.fa-youtube {
    background-color: #1a1a1a; /* YouTube red */
    color: white;
}

.SocialLink a.fa-linkedin {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

.SocialLink a:hover.fa-youtube {
    background-color: #FF0000; /* YouTube red */
    color: white;
}

.SocialLink a:hover.fa-linkedin {
    background-color: #0077B5; /* LinkedIn blue */
    color: white;
}

.SocialLink a.fa-medium {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

.SocialLink a:hover.fa-medium {
    background-color: #000000; /* YouTube red */
    color: white;
}

.SocialLink a.fa-twitter {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}
/*-------------------------------------/\-Footer-/\-----------------------------------------*/

/*-----------------------------------\/-Subscribe-\/----------------------------------------*/

.SubscribeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: black;
    font-family: "Aldrich", sans-serif;
}

.SubscribeContent {
    width: 360px;
    height: 40px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    color: white;
    font-family: "Aldrich", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.7); 
}

.Subscription {
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    font-family: "Aldrich", sans-serif;
    
}

.Subscription .AddEmail {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background-color: #0d0d0d;
    color: white;
    font-family: "Aldrich", sans-serif;
}

.Subscription .SubmitEmail {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 100px;
    border: none;
    
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    background: #009521;
    color: #FFFFFF;
    transition: width .35s ease-in-out,
        background .35s ease-in-out;
    font-family: "Aldrich", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.Subscription.done .SubmitEmail {
    width: calc(100% - 2px);
    background: #FF99CC;
    color: white;
}

.Subscription .SubmitEmail .BeforeSubmit,
.Subscription .SubmitEmail .AfterSubmit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    transition: visibility .35s ease-in-out,
        opacity .35s ease-in-out;
    color: black;
}

.Subscription.done .SubmitEmail .BeforeSubmit,
.Subscription:not(.done) .SubmitEmail .AfterSubmit {
    visibility: hidden;
    opacity: 0;
}

.Subscription .SubmitEmail .AfterSubmit {
    transition-delay: .35s;
}

.Subscription:not(.done) .SubmitEmail .BeforeSubmit,
.Subscription.done .SubmitEmail .AfterSubmit {
    visibility: visible;
    opacity: 1;
}

h2
{
    text-align: center;
    color: white;
    font-family: "Aldrich", sans-serif;
}

h3
{
    color: #009521;
    font-family: "Aldrich", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1a1a1a;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff99cc;
  border-radius: 10px;
}

/*-------------*/

/* Default: desktop view */
#HamburgerMenu {
    display: none; /* Hidden by default */
}

#HeaderRightNav {
    display: flex;
}

/* Mobile view */
@media screen and (max-width: 850px)  {
    
    h3
{
    /*color: darkred*/
}    
    h2
    {
        font-size: 24px;
    }
    
    #HeaderRightNav {
        display: none; /* Hide the right navigation */
    }

    #HamburgerMenu {
        display: block; /* Show the hamburger menu */
        position: relative;
        padding: 0 20px;
        cursor: pointer;
        color: white;
        font-size: 24px;
    }
    
    /* Hamburger menu dropdown */
#HamburgerDropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 40px; /* Adjust based on your header height */
    right: 4px;
    background-color: rgba(26, 26, 26, 0.9);
    min-width: 350px; /* Adjust width */
    z-index: 10;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

#HamburgerDropdown a {
    display: block;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    font-family: "Aldrich", sans-serif;
    font-size: 14px;
}

#HamburgerDropdown a:hover {
    background-color: #0d0d0d;
    color: #ff99cc;
}

/* When the menu is active (triggered by JS), show the dropdown */
#HamburgerMenu.active #HamburgerDropdown {
    display: block;
}
    
.RightSection h2 {
    white-space: normal; /* Allows wrapping */
    overflow-wrap: break-word; /* Wraps long words if necessary */
    max-width: 100%; /* Constrains width within its container */
}    
    
.VideoSection {
    display: flex;
    flex-direction: column; /* Stacks items vertically on narrow screens */
}

    .LeftSection, .RightSection {
        max-width: 100%;
        flex: none;
        padding: 0;
    }

    .RightSection {
        padding-top: 20px;
    } 
    
#MainTextContainer
{
    width: 95%;   
}

#MainTextRight
{
    width: 95%;
}
}

@media screen and (max-width: 768px) {
    
    h3
{
    /*color: purple*/
}
    #MainTextContainer
{
    
}   
    
        #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}    
    
}

@media screen and (max-width: 650px) {
    
    h3
{
   /* color: blue */
}
    #RightHeader h3
    {
        font-size: 26px;
    }
    
    h2
    {
        font-size: 22px;
    }
    p
    {
        font-size: 14px;
    }
    
        #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}    
    
    #MainTextContainer
{
    width: 97.5%;   
}

#MainTextRight
{
    width: 97.5%;
}
    
.VideoSection {
    margin: 40px 25px;    
}

@media screen and (max-width: 550px) {
    
    h3
{
    /*color: yellow */
}
        #RightHeader h3
    {
        font-size: 22px;
    }
    
        h2
    {
        font-size: 18px;
    }
    
        #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}    
    
.VideoSection {
    margin: 40px 15px;    
}    
}

@media screen and (max-width: 450px) {
    
    h3
{
    /*color: green */
}
    #MainTextRight
    {
        
    }
    
    #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}    
    
    .VideoSection {
    margin: 40px 5px;    
}
}