body {
    margin-left: 7%;
    margin-right: 7%;
}


 /* Desktop Navbar */
 .nav-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.nav-desktop .logo {
    display: flex;
    align-items: center;
}

.nav-desktop .logo img {
    height: 40px;
    margin-right: 10px;
}

.nav-desktop .tagline {
    font-size: 12px;
    color: #777;
}

.nav-desktop .nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-desktop .nav-links li {
    margin: 0 15px;
    position: relative;
}

.nav-desktop .nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.nav-desktop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 160px;
}

.nav-desktop .dropdown-content a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}

.nav-desktop .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.nav-desktop .dropdown:hover .dropdown-content {
    display: block;
}

.nav-desktop .nav-buttons {
    display: flex;
    align-items: center;
}

.nav-desktop .btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}

.nav-desktop .demo {
    background-color: #5cb85c;
    color: white;
}

.nav-desktop .contact {
    background-color: white;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.nav-desktop .contact:hover {
    background-color: #5cb85c;
    color: white;
}

/* Mobile Navbar */
.nav-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.nav-mobile .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav-mobile .logo img {
    height: 40px;
}

.nav-mobile .tagline {
    font-size: 12px;
}

.nav-mobile .menu-toggle {
    font-size: 24px;
    cursor: pointer;
    color: #4CAF50;
}

.nav-mobile .nav-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.nav-mobile .nav-list li {
    border-bottom: 1px solid #393b39;
}

.nav-mobile .nav-list li a {
    display: block;
    padding: 10px;
    color: rgb(28, 31, 28);
    text-decoration: none;
}

.nav-mobile .nav-list li a:hover {
    background-color: #CFFFBA;
    color: black;
}

.nav-mobile .nav-list.active {
    display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: flex;
    }
}

/* Hero Page */



.heropage {

    display: flex;

}
.hero-p {
    margin-top: 7%;
}

.heropage p {
    font-size: 20px;
   text-align: justify;
}

.hero-button {

    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 5px;
    cursor: pointer;
}

.hero-button:hover {
    background-color: #64dd17;
}

@media  (max-width: 768px)  {

    .mobile-img{
        display: none;
    }

    .heropage p {
        font-size: 15px;
    }
    
}







.bar {
    height: 50px;
    width: 100%;
    background-color: #CFFFBA;
    border-radius: 10px;

    display: flex;
  justify-content: center; /* Centers the logo horizontally */
  align-items: center;     /* Centers the logo vertically */
  padding: 20px;           /* Adds space around the logo */
 
}


.bar img {
    height: 45px;
    margin-left: 70px;
    margin-right: 70px;
}



@media(max-width:768px) {

    .bar{
        margin-top: 20px;
        height: 20px;
        width: 92%;
        margin-right: 20px;
    }
    
    .bar img{
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


.ad-placement {
    margin-top: 40px;
}

.ad-placement h1 {
    text-align: left;
    margin-bottom: 20px;
}



/* Container */
.ad-placement {
    padding: 20px;
    text-align: center;
    display: inline;
    height: 1200px;
    font-size: larger;
    
}

h1 {
    margin-bottom: 20px;
}

/* Buttons */
.ad-p-buttons {
    width: 35%;
    display: grid;
        justify-content: left;
    margin-bottom: 20px;
    font-weight: bold;

    
}
.ad-place {
    display: flex;
}
.ad-p-buttons button {
    
    background-color: #ffffff;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    margin: 0 10px;
    padding: 20px 60px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 2px;
}

.ad-p-buttons button:hover {
    background-color: #ddd;
}

.ad-p-buttons button.active {
    background-color: #4CAF50;
    color: white;
}






/* Advertisement Container */
.ad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}

.ad-container div {
    margin: 0 10px;
}

.ad-container img {
    max-width: 300px;
    max-height: 300px;
    border-radius: 10px;
}

.ad-container h4 {
    margin-top: 0;
   
}

.ad-container button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.ad-container button:hover {
    background-color: #45a049;
}


@media (max-width:768px) {
    
    .ad-placement h1{
        font-size: 20px;

    }

    .ad-p-buttons button{
        padding: 10px 15px;
       
    }
    .ad-c-img {
        display: none;
    }
    .ad-container button{
        padding: 12px 17px;
    }
    
    .ad-c-c p{
        font-size: 15px;

    }
}








footer {
    margin-top: 20px;
    background-color: #CFFFBA;
    height: 200px;
}

.social-media-icons img {
    margin-top: 30px;
    height: 30px;
    margin-bottom: 0%;
    margin-left: 10px;
    margin-right: 10px;

}

.social-media-icons h2 {
    margin-top: 1%;
    margin-bottom: 1px;
    font-size: 50px;
    color: #01962e;
}
.social-media-icons p {
    margin-top: 1px;
    font-size: 15px;
    color: #01962e;


}

@media (max-width:768px) {
   footer{
    margin-top: 20px;
    height: 150px;
   }
   .social-media-icons img{
    height: 16px;
   }
   .social-media-icons h2{
    font-size: 30px;
   }
   .social-media-icons p{
    font-size: 13px;
   }

}
