* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}



.gaz_about_page_title {
  background: url("../icon/about/nato-bg.jpg") center center/cover no-repeat;
  background-color: #000;
  width: 100%;
  padding: 150px 0 150px;
  text-align: center;
  position: relative;
}

.gaz_about_images_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}


.gaz_about_page_title p {
  font-size: 16px !important;
  font-family: "Poppins", monospace;
  width: 60%;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  color: #fff;
}

.gaz_about_page_title h1 {
  font-size: 58px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}



.nata_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.nata_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.nata_col_md_12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.nata_col_md_6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.nata_col_md_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
}

.nata_col_md_3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.nata_col_md_8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0 15px;
}

.nata_col_md_9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}

@media (max-width: 768px) {

  .nata_col_md_12,
  .nata_col_md_6,
  .nata_col_md_4,
  .nata_col_md_3,
  .nata_col_md_8,
  .nata_col_md_9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.align-items-center {
  align-items: center;
}

/* Hero Section */
.nata_about_page_title {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nata_about_images_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.nata_about_page_title h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.nata_about_page_title p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  opacity: 0.9;
}

.nata_breadcrumb {
  position: relative;
  z-index: 2;
}

.nata_breadcrumb ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nata_breadcrumb a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.nata_breadcrumb a:hover {
  opacity: 1;
}

.nata_breadcrumb i {
  opacity: 0.6;
}

/* Service Area */
.nata_service_area {
  padding: 80px 0;
  background: #f8f9fa;
}

.nata_service_item_1 {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
  border: 1px solid #e9ecef;
}

.nata_service_item_1:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.nata_service_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.nata_service_text_1 span {
  color: #667eea;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}

.nata_service_text_1 p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 5px 0 0 0;
}

/* About Section */
.nata_about {
  padding: 100px 0;
}

.nata_about_content h6 {
  color: #667eea;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nata_about_content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.2;
}

.nata_about_content p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.nata_about_content img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* About Background Box */
.nata_about_bg_box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.nata_about_bg_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.nata_about_box {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}

.nata_about_box img {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.nata_about_box h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.nata_about_box p {
  opacity: 0.9;
  line-height: 1.6;
}

/* What We Do */
.nata_whatwedo {
  padding: 100px 0;
  background: #f8f9fa;
}

.nata_wtitle {
  text-align: center;
  margin-bottom: 60px;
}

.nata_wtitle h6 {
  color: #667eea;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nata_wtitle h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.nata_boxw {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
}

.nata_boxw:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.nata_img_w img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.nata_wcontent {
  padding: 30px;
}

.nata_wcontent h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.nata_wcontent p {
  color: #666;
  line-height: 1.6;
}

/* Counter */
.nata_counter {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.nata_counter_box {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nata_counter_box_border_none {
  border-right: none;
}

.nata_counter_box h4 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.nata_counter_box p {
  font-size: 1.1rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Practice Area */
.nata_practice_area {
  padding: 100px 0;
  background: #f8f9fa;
  position: relative;
}

.nata_psection_title {
  text-align: center;
  margin-bottom: 60px;
}

.nata_psection_title span {
  color: #667eea;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.nata_psection_title h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.nata_service_item {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.nata_service_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.nata_service_icon img {
  width: 50px;
  height: 50px;
  filter: hue-rotate(200deg);
}

.nata_service_text h6 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.nata_service_text p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

.nata_col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.nata_col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 768px) {

  .nata_col_3,
  .nata_col_9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nata_about_page_title h1 {
    font-size: 2rem;
  }

  .nata_about_content h2,
  .nata_wtitle h3,
  .nata_psection_title h5 {
    font-size: 2rem;
  }

  .nata_counter_box {
    border-right: none;
    margin-bottom: 20px;
  }

  .gaz_about_page_title {
    padding: 70px 0 80px;
  }

  .gaz_about_page_title h1 {
    font-size: 42px !important;
  }

  .gaz_about_page_title p {
    width: 100% !important;
  }

  .gaz_about_page_title p {
    width: 100% !important;
  }

  .gaz_contact_content h2 {
    font-size: 28px !important;
  }
}