@charset "UTF-8";

    .font-medium {
        font-family: 'Medium';
    }

    .font-regular {
        font-family: 'Regular', Arial, sans-serif;
    }

    .font-230 {
        font-size: 230px;
    }

    .font-40 {
        font-size: 43px;
    }

    .font-40 {
        font-size: 40px;
    }

    .font-32 {
        font-size: 32px;
    }

    .font-29 {
        font-size: 29px;
    }

    .font-24 {
        font-size: 24px;
    }

    .font-16 {
        font-size: 16px;
    }

    .font-15 {
        font-size: 15px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-12 {
        font-size: 12px;
    }

body {
    margin: 0;
    font-family: 'Regular';
    background-color: #000;
    color: #D2DCE5;
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    min-height: 100vh;
    text-align: justify
}

/*----------------------- Index Page ------------------------------*/
.master-header {
    /* margin: 8px; */

    /* margin: 0px; */
    background-color: #D2DCE5;
    text-align: center;
    padding: 150px 0 30px 0;
    clip-path: polygon(0 100%, 0 65%, 50% 0, 100% 65%, 100% 100%);
    /* border-radius: 20px; */

}
/* .header {

    background-color: #D2DCE5;
    text-align: center;
    padding: 100px 0 30px 0;
    clip-path: polygon(0 100%, 0 65%, 50% 0, 100% 65%, 100% 100%);
    border-radius: 20px;

} */

main {
    margin-top: 10px;
}
.col{
    height: calc(100vh - 50vh);
}


.service{
    background-color: #D2DCE5;
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    font-weight: bold;
    color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 43px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}
.service:hover {
    background-color: #e07547;
}
a:link {
  text-decoration: none;
/* color: #000000; */
}
a:visited {
  text-decoration: none;
  /* color: #000000; */

}

a:hover {
  text-decoration: none;
  /* color: #000000; */

}

a:active {
  text-decoration: none;
  /* color: #000000; */

}

main .service {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
  .about {
    margin: 10px 0px 20px 0px;
  }
    .about h1 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: bolder;

    }

    .about p {
    text-align: justify;
    word-spacing: 10px;
    /* text-indent: 50px; */
      line-height: 1.3;
      margin: 30px 5px 5px 10px;
  }
.btn-custom {
    background-color: #D2DCE5;
    width: 40%;
    border: none;
    padding: 10px;
    border-radius: 20px;
    /* font-weight: bold; */
    color: #000000;
}

.btn-custom:hover {
    background-color: #e07547;
}

.main-footer {
    /* background-color: #D2DCE5; */
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    color: #D2DCE5;
    font-weight: bold;
    border-radius: 20px;
}

.main-footer a {
    color: #D2DCE5;
    text-decoration: none;
}


/*----------------------- Service Page ------------------------------*/


nav {
    margin: 20px 50px 0px 50px;
    color: #D2DCE5;
}
nav a {
    color: #D2DCE5;
}


/* .project:hover {
    background-color: #e07547;
} */
.project-vertical {
    background-color: #D2DCE5;
    border-radius: 5px;
    /* margin: 2px; */
    position: relative;
    /* ✅ مهم جداً للـ overlay */
    overflow: hidden;
    /* ✅ حتى لا يظهر أي جزء زائد من التكبير */
}

.project-vertical img {
    width: 100%;
    height: inherit;
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

/* عند التمرير */
.project-vertical:hover img {
    transform: scale(1.03);
    /* تكبير بسيط */
}

/* الطبقة البرتقالية */
.project-vertical::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 140, 0, 0);
    /* الشفافية 0 */
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    /* حتى لا تمنع الضغط */
}

/* عند التمرير يظهر اللون */
.project-vertical:hover::after {
background-color: rgba(224, 117, 71, 0.6);
    /* 0.4 = نسبة الشفافية (يمكن تغييرها) */    /* برتقالي بشفافية */
}


.footer {
    /* font-size: 1.5rem; */
    text-align: center;
    width: 100%;
    padding: 5px 30px;
    color: #D2DCE5;
    font-weight: bold;
    border-radius: 20px;
}

