

html, body {
    background-color:rgb(26, 26, 26);
    margin: 0;
    padding:0;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color:white ;
    overflow-x :hidden; 
    box-sizing: border-box;
    width: 100%;
    scroll-behavior: smooth;
}


/* when you want to change the text itself you want to do it inside the anchor tab */
a{
    cursor: pointer;
    text-decoration: none;
}

h1{
    font-size:25px;

}
 
h2{
    font-size:20px;

}

p{
    font-size:16px;

}

img {

    max-width: 100%;
    height: auto;
}

@media (max-width: 850px){
h1{
    font-size:23px;
}
 
h2{
    font-size:19px;
}

p{
    font-size:15px;
}

}


@media (max-width: 400px){
    h1{
    font-size:20px;
}
 
    h2{
    font-size:15px;
}

    p{
    font-size:13px;
}

}

 
.wrapper-main{
    max-width: 1400px;
    margin: 0px auto 0px auto;
    position: relative;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: rgb(117, 200, 139);
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    padding: 0;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: rgb(117, 200, 139);
    transition: all 0.3s ease;
}


.header-main{
    width:  fit-content; 
    min-height: 60px; 
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    margin-top: 20px;
    align-items: center; /*centers items vertically within the container.*/
    position: relative;
}

.header-main-logo{
    width:  fit-content;
}

.header-main-logo img{
    max-height: 180px;
}

.links ul{
    list-style-type: none; /* remove bullet-points */
    margin-right:35px;
    margin: 5px 0px 0px 0px;
    padding: 0;
}

.links ul li{
    display: inline;
    padding: 0px 40px;
}

