/*
Theme Name: alsaviiratrading
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body {
    overflow-x: hidden;
}

/* new layout css start */
.top-image-overlay {
    position: relative;
    overflow: hidden;
}


.top-image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%; 
    background: linear-gradient(
        to bottom,
        rgb(255 255 255 / 100%),
        rgba(0, 0, 0, 0)
    );
    z-index: 2;
    pointer-events: none;
}

.top-image-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%; 
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(255 255 255 / 60%),
        rgba(0, 0, 0, 0)
    );
    z-index: 2;
    pointer-events: none;
}

.top-image-overlay img {
    position: relative;
    z-index: 1;
    display: block;
}

.cf7-contact-card {
    border-radius: 8px;
  font-family: Arial, sans-serif;
}

.cf7-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.cf7-field {
    margin-bottom: 15px;
}

.cf7-field label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}

.cf7-field input,
.cf7-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.cf7-field textarea {
    height: 120px;
    resize: vertical;
}

.cf7-field input:focus,
.cf7-field textarea:focus {
    outline: none;
    border-color: #042D5B;
}

.cf7-submit input[type="submit"] {
    width: 100%;
    background: #042D5B;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
    background: #042D5B;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc3232;
}

.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}
.contact-form .elementor-icon-box-title {
    margin-top: 0;
}
.contact-form .elementor-icon-box-wrapper {
    flex-direction: unset !important;
}
.product-sec .elementor-image-box-img img {
    height: 200px !important;
    object-fit: contain;
}

.product-sec .elementor-image-box-content {
    min-height: 140px !important;   
    display: flex  !important;
    align-items: flex-start !important;
}
.footer-ani {
    padding: 0;
}
.box-main {
    height: 390px;
}
a {
    text-decoration: none !IMPORTANT;
}