/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (max-width:768px){
    .main{
        overflow: hidden;
    }
    .box{
        width: 100%;
        height: 100vh;
    }

.form-container {
    position: relative;
    display: block;
    margin-top: 1%;
    margin-left: 1%;
    background: #fff;
    width: 90%;
    padding: 3% 4%;
    box-shadow: 0px 5px 20px #ddd;
    z-index: 200;
}

.form-container h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.form-container h1 {
    margin: 5px 0 30px 0;
    font-size: 7vw;
    font-weight: bold;
}

.form-container h1 span {
    color: #111;
}

form .row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.row:nth-of-type(1) input, .row:nth-of-type(2) input[type="email"], select, textarea {
    background-image: url('../icon/star.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10px;
    width: 98%;
    padding: 2%;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    color: #555;
}
.row:nth-of-type(2) input[type="text"]{
    width: 98%;
    padding: 2%;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    color: #555;
}

form textarea {
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}

.full {
    width: 100%;
    margin-bottom: 20px;
}

.btn {
    padding: 14px 20px;
    background: #0a3e7a;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover {
    background: #062e5d;
}
.contact-banner {
    position: absolute;
    width: 50%;
    right: 10%;
    margin-top: 10%;
    background-color: blue;
}
.contact-container {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.bg {
    width: 100%;
    display: block;
}

.hotspots {
    position: absolute;
    top: 0;
    left: 3px;
    width: 100%;
    height: 100%;
}

.spot {
    rx:20;
    ry:20;
    fill: rgba(255, 255, 255, 0);   /* کاملاً شفاف */
    cursor: pointer;
    transition: .2s;
}

.spot:hover {
    fill: rgba(0, 150, 255, 0.2);   /* هایلایت هنگام hover */
    stroke: rgba(0, 100, 200, 0.8); /* خط دور */
    stroke-width: 3;
}
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (min-width:768px){
    .main{
        overflow: hidden;
    }
    .box{
        width: 100%;
        height: 100vh;
    }

.form-container {
    position: absolute;
    display: block;
    top: 1%;
    left: 1%;
    background: #fff;
    width: 30%;
    height: 52%;
    padding: 2% 3%;
    border-radius: 10px;
    box-shadow: 0px 5px 20px #ddd;
    z-index: 200;
}

.form-container h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.form-container h1 {
    margin: 5px 0 30px 0;
    font-size: 32px;
    font-weight: bold;
}

.form-container h1 span {
    color: #111;
}

form .row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.row:nth-of-type(1) input, .row:nth-of-type(2) input[type="email"], select, textarea {
    background-image: url('../icon/star.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10px;
    width: 98%;
    padding: 2%;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    color: #555;
}
.row:nth-of-type(2) input[type="text"]{
    width: 98%;
    padding: 2%;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    color: #555;
}
form textarea {
    height: 100px;
    resize: none;
    margin-bottom: 10px;
}

.full {
    width: 100%;
    margin-bottom: 20px;
}

.btn {
    padding: 14px 20px;
    background: #0a3e7a;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover {
    background: #062e5d;
}
.contact-banner {
    position: absolute;
    width: 30%;
    right: 5%;
    margin-top: 4%;
    background-color: blue;
}
.contact-container {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.bg {
    width: 100%;
    display: block;
}

.hotspots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spot {
    rx:10;
    ry:10;
    fill: rgba(255, 255, 255, 0);   /* کاملاً شفاف */
    cursor: pointer;
    transition: .2s;
}

.spot:hover {
    fill: rgba(0, 150, 255, 0.2);   /* هایلایت هنگام hover */
    stroke: rgba(0, 100, 200, 0.8); /* خط دور */
    stroke-width: 3;
}
}