/* Home Page */

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.topbar {
  background-color: grey;
  color: white;
  font-size: 14px;
}

.topbar i {
  color: orange;
  margin-right: 5px;
}

.topbar .btn {
  background-color: white;
  color: black;
  border: none;
  padding: 8px 20px;
  font-size: 13px;
  transition: 0.3s;
}

.topbar .btn:hover {
  background-color: rgb(91, 81, 81);
  color: white;
}

.navbar {
  background-color: white;
}

.navbar-brand img {
  max-height: 70px;
}

.navbar-nav .nav-link {
  color: black;
  font-weight: 700;
  margin: 0 12px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: orangered;
  border-bottom: 2px solid orangered;
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 250px;
}

.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
}

.dropdown-item:hover {
  color: orangered;
  background-color: #efeeee;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.Home {
  background-color: rgb(31, 29, 29);
  color: white;
  padding: 130px 0;
}

.Home h1 {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
}

.HOME1 {
  padding: 20px 0;
}

.HOME1 h1 {
  color: grey;
  font-size: 20px;
  font-weight: 300;
}

.Heading {
  background-color: rgb(252, 105, 107);
  color: white;
  text-align: center;
  padding: 60px 0;
}

.Heading h1 {
  font-size: 40px;
  font-weight: 600;
}

.quote {
  padding: 50px 0;
}

.subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.subtitle span {
  color: grey;
  font-size: 16px;
  font-weight: 600;
}

.line {
  width: 35px;
  height: 3px;
  background-color: orange;
}

.quote h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.highlight {
  color: orange;
}

.services {
  padding: 70px 0;
}

.services .card img {
  border: 1px solid #ccc;
  padding: 5px;
}

.services .card-title {
  font-size: 18px;
  font-weight: 600;
}

.services .a {
  background: transparent;
  border: none;
  color: grey;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

.services .a:hover {
  color: black;
  text-decoration: none;
}

.read-more-btn {
  color: grey;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.read-more-btn:hover {
  color: black;
  text-decoration: none;
}

.Request {
  background-color: rgb(31, 29, 29);
  color: white;
  padding: 60px 0;
}

.orange-line {
  width: 35px;
  height: 400px;
  border-left: 8px solid orange;
  border-top: 8px solid orange;
  border-bottom: 8px solid orange;
}

.Request h1 {
  font-size: 15px;
  font-weight: 400;
}

.Request h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0;
}

.Request p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.8;
}

.Request .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  padding: 10px 25px;
  margin-top: 20px;
}

.Request .btn:hover {
  background: white;
  color: black;
}

.left-container h1 {
  background-color: orange;
  color: white;
  padding: 15px;
  font-size: 30px;
  font-weight: 600;
}

.left-container ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.left-container ul span {
  font-size: 22px;
  font-weight: 700;
  padding: 12px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-item i {
  color: #f28c38;
  font-size: 45px;
  font-weight: 700;
}

.right-container h1 {
  color: grey;
  font-size: 15px;
  font-weight: 700;
}

.right-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
}

.right-container p {
  color: grey;
  font-size: 18px;
  line-height: 1.8;
}

.card {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.content span {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-size: 14px;
}

.content h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.hero {
  position: relative;
  background: #f86b6b;
  min-height: 75vh;
  max-height: 80vh;
  display: flex;
  align-items: flex-end;
  padding: 40px 0;
  position: relative;
  background: #f86b6b;
  /* min-height: 350px; */
  padding: 40px;
  overflow: hidden;
}

.bg-text {
  position: absolute;
  top: 50px;
  left: 60px;
  font-size: 300px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  z-index: 1;
  user-select: none;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 2px;
  margin-top: 150px;
}

.hero .hero-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 12px;
  margin-top: 10px;
  margin-left: 2px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 10px;
  padding-bottom: 30px;
}

.links a:hover {
  opacity: 0.8;
  color: black;
  border-bottom: 4px solid black;
  transform: translateX(3px);
}

.footer-section {
  background: #201f1f;
  color: #fff;
}

.footer-nav {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #b1abab;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  margin-left: 40px;
}

.footer-nav a:hover {
  color: white;
}

.social-icons {
  margin-right: 20px;
  display: flex;
  gap: 20px;
  size: 20px;
  border: none;
}

.footer-section .social-icons a {
  color: #ada9a9;
  font-size: 22px;
  /* margin-left: 20px; */
}

.social-icons a:hover {
  color: #fafafa;
}