.links li a{
    font-family:'Times New Roman', Times, serif;
    color: rgb(117, 200, 139);
    text-decoration: none;   
    font-size: 21px;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(26, 26, 26);
    border: 2px solid rgb(117, 200, 139);
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    min-width: 200px;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav li {
    margin: 15px 0;
    text-align: center;
}

.mobile-nav a {
    font-family:'Times New Roman', Times, serif;
    color: rgb(117, 200, 139);
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mobile-nav a:hover {
    background-color: rgba(117, 200, 139, 0.1);
}

.cta-button {
    background: #18a76b; 
    color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3); 
    padding: 0px 10px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
    height: auto;
    max-width: 250px;
    align-content: center;
    text-align: center;
    z-index: 3;
    position: absolute;
    bottom: -70px;
    right: 10px;
}
.cta-button:hover {
    background: #0e6b44;
    box-shadow: 0 6px 10px rgba(0,0,0,0.35);
}

.cta-button p{
    font-size: 15px;
}



@media(max-width:445px){
    .cta-button {
        max-width: 150px;
        bottom: -50px;
    }
    .cta-button p{
        font-size: 13px;
    }

}

@media (max-width: 1000px){
    .links li a{
        font-size: 18px;
    }
    .links ul li{
        padding: 0px 35px;
    }
}

/*--------------------------HOME PAGE -------------------------*/


.welcome{
    display:grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 10px;
    
}
.welcome::before {
    content: '';
    grid-row: 1;
    grid-column: 1 / -1;
    min-height: 450px; /* 400px + 20px + 30px margins */
}

.intro-background{
    grid-row: 1;
    grid-column: 1/-1;
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat;
    height: 400px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    z-index: 1;
    background-image: url('../images/home page/mt rainier.jpeg');
    opacity: .6;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.webp-supported .intro-background {
    background-image: url('../images/home page/mt rainier.jpeg');
}


.line-top{
    grid-row: 1;
    grid-column: -1/1;
    border-bottom: 3px solid rgb(181,221,50);
    width: 420px;
    place-self: center;
    margin-bottom: 140px;
    z-index: 2;
}

.line-bottom{
    grid-row: 1;
    grid-column: -1/1;
    border-bottom: 3px solid rgb(181,221,50);
    width: 420px;
    place-self: center;
    margin-top: 140px;
    z-index: 2;
}

.intro-catch-phrase{
    grid-row: 1;
    grid-column: 1/-1;
    z-index: 3;
    place-self: center;

}

.intro-catch-phrase h2{
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    max-width: 650px;
    text-align: center;
    line-height: 60px;
}

.welcome-plug{
    grid-row: 2;
    grid-column: 1/-1;
    z-index: 0;
    align-self: center;
    justify-self: center;
    height: auto;
    max-height: 700px;
    width: 90%;
    max-width: 1000px;
    border: 2px solid white;
    overflow: hidden;
    margin-top: -15px;
} 

.welcome-plug img{ 
    opacity: .7;
}


.welcome-text{
    grid-row: 2;
    grid-column: 1/-1;
    align-self: start;
    max-width: 500px;
    height: auto;
    justify-self: center;
    line-height: 40px;
    z-index: 1;
    padding: 3.5vw;
    margin-right: 430px;
}
.underline{
    border-bottom: 3px solid rgb(181,221,50);
    width: 300px;
    justify-self: center;
    align-self: start;
    margin: 0px 200px 0px 0px;
    z-index: 2;
}

.welcome-text h1{
    color: rgb(117, 200, 139);
    line-height: 35px;
    font-size: 2.0rem;
}
.welcome-text h2{
    font-size: .8rem;
    }
.welcome-text p{

    font-size: 1rem;
}


.services{
    display: grid;
    max-width: 1200px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr .7fr 1fr;
    justify-content: center;
    padding: 30px;
    margin: 10px auto;
}

.services img{
    border-radius: 15px 0 0 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-guy-image{
    grid-row: 1;
    grid-column: 1;
    margin-top: 15px;
}
.purple-light-image{
    grid-row:2;
    grid-column: 1;
    margin: 3px 0px 15px 0px;
}
.services-middle-text{
    grid-area: 1/2/3/3;
    background-color: rgb(30,81,51);
    border-radius: 15px; 
    padding: 25px;
    align-content: center;
    min-width: 150px;
    line-height: 30px;
}

.services-com{
    grid-row:1;
    grid-column: 3;
    background-color: rgb(244,243,243);
    border-radius: 0px 20px 20px 0px;
    padding:10px;
    margin-top: 15px;
    line-height: 30px;
}

.services-res{
    grid-row: 2;
    grid-column: 3;
    background-color: rgb(244,243,243);
    border-radius: 0px 20px 20px 0px;
    padding:10px;
    margin: 3px 0px 15px 0px;
    line-height: 30px;
} 

.services-com p {
    color:black;
}

.services-com h2 {
    color:rgb(30,81,51);
}

.services-res p {
    color: black;  
}

.services-res h2 {
    color:rgb(30,81,51) ;
}

.to-services {
    display: flex;
    align-self: flex-end;
    justify-self: flex-end;
    gap: 0.5rem;
    color: rgb(117, 200, 139);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-size: 15px;
    margin: auto 10px 10px 0px;
}

.to-services:hover {
    color: #18a76b;
}

.to-services::after {
    content: '→';
    transition: transform 0.3s;
    color: rgb(117, 200, 139);
}

.to-services:hover::before {
    transform: translateX(-2px);
}
.center{
    max-width: 800px;
    text-align: center;
    margin-inline:auto;
    padding-top:20px;
}

.center h2{
    color: rgb(117, 200, 139);
    font-size: 22px;
}

.why-us-container {
    max-width: 1200px;
    margin-inline: auto; 
}

.why-us-container h2{
    color:rgb(117, 200, 139);
    
}

.why-us-grid{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(6,1fr);
    justify-content: center;
    text-align: center;
    margin-inline: 10px;
    line-height: 24px;
}

.why-us-license-exp{
    grid-row: 1;
    grid-column: 1/3;
    border-bottom: 1px dashed rgb(30,81,51);
    border-right: 1px dashed rgb(30,81,51);
    padding:80px 15px 35px 0px;
    border-width: 2px;
}
.why-us-woman-owned{
    grid-row: 1;
    grid-column: 3 /5; 
    border-bottom: 2px dashed rgb(30,81,51);
    border-bottom: 2px dashed rgb(30,81,51);
    padding:80px 15px 35px 15px;
}
.why-us-licensed-bonded{
    grid-row: 1;
    grid-column: 5/7;
    border-left: 2px dashed rgb(30,81,51);
    border-bottom: 2px dashed rgb(30,81,51);
    padding:80px 15px 35px 10px;
}
.why-us-local{
    grid-row: 2;
    grid-column: 2/4;

    border-left: 2px dashed rgb(30,81,51);
    border-right: 2px dashed rgb(30,81,51);
    padding:0px 15px 0px 15px;
}
.why-us-personalized{
    grid-row: 2;
    grid-column: 4/6;

    border-right: 2px dashed rgb(30,81,51);
    padding:0px 15px 0px 15px;
}

.why-us-grid img{
    height: 100%;
    object-fit: contain;
    z-index: 1;
    width: 60px;
} 
.circle{
    width: 90px; /* Set equal width and height */
    height: 90px;
    border: 2px dashed rgb(30,81,51);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    justify-self: center;
    justify-content: center;
    position: relative;;
    background-color: rgb(26, 26, 26);
}
.circle-collab{
    grid-area:1/2/2/4;
    align-self: start;
    justify-self: center;
    padding-bottom: 6px;
}
.circle-user{
    grid-area:1/4/3/6;
    align-self: start;
    justify-self: center;
    padding-bottom: 3px;
}

.circle-req{
    grid-area:2/1/3/3;
    align-self: end;
    justify-self: center;
    padding-right:5px;
    padding-bottom: 2px;
}

.circle-gay{
    grid-area:2/3/3/5;
    align-self: end;
    justify-self: center;;
}

.circle-certificate{
    grid-area:2/5/3/7;
    align-self: end;
    justify-self: center;;
    padding-left: 8px;
    padding-bottom: 3px;
}

/*--------------MEDIA HOME PAGE/HEADER--------------------*/

@media (max-width: 338px) {
    .line-top{
        margin-top: 0px !important;
        
    }
    .line-bottom{
        margin-bottom: 0px !important;
        
    }
}


@media (max-width: 394px) {
    .line-top{
        margin-top: 155px !important;
        
    }
    .line-bottom{
        margin-bottom: 155px !important;
        
    }
    .welcome-text h1{
        font-size: 22px !important;
        line-height: 25px !important;
        margin-top: -40px;

    }

    .intro-background{
        min-height: 550px;
 
    }
    .intro-catch-phrase h2{
        font-size: 30px;
    }
}

@media (max-width: 413px) {
    .line-top{
        align-self: start;
        margin: 90px 0px 0px 0px;
        width: 200px !important;
    }
    .line-bottom{
        align-self: end;
        margin: 0px 0px 90px 0px;
        width: 200px !important;
    }
    .welcome-text{
        padding: 0px;
        min-width: 300px;
        min-height: 500px;
        align-self: center;
        margin: 0px;
    }
    .services-middle-text{
        padding: 40px 20px !important;
    }
    .center{
        line-height: 25px;
    }
}
@media (max-width: 499px) {
    .welcome-text{
        padding: 20px !important;
        margin: 50px 0px 0px 0px !important;
        max-width: 600px;
       }

    .welcome-text p{
        font-size: .9rem;
    }
    .welcome-text h1{
        font-size: 18px;
        line-height: 30px;
        margin-top: -40px;

    }

}

@media (max-width: 540px) {
    .line-top{
        width: 300px;
    }
    .line-bottom{
        width: 300px;
    }

    .welcome-text h1{
        font-size: 1.75rem;
    }


}

@media (max-width: 650px) {

    .intro-catch-phrase h2{
        max-width: 100%;
        width: 90vw;
    }   
    .line-top{
        margin-bottom: 200px;

    }
    .line-bottom{
        margin-top: 190px;
    }

    .intro-background{   
        background-image: url('../images/home page/DSC01631.JPG');    
}
    .welcome-plug{
        margin: -48px 0px 0px 0px !important;
        padding: 0px;
        min-height: 550px;
        align-self: center;
    }
    .welcome{
        display:grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        border: none;
        padding: 0px;
        margin: 0px;
        gap: 0px;
    }
    .welcome-text{
        grid-column: 1;
        z-index: 1;
        padding: 0px;
        justify-self: center;
        align-self: center;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
        line-height: 25px;
        font-size: 28px;
        width: 100%;
        max-width: 100vw;
        text-align: center;
        margin: -60px 0px 0px 0px;
        box-sizing: border-box;
        padding-right: 90px;
    }


    .underline{
        margin: 0;
        width: 200px;
    }

    .intro-background{
        margin-bottom: 0px;
    }

    
    .welcome-plug{
        grid-row: 2;
        grid-column: 1;
        opacity: 0.5;
        margin: -30px 0px 0px 0px;
        width: 100%;
        border-top: 2px solid white;
    } 

    .services{
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
        padding: 0px !important;
        margin: 0px;
    }
    .services img{
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
    }

    .service-guy-image{
        grid-row: 2;
        grid-column: 1;
        padding: 0;
        margin: 0px;
        border-top: 2px solid white;
    }
    .purple-light-image{
        grid-row:5;
        grid-column: 1;
        margin: 3px 0px 15px 0px;
        border-top: 2px solid  rgb(30,81,51);
        border-bottom: 2px solid  rgb(30,81,51);
    }
    .services-middle-text{
        grid-row: 1;
        grid-column: 1;
        border-radius: 0px;
        padding: 25px;
        margin: 0px;
        align-content: center;
        border-top: 2px solid white;
    }

    .services-com{
        display: flex;
        grid-row:3;
        grid-column: 1;
        border-radius: 0px;
        border-radius: 0px;
        padding:25px;
        margin: 0px;
        border-top: 2px solid  rgb(30,81,51);
        align-content: center;
        flex-direction: column;
    }
    .services-res{
        display: flex;
        grid-row: 4;
        grid-column: 1;
        border-radius: 0px;
        border-radius: 0px;
        padding:25px;
        margin: 0px;
        border-top: 2px solid  rgb(30,81,51);
        flex-direction: column;
        align-content: center;
    } 
    .services-res h2 {
        color:rgb(30,81,51) ;
    }

    .center{
        width: auto;
        padding: 30px;
    }

    .why-us-grid{
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 2fr 1fr;
    }

    .why-us-license-exp{
        grid-row: 1;
        grid-column: 1;
        align-content: center;
        place-content: center;
        padding:20px;
    }
    .why-us-local{
        grid-row: 2;
        grid-column: 1;
        border-left: none;
        border-bottom: 2px dashed rgb(30,81,51);
        place-content: center;
    }
    .why-us-woman-owned{
        grid-row: 3;
        grid-column: 1; 
        border-right: 2px dashed rgb(30,81,51);
        padding: 20px;
        place-content: center;
    }
    .why-us-licensed-bonded{
        grid-row: 5;
        grid-column: 1;
        border-right: 2px dashed rgb(30,81,51);
        border-left: none;
        border-top: 2px dashed rgb(30,81,51);
        place-content: center;
        padding:20px;
    }

    .why-us-personalized{
        grid-row: 4;
        grid-column: 1;
        place-content: center;
        padding:20px;
    }

    .circle{
        display: flex;
        align-self: center;
        grid-column:2;
    }
    .circle-collab{
        grid-row: 2;
    }
    .circle-user{
        grid-row: 4;
    }

    .circle-req{
        grid-row: 1;
    }

    .circle-gay{
        grid-row: 3;
    }

    .circle-certificate{
        grid-row: 5;
    }
 }

  
 @media only screen and (max-width: 716px){
    .nav-menu {
        display: none;          /* hide menu by default */
        flex-direction: column; /* vertical menu */
        background-color: rgb(26,26,26);
        position: absolute;
        top: 100%;              /* right below header */
        right: 0;
        width: 200px;           /* adjust as needed */
        padding: 10px 0;
        border: 1px solid rgb(117, 200, 139);
        border-radius: 5px;
  }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Evenly distributes space */
        gap: 6px; /* Adjust this value for more or less space */
        height: 30px; /* Set a fixed height for the container */
        width: 35px; /* Set a fixed width for the container */
        margin-right: 15px;
  }

    .nav-menu.show {
        display: flex;
  }
    .links {
        display: none;
    }
    .header-main {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .header-main-logo {
        order: 1;
    }
    .hamburger {
        order: 2;
    }
    .mobile-nav.active {
        display: block;
    }
 }

 @media(max-width: 750px){

    .services{
        padding: 8px;
    }

    .services-middle-text{
        padding: 15px;
    }
    .services-middle-text h2{
        font-size:17px;
    }
    .services-middle-text p{
        font-size:14px;
    }

    .services-com p {
        font-size: 14px;
    }

    .services-com h2 {
        font-size: 17px;
    }

    .services-res p {
        font-size: 14px;
    }

    .services-res h2 {
        font-size: 17px;
    }
    .welcome-text{
        line-height: 17px;
        font-size: 25px;
}

 }


 @media (max-width: 1100px){
    .services-middle-text{
        line-height: 25px;
}

    .welcome-text{
        margin-left: 50px;
        justify-self: start;
        line-height: 26px;
    }

}

/*----------------------------FOOTER------------------------------*/


.footer-main{
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat;
    border-top: 2px solid white;
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
    background-image: url('../images/footer/black-smoke.jpg');
    left: 0;
    line-height: 30px; 
    display: grid;
    grid-template-rows: auto auto auto auto; /* as many rows as you need */
    grid-template-columns: repeat(4, 1fr);
    width:100vw;
    justify-self: center;
    min-height: 350px;
    background-color: transparent;
 } 

 /* Override with WebP if supported */
.webp-supported .footer-main {
    background-image: url('../images/footer/black-smoke.jpg');
}

.footer-content {
    grid-column: 1 / -1;            /* span full footer width */
    grid-row: 1;  
    max-width: 1300px;
    min-height: 320px;  
    margin-inline: auto;     
    width: 100%;        
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;       
}

.footer-logo{
    grid-area: 1 / 1 / 2 / 2; 
    width: 200px;
    z-index: 1;
    align-self: center;
    justify-self: center;
}

.footer-socials{
    grid-area: 1 / 2 / 2 / 3; 
    display: flex; 
    gap: 20px;                
    padding-top: 220px;         
    justify-self: center;
    flex-direction: row;
    align-self: center;
}

.social-icon-facebook{
    width: 40px;
    height: 40px;
}
.social-icon-instagram{
    width: 40px;
    height: 40px;
}
.social-icon-linkedin{
    width: 40px;
    height: 40px;
}

.footer-catch-phrase{
    grid-area: 1/2/2/3;
    font-size:17px;
    text-align: center;
    z-index: 1;
    align-self:center;
}

.footer-contact-information{
    grid-area:1/3/2/4;
    z-index: 1;
    list-style: none;
    align-self: center;
}
.footer-services{
    grid-area: 1/4/2/5;
    z-index: 1;
    list-style: none;
    margin-top: 50px;
}

.footer-services a {
    color: white;
}


.copyright{
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 2px solid white;
    z-index: 1;
    width: 100%;
    text-align: center;
    width: 100vw; /* viewport width */
    margin-left: calc(-50vw + 50%);
    align-self: end;
    margin-top: 20px;
}

.copyright a{
    color: white;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}


/*--------------MEDIA FOOTER-----------------------------*/


@media (max-width: 408px) {
    .social-icon {
        width: 30px;
        height: 30px;
    }  

    .footer-contact-information{
        grid-area: unset;
        margin: 0px;
        padding: 0px;
        max-width: 120px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        grid-column: 1;
        grid-row: 2;
    }
    .footer-services{
        padding: 0;
        margin-left: 20px;
        grid-column: 3;
        grid-row: 2;
        max-width: 120px;
    }
     
}

 @media (max-width: 640px) {

    .social-icon {
        width: 30px;
    }

    .footer-main{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    } 
    .footer-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);  /* Changed from 3 to 2 for side-by-side contact/services */
        grid-template-rows: auto auto auto auto;
        margin: 0;
        padding: 0;
        align-content: center;
        justify-content: center;
        
    }
    
    /* Row 1: Logo centered at top */
    .footer-logo{
        grid-column: 1/-1;  /* Span full width */
        grid-row: 1;
        max-width: 110px;
        z-index: 1;
        align-self: center;
        justify-self: center;
        margin: 20px 0 0 0;
        padding: 0;
    }
    
    .footer-contact-information{
        grid-area: 2/1/3/3;
        margin: 0;
        padding: 0px 0px 0px 0px;
        align-self: start;  /* Changed from center to start for better alignment */
        justify-self: center;
        margin-right: 110px;  /* Reset the negative margin */
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 160px;
    }
    
    .footer-services{
        grid-area: 2/2/3/4;
        align-self: start;  /* Changed from center to start for better alignment */
        justify-self: center;
        margin: 0 0 0 0;
        max-width: 160px;
        
    }
    
    .footer-catch-phrase{
        grid-column: 1/-1; 
        grid-row: 3;
        margin: 0;
        padding: 20px 50px;
        align-self: center;
        justify-self: center;
    }
    
    .footer-socials{
        grid-column: 1/-1;  
        grid-row: 4;
        display: flex;  
        flex-direction: row; 
        gap: 20px;  
        justify-content: center;  
        align-items: center;
        margin: -260px 0px 0px 0px;
        padding: 0px 0px;  
        padding-top: 0;  
    }
    
    .social-icon-instagra,
    .social-icon-linkedin, 
    .social-icon-facebook {
        /* Remove all grid positioning properties */
        width: 45px;
        height: 45px;
        margin: 0;
        padding: 0;
    }
    
    .copyright {
        grid-column: 1 / -1;
        text-align: center;
        border-top: 2px solid white;
        margin-top: 20px;
        padding: 10px 0;
    }
  
}


 @media only screen and (max-width: 716px){
     .social-icon {
        width: 33px;
    }
    .footer-contact-information{
        margin-left: -25px;
    }
}


 @media (max-width: 839px) {
    .footer-socials{
        gap: 17px;      
        padding-top: 260px;         /* adjust vertical position if needed */
    }
    .footer-contact-information{
        margin-left: -20px;
    }
    .footer-services{
        margin-left: -100px;
    }
}

@media (max-width: 977px) {
    .footer-services{
        margin-left: -40px;
    }
}

@media (max-width: 977px) {
    .footer-services{
        margin-left: -40px;
    }
}





/*----------------------ABOUT US-------------------------*/

.about-us-line{
    width: 100vw;
    justify-self: center;
    text-align: center;
    width: 100vw; /* viewport width */
    margin-left: calc(-50vw + 50%);
    border-top: 2px solid white;
    margin: 35px 0px 20px 0px;
}


.about-us{
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); 
    margin-inline: auto;
    max-width: 1400px;
    z-index: 2;
    line-height: 2;
    justify-content: center;
    margin-inline: auto;
    
    gap: 30px;
}