.footer a {
    color: #D2DCE5;
    text-decoration: none;
}


/*----------------------- Contact Us Page ------------------------------*/

main form label{
    display: block;
    margin: 20px 0px 5px 10px;
}
main p i {
    font-style:oblique;
}

main form input[type="text"],
main form input[type="tel"],
main form input[type="email"],
main form textarea,
main form select{
    width: 100%;
    background-color: #D9D9D9;
    display: block;
    color: #000000;
        border-radius: 50px;

}
main form input,
main form select{
    border-radius: 50px;
    height: 40px;
    padding: 2px 10px;

}
main form textarea{
    border-radius: 20px;
    padding: 10px;

}
main form .button{
    /* width: 30%; */
    background-color: #D2DCE5;
    border-radius: 50px;
    margin: 20px 0px 0px 5px;
    padding: 10px 50px;
    color: #000000;

}
main form .button:hover {
    background-color: #e07547;
}
/*----------------------- Career Page ------------------------------*/

.career-list h1 {
    /* font-size: 2.5rem; */
    color: #D2DCE5;
    width: 50%;
        text-transform: uppercase;

}


.career-list .career-item {
    /* background-color: #D2DCE5; */
    /* border-radius: 20px; */
    padding: 50px 20px;
    margin: 10px 0px;
    border-top: #D2DCE5 solid 1px;


}

.career-list .career-item h3 {
    /* font-size: 2.5rem; */
    color: #D2DCE5;
    width: 50%;
    text-wrap: wrap;
    text-transform: uppercase;

}

.career-item p {
    /* font-size: 1.2rem; */
    color: #D2DCE5;
    width: 50%;
        text-wrap: wrap;

}

.career-list .career-item-footer p {
    /* font-size: 1.8rem; */
    color: #D2DCE5;
    width: 60%;
    text-align: center;
}
.career-list .career-item-footer p:last-child {
    width: 40%;
    /* font-size: 1.8rem; */
    border-radius: 50px;
    padding: 15px;
    margin: 10px 0px;
    border: #D2DCE5 solid 1px;

}

.career-item .btn-custom {
    width: 10%;
    background-color: #D2DCE5;
    border-radius: 50px;
    padding: 10px;
    margin: 20px 0px 0px 5px;
}
.career-item .btn-custom:hover {
    background-color: #e07547;
}
main form .input-file{
    width: 100%;
    height: 80px;
    display: block;
    border-radius: 20px;
    /* height: 40px; */
    border: #D2DCE5 solid 1px;
}
main form input[type="file"] {
    width: 100%;
    min-height: 100%;
    color: #fff;


}

main form input[type="file"]::file-selector-button {
    opacity: 0;
    background-color: #000000;
    /* border-radius: 50px; */
    padding: 10px;
    color: #D2DCE5;
    border: none;
}

/*
@media (max-width: 768px) {
    .career-list h1 {
        font-size: 2rem;
    }
    .career-item h3 {
        font-size: 2rem;
    }
    .career-item p {
        font-size: 0.5rem;
    }
    .career-item-footer p {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .career-list h1 {
        font-size: 1.5rem;
    }
    .career-item h3 {
        font-size: 1.5rem;
    }
    .career-item p {
        font-size: 0.3rem;
    }
    .career-item-footer p {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .career-list h1 {
        font-size: 2.2rem;
    }
    .career-item h3 {
        font-size: 2.2rem;
    }
    .career-item p {
        font-size: 1.1rem;
    }
    .career-item-footer p {
        font-size: 1.6rem;
    }
}


@media (max-width: 1200px) {
    .career-list h1 {
        font-size: 2.4rem;
    }
    .career-item h3 {
        font-size: 2.4rem;
    }
    .career-item p {
        font-size: 1.2rem;
    }
    .career-item-footer p {
        font-size: 1.8rem;
    }
} */




/*----------------------- Project Page ------------------------------*/



/* .title {
  text-align: center;
  padding: 32px;
} */

/* .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
} */

/* Create four equal columns that sits next to each other */
/* .column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
} */

/* .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
} */

/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
} */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/* @media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
} */
