ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
header{
    background-color: rgba(0, 0, 0, 0.6); 
    background-image: url('/images/IMG-20240401-WA0005.jpg'); 
    background-blend-mode: overlay; 
    background-size: cover; 
    background-position: center; 
    height: 800px;
    background-attachment: fixed;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    position: sticky;
    top: 0;
    color: rgb(0, 0, 0);
    background-color: transparent;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header.scrolled {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style the h1 */
.header h1 {
    margin: 0;
    font-size: 24px;
    color: green;
}
.header ul{
    margin-top:10px;
}
.header li a{
    text-decoration: none;
    color: black;
    margin-bottom:40px;

}
.header-content{
    top: 0px;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons li{
    text-decoration: none;
    display: flex;

}
.social-item{
    padding: 5px;
    font-size: 20px;
    text-decoration: none;
}
.container .header-content{
    font-size: 40px;
    color: rgb(255, 255, 255);
    padding-left:80px;
    padding-top: 0px;
    line-height: 29px;
    
}
.header-content .header-subtitle{
    color: rgb(255, 255, 255);
}
.header-content .header-title{
    color: #eddede;
}
.header-content .header-mono{
    letter-spacing: 2px;
    font-family: 'Times New Roman', Times, serif;
}
.header-content .btn{
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    width: 150px;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.btn-rounded {
    border-radius: 100px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f63750;
    border-color: #f62b45;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #F85C70;
    border-color: #F85C70;
}
/* Arrange the menu items in a row */
.header ul {
    display: flex;
    justify-content: space-between;
    width: 400px; 
    
}

.header ul li {
    margin: 10px;
    margin-top:10px;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Hover effect for menu items */
.header ul li a:hover {
    color: #3498db;
}

/* Style the menu icon */
.menu-icon{
    display: none;
    transition: color 6s ease;

}
.fa-bars {
    font-size: 24px;
    cursor: pointer;
}
.container-about{
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 30px 50px;
}
.inner-container{
    width: 100%;
    padding: 30px;
    flex: 1 1 200px;
    gap: 0;
}
.inner-container .item-title{
    padding: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #212529;
    text-decoration: 2px underline ;
}
.inner-container .item-subtittle{
    color: #212529;
    font-size: 30px;
}
.inner-container .item-description{
    font-size: 20px;
    color: #686868;
    line-height: 30px;
}

.inner-container .button button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid rgb(249, 85, 85);
    padding: 0.375rem 1.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #F85C70;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inner-container .button button:hover{
    background-color: #ff6076;
    color: white;
}
.inner-container .item-info{
    line-height: 40px;
}
.inner-container .social-icons .social-item{
    padding: 0 20px;
    font-size: 30px;
}
.item-expert {
    display: flex;
}
.interests-section {
    padding: 30px;
    background-color: #f4f4f9;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.interests-header {
    margin-bottom: 20px;
    text-align: center;
}

.interests-header h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.interests-header p {
    font-size: 18px;
    color: #666;
}

.interests-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.interest-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.interest-item h3 {
    font-size: 20px;
    color: #007bff;
    margin-top: 0;
}

.interest-item p {
    font-size: 16px;
    color: #444;
}

.services-container{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px;
    margin: 0;
    gap: 30px;
}
#services .services-header{
    padding: 10px 0 0 80px;
    font-size: 30px;
}
#services p span{
    color:rgb(234, 221, 150);
}
 .item-service{
    width: 100%;
    padding: 30px;
    flex: 1 1 300px;
    border: 0.5px solid rgb(234, 233, 233);
}
.item-service-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.item-service-image img {
    width: 100%;
    max-height: 270px;
    border-radius: 8px;
}

.item-service-content {
    flex: 1;
}

.item-service-icon {
    color: #ff6347;
    font-size: 40px;
    margin-bottom: 10px;
}

.item-service-title h2 {
    margin: 0;
    font-size: 20px;
}

.item-service-title a {
    text-decoration: none;
    color: #333;
}

.item-service-title a:hover {
    color: #ff6347;
}

.item-service-desc {
    margin-top: 10px;
}

.item-service-desc p {
    margin: 5px 0;
    font-size: 15px;
    color: #969696;
    line-height: 30px;
    font-family: sans-serif;
}
.contact_section, .footer_section{
    text-align: center;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px;
    margin: 0;
    justify-content: center;
    gap: 60px;
}
#contact .contact_taital{
    padding: 10px 0 0 80px;
    color: #535353;
}

.intouch {
    width: 300px;
}

.intouch h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.intouch-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.intouch-item i {
    margin-right: 15px;
    font-size: 24px;
    color: #007bff;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 24px;
    color: #333;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 500px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.form-group input,
.form-group textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    transition: border-color 0.3s ease;
    background-color: #f9f9f9;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007bff;
    box-shadow: none;
    background-color: #fff;
}

.form-group label {
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.btn-custom {
    background-color: #007bff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
}

.btn-custom:hover {
    background-color: #0056b3;
}/* Responsive design */
.copyright_section{
    background-color: rgb(77, 77, 77);
    padding: 15px;
    align-items: center;
    text-align: center;
    color: white;
}
.copyright_section a{
    color: gold;
}

.footer {
    background-color: rgba(17, 17, 17, 0.8); 
    color: white;
    position: relative;
    padding: 50px 0;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
  
  /* Footer container */
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Subscribe Section */
  .subscribe-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .email-input {
    padding: 15px;
    border-radius: 50px;
    border: none;
    width: 300px;
    outline: none;
    margin-right: 15px;
  }
  
  .subscribe-btn a{
    padding: 15px 25px;
    background-color: #4a4ed1;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
  }
  
  /* Contact Info */
  .contact-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .contact-item img {
    width: 20px;
  }
  
  /* Social icons */
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .social-link {
    color: white;
    font-size: 24px;
  }
  
  .social-link:hover {
    color: #4a4ed1;
  }
  .contact-form p{
    width: 100%;
    padding: 20px;
    color: white;
  }
@media (max-width: 768px) {
.header-content{
    top: 0;
}

.container .header-content{
    font-size: 30px;
    padding-left:20px;
    padding-top: 10px;
    line-height: 50px;
    
}
    .header h1 {
        align-items: center;
        text-align: center;
        color: green;
    }
    .header ul {
        display: none; 
        flex-direction: column;
        width: 100%; 
        position: absolute;
        top: 70px; 
        left: 0;
        color: whitesmoke;
        padding: 10px 0;
        text-align: center;
        background-color: rgb(50, 50, 50);
    }
    .header ul li a{
        color: white;
    }
    .header ul li {
        padding: 15px 0; 
        font-size: 18px;
        border-bottom: 1px solid #ccc; 
    }

    .header ul li:last-child {
        border-bottom: none; 
    }
    
    .menu-icon {
        display: block; 
        font-size: 24px;
        cursor: pointer;
        padding: 20px;
        transition: color 4s ease;

    }
    .menu-icon:hover{
        background-color: #ccc;
        border-radius: 50px;

    }
    .header ul.show {
        display: block; 
    }
    .container-about{
        display: inline-block;
        margin: 0;
    }
    .btn-custom {
        padding: 10px 10px;
        font-size: 1.0em;
    }
    }