.about-us-text{
    grid-column: 1;
    grid-row: 1;
    background-color: black;
    height: auto;
    border-radius: 15px;
    padding: clamp(15px, 4vw, 20px);
    /* margin:clamp(20px, 5vw, 40px); */
    margin-inline:clamp(20px, 5vw, 40px);
    /* margin-bottom: 30px; */
}

.about-us h1{
    color: rgb(117, 200, 139);
    font-size: 17px;
}

.about-us-landscape{
    grid-area: 1/2/2/3;
    width: 100%;
    max-width: 600px;
    height: clamp(330px, 40vw, 330px);
    object-fit:cover;
    margin-top: -50px;
    margin-right: 2vw;
    z-index: 1;
    align-self: center;
    justify-self: center;
}

.landscape-green-box{
    grid-area: 1/2/2/3;
    background-color:rgb(30,81,51);
    z-index: 0;
    align-self: center;
    height: clamp(260px, 40vw, 330px);
    width: 100%;
    max-width: 600px;
    object-fit:cover;
}

.about-us-conduit{
    /* grid-row:2;
    grid-column:1; */
    height: clamp(370px, 40vw, 330px);
    width: 100%;
    max-width: 650px;
    object-fit:cover;
    padding-top: 10px;
    z-index: 1;
    padding-left: 50px;       /* shifts it slightly right */
    box-sizing: border-box;   /* ensures padding doesn’t overflow */

}

