/* ///////////////////////////// common css /////////////////////////////////// */
img {
    width: 100%;
    height: 100%;
}

.row {
    --bs-gutter-x: 0rem !important;
}

:root {
    --base-duration: 500ms;
    --color-1: #2c3e50;
    --color-2: #1abc9c;
    --color-3: #2ecc71;
}

/* ///////////////////////////// common css /////////////////////////////////// */

/* /////////////////////////// multiproduct start ///////////////////////////////////////// */
/* .A_pro_space {
    text-align: center;
}

.A_pro_content {
    font-size: 28px;
    font-weight: bold;
    color: #034177;
    text-transform: uppercase;
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 10px 40px;
}


.A_pro_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(150deg, #034177, #cccaca);
    transition: top 0.5s ease-in-out;
    z-index: -1;
}

.A_pro_content:hover::before {
    top: 0;
}

.A_pro_content:hover {
    color: #fff;
    transition: color 0.5s ease-in-out;
}


@keyframes floatText {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}


.A_pro_content {
    animation: floatText 2s infinite ease-in-out;
} */

.A_pro_space {
    text-align: center;
    position: relative;
}

.A_pro_content {
    font-size: 28px;
    font-weight: bold;
    color: #034177;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px 40px;
}

/* Underline Effect */
.A_pro_content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background-color: #034177;
}

/* Moving Dot Effect */
.A_pro_content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    animation: moveDot 3s linear infinite;
}

