/* .img-polaroid {
    width: 100%; 
    max-width: auto; 
    aspect-ratio: 1 / 1; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-polaroid img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}


.container .navbar .brand_logo img{
    width: 200px;
    height: auto;
    margin-top: -20px;
}

@media (max-width: 768px){
    .container .navbar .brand_logo img{
        width: 160px;
    } 
}

@media (max-width: 425px){
    .container .navbar .brand_logo img{
        width: 160px;
    } 
}




.language-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
}

.language-wrapper select {
    padding: 5px;
    font-size: 14px;
}

@media (max-width: 425px) {
    .language-wrapper {
        justify-content: center;
        padding: 10px 0;
    }

    .language-wrapper select {
        width: 100%;
        font-size: 16px;
    }
}





.product-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    background: white;
}
.product {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
    max-width: 90%;
    margin: 0 auto;
    gap: 20px;
    box-shadow: 0 0 20px 5px rgba(80, 80, 80, 0.5);

}
.product-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-header img {
    width: 300px;
    height: 300px;
    border-radius: 5px;
    border: 1px solid black;
    object-fit: contain;
}
.product-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.product-description {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    color: rgb(119, 115, 115);

}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    color: #202020;
}
.spec-table th, .spec-table td {
    border: 1px solid #202020;
    padding: 8px;
    text-align: left;
}
.spec-table th {
    background: #eee;
    color: black;
}
.spec-table td:first-child{
    color: black;
    font-weight: 600;

}
.spec-table td:last-child{
    color: rgb(63, 62, 62);
    font-weight: 500;
}


@media (max-width: 768px) {
.product-header {
    flex-direction: column;
    align-items: center;
}
.product-header img {
    width: 100%;
    max-width: 300px;
}
.product-description {
    margin-bottom: 20px;
}
}

@media (min-width: 769px) {
.product-header {
    flex-direction: row;
    align-items: flex-start;
}
.product-description {
    flex: 1;
}
}




@media (min-width: 768px){
.spacing-wrapper {
    display: flex;
    justify-content: space-between; 
    gap: 20px; 
  }
  
  .spacing-wrapper .span3 {
    flex: 1; 
  }
}

@media (min-width: 1024px)
{
    .get
    {
       margin-left: 120px;
    }
}


.ContactButton{
    display: flex;
    margin-top: 200px;
    flex-wrap: wrap;
    gap: 10px;
}

.ContactButton button{
    width: 200px;
    height: 100px;
}
.whatsapp_btn{
    background-color: #25D366;
}

.get_quote{
    background-color: #007BFF;
}
.download_pdf{
    background-color: #6c757d;
} */




















.img-polaroid {
    width: 100%;
    max-width: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-polaroid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.container .navbar .brand_logo img {
    width: 200px;
    height: auto;
    margin-top: -20px;
}

@media (max-width: 768px) {
    .container .navbar .brand_logo img {
        width: 160px;
    }
}

@media (max-width: 425px) {
    .container .navbar .brand_logo img {
        width: 160px;
    }
}




.language-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
}

.language-wrapper select {
    padding: 5px;
    font-size: 14px;
}

@media (max-width: 425px) {
    .language-wrapper {
        justify-content: center;
        padding: 10px 0;
    }

    .language-wrapper select {
        width: 100%;
        font-size: 16px;
    }
}





.product-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    background: white;
}

.product {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
    max-width: 90%;
    margin: 0 auto;
    gap: 20px;
    box-shadow: 0 0 20px 5px rgba(80, 80, 80, 0.5);

}

.product-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-header img {
    width: 300px;
    height: 300px;
    border-radius: 5px;
    border: 1px solid black;
    object-fit: contain;
}

.product-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.product-description {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    color: rgb(119, 115, 115);

}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    color: #202020;
}

.spec-table th,
.spec-table td {
    border: 1px solid #202020;
    padding: 8px;
    text-align: left;
}

.spec-table th {
    background: #eee;
    color: black;
}

.spec-table td:first-child {
    color: black;
    font-weight: 600;

}

.spec-table td:last-child {
    color: rgb(63, 62, 62);
    font-weight: 500;
}


@media (max-width: 768px) {
    .product-header {
        flex-direction: column;
        align-items: center;
    }

    .product-header img {
        width: 100%;
        max-width: 300px;
    }
}

@media (min-width: 769px) {
    .product-header {
        flex-direction: row;
        align-items: flex-start;
    }

    /* .product-description {
    flex: 1;
} */

    .spacing-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .spacing-wrapper .span3 {
        flex: 1;
    }
}



@media (min-width: 1024px) {
    .get {
        margin-left: 120px;
    }
}


.ContactButton {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ContactButton button {
    width: 200px;
    height: 50px;
    background-color: #dadbdd;
    border: 1px solid rgb(19, 18, 18);
    border-radius: 25px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .ContactButton {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .ContactButton {
        margin-left: 30px;
    }

    .ContactButton button {
        width: 100px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .ContactButton button {
        width: 200px;
    }
}




/* Request a quote form style */
.popup-form {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-content {
    background: #fff;
    padding: 20px;
    margin: 10% auto;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    position: relative;
}

.form-content input,
.form-content textarea {
    width: 95%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}

.form-content button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.closePopup-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}







/* .success-container {
    padding: 100px 20px;
    text-align: center;
    background-color: #f8fff8;
    width: 200px;
}

.success-title {
    font-size: 32px;
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}

.success-sub {
    font-size: 18px;
    color: #555;
}

.error-container {
    padding: 100px 20px;
    text-align: center;
    background-color: #fff;
    color: red;
} */




@media only screen and (max-width: 425px) {
    .form-content {
        width: 80%;
        max-width: 280px;
    }
}