.conduit-picture {
  grid-row: 2;
    grid-column: 1;
    display: grid; /* or display: block; */
}

.conduit-green-box{
    grid-area: 2/1/3/2;
    background-color:rgb(117, 200, 139);
    z-index: 0;
    margin-top: clamp(30px, 3vw, 50px);
    margin-left: clamp(10px, 5vw, 20px);
    margin-right: clamp(10px, 5vw, 20px);
    height: clamp(370px, 40vw, 330px);
    max-width: 600px;
    object-fit: cover;
}

.our-vision{
    grid-column: 2;
    grid-row: 2;
    background-color: black;
    border-radius: 15px;
    padding: 1vw 2vw 2vw 2vw;
    align-self: center;
    margin: 0px 2vw 0px 2vw;
    height: auto;
    max-width: 600px;
    z-index: 1;
}

.our-vision h2{
    color: rgb(117, 200, 139);
    font-size: 17px;
}


.key-pillars{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(5, 1fr);
    background-color: white;
    border-radius: 15px;
    max-width: 1200px;
    margin: -100px auto 45px auto;
    justify-items: center;    
    padding:10px;
    text-align: center;
    gap: 10px;
    margin-top: 5px;
}

  .key-pillars h3 br {
        display: none;
    }

.key-pillars-text{
    grid-column: 1 / -1;
    z-index:2;
    align-items: start;
}
.key-pillars-text h3{
    color: rgb(117, 200, 139) !important;
    font-size: 24px;
    margin:0px 0px 10px 0px;
}
.key-pillars-text h2{
    color: rgb(30,81,51);
    font-size: 21px;
}