.vm-logo {
  color: #ff9f45;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.company-name {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
}

.address p {
  color: rgb(132, 129, 129);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.8;
}

.btn-location {
  border: 1px solid #666;
  color: #fff;
  padding: 15px 25px;
  border-radius: 0;
  font-weight: 600;
}

.btn-location:hover {
  background: white;
  border-color: white;
  color: black;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.footer-title::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #ff9f45;
  position: absolute;
  top: 50%;
  left: 110%;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 18px;
}

.services-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #ff9f45;
}

.services-list a {
  background: transparent;
  text-decoration: none;
  border: none;
  color: rgb(132, 129, 129);
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-align: left;
}

.services-list a:hover {
  border-bottom: 2px solid #ff9f45;
  transition: 0.3s;
}

.subscribe-text {
  color: rgb(132, 129, 129);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.input-group {
  height: 50px;
  border-radius: 0;
  border: none;
}

.btn-subscribe {
  background: #ff9f45;
  color: #fff;
  border: none;
  min-width: 180px;
  border-radius: 0;
  font-weight: 600;
}

.btn-subscribe:hover {
  background: #f58b2d;
  color: #fff;
}

.footer-bottom {
  background: #111;
  color: #777272;
  padding: 20px 0;
}

/* About Page  */
.about-us .img {
  width: auto;
}

.slider-content {
  position: absolute;
  left: 40px;
  top: 55%;
  transform: translateY(-50%);
}

.slider-content p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.slider-content h1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  font-size: 40px;
  font-weight: 700;
  color: #222;
}

.slider-img {
  width: 100%;
  height: auto;
}

.box {
  margin-left: 30px;
}
.history h1 {
  font-weight: 700;
}

.history h2 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.history p {
  font-size: 15px;
  font-weight: 200;
  color: #666;
  letter-spacing: 1px;
  padding-top: 20px;
}

.small-orange-line {
  width: 20px;
  height: 90px;
  border-left: 10px solid orange;
  border-top: 10px solid orange;
  border-bottom: 10px solid orange;
}

.history-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.right-content h3 {
  font-size: 26px;
  font-weight: 600;
  text-decoration: underline;
}

.right-content {
  border-left: 1px solid #ddd;
  padding-left: 40px;
  margin-left: 20px;
}

.right-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.right-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 60px;
}

.right-content strong {
  color: #000;
  font-weight: 700;
}

.values {
  margin-left: 20px;
  border-right: 1px solid #ddd;
}

.values-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.values h4 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.values ul li {
  margin-bottom: 15px;
  color: #666;
  font-size: 15px;
}

.director-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  margin-left: 40px;
}

.director-heading h4 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.director-card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

.director-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.col-lg-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.card-title {
  font-size: 28px;
  font-weight: 700;
}

.designation {
  color: orange;
  font-weight: 600;
}

.email {
  color: #666;
  font-size: 14px;
}

.stats-section {
  background: #f58a42;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}

.heading {
  position: relative;
  margin-bottom: 80px;
}

.big-number {
  position: absolute;
  top: -80px;
  left: 0;
  font-size: 240px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  z-index: 1;
}

.heading h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.stat-box {
  min-width: 200px;
}

.stat-box h3 {
  font-size: 50px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.stat-box p {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-box p::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: left 0;
}

/* Pre engineering Building */
.pre-engineering {
  background-color: black;
  color: white;
  padding: 100px 0px;
}

.pre-engineering h1 {
  display: inline-block;
  background: #e5e5e5;
  padding: 12px 20px;
  margin-left: 130px;
  /* margin-left: 0; */
  color: #222;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.pre-engineering h4 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 130px;
  /* margin-left: 0; */
}

/* .peb-section { */
/* padding: 0px; */
/* background: white; */
/* padding: -40px 0; */
/* } */

.container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.heading-area {
  margin-bottom: 40px;
}

.heading-area h1 {
  font-size: 42px;
  font-weight: 800;
  color: #222;
  margin-bottom: 5px;
}

.sub-title {
  color: orange;
  font-size: 18px;
  font-weight: 600;
}

.content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.left-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 16px;
}

.left-content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.left-content h4 {
  color: #222;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.building-images {
  display: flex;
  /* display: block; */
  gap: 15px;
  margin-bottom: 30px;
}

.building-images img {
  width: 48%;
  border-radius: 4px;
}

.info-box h4 {
  color: #222;
  margin-bottom: 15px;
  font-size: 20px;
}

.info-box p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}

