@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
#Ftop {
    margin-top: -25px;
}
body {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.bg-dark{
    text-decoration: none;
}

/* WIKA Content Styles */
.wika-container {
    font-family: Arial, sans-serif;
    color: #1f2937;
    background-color: #fff;
}

/* Hero Section */
.wika-hero-banner {
    background-image: url(/assets/images/Wika-banner.jpg);
    color: #fff;
    text-align: center;
    height: 550px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wika-hero {
    background-color: #1d253467;
    color: #fff;
    padding: 250px 15px 0px 15px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.wika-hero-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.wika-hero-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
}

.wika-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.wika-btn-primary {
    background-color: white;
    color: #1e40af;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
}

.wika-btn-secondary {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
}



/* Contact CTA */
.wika-contact-cta {
   background-color: #faa831;
    color: white;
    padding: 64px 15px;
    text-align: center;
}

.wika-contact-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.wika-contact-text {
    margin-bottom: 24px;
}

.wika-contact-btn {
    background-color: white;
    color: #252525;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .wika-about-content {
        flex-direction: row;
        align-items: center;
    }
    
    .wika-about-text {
        width: 50%;
    }
    
    .wika-about-image {
        width: 50%;
        margin-top: 0;
        padding-left: 40px;
    }
    
    .wika-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .wika-why-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}









/* ///////// Services Container //////////// */


.service-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
    padding: 50px 40px;
    background-color: #fff;
    position: relative;
}

.categories-container{
    width: 28%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    position: sticky;
    top: 110px;
    align-self: flex-start;
}

.service-categories{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}


.service-categories a{
    color: #212d45;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 15px 0px 15px 10px;
    margin-top: 10px;
    background-color: #f3f3f3;
    border-left: 5px solid #f3f3f3 ;
    /* transition: all .4s ease; */
    border: 1px solid #cecece;
    text-decoration: none;

    &:hover{
        color: #fff;
        background-color: #042038;
        border-left: 5px solid #eecd01 ;
        
    }
}

.service-categories a .fa-solid{
    padding-right: 15px;
}

#service-active{
    color: #fff;
    background-color: #042038;
    border-left: 5px solid #eecd01 ;
}







.service-details-container{
    width: 65%;
    height: auto;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
}


/* product image */


.product-image-container {
    display: flex;
    flex-direction: column;
    gap: 20px; 
  }
  
  .image-row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    gap: 15px; 
  }
  
  .image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1; 
    min-width: calc(50% - 8px); 
  }
  
  .image-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  
  .image-name {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }
  
  

  @media (min-width: 900px) {
    .image-item {
      min-width: auto; 
      flex: 1; 
    }
  }







.service-paragraph{
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.service-paragraph h2,
.service-paragraph h1{
    font-size: 30px;
    color: #212d45;
    padding-bottom: 15px;
}

.service-paragraph p{
    color: #5e5e5e;
    line-height: 1.6;
    text-align: justify;
    font-size: 17px;
}




.service-points{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    background-color: #212121;
    padding: 30px 10px 50px 10px;
    border-radius: 5px;
}

.service-points p{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 17px;
    color: #fff;
}
.service-points p span{
    font-size: 15px;
}

.service-points img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    
}






.service-show-img-container{
    padding: 50px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-basic-info{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 30px 0;
}

.service-basic-info h1{
    font-size: 30px;
    color: #303433;
    margin-bottom: 20px;
}

.service-basic-info p{
    font-size: 18px;
    line-height: 1.6;
    color: #585f5d;
}















@media(max-width: 786px){



.service-container{
    flex-direction: column;
} 


.categories-container{
    width: 100%;
    position: relative;
    top: 0;
}

.service-details-container{
    width: 100%;
    margin-top: 20px;
}
.service-points p{
    width: 100%;
}



}