.key-pillars h3{
    color: rgb(30,81,51);
    text-size-adjust: 17px;
    margin:10px 0px 5px 0px;
}

.pillar-icons{
    display: flex;
    flex-direction: column;
    align-self: center;
    z-index: 2;
    min-height: 160px;
}

.pillar-icons img{
    max-width:80px;
    align-self: center;
}

.pillar-icons h2{
    max-width:100px;
}

@media (max-width: 1100px) {
    .about-us{
        gap: 10px;
    }

    .about-us-text{
        margin-bottom: 15px;
    }
    .our-vision{
        margin-top: 15px;
    }
}
@media (max-width: 800px) {
    .about-us {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        width: 100%;
        gap: 15px;
    }
    .about-us-text{
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
    }

    .about-us-landscape{
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        padding:0;
        max-width: 90vw;
        margin-top: -25px;
    }

    .landscape-green-box{
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        margin:20px 0px 0px 30px;
        max-width: 90vw;
        min-height: 320px;;
    }

    .about-us-conduit{
        justify-self: center;
        max-width: 90vw;
    }

    .conduit-picture {
        grid-row: 4;
    }

    .conduit-green-box{
        grid-column: 1;
        grid-row: 4;
        height:370px;
        width: 85%;
        justify-self: center;
        margin-right: 30px;
        max-width: 90%;
        margin-top: 35px;
    }

    .our-vision{
        grid-column: 1;
        grid-row: 3;
        justify-self: center;
        max-width: 600px;
        margin: 10px 0px 0px 0px;
    }


    .key-pillars{
        justify-items: center;
        align-items: center;
        display:grid;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat(3, 1fr);
        max-width: 600px;
        margin-top: 40px;
    }

    .key-pillars-text{
        grid-row:1;
        grid-column:-1/1;
    }

    .safety-vest-pillar{
        grid-area:3/1/4/3
    }
    .compass-pillar{
        grid-row:2;
        grid-column:1;
        margin-top: 10px;
    }
    .respect-pillar{
        grid-column:2;
        grid-row: 2;
        margin-top: 10px;
    }
    .quality-pillar{
        grid-row:2;
        grid-column:3;
        margin-top: 10px;
    }
    .learning-pillar{
        grid-area: 3/2/4/4;
        margin: 0;
        padding: 0;
    }

}


