.product-add-to-cart {
    display: none !important;
}


/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.middle-east-section,
.middle-east-section * {
  font-family: 'Poppins', sans-serif !important;
}
/* HERO SECTION MAIN */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  height: 85vh;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

/* FULL WIDTH FIX FOR WPBAKERY - Kept your original setup! */
.hero-section .vc_row {
  margin: 0 !important;
}

.hero-section .vc_column-inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  padding-right: 20px;
}

/* TEXT */
.hero-subtitle {
  color: #f5c518;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}

.hero-title {
  color: #021f57;
  font-size: 60px;
  font-weight: 700 !important;
  margin: 10px 0;
}

/* Targets the span to apply your red color */
.hero-title .accent-text {
  color: #a50d25;
	font-size : 83px;
}

.hero-desc {
  color: #232323;
  font-size: 18px;
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buttons a {
  display: inline-block;
  text-decoration: none;
  padding: 16px 30px 12px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 600;
}

/* PRIMARY BUTTON */
.hero-buttons a.btn-primary {
  background: #021f57;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  border-radius: 100vw;
}

/* OUTLINE BUTTON */
.hero-buttons a.btn-outline {
  border: 3px solid #a50d25;
  background: rgba(211, 211, 211, 0.6);
  color: #a50d25;
  transition: background-color 0.3s ease-in-out;
  border-radius: 100vw;
}

/* HOVER */
.hero-buttons a.btn-primary:hover {
  background: #a50d25;
  text-decoration: none;
}

.hero-buttons a.btn-outline:hover {
  background: #a50d25;
  color: #fff;
  text-decoration: none;
}



/* ==========================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================== */

/* TABLET (1024px and below) */
@media (max-width: 1024px) {
  .hero-section .vc_column-inner {
      padding-left: 50px; /* Reduced from 100px so it fits better */
      padding-right: 20px;
  }

  .hero-title {
      font-size: 55px;
  }
}

/* LARGE MOBILE (768px and below) */
@media (max-width: 768px) {
  .hero-section .vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  
  .hero-title {
      font-size: 44px;
  }

  /* Breaks "Middle East" and "Operations" into two lines ONLY on mobile */
  .hero-title .accent-text {
      display: block; 
  }

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

/* SMALL MOBILE (480px and below) */
@media (max-width: 480px) {
  .hero-section {
      height: 85; 
      min-height: 85vh; 
      padding: 40px 0;
  }
	
	.hero-title .accent-text {
		font-size : 46px;
	}

  .hero-section .vc_column-inner {
      padding-left: 50px;
      padding-right: 50px;
  }

  .hero-title {
      font-size: 35px;
  }

  .hero-desc {
      font-size: 14px;
			padding-bottom : 60px;
  }
  
  /* Stacks buttons properly on small phones */
  .hero-buttons {
      flex-direction: column;
		  gap: 0px;
      width: 100%;
  }

  .hero-buttons a {
      width: 100%;
      text-align: center;
  }
	.hero-buttons a.btn-outline {
			border-radius : 0px;
	}
	.hero-buttons a.btn-primary {
			border-radius : 0px;
	}
}

/* MAIN SECTION BACKGROUND */
.vc_row.about-section {
  background-color: #021f57 !important;
  padding-bottom: 100px!important;
}

/* FIX INNER WIDTH */
.vc_row.about-section .vc_row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; /* vertical alignment */
}

/* LEFT IMAGE */
.about-img img {
  width: 100%;
  height: 500px; /* FIXED HEIGHT */
  object-fit: cover;
  border-radius: 6px;
}

/* RIGHT COLUMN SPACING */
.about-section .vc_column-inner {
  padding-left: 70px !important;
}

/* SUBTITLE */
.about-sub {
  color: #f7931e;
  letter-spacing: 2px;
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* TITLE */
.about-title {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
	max-width: 650px;
	padding-top: 20px
}

/* DESCRIPTION */
.about-desc {
  color: #b0b8c1;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 750px;
}

/* LIST */
.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  color: #d3d9df;
  margin-bottom: 14px;
  font-size: 15px;
}

.about-list li i {
  color: #f7931e;
  margin-right: 10px;
  font-size: 14px;
}

/* STATS */
.about-stats {
  display: flex;
  gap: 50px;
  margin-top: 35px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 25px;
}

.about-stats h3 {
  color: #f7931e;
  font-size: 34px;
  margin-bottom: 5px;
}

.about-stats p {
  color: #b0b8c1;
  font-size: 11px;
  letter-spacing: 2px;
}

.about-main-heading {
  text-align: center;
}

.about-main-heading h2 {
  position: relative;
  display: inline-block;
}

.about-main-heading h2::after {
  content: "";
  display: block;
  width: 660px;
  height: 2px;
  margin: 8px auto 0;
  border-radius: 2px;

  background: linear-gradient(
    90deg,
    rgba(247, 147, 30, 0) 0%,
    rgba(247, 147, 30, 0.4) 30%,
    rgba(165, 13, 37, 0.5) 50%,
    rgba(247, 147, 30, 0.4) 70%,
    rgba(247, 147, 30, 0) 100%
  );
}
/* CENTER MAIN HEADING */
.about-main-heading {
	background-color: #021f57 !important;
  text-align: center;
  margin-bottom: 60px;
	padding-top: 35px;
	padding-bottom: 15px;
}

/* MAIN TITLE */
.about-main-heading h2 {
  color: #f7931e;
  font-size: 55px;
  font-weight: 900;
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.3;
}

/* =========================
   TABLET (1024px ↓)
   ========================= */
@media (max-width: 1024px) {

  .about-main-heading h2 {
    font-size: 42px;
  }

  .about-main-heading h2::after {
    width: 60%;
    max-width: 500px;
  }

  .about-title {
    font-size: 36px;
  }

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

  .about-img img {
    height: 400px;
  }

  .about-section .vc_column-inner {
    padding-left: 40px !important;
  }

  .about-stats {
    gap: 30px;
  }
}


/* =========================
   MOBILE (768px ↓)
   ========================= */
@media (max-width: 768px) {

  /* STACK IMAGE + CONTENT */
  .vc_row.about-section .vc_row {
    flex-direction: column;
  }

  .about-section .vc_column-inner {
    padding-left: 0 !important;
    padding-top: 30px;
  }

  .about-main-heading h2 {
    font-size: 32px;
  }

  .about-main-heading h2::after {
    width: 70%;
    max-width: 300px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-sub {
    font-size: 20px;
    text-align: center;
  }

  .about-desc {
    font-size: 15px;
    text-align: center;
  }

  .about-list li {
    font-size: 14px;
  }

  .about-img img {
    height: 300px;
  }

  /* CENTER CONTENT ON MOBILE */
  .about-section .vc_column-inner {
    text-align: center;
  }

  .about-stats {
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }

  .about-stats h3 {
    font-size: 28px;
  }

  .about-stats p {
    font-size: 10px;
  }
}


/* =========================
   SMALL MOBILE (480px ↓)
   ========================= */
@media (max-width: 480px) {

  .about-main-heading h2 {
    font-size: 26px;
  }

  .about-main-heading h2::after {
    width: 80%;
    max-width: 220px;
  }

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

  .about-sub {
    font-size: 18px;
  }

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

  .about-img img {
    height: 250px;
  }

  .about-stats {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}