*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to right, #eeeeee, #dddddd);
  overflow-x: hidden;
}
.navbar {
  z-index: 999;
}
html {
  scroll-behavior: smooth;
}
img.menu-icon {
  filter: brightness(0) invert(1);
}
/* ----------- header --------- */
.welcome-message {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.welcome-message i {
  color: #F07829;
  transition: transform 0.3s ease;
}

.welcome-message i:hover {
  transform: scale(1.2);
}

.navbar {
  display: flex;
  align-items: center;
  padding: 20px;
}

nav {
  flex: 1;
  text-align: right;
}

nav ul {
  display: inline-block;
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

a {
  text-decoration: none;
  color: #555;
}

p {
  color: #555;
}

.background{
  width: 100%;
  background-color: #555;
}

.containers-1 {
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-left: 50px;
}

.row-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.col-2 {
  flex-basis: 50%;
  min-width: 300px;
}

.col-2 img {
  max-width: 100%;
  padding: 50px 0;
}

.col-2 h1 {
  font-size: 45px;
  line-height: 50px;
  margin: 40px 0;
}

.btn {
  display: inline-block;
  background: #F07829;
  color: #fff;
  padding: 8px 30px;
  margin: 25px 0;
  border-radius: 30px;
}

.btn:hover {
  display: inline-block;
  background: #F07829;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background 0.5s;
}

.header {
  position: relative;
  padding: 0 0 150px 0;
  background: url('images/mechanic.jpg') no-repeat center center/cover;
  color: #fff;
  height: 740px;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* dark overlay */
  z-index: 1;
}

.containers-1 .navbar,
.header .row {
  position: relative;
  z-index: 2;
}

nav ul li {
  position: relative;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

nav ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #F07829;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}

nav ul li a:hover {
  color: #F07829;
}

nav ul li a:hover::after {
  width: 100%;
}

/* ----------- About Us --------- */

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 50px 10px 50px;
}

.mainImg {
  color: black;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-blk.headingText {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #F07829;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.allText {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 40%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.welcome-message{
  color: #fff;
}
.text-blk.subHeadingText {
  color: rgb(102, 102, 102);
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.text-blk.description {
  font-size: 18px;
  line-height: 26px;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  font-weight: 400;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.explore {
  font-size: 16px;
  line-height: 28px;
  color: rgb(102, 102, 102);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(102, 102, 102);
  border-right-color: rgb(102, 102, 102);
  border-bottom-color: rgb(102, 102, 102);
  border-left-color: rgb(102, 102, 102);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  background-color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-left: 40px;
}

.explore:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #F07829;
  color: white;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.responsive-container-block.Container {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.responsive-container-block.Container.bottomContainer {
  flex-direction: row-reverse;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  position: static;
}

.allText.aboveText {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
}

.allText.bottomText {
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.purpleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  background-color: #F07829;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  bottom: -35px;
  left: -8%;
}

.purpleText {
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.ultimateImg {
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .responsive-container-block.Container {
    max-width: 850px;
  }

  .mainImg {
    width: 55%;
    height: auto;
  }

  .allText {
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .responsive-container-block.Container.bottomContainer {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .responsive-container-block.Container {
    max-width: 830px;
  }

  .allText.aboveText {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .allText.bottomText {
    margin-top: 30px;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .text-blk.headingText {
    text-align: center;
  }

  .allText.aboveText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .text-blk.subHeadingText {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .text-blk.description {
    text-align: left;
    line-height: 24px;
  }

  .explore {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .responsive-container-block.Container {
    justify-content: space-evenly;
  }

  .purpleBox {
    bottom: 10%;
  }

  .responsive-container-block.Container.bottomContainer {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    max-width: 930px;
  }

  .allText.bottomText {
    width: 40%;
  }

  .purpleBox {
    bottom: auto;
    left: -10%;
    top: 70%;
  }

  .mainImg {
    width: 100%;
  }

  .text-blk.headingText {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .allText {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .responsive-container-block.Container {
    flex-direction: column;
    height: auto;
  }

  .text-blk.headingText {
    text-align: center;
  }

  .text-blk.subHeadingText {
    text-align: center;
    font-size: 24px;
  }

  .text-blk.description {
    text-align: center;
    font-size: 18px;
  }

  .allText {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .allText.aboveText {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.Container {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .responsive-container-block.Container.bottomContainer {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .allText.bottomText {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .mainImg {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -70px;
    margin-left: 0px;
  }

  .responsive-container-block.Container.bottomContainer {
    flex-direction: column;
  }

  .ultimateImg {
    width: 100%;
  }

  .purpleBox {
    position: static;
  }

  .allText.bottomText {
    width: 100%;
    align-items: flex-start;
  }

  .text-blk.headingText {
    text-align: left;
  }

  .text-blk.subHeadingText {
    text-align: left;
  }

  .text-blk.description {
    text-align: left;
  }

  .ultimateImg {
    position: static;
  }

  .mainImg {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .ultimateImg {
    position: relative;
  }

  .purpleBox {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 80%;
  }

  .allText.bottomText {
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  .responsive-container-block.Container {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .mainImg {
    width: 100%;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .text-blk.subHeadingText {
    font-size: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 28px;
  }

  .text-blk.description {
    font-size: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 22px;
  }

  .allText {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .allText.bottomText {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
  }

  .ultimateImg {
    position: static;
  }

  .purpleBox {
    position: static;
  }

  .stars {
    width: 55%;
  }

  .allText.bottomText {
    margin-top: 75px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .purpleText {
    font-size: 16px;
    line-height: 22px;
  }

  .explore {
    padding: 6px 35px 6px 35px;
    font-size: 15px;
  }
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to elements */
.ultimateImg {
  animation: fadeInRight 1.2s ease-out forwards;
  opacity: 0;
}

.allText {
  animation: fadeInUp 1.5s ease-out forwards;
  opacity: 0;
}

/* Add delay for better effect */
.ultimateImg {
  animation-delay: 0.2s;
}

.allText {
  animation-delay: 0.6s;
}


/* ----------- Services --------- */
section {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 20px;
  gap: 30px;
}

.row-2 {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #F07829 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}

p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.icon-wrapper {
  background-color: #F07829;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.card:hover {
  background-position: 0 100%;
}

.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #F07829;
}

.card:hover h3 {
  color: #ffffff;
}

.card:hover p {
  color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }

  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }

  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/* ----------- Why Us --------- */
.stats-section {
  position: relative;
  padding: 25px 20px;
  background: url('images/mechanic-1.jpg') no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* dark overlay */
  backdrop-filter: blur(4px);
  /* blur effect */
  z-index: 1;
}

.stats-section .title-1,
.stats-container {
  position: relative;
  z-index: 2;
}

.title-1 .why {
  color: #F07829;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.title-1 h2 {
  font-size: 3rem;
  margin-bottom: 40px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.stat-box {
  max-width: 220px;
  flex: 1 1 200px;
}

.stat-box h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.stat-box p {
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.3;
  color: #fff;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {

  .stats-section {
    height: 1100px;
  }

  .title-1 h2 {
    font-size: 2.2rem;
  }

  .stat-box h3 {
    font-size: 2.2rem;
  }

  .stat-box p {
    font-size: 0.95rem;
  }

  .stats-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

/* ----------- Brands --------- */
.brands {
  margin: 50px auto;
}

.col-5 {
  width: 160px;
}

.col-5 img {
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
}

.col-5 img:hover {
  filter: grayscale(0);
}

/* ----------- Report --------- */
.report-section {
  padding: 50px;
  background-color: #f5f5f5;
}

.report-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Side (Gallery) */
.report-image {
  flex: 2;
}

.report-image h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Right Side (Form) */
.report-info {
  flex: 1;
  max-width: 500px;
}

.report-info h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.report-info p {
  margin-bottom: 20px;
}

.report-info form input,
.report-info form button {
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.report-info form button {
  background-color: #F07829;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.report-info form button:hover {
  background-color: #F07829;
}

/* Responsive for Tablets and Mobiles */
@media (max-width: 992px) {
  .report-container {
    flex-direction: column;
  }
}

/* ----------- testimonials --------- */
.section__container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}

.header-1 {
  margin-bottom: 2rem;
}

.header-1 p {
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
}

.header-1 h1 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 900;
}

.testimonials__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.card-1 {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  background-color: var(--extra-light);
  border-radius: 5px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-1 i {
  font-size: 2.5rem;
  color: #F07829;
}

.card-1 p {
  font-size: 1rem;
  font-weight: 500;
}

.card-1 hr {
  width: 40px;
  margin: auto;
  color: var(--text-light);
}

.card-1 img {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
}

.card-1 .name {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-light);
  transition: 0.3s;
}

.card-1 .name:hover {
  color: var(--primary-color);
}


@media (width < 900px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (width < 600px) {
  .testimonials__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------- contact form --------- */
.container-1 {
  width: 80%;
  margin: 50px auto;
}
.manu{
  color: #ffffff;
  font-weight: bold;
}

.contact-box {
  background: #fff;
  display: flex;
}

.contact-left {
  flex-basis: 60%;
  padding: 40px 60px;
  background: #f5f5f5;
}

.contact-right {
  flex-basis: 40%;
  padding: 40px;
  background: #F07829;
  color: #fff;
}

h1 {
  margin-bottom: 10px;
}

.container-1 p {
  margin-bottom: 40px;
}

.input-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.input-row .input-group {
  flex-basis: 45%;
}

.input-row input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}

label {
  margin-bottom: 5px;
  display: block;
  color: #F07829;
}

.btn-1 {
  background: #F07829;
  width: 100px;
  border: none;
  outline: none;
  color: #fff;
  height: 35px;
  border-radius: 30px;
  margin-top: 20px;
  box-shadow: 0px 5px 15px 0px rgba(28, 0, 181, 0.3);
}

.contact-left h3 {
  color: #F07829;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-right h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

tr td:first-child {
  padding-right: 20px;
}

tr td {
  padding-top: 20px;
}

/* ----------- footer --------- */
.footer {
  background: #000;
  color: #8a8a8a;
  font-size: 14px;
  padding: 60px 0 20px;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-left: 50px;
}

.footer p {
  color: #8a8a8a;
}

.footer h3 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-col-1 {
  flex-basis: 30%;
}

.footer-col-2 {
  flex: 1;
  text-align: center;
}

.footer-col-2 img {
  width: 180px;
  margin-bottom: 20px;
}

.footer-col-3,
.footer-col-4 {
  flex-basis: 12%;
  text-align: center;
}

ul {
  list-style-type: none;
}

.app-logo {
  margin-top: 20px;
}

.app-logo img {
  width: 140px;
}

.footer hr {
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
}

.copyright {
  text-align: center;
}

.menu-icon {
  width: 28px;
  margin-left: 20px;
  display: none;
}

/* ----------- media query for menu --------- */
@media only screen and (max-width: 800px) {
  nav ul {
    position: absolute;
    top: 70px;
    left: 0;
    background: #333;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  nav ul li {
    display: block;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  nav ul li a {
    color: #fff;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }
}



/* ----------- media query for less than 600 screen size --------- */
@media only screen and (max-width:600px) {

  .row {
    margin-top: 60px;
    text-align: center;
    margin-left: 0px;
  }

  .col-2,
  .col-3,
  .col-4 {
    flex-basis: 100%;
  }

  .single-product .row {
    text-align: left;
  }

  .single-product .col-2 {
    padding: 20px 0;
  }

  .single-product h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .cart-info p {
    display: none;
  }

  .contact .row {
    flex-direction: column;
    gap: 20px;
  }

  .contact .col-2 {
    width: 100%;
  }

  .contact form input,
  .contact form textarea {
    font-size: 15px;
    padding: 8px;
  }

  .contact form .btn {
    padding: 10px;
    font-size: 16px;
    width: 100%;
  }

}

/* PopUp */
/* Popup Styles */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup.hidden {
  display: none;
}

.popup-content {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  width: 300px;
}

.popup-content p {
  margin-bottom: 15px;
  font-size: 16px;
}

.popup-content button {
  padding: 8px 16px;
  background-color: #F07829;
  /* Your site color */
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #F07829;
  /* Slightly lighter */
}

.abc{
  color: #F07829;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
.brand {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 60px 0;
}
.brand-slider {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}
.brand-slider:hover {
  animation-play-state: running;
}
.brand-item {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 40px;
}
.brand-item img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  display: block;
}

/* Duplicate content container to help infinite loop */
.brand-slider-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.report-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}

.report-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #F07829;
}

.report-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.report-img {
  width: 200px;
  border-radius: 8px;
}

.report-text {
  max-width: 500px;
  text-align: left; /* text aligned normally inside */
}

.pdf-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #F07829;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1rem;
  margin-top: 1em;
  transition: background-color 0.3s ease;
}

.pdf-button:hover {
  background-color: #ca5608;
}


.pubg{

 
    margin-bottom: 20px;
  
}


@media only screen and (max-width: 768px) {
  .containers-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-top: 60px;
    margin-left: 0;
    text-align: center;
  }

  .col-2 {
    flex-basis: 100%;
    padding: 20px 0;
  }

  .col-2 h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 20px 0;
  }

  .header {
    height: auto;
    min-height: 500px;
  }

  .navbar {
    padding: 15px;
  }
  .navbar.aos-init.aos-animate{
  z-index: 999;
}
  nav ul {
    position: fixed;
    top: 70px;
    left: 0%;
    background: #333;
    width: 100%;
    height: auto;
    transition: 0.5s;
    z-index: 999;
}


  nav ul.active {
    left: 0;
  }

  nav ul li {
    display: block;
    margin: 15px 0;
    text-align: center;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
  }

  .contact-box {
    flex-direction: column;
    gap: 20px;
  }

  .contact-left,
  .contact-right {
    flex-basis: 100%;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .input-row {
    flex-direction: column;
  }

  .input-row .input-group {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .footer-col-1,
  .footer-col-2,
  .footer-col-3,
  .footer-col-4 {
    flex-basis: 100%;
    text-align: center;
  }

  .footer-col-2 img {
    margin: 0 auto 20px;
  }

  .app-logo {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .col-2 h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .contact-box {
    flex-direction:  column;
  }
  .btn {
    padding: 6px 20px;
    font-size: 14px;
  }

  .stats-section {
    padding: 15px 10px;
  }

  .title-1 h2 {
    font-size: 24px;
  }

  .stat-box h3 {
    font-size: 28px;
  }

  .stat-box p {
    font-size: 14px;
  }

  .report-section {
    padding: 30px 15px;
  }

  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .card-1 {
    padding: 1.5rem;
  }

  .container-1 {
    width: 95%;
  }

  .contact-left,
  .contact-right {
    padding: 15px;
  }

  .brand-item {
    width: 120px;
    margin-right: 20px;
  }

  .brand-item img {
    height: 60px;
  }
}

/* Fix for very small screens */
@media only screen and (max-width: 320px) {
  .col-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-box {
    flex-direction:  column;
  }
  .btn {
    padding: 5px 15px;
    font-size: 12px;
  }

  .gallery-container {
    grid-template-columns: 1fr;
  }

  .brand-item {
    width: 100px;
    margin-right: 15px;
  }
}

/* Fix for landscape orientation on mobile */
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .header {
    min-height: 400px;
  }

  nav ul {
    max-height: 80vh;
    overflow-y: auto;
  }

  .contact-box {
    flex-direction:  column;
  }

  .contact-left,
  .contact-right {
    flex-basis: 50%;
  }
}