@media (max-width: 500px) {
    .about-us-line{
        margin-bottom:0px;
    }
    .about-us{
        gap: 0px;
    }
    .about-us-text{
        border-radius: 0;
        margin:0;
        padding: 40px;
    }

    .about-us-landscape{
        margin:0;
        padding:0;
        max-width: 100vw;
        height:auto;
        border-top: 15px solid rgb(30,81,51);
        border-bottom: 15px solid rgb(30,81,51);
    }

    .landscape-green-box{
        display:none;
    }

    .our-mission{
        margin:0;
        max-width: 100vw;
        border-radius: 0;
        padding:40px;
    }
    .about-us-conduit{
        margin:0;
        padding:0;
        max-width: 100vw;
        border-top: 15px solid rgb(117, 200, 139);
        border-bottom: 15px solid rgb(117, 200, 139);
    }

    .conduit-green-box{
        display:none;
    }

    .our-vision{
        margin: 0;
        max-width: 100vw;
        border-radius: 0;
        padding:40px;
    }

    .gay-hands{
        margin:0;
        padding:0;
        max-width: 100vw;
        border: 15px solid rgb(30,81,51);
    }

    .gay-hands-green-box{
        display: none;
    } 

    .key-pillars{
        margin:0px 0px -28px 0px;
        border-radius: 0;
        max-width: 500px;
    }
    .key-pillars h3 br {
        display: inline;
    }

    .learning-pillar{
        width: 80px;
    }

    .safety-vest-pillar{
        width: 80px;
    }


}
/*-----------------------------CONTACT US-------------------------------*/


.contact-background{
    background-size: cover; 
    box-sizing: border-box;
    /* background-image: url('../images/contact us/black dots.jpg');  */
    background-color: rgb(0, 0, 0);
    width: 100vw;
    height: auto; 
    margin:-20px 0px -27px 0px;
    padding: 40px;
    justify-self: center;
    left: 0;
    top: 0;
    border-bottom: 2px solid white;
    
}

.contact-us{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    grid-template-rows: auto auto;
    height:auto;
    max-width: 1000px;
    margin: 30px auto 0px auto;
    justify-content: center;
    gap: 5vw;
}


.contact-white-box{
    grid-column: 1;
    grid-row: 1/-1;
    background-color: white;
    z-index: 0;
    border-radius: 15px;
    max-width: 550px;
}

.nested{
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.contact-us h1{
    color: black;
}

.contact-us h2{
    color: rgb(117, 200, 139);
}

.contact-us-info p{
    color: black;
}

.contact-us ul{
     z-index: 2;
     list-style: none;
     line-height: 27px;
}

.contact-us-info{
    grid-column: 1/3;
    grid-row:1;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 2;
    line-height: 20px;
    margin: 30px 40px 0px 40px
}

.contact-us-list{
    grid-column:2;
    border-bottom-right-radius: 15px;
    color: black;
    margin: 0px 40px 20px 0px;
}

.email-icon{
    grid-column:1 ;
    grid-row:2 ;
    width: 45px;
    margin-top: 3px;
    align-self: center;
    justify-self: end; 
}

.clock-icon{
    grid-column: 1;
    grid-row: 3;
    width: 55px;
    margin-left: -3px;
    align-self: center;
    justify-self: end; 
}

.phone-icon{
    grid-column: 1;
    grid-row: 4;
    width: 40px;
    margin-right: 7px;
    align-self: center;
    justify-self: end; 
}
.location-icon{
    grid-column: 1;
    grid-row: 5;
    width: 45px;
    align-self: center;
    justify-self: end; 
}

.ladder-guy{
    grid-area: 1/2/3/3;
    z-index: 2;
    align-self: center; 
    justify-self: end;  
    border-radius: 15px;
    max-width: 400px;
    border: solid 4px black;
}

.service-background{
    background-image: url('../images/contact us/grey power lines.png');
    background-size: cover; 
    box-sizing: border-box;
    width: 100vw;
    max-width: 1200px;
    height: auto; 
    min-height: 550px;
    justify-self: center;
    margin: 30px 0px -20px 0px;
    padding: 25px;
    position: relative;
    z-index: 0;
}

.service-areas{
    text-align: center;
    z-index: 1;
}
.service-areas h2{
    color: rgb(117, 200, 139);
    font-size: 2rem;
    margin: 50px auto 30px auto;
}
.cities-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: auto;
    max-width: 1100px;
    margin-inline: auto;
    justify-content: space-between;
    z-index: 1;
}

