* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
@font-face {
    font-family: 'Poppins';
     src: url('font/poppins-v22-latin-regular.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Playball';
    src: url('font/playball-v20-latin-regular.woff2') format('woff2');
  }
li{
    list-style: none;
}
body {
    font-family: Poppins, playball, sans-serif;
}
header {
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 600;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.primary-navigation {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
nav img {
    height: 100px;
    width: 120px;
    padding: 0;
    margin: 0;
}
.nav-links {
    list-style: none;
    display: flex;
    margin-right: 15px;
    gap: 40px;
    align-items: center;
}
a {
    text-decoration: none;
    color: black;
    padding: 10px;
}
@media (max-width: 768px) {
    .primary-navigation {
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .nav-links {
        display: none; /* Hide nav links initially */
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 80px; /* Adjusted to match the logo height */
        left: 0;
        background: white;
        text-align: center;
        padding: 10px 0;
        gap: 20px;
    }
    .nav-links.show {
        display: flex; /* Show menu when toggled */
    }
    .hamburger {
        display: block;
        cursor: pointer;
        font-size: 2rem;
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .hamburger span {
        display: block;
        width: 30px;
        height: 3px;
        background: black;
        margin: 6px 0;
    }
}
.wrapper {
    max-inline-size: 1000px;
    margin-inline: auto;
}
main {
    background-color: rgba(0, 132, 203, .2);
}
.img-video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    gap: 10px;
}
.img-video img {
    max-inline-size: 100%;
    display: block;
    object-fit: contain;
    aspect-ratio: 1;
}
.img-video video {
    display: block;
    max-inline-size: 100%;
    width: 100%;
    height: auto;
}
@media (max-width: 480px) {
    .img-video img {
        display: none;
    }

    .img-video {
        grid-template-columns: 1fr;
    }
}
.advertising-space {
    background-color: rgb(47, 103, 242);
    text-align: center;
    padding: 80px;
    color: #ffffff;
}
.advertising-space h2 {
    font-size: 3rem;
    font-family: Playball;
}
.advertising-space h3 {
    font-size: 1.5rem;
    font-family: Popp;
}
.cta {
    background-color: #040303;
    margin-top: 20px;
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    max-width: 300px;
    color: #ffffff;
    text-decoration: none;
}
.cta:hover {
    background-color: rgb(8, 5, 211);
}
@media (max-width: 768px) {
    .advertising-space {
        padding: 40px; 
    }
    .advertising-space h2 {
        font-size: 2rem; 
    }
    .advertising-space h3 {
        font-size: 1.2rem; 
    }
    .cta {
        font-size: 0.9rem; 
        padding: 8px; 
        max-width: 250px;
    }
}
@media (max-width: 480px) {
    .advertising-space h2 {
        font-size: 1.8rem;
    }
    .advertising-space h3 {
        font-size: 1rem;
    }
    .cta {
        font-size: 0.8rem;
        padding: 6px;
        max-width: 200px;
    }
}
.industries-we-serve {
    display: grid;
    padding: 40px;
    text-align: center;
}
.industries-we-serve h2 {
    font-size: 2.5rem;
    font-family: Playball;
    color: #007bff;
}
.grid-layout {
    padding: 40px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
}
.industries-icon {
    max-inline-size: 60%;
}
@media (max-width: 768px) {
    .grid-layout {
        grid-template-columns: repeat(2, 1fr); 
    }
}
@media (max-width: 480px) {
    .grid-layout {
        grid-template-columns: repeat(1, 1fr); 
    }
}
.why-choose-apkaads {
    text-align: center;
    padding: 20px 0 0 0;
}
.why-choose-apkaads-left img, 
.why-choose-apkaads-right img{
    max-width:150px; 
    display: block;  
}
.why-choose-apkaads h2 {
    font-family: Playball;
    font-size: 3rem;
    margin-bottom: 15px;
}
.why-choose-apkaads h3 {
    color: #040303;
    font-size: 1.5rem;  
}
@media (max-width: 1024px) {
    .why-choose-apkaads h2 {
        font-size: 2.5rem;
    }
    .why-choose-apkaads h3 {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    .why-choose-apkaads h2 {
        font-size: 2rem;
    }
    .why-choose-apkaads h3 {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .why-choose-apkaads h2 {
        font-size: 1.8rem;
    }
    .why-choose-apkaads h3 {
        font-size: 1rem;
    }
}
.why-choose-apkaads-right{
    text-align: right;
    text-wrap: balance;
    font-size: 1.25rem;
    display: flex;
    padding-block: 10px;
    gap: 20px;
}
.why-choose-apkaads-left{
    text-align: left;
    text-wrap: balance;
    font-size: 1.25rem;
    display: flex;
    padding-block: 10px; 
    gap: 20px; 
}
.dashhh{
    max-inline-size:90% ;
}
@media (max-width: 768px) {
    .dashhh {
        display: none; 
    }
    .why-choose-apkaads-left, 
    .why-choose-apkaads-right {
        flex-direction: column; 
        text-align: center; 
        align-items: center;
        font-size: 1rem;
    }
    .why-choose-apkaads-left img, 
    .why-choose-apkaads-right img {
        order: -1; 
        max-width: 60%; 
        margin-bottom: 10px; 
    }
    .why-choose-apkaads h3, 
    .why-choose-apkaads p {
        text-align: center;
    }
}
.span{
    color: #007bff;
}
footer {
    background-color: #37474f;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    overflow-x: hidden;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer li {
    color: #ffffff; 
}
footer a {
    color: #ffffff;
    text-decoration: none; 
}
footer a:hover {
    color: #cccccc; 
}
footer section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
    footer section {
        grid-template-columns: 1fr; 
    }
    .quick-link,
    .social-media,
    .legal {
        padding: 20px; /* Reduce padding */
    }
}
.contact-bg {
    background-color: #ffffff;
}
.contact {
    color: #ffffff;
    background-color: rgb(47, 103, 242);
    text-align: center;
    padding: 80px;
}
.contact h1 {
    font-size: 5rem;
    font-family: playball;
}
@media (max-width: 768px) {
    .contact h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 480px) {
    .contact h1 {
        font-size: 2.5rem;
    }
}
.contact-info h3 {
    font-family: Playball;
    font-size: 3rem;
}
@media (max-width: 768px) {
    .contact-info h3{
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .contact-info h3 {
        font-size: 1.5rem;
    }
}
.contact-address {
    display: grid;
    padding: 40px;
    justify-content: space-around;
    margin: 0%;
    @media (width>720px) {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        max-inline-size: 1000px;
        margin-inline: auto;
    }
}
.contact-info img {
    margin-top: 30px;
    inline-size: 100%;
}
.contact-icon {
    display: grid;
    grid-template-columns: 1fr 3fr;
    border-bottom: #000000e6 solid 2px;
    gap: 0%;
}
.contact-icon img {
    max-inline-size: 50%;
    display: block;
    margin: 10px;
}
.refresh {
    max-inline-size: 80%;
}
.contact-info {
    padding: 40px;
    line-height: 2;
    margin: 0%;
}
.contact-info h3 {
    color: #040303;
}
.contact-form {
    line-height: 2;
    border: 2px black solid;
    background-color: #ffffff;
    padding: 20px;
    margin: 0%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-size: 1rem; 
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}
.form-group textarea {
    resize: vertical;
}
button {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
button:hover {
    background-color: #0056b3;
}
@media (max-width: 768px) {
    .form-group {
        margin-bottom: 12px;
    }
    .form-group label {
        font-size: 0.9rem; 
    }
    .form-group input,
    .form-group textarea {
        font-size: 0.9rem;
        padding: 8px; 
    }
    button {
        font-size: 0.9rem;
        padding: 10px;
    }
}
@media (max-width: 480px) {
    .form-group label {
        font-size: 0.85rem;
    }
    .form-group input,
    .form-group textarea {
        font-size: 0.85rem;
        padding: 6px;
    }
    button {
        font-size: 0.85rem;
        padding: 8px;
    }
}
.customise-advertise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
}
.Revolutionizing-Advertising h3 {
    color: #040303;
    text-align: center;
    margin-bottom: 5px;
    color: #007bff;
    font-size: 30px;
    font-family: Playball;
}
.Revolutionizing-Advertising h4 {
    color: #007bff;
    font-family: Playball;
    font-size: 30px;
}
.high-visibility-spaces {
    text-align: center;
    margin: 20px;
    line-height: 1.5rem;
    padding: 5px 0 0 0;
    font-family: Poppins;
}
.high-visibility-spaces h2 {
    color: #007bff;
    font-size: 40px;
    font-weight: 900;
    line-height: 2.5rem;
    font-family: Playball;
}
.high-visibility-spaces p {
    padding: 20px;
    font-size: 20px;
}
.Transform-ordinary p {
    padding: 20px;
    font-size: 20px;
}
.High-engagement-rate {
    padding: 20px;
    font-size: 20px;
}
.High-engagement-rate ul {
    margin-top: 10px;
}
.Targeted-Distribution-Channels {
    padding: 20px;
    font-size: 20px;
}
.how-to-design {
    padding: 15px;
    font-size: 20px;
}
.how-to-design p {
    margin: 20px;
}
.we-are-redefining h3,
.we-are-redefining h4 {
    color: #007bff;
    font-size: 40px;
    font-weight: 900;
    line-height: 2.5rem;
    font-family: Playball;
    margin-bottom: 10px;
}
.redefining-advertisment{
    text-align: center;
    padding: 20px;
    text-wrap: balance;
    font-size:20px ;
}
.we-are-redefining img{
    max-inline-size: 20%;   
}
.Our-Vision,
.Our-Mission {
    display: flex;
    align-items: center; 
    text-align: start;
    padding: 20px;
    font-size: 20px;
    gap: 15px;
}
@media (max-width: 768px) {
    .Our-Vision,
    .Our-Mission {
        flex-direction: column; 
        text-align: center; 
        gap: 10px; 
    }
    .Our-Vision img,
    .Our-Mission img {
        width: 100%; 
        max-width: 300px; 
        height: auto;
    }
}
.Our-Journey{
    text-align: center;
    padding: 30px;
    text-wrap: balance;
    font-size:20px ;
}
.elevate-your-brand h5{
    color: #007bff;
    color: #070d8c;
    font-size: 2rem;
    text-align: center;
}
.elevate {
    text-align: center;
    padding: 10px;
    background-color: #007bff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: bold;
    max-width: 500px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 20px auto; 
}
#show-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#show-more-btn:hover {
    background-color: #0056b3;
}
