﻿.bgcolor {
    background: linear-gradient( -90deg, rgba(9, 35, 62, 0) 0%, rgba(0, 47, 96, 1) 100% );
    width: 100%;
    height: 100%;
}

.product-card {
    height: 500px !important;
}

.other-product-area {
    width: 1600px;
}

.other-product-img-background {
    position: relative;
    width: 100%;
}

    .other-product-img-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 98%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(9, 35, 62, 0.2) 0%, rgba(0, 47, 96, 0.7) 100%);
        border-radius: 15px 15px 0px 0px;
    }

    .other-product-img-background img.actual-image {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

.input-dv {
    width: max-content;
    display: grid;
}

.OtherProductForms {
    display: ruby;
}

.product-card-body {
    padding: 15px 20px 20px 20px;
}

.Roboto-medium {
    font-family: 'Roboto', math !important;
    font-weight: 700 !important; /* Medium */
}


.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

.Roboto-regular-inputbox-size {
    font-size: 20px;
}

.Roboto-regular-contact-need-size {
    font-size: 25px;
}

.Roboto-regular-product-content-size {
    font-size: 18px;
}

.Roboto-medium-contect-about-size {
    font-size: 25px;
    color: #000000;
}

.Roboto-regular-contect-about-size {
    font-size: 18px;
    line-height: 1.3;
}

.product-card-btn {
    width: 131px;
    height: 35px;
    color: #E13335;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
}

.product-btn-box {
    float: right !important;
}

.contact-product-section {
    background: url('../../Album/OtherProduct/ContactProdctBanner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 47, 96, 0.6);
    background-blend-mode: overlay;
    width: 100%;
    height: 550px;
    margin-top: 100px;
    margin-bottom: 300px;
    z-index: 0;
}


.product-card-btn:hover {
    background-color: #003d82;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: white;
}
/* Active state */
.product-card-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* Font styling */
.Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.Roboto-medium-product-btn-size {
    letter-spacing: 0.5px;
}

.product-contact-row {
    z-index: 1;
    margin-bottom: 300px;
}

.contect-about-product-area {
    width: 1560px;
}

.contect-about-product-box {
    width: 375px;
    height: 101px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-top: 8px;
}

.contact-about-product-area {
    padding: 70px 0px;
    width: 1560px;
    margin: auto;
}

.contect-about-product-img-box {
    height: 100%;
    margin: 10px 15px;
}

.contect-location {
    width: 60px;
    height: 60px !important;
}

.contect-product-are {
    width: 1560px;
    min-height: 570px;
    height: auto;
    border-radius: 15px;
}

.contect-about-needed {
    background-image: url('../../Album/OtherProduct/ProductContactAboutBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 795px;
    background-color: white;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.product-form-box {
    background-color: white;
    width: 765px;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.main-wrapper{
    margin-bottom:130px !important;
}

.product-section {
    background-image: url('../../Album/OtherProduct/MainProductBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.product-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-content {
    padding-left: 170px;
}

.product-card-section {
    margin-top: 90px;
}

/*.hero-box {
    width: 100% !important;
    text-align: center !important;
}*/

.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

.Roboto-Black-about-size {
    font-size: 65px;
    color: #FFFFFF;
}

.Roboto-Black-contact-need-size {
    font-size: 40px;
}

.contact-needed-font-color {
    color: #E13335;
}


.Roboto-medium-about-size {
    font-size: 25px;
}

.product-text-color1 {
    color: #E13335;
}

.product-text-color2 {
    color: #FFFFFF;
}

.product-card-content {
    text-align: justify;
    line-height: 1.2;
    margin-top: 5px;
}

.product-btn-box {
    display: flex;
    justify-content: end;
    padding-right: 20px;
    height: auto;
}


.Roboto-medium-product-btn-size {
    font-size: 18px;
}

.input-box {
    width: 328px;
    height: 56px;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1.5px;
    margin: 10px;
    padding: 10px 20px;
}

.input-area {
    width: 685px;
    height: 108px;
    margin: 10px;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1.5px;
    padding: 10px 20px;
}

.formCaptcha {
    width: 200px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.product-form {
    padding-left: 30px;
}

.contact-submit-btn {
    width: 685px;
    height: 56px;
    background-color: #E44A4C !important;
    color: #FFFFFF !important;
    text-align: justified !important;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 22px !important;
    letter-spacing: 0.03em;
    font-weight: 700;
    position: relative;
    margin: 10px;
    border-radius: 10px;
}

.Roboto-bold {
    font-family: Roboto, math !important;
    font-weight: bold !important; /* 700 */
}

.Roboto-bold-contact-submit-size {
    font-size: 22px;
}

.frmerrormsg {
    font-size: 13px;
    color: #E13335;
    padding-left: 5px;
    /*display: none;*/
    width: max-content;
}

/*.contact-procudt-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}*/

.InputName {
    background: url('../../Album/ContactUs/ContactFormName.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.InputEmail {
    background: url('../../Album/ContactUs/ContactFormEmail.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.InputPhone {
    background: url('../../Album/ContactUs/ContactFormPhone.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.get-in-touch-content {
    padding-left: 45px;
}

@media screen and (max-width : 1600px) {
    .contact-about-product-area {
        width: 100%;
        margin: 0px 5px;
    }

    .contect-about-product-box {
        width: 22%;
        height: 88px;
    }

    .Roboto-medium-product-title-size {
        font-size: 27px !important;
    }
}

@media screen and (max-width : 1550px) {

    .contact-about-product-area {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
        width: 90%;
        margin-left: 72px;
    }

    .product-form-box {
        border-radius: 15px;
    }

    .contect-about-needed {
        width: 90% !important;
        padding: 30px;
        /*margin-top: 270px;*/
        margin-bottom: 50px;
        border-radius: 15px;
    }

    .contact-product-section {
        display: flex !important;
        justify-content: center !important;
    }

    .product-form-box {
        width: 90% !important;
    }

    .contect-product-are {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .input-box {
        width: 45%;
    }

    .input-area {
        width: 92%;
    }

    .contact-submit-btn {
        width: 92%;
    }

    .contect-about-product-box {
        width: 45%;
        /*margin*/
    }

    .contect-location {
        width: 100%;
    }

    .Roboto-Black-contact-need-size {
        font-size: 38px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 24px;
    }

    .contact-product-section {
        margin-bottom: 800px;
    }

    .Roboto-medium-product-title-size {
        font-size: 26px !important;
    }
}

@media screen and (max-width : 1400px) {

    .contact-about-product-area {
        margin-left: 60px;
    }

    .contact-about-product-area {
        padding: 30px 0px;
    }

    .contect-about-product-box {
        height: 90px;
    }

    /*.contect-about-needed {
        margin-top: 370px;
    }*/

    .Roboto-Black-contact-need-size {
        font-size: 35px;
    }

    .contact-product-section {
        margin-bottom: 925px;
    }
}

@media screen and (max-width : 1274px) {
    /*.contect-about-needed {
        margin-top: 420px;
    }*/
}

@media screen and (max-width : 1200px) {

    .contact-about-product-area {
        margin-left: 50px;
    }

    .Roboto-Black-about-size {
        font-size: 52px;
    }

    .hero-box {
        width: 100% !important;
        text-align: center !important;
    }

    .product-content {
        padding: 0px;
    }

    .Roboto-Black-contact-need-size {
        font-size: 33px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 23px;
    }

}

@media screen and (max-width : 881px) {

    .input-box {
        width: 90%;
    }

    .contact-submit-btn {
        width: 90%;
    }

    .input-area {
        width: 90%;
    }

    .contact-about-product-area {
        margin-left: 40px;
    }

    /*.contect-about-needed {
        margin-top: 800px !important;
    }*/

    .contact-product-section {
        margin-bottom: 1255px;
    }
}

@media screen and (max-width : 1062px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    /*.contect-about-needed {
        margin-top: 700px !important;
    }*/

    .Roboto-Black-contact-need-size {
        font-size: 32px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 22px;
    }

    .Roboto-medium-product-title-size {
        font-size: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /*.contect-about-needed {
        margin-top: 760px !important;
    }*/

    .Roboto-Black-about-size {
        font-size: 42px;
    }

    .Roboto-Black-contact-need-size {
        font-size: 30px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 21px;
    }

    .Roboto-medium-product-title-size {
        font-size: 25px !important;
    }
}

@media screen and (max-width : 595px) {

    .contact-about-product-area {
        margin-left: 30px;
    }

    .contect-about-product-box {
        flex: 1 1 49%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    /*.contect-about-needed {
        margin-top: 850px !important;
    }*/

    .Roboto-Black-about-size {
        font-size: 40px;
    }

    .Roboto-Black-contact-need-size {
        font-size: 28px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 20px;
    }

    .Roboto-medium-product-title-size {
        font-size: 24px !important;
    }

    .product-card {
        width: 90% !important;
        height: max-content !important;
        margin-left: 5%;
    }

    .other-product-img-background {
        width: 100% !important;
    }

    .other-product-area {
        width: 95% !important;
    }

    .other-product-img {
        width: 100% !important;
        height: 100% !important;
    }

    .product-btn-box {
        margin-bottom: 15px;
    }
    .other-product-img-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(9, 35, 62, 0.2) 0%, rgba(0, 47, 96, 0.7) 100%);
        border-radius: 15px 15px 0px 0px;
    }
    .contect-about-product-box {
        flex: 1 1 49%;
    }
}

@media (max-width: 575.98px) {

    .Roboto-Black-about-size {
        font-size: 30px;
    }

    .Roboto-Black-contact-need-size {
        font-size: 26px;
    }

    .Roboto-regular-contact-need-size {
        font-size: 19px;
    }

    
    .Roboto-medium-product-title-size {
        font-size: 23px !important;
    }

    .product-btn-box {
        margin-bottom: 15px;
    }

    .other-product-img-background {
        width: 100% !important;
    }

    .other-product-area {
        width: 95% !important;
    }

    .other-product-img {
        width: 100% !important;
        height: 100% !important;
    }

    .product-card {
        height: max-content !important;
    }

    .other-product-img-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(9, 35, 62, 0.2) 0%, rgba(0, 47, 96, 0.7) 100%);
        border-radius: 15px 15px 0px 0px;
    }
}

@media (max-width: 424px) {

    /*.contect-about-needed {
        margin-top: 900px !important;
    }*/

    .contact-product-section {
        margin-bottom: 1500px;
    }

    .product-contact-row {
        margin-top: 150px !important;
    }

    .product-card {
        height: max-content !important;
    }
}

@media (max-width: 360px) {

    .contact-about-product-area {
        margin-left: 20px;
    }

    .contact-product-section {
        margin-bottom: 1700px;
    }

    .product-contact-row {
        margin-top: 200px !important;
    }

    .product-card {
        height: max-content !important;
    }
}

@media (max-width: 344px) and (min-width: 0px) {


    .contact-product-section {
        margin-bottom: 1800px;
    }
}

@media (max-width: 768px) {

    .responsive {
        justify-content: center !important;
    }

    .get-in-touch-content {
        padding: 0px !important
    }
    .main-wrapper {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 358) and (min-width: 424px) {


    .contact-product-section {
        margin-bottom: 1800px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .main-wrapper {
        margin-bottom: 50px !important;
    }
    .other-product-img-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(9, 35, 62, 0.2) 0%, rgba(0, 47, 96, 0.7) 100%);
        border-radius: 15px 15px 0px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1900px) {
    .main-wrapper {
        margin-bottom: 130px !important;
    }
    
}

@media (min-width: 1200px) and (max-width: 1650px) {
    .other-product-img-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(9, 35, 62, 0.2) 0%, rgba(0, 47, 96, 0.7) 100%);
        border-radius: 15px 15px 0px 0px;
    }
}