.cities-list ul{
    list-style: none;
    line-height: 50px;
    
}
.cities-list li{
    font-size: 1.3rem;
    margin-inline: 2vw;
    transition: all 0.2s ease-in-out;
    
}

.cities-list li::before{
    content: "⚡";
    margin-right: 5px; /* Optional: for spacing */
}

.city-one{
    grid-column: 1;
    justify-self: center;
    align-self: start;    
    align-items: start;  
}

.city-two{
    grid-column: 2;
    justify-self: center;
    align-self: start;    
    align-items: start;  
}


.city-three{
    grid-column: 3;
    justify-self: center;
    align-self: start;    
    align-items: start;    
    padding: 0px;
}

.service-area-map{
    text-align: center;
    margin: 40px 0px;
    width: 100%;
}

.service-area-map iframe {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1;
}


@media (max-width: 350px){
    .ladder-guy{
        max-width: 280px !important;
    }
}

@media (max-width: 500px) {
    .contact-background{
        margin: 0px 0px -27px 0px;
        padding: 20px;
    }
}

@media (max-width: 550px) {
.cities-list{
    margin: 0;
    padding: 0;
    align-content: start;
    align-items: start;
}

.cities-list li{
    font-size: 1.0rem;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
.city-one{
    grid-column: 1;
    justify-self: center;
    margin: 0px 0px 0px -35px;
    padding: 0px
}

.city-two{
    grid-column: 1;
    justify-self: center;
    margin: 0px;
    padding: 0px
}


.city-three{
    grid-column: 2;
    grid-row:1;
    justify-self: center;
    align-self: start;     
    align-items: start; 
    margin: 0px;
    padding: 0px;
}
}

@media (max-width: 704px) {
.contact-us{
    grid-template-columns:minmax(200px,1fr);
    grid-template-rows: auto auto auto; 
    }

.contact-white-box{
    grid-column: 1;
    grid-row: 1/2;
    background-color: white;
    z-index: 0;
    border-radius: 15px;
    max-width: 700px;
    }

.ladder-guy{
    grid-row: 3;
    grid-column: 1;
    justify-self: center;
    margin-top: 30px;
    /* max-width: 400px !important; */
    }
}
@media (max-width: 746px) {
    .ladder-guy{
        width: 330px;
    }
}

@media (max-width: 846px) {
    .ladder-guy{
        max-width: 350px;
        height: auto;
    }
}

/*--------------------------------SERVICES--------------------------------*/
.services-page{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    max-width: 1200px;
    gap: 2vw;
    align-items: center;
    justify-content: center;
    margin:10px auto 0px auto;
    text-align: center;
}

.services-page img{
    max-width: 60px;
    z-index: 2;
    height: auto; 
    display: block;
    margin: 5px auto;  
}


.services-page-green-box{
    grid-column: 1/-1;
    background-color: rgb(30,81,51);
    padding:20px 20px 70px 20px;
    max-width: 1200px;
    height: auto;
    margin-inline: 10px;
    margin-top: 20px;
    box-shadow: 4px 4px 4px rgba(77, 82, 79, 0.3);
}
.services-page-green-box h2{
    font-size: 22px;

}

.services-page-green-box p{
    font-size: 20px;
}

.l-margin{
    margin-left: clamp(10px, 2vw, 15px);
}
.r-margin{
    margin-right: clamp(10px, 2vw, 15px);
}

.res-green{
    grid-row:3;
}
.com-green{
    grid-row:1;
}

.services-page-white-boxes{
    display: flex;
    background-color: white;
    border-bottom: 15px solid rgb(30,81,51);
    max-width:300px;
    height: 350px;
    flex-direction: column;
    padding: 10px;
    justify-self: center;
    margin-top: -70px;
    box-shadow: 0px 4px 4px rgba(77, 82, 79, 0.3);

}

.services-page-white-boxes h3{
    color:rgb(30,81,51);
    z-index: 2;
    font-size: 20px;
}

.services-page-white-boxes p{
    color:black;
    margin-top: 0;
    font-size: 18px;
}


@media (max-width: 670px) {
    .services-page {
        grid-template-columns: 1fr; 
        grid-template-rows: auto;
        gap: 20px;
    }
    
    .services-page-green-box {
        grid-template-columns: 1fr; /* Single column in green box too */
        grid-template-rows: auto; /* Let rows auto-size */
        padding: 20px 10px 70px 10px;
        margin: 0px 4vw;
    }
    
    /* Reset any specific grid positioning to maintain HTML order */
    .res-green,
    .com-green {
        grid-row: auto; 
        grid-column: auto; 
    }
    
    .services-page-white-boxes {
        max-width: 100%;
        height: 250px;
        margin-top: 0px;
        margin-inline: 4vw;
    }
}

.services-why-us{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    max-width: 1200px;
    height: auto;
    align-content: center;
    justify-content: center;
    justify-self: center;
    /* position:relative; */
    margin:30px clamp(10px, 4vw, 15px) 50px clamp(10px, 4vw, 15px) ;
    background-color: rgb(30,81,51);
    border-radius: 15px;
    padding:10px;
} 
.services-why-us h1{
    grid-area: 1/1/-1/2;
    z-index: 2;
    margin:20px 0px;
    align-self: flex-start;
    justify-self: center;
    text-align: center;
    max-width: 400px;

}

.services-eddison{
    grid-area: 1/1/-1/2;
    border-radius: 15px;
    z-index: 2;
    max-width:300px;
    align-self: flex-end;
    justify-self: center;
    margin: 125px 0px 20px 0px;
}

.services-why-us-text{
    grid-column: 2;
    border-left: 3px solid rgb(48,46,46);
    border-bottom: 3px solid rgb(48,46,46);
    z-index: 2;
    max-width: 600px;
    height: auto;
    padding: 0px 25px 0px 15px;
    margin: 0 auto;
}

.services-why-us-text h2{
    font-size: 20px;
}
.services-why-us-text p{
    font-size: 18px;
}

.services-why-us-bottom-text{
    border-left: 2px solid rgb(48,46,46);
    z-index: 2;
    max-width: 450px;
    height: auto;
    padding: 0px 25px 0px 15px;
}

.services-why-us-bottom-text p{
    font-size: 18px;
}



@media (max-width: 615px){
    .services-why-us{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding:10px;
    } 
    .services-why-us h1{
        grid-row: auto; 
        grid-column: auto;
        margin-bottom: -130px;
    }

    .services-eddison{
        grid-row: auto; 
        grid-column: auto;
        margin: 0px 0px 40px 0px;
        max-width: 300px;
    }

    .services-why-us-text{
        grid-row: auto; 
        grid-column: auto;
        margin-left: 20px;
        border-left: 4px solid rgb(48,46,46);
        border-bottom: 4px solid rgb(48,46,46);
    }

    .services-why-us-bottom-text{
        margin-left: 20px;
        border-left: 4px solid rgb(48,46,46);
        margin-bottom: 30px;

    }
    .services-page-white-boxes{
        height: 300px !important;

    }

}
@media (max-width: 670px){
    .services-page-green-box{
        padding: 20px;
        margin: 20px 0px 0px 0px;
    }
}
@media (max-width: 800px){
    .services-eddison{
        margin-top: 0px;
    }
    .services-why-us h1{
        margin-inline: 10px;
    }

.services-page-white-boxes{
    height: 380px;

    }
}

@media (max-width: 1000px){
    .services-page h1{
        font-size: 18px;
        margin-top: 0px;
        padding-top: 0px;
    }

.services-eddison{
        align-self: center;
        margin-top: 140px;
        margin-inline: 10px;
    }
}

/*-----------------------NEWS-----------------*/

.mt-rainier{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
    max-width: 100%;
    height: auto;
    border: 4px solid white;
    margin: 25px 0px 0px 0px;
    padding: 0px 3px;
}

.mt-rainier img{
    margin: 0px 0px 0px 1px;
    z-index: 0;
    grid-area: 1/1/2/2;
}
.mt-rainier-text{
    z-index: 1;
    color: black;    
    grid-area: 1/1/2/2;
    justify-self: center;   
    align-self: start;
    margin-top: 10px;
    font-size: 30px;                    
}
.mt-rainier-text h1{
    font-size: 35px;
}

.news-heading{
    justify-self: center;
    text-align: center;
}

.news-heading h2{
    color:rgb(117, 200, 139);
}

.news-articles{
    display: grid;
    grid-template-columns: repeat(autofit, minmax(200px, 1fr));
    grid-template-rows: auto;
    gap: 2rem;
}
  
.news-card {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 4px solid rgb(117, 200, 139);
    margin-inline: 2vw;
}

.news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px #18a76b;
}

