/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@font-face {
  font-family: "Gilroy";
  src:
    url("Gilroy-Regular.ttf"),
}
@font-face {
  font-family: "Gilroy-bold";
  src:
    url("Gilroy-Bold.ttf"),
}
/*contact form -home */
.custom-contact-form {
    max-width: 600px;
    margin: 0 auto;
}
p, li, input, textarea, li, a, label, form, .w-tabs-item.with_icon a span, .tp-caption, button, span.w-btn-label,rtl strong, div {
        font-family: 'Gilroy', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 ,bold {
	 font-family: 'Gilroy-bold', sans-serif !important;
}
.custom-contact-form .form-group {
    margin-bottom: 20px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #0073aa;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 8px rgba(0,115,170,0.1);
}

.custom-contact-form textarea {
    height: 120px;
    resize: vertical;
}

.custom-contact-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
    background-color: #005a87;
}
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #999;
    font-weight: 500;
}
/*end contact form -home */
@media(min-width:768px){
	.wpb_text_column.footer-contact h2 {
    transform: rotate(-90deg);
    margin-top: 150px;
    font-size: 45px;
    color: #fff;
}
}

.engagement-h img {
  transition: filter 0.3s ease; 
}

.engagement-h img:hover {
  filter: grayscale(100%);
}

.ss-home img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.ss-home img:hover {
  filter: grayscale(100%);
  transform: perspective(1000px) rotateX(10deg) rotateY(10deg) scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
/*news home */
/* استهداف مضمون 100% لصور الأخبار */
.news-img img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-img img:hover {
  filter: grayscale(100%) brightness(1.2) contrast(1.1);
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
/*About us*/
/* =========================================
   PRIME ABOUT PAGE STYLES - COMPLETE CSS
   ========================================= */

/* Color Variables */
:root {
  --prime-blue: #071D49;
  --prime-gold: #CCA052;
  --prime-black: #000000;
  --prime-white: #ffffff;
}

/* Global Container */
.prime-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO SECTION */
.prime-hero-section {
  background-color: var(--prime-blue);
  padding: 100px 0;
  text-align: center;
}

.prime-heading-gold {
  color: var(--prime-gold);
  font-size: 48px;
  margin: 0 0 20px 0;
}

.prime-separator {
  width: 100px;
  height: 3px;
  background: var(--prime-gold);
  margin: 0 auto 30px;
}

.prime-text-white {
  color: var(--prime-white);
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* MISSION & VISION CARDS */
.prime-mission-vision {
  background: var(--prime-white);
  padding: 80px 0;
}

.prime-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.prime-card {
  background: var(--prime-white);
  border-bottom: 5px solid var(--prime-gold);
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.prime-card-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--prime-white);
    font-size: 24px;
    border: solid 2px #071d49;
}

.prime-heading-blue {
  color: var(--prime-blue);
  font-size: 28px;
  margin: 0 0 15px 0;
}

.prime-text-black {
  color: var(--prime-black);
  font-size: 16px;
  line-height: 1.7;
}

/* MARKET PRESENCE */
.prime-market-section {
  background: #f9f9f9;
  padding: 80px 0;
}

.prime-section-heading {
  color: var(--prime-blue);
  font-size: 36px;
  text-align: center;
  margin: 0 0 15px 0;
}

.prime-text-center {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* ACHIEVEMENTS */
.prime-achievements-section {
  background: var(--prime-blue);
  padding: 80px 0;
}

.prime-achievements-heading {
  color: var(--prime-gold);
  font-size: 36px;
  text-align: center;
  margin: 0 0 15px 0;
}

.prime-text-white-center {
  color: var(--prime-white);
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.prime-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.prime-stat-number {
  color: var(--prime-gold);
  font-size: 48px;
  font-weight: bold;
}

.prime-stat-label {
  color: var(--prime-white);
  font-size: 16px;
}

/* CALL TO ACTION */
.prime-cta-section {
  background: var(--prime-gold);
  padding: 60px 0;
  text-align: center;
}

.prime-cta-heading {
  color: var(--prime-blue);
  font-size: 32px;
  margin: 0 0 20px 0;
}

.prime-btn {
  background: var(--prime-blue);
  color: var(--prime-white);
  padding: 15px 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .prime-cards-grid,
  .prime-stats-grid {
    grid-template-columns: 1fr;
  }
  
  .prime-heading-gold,
  .prime-section-heading,
  .prime-achievements-heading {
    font-size: 32px;
  }
}

/*contact us*/
/* =========================================
   PRIME CONTACT PAGE STYLES - COMPLETE CSS
   ========================================= */

/* Contact Form Styling */
.prime-contact-form input,
.prime-contact-form textarea,
.prime-contact-form select {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.prime-contact-form input:focus,
.prime-contact-form textarea:focus,
.prime-contact-form select:focus {
  border-color: #CCA052;
  outline: none;
  box-shadow: 0 0 0 3px rgba(204, 160, 82, 0.1);
}

.prime-submit-btn {
  background: #CCA052;
  color: #ffffff;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prime-submit-btn:hover {
  background: #071D49;
  transform: translateY(-2px);
}

/* Contact Info Box */
.prime-info-box {
  background: #f9f9f9;
  padding: 40px;
  border-left: 5px solid #CCA052;
  height: 100%;
}

.prime-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #071D49;
  font-size: 16px;
}

.prime-info-item span {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #CCA052;
  font-size: 20px;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

.prime-social-links {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.prime-social-links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #071D49;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.prime-social-links a:hover {
  background: #CCA052;
  transform: translateY(-3px);
}

/* Map Section */
.prime-map-section {
  background: #ffffff;
  padding: 80px 0;
}

.prime-map-container {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* FAQ Section */
.prime-faq-section {
  background: #071D49;
  padding: 80px 0;
}

.prime-faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.prime-faq-question {
  padding: 20px;
  cursor: pointer;
  color: #071D49;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prime-faq-answer {
  padding: 0 20px 20px;
  color: #000000;
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .prime-contact-grid {
    grid-template-columns: 1fr !important;
  }
  
  .prime-info-box {
    margin-top: 40px;
  }
}

/* ================================
   PRIME CONTACT FORM 7 
   ================================ */

.prime-contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.prime-contact-form label {
  color: #071D49;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.prime-contact-form input[type="text"],
.prime-contact-form input[type="email"],
.prime-contact-form input[type="tel"],
.prime-contact-form textarea {
  width: 100% !important;
  padding: 15px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
}

.prime-contact-form input:focus,
.prime-contact-form textarea:focus {
  border-color: #CCA052 !important;
  box-shadow: 0 0 0 3px rgba(204, 160, 82, 0.1) !important;
  outline: none !important;
}

.prime-submit-btn {
  background: #CCA052 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
}

.prime-submit-btn:hover {
  background: #071D49 !important;
  transform: translateY(-2px) !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #dc3545 !important;
}

.wpcf7-not-valid-tip {
  color: #dc3545 !important;
  font-size: 14px !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda !important;
  color: #155724 !important;
  border: none !important;
  padding: 15px !important;
  border-radius: 5px !important;
  margin-top: 20px !important;
}