.peb-types {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  margin-top: 50px;
}

.peb-card {
  text-align: center;
  padding: 10px;
}

.peb-card img {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.peb-card h5 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.peb-box {
  background: #fff;
  padding: 60px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.building-images img {
  /* width: 400px; */
  width: 100%;
  max-width: 100%;
  height: auto;
}

.panel-section {
  background: white;
  padding-bottom: 50px;
}

.roof-heading h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 30px;
  color: black;
}

.panel-content {
  display: flex;
  gap: 60px;
}

.panel-content .left-content {
  margin-left: 40px;
  padding-top: 460px;
}

.panel-content .right-content {
  margin-right: 40px;
}

/* Mezzanine Structure */
.mezzanine-structure {
  background-color: rgb(249, 148, 26);
  color: white;
  padding: 100px 0px;
}

.mezzanine-structure h1 {
  display: inline-block;
  background: #e5e5e5;
  padding: 12px 20px;
  margin-left: 130px;
  color: #222;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-banner {
  background: #f28c3a;
  padding: 100px 0;
}

.banner-title {
  display: inline-block;
  background: #e9e9e9;
  padding: 12px 25px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Content */
.container {
  max-width: 1000px;
  width: 100%;
}

.content-section {
  background: #fff;
  padding: 60px;
  margin-top: -40px;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.mezzanine-content {
  display: flex;
  /* align-items: flex-start; */
  gap: 10px;
  padding: 10px 20px;
}

.intro-mezzanine p {
  /* margin: 0; */
  color: #555;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 16px;
}

.content-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 25px;
  margin-top: 40px;
}

.small-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.last-line h3 {
  font-size: 20px;
  text-align: center;
  /* padding-bottom: 0; */
  padding-top: 30px;
  margin-bottom: 0;
}

/* Insulated panel Page */

.insulated-banner {
  background: #f68b3a;
  padding: 90px 0;
}

.insulated-banner .small-title {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.insulated-banner h1 {
  display: inline-block;
  background: #e8e8e8;
  padding: 12px 20px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.heading-wrapper h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  color: #333;
}

/* .intro-section p {
  color: #666;
  line-height: 2;
} */

.panel {
  background-color: #e4e1e1;
  height: 600px;
}
.panel-card {
  background: #ffffff;
  padding: 40px 25px;
  min-height: 320px;
}

.panel-title {
  color: #f58220;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.panel-card p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

.panel-title i {
  font-size: 30px;
}

.content-section p {
  color: #666;
  line-height: 2;
  margin-bottom: 25px;
}

.content-section h1 {
  font-size: 40px;
  font-weight: 700;
}

.content-section img {
  width: 100%;
  max-height: 450px;
  display: flex;
}

/* Container Bodies */
.container-banner {
  background-color: #f68b3a;
  padding: 120px 0px;
}

.banner-box {
  display: inline-block;
  background: #e5e5e5;
  padding: 12px 20px;
}

.banner-box h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}

.container-body-content {
  background: #f5f5f5;
  padding: 5px 0;
}

.container-body-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.container-body-content p {
  color: #666;
  line-height: 2;
}

.cb-box {
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.sidebar {
  border-left: 1px solid #ddd;
  padding-left: 30px;
}

.sidebar h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar img {
  width: 100%;
}

.large-container-img {
  width: 100%;
  display: block;
}

/* Girders & Bridges page */
.girder-box {
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.girders p {
  color: #666;
  line-height: 2;
  margin-bottom: 25px;
}

.girders ul {
  padding-left: 20px;
  padding-top: 20px;
}

.girders li {
  line-height: 2;
  color: #666;
  margin-bottom: 15px;
}

.girders img {
  width: 100%;
  display: block;
}

/* Our Network Page */
.banner-page {
  background: #1d1d1d;
  padding: 100px 0;
}

.banner-content h4 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.banner-content h1 {
  display: inline-block;
  background: #d9d9d9;
  padding: 20px 40px;
  margin-top: 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
}

.container-body-content {
  background: #f5f5f5;
  padding: 60px 0;
}

.network-box {
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 20px;
}

.intro-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
  padding-top: 30px;
}

.intro-box p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  /* align-items: center; */
  padding-top: 15px;
}

.location-heading {
  margin-bottom: 30px;
  font-weight: 700;
}

.location-card {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.location-card img {
  width: auto;
  height: 190px;
  object-fit: cover;
}

.location-content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.location-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.contact-sidebar {
  padding-left: 40px;
  border-left: 1px solid #ddd;
}

.contact-sidebar h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}

.contact-sidebar p {
  line-height: 1.4;
}

.contact-sidebar .social-icons {
  display: flex;
  gap: 20px;
}

.contact-sidebar .social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
}

.contact-form {
  margin-top: 40px;
}

.contact-form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  height: 55px;
}

.contact-form textarea.form-control {
  height: 140px;
}

.btn-send {
  background: #f58634;
  border: none;
  color: #fff;
  padding: 12px 40px;
  font-weight: 600;
}

/* Our Clients Page */

.section-header {
  position: relative;
  padding-left: 20px;
}

.text-small {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.container-body-content {
  background: #f5f5f5;
  padding: 60px 0;
}

.clients-box {
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #e5e5e5;
  background: #fff;
}

.client-item {
  height: 180px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.client-item img {
  max-width: 140px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Contact Us Page  */

.contact-box {
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.contact-page {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.contact-page h1 {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.contact-page p {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  /* margin-bottom: 100px; */
  padding-left: 20px;
  /* margin-top: 0; */
  padding-top: 1px;
}

.contact-intro {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 20px;
}

.form-id p {
  color: #000;
  font-size: 18px;
  padding-top: 50px;
}

.contact-banner {
  background: #f68b3c;
  padding: 80px 0;
  color: #fff;
}

.contact-icon {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}

.contact-banner h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.contact-banner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

/* Career Page */

.career-box {
  background: #fff;
  padding: 60px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.career-title,
.resume-form h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.career-text {
  color: #666;
  line-height: 1.9;
  margin-bottom: 50px;
}

.hiring-title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}

.job-box {
  border: 1px solid #e5e5e5;
}

.job-header {
  background: #f5f5f5;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.job-content {
  padding: 20px;
}

.job-tabs {
  margin-bottom: 20px;
}

.job-tabs button {
  border: none;
  padding: 12px 25px;
  background: #eee;
  font-weight: 600;
}

.job-tabs .active {
  background: #f7933a;
  color: #fff;
}

.job-info {
  border: 1px solid #eee;
  padding: 25px;
  color: #666;
}

.resume-form {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.resume-form .form-control {
  border-radius: 0;
  padding: 12px;
}

.send-btn {
  background: #f7933a;
  color: #fff;
  border-radius: 0;
  padding: 10px 35px;
}

.send-btn:hover {
  background: #e57f24;
  color: #fff;
}

/* Privacy Policy Page */
.privacy-content {
  padding: 60px 0 80px;
}

.privacy-box {
  max-width: 1000px;
  color: #666;
  line-height: 1.3;
  background: #fff;
  padding: 60px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.privacy-box h4 {
  color: #222;
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy-box h5 {
  color: #222;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.privacy-box ul {
  padding-left: 20px;
}

.privacy-box li {
  margin-bottom: 5px;
}

/* breadcumbs for every page */
.custom-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 70px;
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #666;
}

.custom-breadcrumb span {
  color: #999;
}

.breadcrumb-dot {
  width: 6px;
  height: 6px;
  background: #f7941d;
  border-radius: 50%;
  display: inline-block;
}

/* HOME AND ABOUT PAGE MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  /* Topbar */
  .topbar .d-flex {
    flex-direction: column;
    text-align: left;
  }

  .topbar .col-lg-3 {
    margin-top: 10px;
  }

  .navbar-brand img {
    max-height: 50px;
  }

  .Heading {
    padding: 40px 15px;
  }

  .Heading h1 {
    font-size: 28px;
  }

  .quote {
    padding: 30px 15px;
  }

  .quote h1 {
    font-size: 28px;
  }

  .subtitle {
    gap: 10px;
  }

  .services {
    padding: 40px 15px;
  }

  .services .card-title {
    font-size: 16px;
  }

  .Request {
    padding: 50px 20px;
    text-align: center;
  }

  .Request h2 {
    font-size: 38px;
  }

  .Request p {
    font-size: 15px;
  }

  .orange-line {
    display: none;
  }

  .left-container h1 {
    font-size: 24px;
  }

  .feature-item {
    gap: 10px;
  }

  .feature-item i {
    font-size: 30px;
  }

  .left-container ul span {
    font-size: 18px;
  }

  .right-container {
    margin-top: 40px;
  }

  .right-container h2 {
    font-size: 28px;
  }

  .right-container p {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding: 30px 20px;
  }

  .bg-text {
    font-size: 140px;
    left: 10px;
    top: 15px;
  }

  .content {
    margin-top: 150px;
    left: 15px;
  }

  .content h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .links {
    gap: 10px;
    flex-direction: column;
  }

  .links a {
    font-size: 15px;
  }

  .slider-content {
    left: 15px;
    top: 50%;
  }

  .slider-content p {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .slider-content h1 {
    font-size: 22px;
    padding: 10px 15px;
  }

  .box {
    margin-left: 0;
    padding: 20px 15px;
  }

  .history h1 {
    font-size: 28px;
    line-height: 1.4;
  }

  .history-heading {
    gap: 10px;
  }

  .small-orange-line {
    height: 60px;
    width: 15px;
    border-left: 7px solid orange;
    border-top: 7px solid orange;
    border-bottom: 7px solid orange;
  }

  .right-content {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .right-content h3 {
    font-size: 22px;
  }

  .right-content h4 {
    margin-top: 30px;
  }

  .values {
    border-right: none;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 5px 10px;
  }

  .values-heading {
    margin-left: 0;
  }

  .director-heading {
    margin-left: 0;
  }

  .director-card img {
    height: auto;
  }

  .card-title {
    font-size: 22px;
  }

  .stats-section {
    padding: 60px 20px;
  }

  .big-number {
    font-size: 80px;
    top: -20px;
  }

  .heading h2 {
    font-size: 38px;
  }

  .stats-row {
    flex-direction: column;
    gap: 25px;
  }

  .stat-box h3 {
    font-size: 38px;
  }

  .footer-nav {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .footer-nav a {
    margin-left: 0;
  }

  .social-icons {
    width: 100%;
    justify-content: center;
    margin: 15px 0;
  }

  .vm-logo {
    font-size: 32px;
  }

  .company-name {
    font-size: 32px;
  }

  .input-group {
    flex-direction: column;
    gap: 10px;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
  }

  .input-group .email {
    height: auto;
    width: 80px;
  }

  .input-group .form-control {
    flex: 1;
    min-width: 0;
    width: 100%;
  }

  .subscribe-text p {
    margin-top: 0;
    padding-top: 2px;
  }

  .btn-subscribe {
    width: 100%;
  }

  .services-list {
    margin-bottom: 15px;
  }

  .subscribe {
    margin-top: 0;
    padding-top: 0;
  }

  .subscribe-text {
    margin-top: 8px;
  }

  .footer-title {
    margin-bottom: 8px;
  }

  .footer-bottom .d-flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* HOME AND ABOUT PAGE MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .topbar .d-flex {
    flex-wrap: wrap;
  }

  .navbar-brand img {
    max-height: 60px;
  }

  .Heading h1 {
    font-size: 34px;
  }

  .quote h1 {
    font-size: 34px;
  }

  .services .card-title {
    font-size: 16px;
  }

  .Request h2 {
    font-size: 55px;
  }

  .Request p {
    font-size: 16px;
  }

  .orange-line {
    height: 300px;
  }

  .left-container h1 {
    font-size: 26px;
  }

  .left-container ul span {
    font-size: 18px;
  }

  .right-container h2 {
    font-size: 32px;
  }

  .hero {
    min-height: 320px;
  }

  .bg-text {
    font-size: 180px;
    left: 20px;
  }

  .content {
    margin-top: 150px;
  }

  .content h1 {
    font-size: 48px;
  }

  .links {
    gap: 30px;
  }

  .links a {
    font-size: 18px;
  }

  .slider-content {
    left: 30px;
  }

  .slider-content p {
    font-size: 14px;
  }

  .slider-content h1 {
    font-size: 30px;
    padding: 15px 20px;
  }

  .box {
    margin-left: 0;
    padding: 30px;
  }

  .history h1 {
    font-size: 38px;
  }

  .history p {
    font-size: 15px;
    line-height: 1.8;
  }

  .right-content h3 {
    font-size: 29px;
  }

  .right-content {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .right-content h4 {
    margin-top: 30px;
  }

  .values {
    margin-left: 0;
  }

  .director-heading {
    margin-left: 0;
    padding-top: 20px;
  }

  .director-card img {
    height: auto;
  }

  .card-title {
    font-size: 24px;
  }

  .big-number {
    font-size: 160px;
    top: -40px;
  }

  .heading h2 {
    font-size: 55px;
  }

  .stats-section {
    padding: 80px 30px;
  }

  .stats-row {
    justify-content: center;
    gap: 30px;
  }

  .stat-box {
    min-width: 160px;
    text-align: center;
  }

  .stat-box h3 {
    font-size: 42px;
  }

  .footer-nav {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px 0;
  }

  .footer-nav a {
    margin-left: 1px;
    font-size: 14px;
    padding-left: 3px;
  }

  .social-icons {
    justify-content: center;
    margin: 0px auto;
  }

  .company-name {
    font-size: 40px;
  }

  .vm-logo {
    font-size: 35px;
  }

  .btn-location {
    padding: 12px 20px;
  }

  .btn-subscribe {
    min-width: 140px;
  }

  .services-list {
    margin-bottom: 1px;
  }

  .subscribe {
    margin-top: 0;
    padding-top: 0;
  }
}

/* PRE-ENGINEERING PAGE MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .pre-engineering {
    padding: 90px 0;
    text-align: center;
  }

  .pre-engineering h1,
  .pre-engineering h4 {
    margin-left: 0;
  }

  .pre-engineering h1 {
    font-size: 24px;
    padding: 10px 15px;
  }

  .container-body-content {
    padding: 30px 0;
  }

  .peb-box {
    padding: 25px 20px;
  }

  .heading-area h1 {
    font-size: 28px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .building-images {
    display: block;
  }

  .building-images img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .right-content {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .peb-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .panel-content {
    flex-direction: column;
    gap: 20px;
  }

  .panel-content .left-content {
    margin-left: 0;
    padding-top: 0;
  }

  .panel-content .right-content {
    margin-right: 0;
  }

  .roof-heading h3 {
    font-size: 30px;
  }
}

/* PRE-ENGINEERING PAGE MEDIA QUERY */
/* For more small screen */
@media (max-width: 480px) {
  .peb-types {
    grid-template-columns: 1fr;
  }

  .pre-engineering h1 {
    font-size: 20px;
  }
}

/* PRE-ENGINEERING PAGE MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .pre-engineering {
    padding: 80px 0;
  }

  .pre-engineering h1,
  .pre-engineering h4 {
    margin-left: 40px;
  }

  .pre-engineering h1 {
    font-size: 30px;
  }

  .content-box {
    padding: 30px;
  }

  .heading-area h1 {
    font-size: 34px;
  }

  .content-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
  }

  .building-images img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .right-content {
    padding-left: 20px;
    margin-left: 0;
  }

  .peb-types {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .panel-content {
    gap: 30px;
  }

  .panel-content .left-content {
    margin-left: 0;
    padding-top: 0;
    flex: 1;
  }

  .panel-content .right-content {
    margin-right: 0;
    flex: 2;
  }

  .roof-heading h3 {
    font-size: 38px;
  }

  .left-content h3,
  .left-content h4,
  .info-box h4 {
    font-size: 18px;
  }

  .left-content p,
  .info-box p,
  .panel-content p,
  .panel-content li {
    font-size: 15px;
  }
}

/* MEZZANINE PAGE MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .page-banner {
    padding: 50px 15px;
    text-align: center;
  }

  .banner-title {
    font-size: 22px;
    padding: 10px 15px;
    letter-spacing: 1px;
  }

  .container {
    width: 100%;
    /* max-width: 100%; */
  }

  .content-section {
    padding: 20px;
    margin-top: -120px;
  }

  .section-title {
    font-size: 28px;
  }

  .mezzanine-content {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 15px;
  }

  .small-orange-line {
    width: 15px;
    height: 90px;
    border-left: 7px solid orange;
    border-top: 7px solid orange;
    border-bottom: 7px solid orange;
  }

  .intro-mezzanine p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0;
  }

  .content-img {
    width: 100%;
    height: auto;
    align-items: center;
  }

  .small-img {
    width: 90%;
    height: auto;
    align-items: center;
  }

  h4.fw-bold {
    font-size: 22px;
    margin-top: 15px;
  }

  p,
  li {
    font-size: 15px;
    line-height: 1.8;
  }

  .last-line h3 {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 20px;
  }
}

/* MEZZANINE PAGE MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 95%;
  }

  .content-section {
    padding: 35px;
  }

  .banner-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 34px;
  }

  .small-orange-line {
    width: 25px;
    height: 120px;
  }

  .content-img,
  .small-img {
    width: 100%;
    height: auto;
  }

  .intro-mezzanine p {
    font-size: 16px;
  }

  .col-lg-6 h4 {
    padding-top: 30px;
  }

  .last-line h3 {
    font-size: 20px;
  }
}

/* INSULATED PANEL MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .insulated-banner {
    padding: 70px 15px;
    text-align: center;
  }

  .insulated-banner h1 {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px 15px;
  }

  .insulated-banner .small-title {
    font-size: 12px;
  }

  .content-section {
    padding: 25px 20px;
    margin-top: 0;
  }

  .heading-wrapper {
    gap: 10px;
  }

  .heading-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .small-orange-line {
    width: 15px;
    height: 60px;
    border-left: 7px solid orange;
    border-top: 7px solid orange;
    border-bottom: 7px solid orange;
  }

  .content-section p {
    font-size: 15px;
    line-height: 1.8;
  }

  .content-section .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .panel {
    height: auto;
    padding: 50px 0;
  }

  .panel-card {
    min-height: auto;
    padding: 25px 20px;
  }

  .panel-title {
    font-size: 20px;
  }

  .panel-title i {
    font-size: 22px;
  }

  .content-section h1 {
    font-size: 28px;
    text-align: center;
  }

  .content-section img {
    max-height: none;
  }
}

/* INSULATED PANEL MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .insulated-banner {
    padding: 90px 20px;
  }

  .insulated-banner h1 {
    font-size: 32px;
  }

  .heading-wrapper h2 {
    font-size: 40px;
  }

  .content-section {
    padding: 40px;
  }

  .panel {
    height: 850px;
    padding: 60px 0;
  }

  .panel-card {
    min-height: 340px;
  }

  .panel-title {
    font-size: 20px;
  }

  .content-section h1 {
    font-size: 34px;
  }
}

/* CONTAINER BODIES MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .container-banner {
    padding: 70px 15px;
  }

  .banner-box {
    width: 100%;
    text-align: center;
    background: transparent;
  }

  .banner-box h1 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px;
    display: inline-block;
    background: #e9e9e9;
    padding: 12px 25px;
    margin: 0;
  }

  .container-body-content {
    padding: 40px 15px;
  }

  .content-section {
    padding: 20px;
  }

  .heading-wrapper {
    gap: 12px;
  }

  .heading-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .content-section p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sidebar {
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .sidebar h5 {
    margin-bottom: 20px;
  }

  .sidebar img {
    width: 100%;
    margin-bottom: 15px;
  }

  .content-section .mt-5 img {
    width: 100%;
    height: auto;
  }
}

/* CONTAINER BODIES MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .container-banner .container {
    display: flex;
    justify-content: center;
  }

  .banner-box {
    text-align: center;
  }

  .banner-box h1 {
    font-size: 32px;
  }
}

/* GRIDERS & BRIDGES MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .girders p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }

  .girders h4 {
    font-size: 18px;
    margin-top: 25px;
  }

  .girders ul {
    padding-left: 18px;
  }

  .girders li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: justify;
  }

  .girders img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
}

/* GRIDERS & BRIDGES MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .girders p,
  .girders li {
    font-size: 15px;
    line-height: 1.9;
  }

  .girders img {
    width: 100%;
    height: auto;
  }
}

/* OUR NETWORK MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .container-body-content {
    padding: 30px 0;
  }

  .network-box {
    padding: 25px 20px;
    margin-top: 0;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .intro-box {
    gap: 15px;
    align-items: flex-start;
  }

  .small-orange-line {
    width: 6px;
    height: 60px;
  }

  .intro-box p {
    font-size: 16px;
    line-height: 1.6;
  }

  .location-heading {
    font-size: 18px;
  }

  .location-card {
    flex-direction: column;
    gap: 20px;
  }

  .location-card img {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: auto;
  }

  .location-content h4 {
    font-size: 24px;
  }

  .location-content h5 {
    font-size: 18px;
  }

  .location-content p {
    font-size: 14px;
  }

  .contact-form .form-control {
    height: 48px;
    font-size: 14px;
  }

  .contact-form textarea.form-control {
    height: 120px;
  }

  .btn-send {
    width: 100%;
    padding: 12px;
  }

  .contact-sidebar {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 30px;
  }

  .contact-sidebar h4 {
    font-size: 18px;
  }

  .contact-sidebar p {
    font-size: 14px;
  }

  .social-icons {
    flex-wrap: wrap;
  }

  .social-icons a {
    width: 38px;
    height: 38px;
  }
}

/* OUR NETWORK MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .network-box {
    padding: 40px 30px;
    margin-top: -40px;
  }

  .section-title {
    font-size: 42px;
  }

  .intro-box p {
    font-size: 20px;
  }

  .location-card {
    flex-direction: column;
    gap: 20px;
  }

  .location-card img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .contact-sidebar {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 40px;
  }
}

/* OUR CLIENTS PAGE MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .container-body-content {
    padding: 100px 15px;
  }

  .clients-box {
    padding: 100px 15px;
  }

  .clients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .client-item {
    padding: 10px;
  }

  .client-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .section-header {
    text-align: center;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .text-small {
    font-size: 14px;
  }
}

/* OUR CLIENTS PAGE MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .clients-box {
    padding: 40px 20px;
  }

  .clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .client-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .section-header h2 {
    font-size: 36px;
  }
}

/* OUR CLIENTS PAGE MEDIA QUERY */
/* for more small screen */
@media (max-width: 480px) {
  .clients-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* CONTACT US PAGE */
/* Mobile */
@media (max-width: 768px) {
  .banner-page {
    padding: 60px 0;
  }

  .banner-content {
    text-align: center;
  }

  .banner-content h4 {
    font-size: 14px;
  }

  .banner-content h1 {
    font-size: 30px;
  }

  .contact-page {
    padding: 20px 15px;
  }

  .contact-page h1 {
    font-size: 32px;
    text-align: center;
  }

  .contact-intro {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }

  .small-orange-line {
    width: 14px;
    height: 80px;
    flex-shrink: 0;
  }

  .contact-intro p {
    font-size: 25px;
    padding-left: 0;
  }

  .contact-banner {
    padding: 50px 20px;
  }

  .contact-banner .col-md-4 {
    margin-bottom: 40px;
  }

  .contact-icon {
    font-size: 2.5rem;
  }

  .contact-banner h5 {
    font-size: 18px;
  }

  .contact-banner p {
    font-size: 15px;
  }
}

/* CONTACT US PAGE */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .banner-content h1 {
    font-size: 42px;
  }

  .contact-page h1 {
    font-size: 42px;
  }

  .contact-intro p {
    font-size: 18px;
  }

  .contact-banner {
    padding: 60px 20px;
  }

  .contact-icon {
    font-size: 3rem;
  }
}

/* CONTACT US PAGE */
/* For more small screen */
@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 24px;
  }

  .contact-page h1 {
    font-size: 28px;
  }

  .contact-intro p {
    font-size: 15px;
  }

  .contact-icon {
    font-size: 2rem;
  }
}

/* CAREER PAGE MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .banner-content h1,
  .banner-title {
    font-size: 20px;
  }

  .career-title {
    font-size: 32px;
  }

  .hiring-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .career-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .job-header {
    padding: 12px 15px;
    font-size: 14px;
  }

  .job-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .job-tabs button {
    width: 100%;
  }

  .job-info {
    padding: 15px;
  }

  .resume-form {
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }

  .resume-form h2 {
    font-size: 30px;
  }

  .send-btn {
    width: 100%;
  }
}

/* CAREER PAGE MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .contanier-body-content {
    padding: 50px 0;
  }

  .career-title {
    font-size: 40px;
  }

  .hiring-title {
    font-size: 42px;
    line-height: 1.3;
  }

  .resume-form {
    margin-top: 40px;
    padding-left: 0;
    border-left: none;
  }

  .job-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .job-tabs button {
    flex: 1;
  }
}

/* PRIVACY POLICY MEDIA QUERY */
/* Mobile */
@media (max-width: 768px) {
  .page-banner {
    padding: 60px 0;
  }

  .banner-title {
    font-size: 24px;
    padding: 10px 15px;
  }

  .privacy-content {
    padding: 80px 0;
  }

  .privacy-box {
    font-size: 14px;
    line-height: 1.7;
  }

  .privacy-box ul {
    padding-left: 18px;
  }

  .privacy-box p,
  .privacy-box li {
    margin-bottom: 8px;
  }
}

/* PRIVACY POLICY MEDIA QUERY */
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .page-banner {
    padding: 80px 0;
  }

  .banner-title {
    font-size: 32px;
    padding: 12px 20px;
  }

  .privacy-content {
    padding: 50px 0;
  }

  .privacy-box {
    font-size: 15px;
    line-height: 1.8;
  }

  .privacy-box p,
  .privacy-box li {
    word-wrap: break-word;
  }
}