.news-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-card h2 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.news-card h2 a:hover {
    color: #3498db;
}

.news-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.news-excerpt {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    color: rgb(117, 200, 139);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

.read-more:hover {
    color: #18a76b;
}

.read-more::after {
    content: '→';
    transition: transform 0.3s;
}

.read-more:hover::after {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .news-card {
        padding: 1.5rem;
    }
    
    .container {
        padding: 0 1rem;
    }
}
/* ------------------- Individual Articles---------------- */
.back-to-news {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(117, 200, 139);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    margin: 15px 2vw 2rem 2vw;
    font-size: 20px;
}


.back-to-news:hover {
    color: #18a76b;
}

.back-to-news::before {
    content: '←';
    transition: transform 0.3s;
}

.back-to-news:hover::before {
    transform: translateX(-2px);
}

.article-header {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-inline: 2vw;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);

    
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.article-excerpt {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
    line-height: 1.5;
}

.article-content {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
    margin-inline: 2vw;
}

.article-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    /* margin: 2rem 0 1rem 0; */
}

.article-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 1.5rem 0 1rem 0;
}

.article-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: black;
    font-size: 1.1rem;
}

.article-content ul, .article-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    color: black;
    font-size: 1.1rem;
}

.article-content li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.article-content blockquote {
    border-left: 4px solid #1ddd8d;
    padding-left: 2rem;
    margin: 2rem 0px 2rem 3rem;
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
}


@media (max-width: 768px) {
    .article-header,
    .article-content {
        padding: 2rem;
    }
    
    .article-title {
        font-size: 2rem;
    }
    
    .container {
        padding: 0 1rem;
    }
}
    


/* ____________________ PRIVACY_____________________ */

.privacy-policy h2, h1{
    color: rgb(117, 200, 139);
}
.privacy-policy a{
    color: white;
}

/*________________TERMS______________________________*/

.terms-conditions h2{
    color: rgb(117, 200, 139);
}

.terms-conditions a{
    color: white;
    text-decoration: none;
}
