@charset "utf-8";html {
    font-size: 625%
}

body {
    font-size: 14px;
    background: #FFF
}

body,html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form,object,iframe,blockquote,pre,a,abbr,address,code,img,fieldset,form,label,figure {
    margin: 0;
    padding: 0
}

body,html,input,button,textarea {
    color: #333;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif,'Roboto';
    line-height: 1.5
}


article,aside,figcaption,figure,footer,header,main,nav,section {
    display: block
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}



h3 {
    font-size: 16px
}

h4,h5 {
    font-size: 14px
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%
}

li {
    list-style: none
}

i,em {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: none
}

a:hover {
    color: #fe7012;
    text-decoration: none
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0
}

a:active,select,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: 0!important
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}


.contact-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 24px
}

.form-input{background-color: #eeeeee !important;
    border: none !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;}
    .form-textarea{background-color: #eeeeee !important;
    border: none !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;}
    
       .header-banner {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
      padding: 150px 20px 150px 20px;
            background: linear-gradient(rgba(8,15,30,.48),rgba(8,15,30,.48)),url(https://piforz.com/wp-content/uploads/img/contact-bg.jpg);
            background-size: cover;
            background-position: center;
            text-align: center;
            color: #fff;
        }

        .header-banner h1 {
            font-size: 45px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .header-banner p {
            max-width: 600px;
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 30px;
        }

        .icon-group {
            display: flex;
            gap: 25px;
        }

        .icon-item {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            cursor: pointer;
            transition: 0.3s;
        }

        .icon-item:hover {
            background: rgba(255, 255, 255, 0.2);
        }


    .contact-container {
            max-width: 1200px;
            margin: 80px auto 50px auto;
            display: flex;
            flex-wrap: wrap;
            padding: 0 20px;
            gap: 40px;
        }
    
        .contact-info {
            flex: 1;
            min-width: 300px;
            padding-top: 80px;
        }

        .contact-info h2 {
            font-size: 24px;
            color: #1a2a47;
            margin-bottom: 40px;
            text-transform: uppercase;
            font-weight: 800;
        }

        .info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 50px;
        }

        .info-icon {
            background-color: #f36c05;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            flex-shrink: 0;
            font-size: 18px;
            padding: 7px;
            margin-top: 6px;
        }

        .info-text strong {
            display: block;
            font-size: 18px;
            color: #1a2a47;
        }

        .info-text span {
            color: #444;
            font-size: 16px;
        }

 .contact-form-container {
            flex: 1;
            min-width: 350px;
            background: white;
            padding: 30px !important;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-top: 4px solid #f36c05;
        }

.form-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
}


.form-item {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding: 0.55rem 0.6rem;
}


.form-input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 0.5rem 0;
  font-size: 16px;
  color: #1f2937;
  background: transparent;
  font-family: inherit;
}


.form-textarea {
  width: 100%;
  border: none !important;
  outline: none;
 padding: 12px 16px;
  color: #1f2937;
  background: transparent;
  font-family: inherit;
  resize: vertical;
  min-height: 0rem;
  height: 70px;
  font-size: 16px;
}


.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}


.submit-btn {
  width: 100%;
  background-color: #f76f25;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #2558d6;
}


#imgAdds {
  display: none;
}
       

        .form-group {
            margin-bottom: 15px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            background-color: #f0f4f7;
            border: 1px solid #e1e8ed;
            border-radius: 6px;
            outline: none;
            font-size: 14px;
            transition: 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #f36c05;
            background-color: #fff;
        }

        .form-group textarea {
            height: 120px;
            resize: none;
        }

        .submit-btn {
            width: 100%;
            background-color: #f36c05;
            color: white;
            border: none;
            padding: 14px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .submit-btn:hover {
            background-color: #d65d04;
        }


        @media (max-width: 768px) {
            .elementor-1427 .elementor-element.elementor-element-7611a3f2 .elementor-nav-menu .elementor-item {
    color: #ffffff !important;
}
.elementor-1427 .elementor-element.elementor-element-62421187 .elementor-nav-menu .elementor-item {
    color: #ffffff !important;
}
            .contact-form-container {

    padding: 7px !important;
}
            .header-banner {
                height: auto;
                padding: 60px 20px 100px 20px;
            }

            .contact-container {
               
                flex-direction: column;
            }

            .contact-info {
                padding-top: 20px;
                order: 2;
            }

            .contact-form-container {
                order: 1;
                min-width: 100%;
            }
        }
 