@keyframes moveDot {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');

body {
    background: #f4f6f9;
}

/* a:focus,
a:hover {
    color: #000;
} */



/* Products
************************** */

.product-item .product-item-content {
    display: block;
    position: relative;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item {
    height: 360px;
    display: block;
    text-align: center;
    color: #000;
    padding: 2rem;
    overflow: hidden;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    transform: scale(0.97, 0.97);
    transition: all .17s cubic-bezier(0.24, 0.71, 0.58, 0.57);
}

.product-item:hover {
    box-shadow: 0 0px 50px -10px rgba(0, 0, 0, 0.3);
    transform: scale(1, 1);
}

.product-item:hover .product-item-image {
    transition-delay: .2s;
    -ms-transform: scale(.8) translateY(-15%);
    transform: scale(.8) translateY(-15%);
}

.product-item .product-item-image {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    transform: translate3d(0, 0, 0);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.product-item .product-item-image img {
    border-radius: 100%;
    position: relative;
    z-index: 3;
}

.product-item:hover .product-item-image-hover {
    transition-delay: .1s;
    -ms-transform: translate(-50%, -42%) scale(.85);
    transform: translate(-50%, -42%) scale(.85);
}

.product-item .product-item-image-hover {
    position: relative;
    z-index: 2;
    width: 170px !important;
    height: 170px !important;
    background: #034177;
    background: -moz-linear-gradient(135deg, #034177 0%, #ffffff 100%);
    background: -webkit-linear-gradient(135deg, #034177 0%, #ffffff 100%);
    background: linear-gradient(135deg, #034177 0%, #ffffff 100%);
    border-radius: 100%;
    -ms-transform: translate(-50%, -120%) scale(0);
    transform: translate(-50%, -120%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .product-item-image-hover {
    opacity: 1;
    visibility: visible;
    width: 250px;
    height: 250px;
}

.product-item:hover .product-item-category {
    transition-delay: .3s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-category {
    font-size: .875rem;
}

.product-item:hover .product-item-title {
    transition-delay: .4s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    color: #034177;
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-title {
    font-size: 1.125rem;
    font-weight: 600;
}

.product-item:hover .product-item-price {
    transition-delay: .5s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-price {
    font-size: 1.0625rem;
}

.product-item:hover .button-pill {
    transition-delay: .6s;
}

.product-item:hover .button-pill {
    opacity: 1;
    -ms-transform: translateY(5px) translateX(-50%);
    transform: translateY(5px) translateX(-50%);
}

.product-item .button-pill {
    position: absolute;
    bottom: -30%;
    left: 50%;
    -ms-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .button-pill.A_enq_button {
    position: absolute;
    bottom: -100%;
}

.button-pill span {
    display: inline-block;
    position: relative;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    background:  #034177;
    /* background: -moz-linear-gradient(135deg, #034177 60%, #bdc7ca 100%);
    background: -webkit-linear-gradient(135deg, #034177 60%, #bdc7ca 100%);
    background: linear-gradient(135deg, #034177 60%, #bdc7ca 100%); */
    color: white;
    border-radius: 5px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    box-shadow: 0 14px 25px 0px #4bcc8c1a;
    transition: all .37s ease;
    white-space: nowrap !important;
}

.button-pill:hover span {
    display: inline-block;
    position: relative;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    background: #5f5f5f;
    background: -moz-linear-gradient(135deg, #034177 0%, #aaabcd 100%);
    background: -webkit-linear-gradient(135deg, #034177 0%, #aaabcd 100%);
    background: linear-gradient(135deg, #034177 0%, #aaabcd 100%);
    color: #fff;
    border-radius: 5px !important;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    box-shadow: 0 14px 25px 0px rgba(0, 0, 0, 0.1);
    white-space: nowrap !important;
}

.A_product_img {
    width: 150px;
    height: 150px;
}

.button_container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}



/* /////////////////////////// multiproduct end ///////////////////////////////////////// */
/* /////////////////////////// contact form start ///////////////////////////////////////// */
.A_contact_form {
    padding: 1rem;
    color: #212d31;
    font-family: 'Roboto', sans-serif;
}

.contain {
    background-color: #eee;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

div.form {
    background-color: #eee;
}

.contact-wrapper {
    margin: auto 0;
}

.submit-btn {
    float: left;
}

.reset-btn {
    float: right;
}

.form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #034177;
}

.highlight-text {
    color: #034177;
}

.hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}

.highlight-text-grey {
    font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder {
    /* Chrome */
    font-family: 'Roboto', sans-serif;
}

.required-input {
    color: black;
}


h3,
ul {
    margin: 0;
}

h3 {
    margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus {
    outline: 1.5px solid #034177;
}

.form-input,
textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.wrapper>* {
    padding: 1em;
}


ul {
    list-style: none;
    padding: 0;
}

.contacts {
    color: #212d31;
}

.form {
    background: #fff;
}

form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

form label {
    display: block;
}

form p {
    margin: 0;
}

.full-width {
    grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
    padding: 1em;
}

button,
.submit-btn {
    background: transparent;
    border: 1px solid #034177;
    color: #034177;
    border-radius: 15px;
    padding: 5px 20px;
}

button:hover,
.submit-btn:hover,
button:focus,
.submit-btn:focus {
    background: #034177;
    outline: 0;
    color: #034177;
}

.error {
    color: #ec1c24;
}

/* /////////////////////////// contact form end ///////////////////////////////////////// */
/* /////////////////////////// contact form end ///////////////////////////////////////// */
/* /////////////////////////// footer  section ///////////////////////////////////////// */
footer {
    background-color: #1a1a1a;
    color: #f0f0f0;
    padding: 50px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #034177;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-section ul li a i {
    margin-right: 5px;
    color: #034177;
}

.social-links {
    margin-bottom: 20px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #034177;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #fff;
    transform: translateY(-3px);
    color: #034177;
}

.newsletter h4 {
    margin-bottom: 15px;
}

.newsletter form {
    display: flex;
}

.newsletter input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    outline: none;
}

.newsletter button {
    background-color: #034177;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background: transparent;
    color: #034177;
    border: 2px solid #034177;
    font-weight: bold;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    /* border-top: 1px solid #333; */
    position: relative;
}

.newsletter form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    /* margin: 0 auto; */
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.newsletter input[type="email"] {
    flex: 1;
    padding: 16px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;

}

.newsletter button {
    background: #034177;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 6px;

}

/* Back to top button styling */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    /* Hidden by default */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EEF0F6;
    /* Using your theme color */
    color: #000;
    text-align: center;
    line-height: 40px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    background-color: #EEF0F6;
    /* Darker shade for hover */
    transform: translateY(-3px);
    color: #034177;
}

.back-to-top i {

    margin-top: 17px;
}


/* Add animation for better UX */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.back-to-top.show {
    display: block;
    animation: fadeIn 0.5s;
}

/* /////////////////////////// footer  section ///////////////////////////////////////// */
/* /////////////////////////// All media quary ///////////////////////////////////////// */
@media(min-width:1200px) and (max-width:1366px) {
    .button-pill {
        width: 100%;
    }

    .product-box {
        padding: 0 10px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .product-item .product-item-title {
        font-size: 0.888rem;
    }

    .product-item .product-item-price {
        font-size: 0.788rem;
        padding: 7px 0 0;
    }

    .product-box {
        padding: 0 7px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-container {
        max-width: 900px !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer-container {
        /* flex-direction: column; */
        max-width: 800px !important;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

@media only screen and (max-width: 425px) {

    .back-to-top {
        right: 10px;
        bottom: 50px;
    }

    .contain {
        padding: 0em;
    }

    form {
        display: flex;
        flex-direction: column;
    }

    .A_submit_btn {
        display: grid;
        gap: 10px;
    }

    .hightlight-contact-info {
        font-size: 20px;
    }

    .A_contact_form {
        padding: 0rem;
    }
}

@media only screen and (max-width: 375px) {

    .back-to-top {
        right: 10px;
        bottom: 80px;
    }
}

@media only screen and (max-width: 320px) {

    .hightlight-contact-info {
        font-size: 16px;
    }
}

/*
 * modernaweb.net
 * * * * * * * * * */

@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');

body {
    background: #f4f6f9;
}

a:focus,
a:hover {
    color: #000;
}

/* Preloader
 ************************** */