* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    

}

body {
    background-color: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    font-family: 'inter',sans-serif;
    
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    background: #ffffff;
    position: relative;
}

/* Logo */
.logo img {
    vertical-align: middle;
}

/* Navigation */
nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
}

nav ul li a:hover {
    color: #555;
    text-decoration: underline;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 10px;
}

button {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
}

.listen2 {
    background: #000;
    color: #fff;
}

.ba9chicha1 {
    background: #000;
    color: #fff;
}

.ba9chicha1:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.ba9chicha2 {
    background: none;
    border: 1px solid #000;
}

/* Menu Icon for Small Screens */
#menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #000;
}

/* Responsive */
@media (max-width: 1400px) {
    header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .menu-icon {
        display: block;
    }

    nav {
        width: 100%;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        display: none;
        background: #fff;
        margin-top: 10px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }

    nav ul li {
        width: 100%;
        margin: 10px 0;
        padding-left: 10px;
    }

    #menu-toggle:checked ~ nav ul {
        display: flex;
    }

    header .buttons {
        display: none;
    }
}
  


















































html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #000;
}

/* Main Section */
main {
    display: flex;
    justify-content: left;
    align-items: left;
    height: 80vh;
    padding: 7%;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    width: 100%;
}

.text {
    width: 100%;
    text-align: left;
}

.text h1 {
    font-size: 50px;
}

.text span {
    font-weight: bold;
}

.text p {
    margin: 15px 0;
    font-size: 16px;
    color: #555;
}

/* Image Block - Desktop */
.image-placeholder {
    width: 500px;
    height: 500px;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.image-placeholder img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

/* Responsive - Mobile */
@media (max-width: 1099px) {
    main {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 7%;
        height: auto;
        margin-bottom: -100px;
    }

    .content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
        width: 100%;
    }

    .text {
        width: 100%;
        text-align: left;
    }

    .image-placeholder {
        width: 100%;
        max-width: 100%;
        height: 360px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .image-placeholder img {
        width: 360px;
        height: 360px;
        object-fit: cover;
    }
}
















@media (max-width: 768px) {
    .blog1 h3{
        font-size:10px ;

    }
    .blog1 p{
        font-size:10px ;

    }
    .blog1 h1{
        font-size: 24px;

    }
}








.player {
    text-align: center;
    width: 100%;
}





































































.blog1{
    text-align: center;
}




.blog-section {
    padding: 40px 20px;
}

.blog-title {
    text-transform: uppercase;
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}

.blog-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-subtext {
    color: gray;
    margin-bottom: 30px;
}

.blog-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-card {
    background: white;
    width: 300px;
    padding: 15px;
    text-align: left;
}

.blog-image {
    width: 100%;
    height: 180px;
    background: lightgray; /* Placeholder for image */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
}

.blog-tags {
    font-size: 14px;
    color: gray;
    margin: 10px 0;
}

.blog-section h2 {
    font-size: 18px;
    margin: 5px 0;
}

.blog-section p {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}

.blog-section a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}
































.testimonials {
    padding: 50px 20px;
}



.testimonial-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial {
    background: none;
    color: #000000;
    padding: 20px;
    border-radius: 0px;
    max-width: 300px;
    text-align: center;
    
}

.testimonial .quote {
    font-style: italic;
    font-size: 16px;
}

.testimonial .author {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
}










.contact-container {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 50px auto;
    background: #fff;
    padding: 40px;
}


.contact-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    background: #fff;
    color: #333;
    -webkit-appearance: none; /* Remove default browser styling */
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.contact-form select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'><path fill='%23333' d='M0 0h10L5 5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

.contact-form select:focus {
    outline: none;
    border-color: #aaa;
}


.contact-form {
    flex: 1;
    padding-right: 40px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}




.contact-info {
    flex: 1;
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-info i {
    margin-right: 8px;
    color: black;
}

.contact-info a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}


@media (max-width: 768px) {
    .contact-container {
        flex-direction: column; /* Stacks form and info */
        max-width: 90%; /* Uses more screen space */
        padding: 20px;
    }

    .contact-form {
        padding-right: 0; /* Removes right padding */
        margin-bottom: 60px;
    }

    .contact-info {
        padding-left: 0; /* Removes left padding */
        border-left: none; /* Removes border for cleaner look */
        margin-top: 20px;
    }
    .contact-form select {
        margin-bottom: 15px; /* Maintain spacing */
    }
}






















.appcont{
    display: flex;
    background-color: #000;
    color: #fff;
    text-align: left;
    width: 100%;
}

.insprefoot{
    width: 100%;
    text-align: left;
    margin-left: 6%;
    margin-right: 15%;
    margin-top: 4%;
    margin-bottom: 4%;
}


.insprefoot button {
    margin-top: 2%;
}





























footer {
    background: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    margin-left: 2%;
    margin-right: 2%;
}

.footer-container {
    margin-bottom: 4%;
    margin-right: 2%;
}
.footer-container .footer-links .column ul li a {
    font-weight: lighter;
    font-style: none;
} 
.footer-container .footer-links .column ul li a :hover{
    font-style: underline;
}
.footer-container .footer-links .column h4{
    font-weight: bold;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.logo2 {
    max-width: 700px;
    margin-left: 2%;
    
}

.logo h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.subscribe {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.subscribe input {
    padding: 10px;
    width: 70%;
    border: 1px solid #000000;
}



.consent-text {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}

.footer-links {
    display: flex;
    gap: 200px;
}

.column h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.column ul {
    list-style: none;
    padding: 0;
}

.column ul li {
    margin-bottom: 10px;
}

.column ul li a {
    text-decoration: none;
    color: black;
}

.column ul li a:hover {
    text-decoration: underline;
}

.social-links li {
    display: flex;
    align-items: center;
    gap: 5px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 14px;
    color: gray;
}

.footer-bottom-links a {
    text-decoration: none;
    color: black;
    margin-left: 15px;
    font-size: 14px;
    font-weight: lighter;
}

.footer-bottom-links a:hover {
    text-decoration: underline;
}



@media (max-width: 1500px) {
    .footer-links {
        margin-top: 20px;
        margin-left: 2%;
    }
}

@media (max-width: 768px) {
    .footer-links {
        display:block;
        margin-top: 20px;
        margin-left: 2%;
    }

}