/*  */
.choose-section .choose-left .choose-para{
    padding-left: 40px;
}
.nav {
  display: flex;
  justify-content: center;
  width: 85%;
  /* margin-left: 5%; */
}

.nav ul.nav-link {
  display: flex;
  padding-top: 10px;
}

.nav ul.nav-link>li {
  list-style-type: none;
  padding-left: 7px;
  position: relative;
}

.nav ul.nav-link>li a {
  padding: 11px;
}

.nav ul li a {
  font-family: sans-serif;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.drop-1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99999;

}

.nav ul.nav-link>li.nav-drop:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.nav ul.nav-link>li.nav-dro-about:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.drop-1 ul {
  background-color: white;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  /* background-color: #FFB703; */
  border-radius: 10px;
  /* background-color: #000000e8; */
}

.drop-1 ul li {
  list-style-type: none;
  padding: 5px 15px;
  /* border-bottom: 1px solid gray;  */
  width: 269px;
  /* text-align: center; */
  padding: 10px 5px;
  font-size: 14px;
}


.drop-1 ul li a.active {
  color: #FFB703;
}

.drop-1 li {
  position: relative;
}

.drop-1 li .drop-2 {
  position: absolute;
  top: -10px;
  left: 100%;
  display: none;
}

.drop-1 li:hover .drop-2 {
  display: block;
}

header {
  width: 100%;
  position: sticky;
  /* height: 100px; */
  padding: 10px 0;
  top: 0px;
  z-index: 99999;
  border-bottom: 1px solid #ffffff4a;
  transition: 0.4s;
  /* background-color: #d57315; */
  /* background-color: #FFB703; */
  /* background-color: #000000e8; */
}

header.sticky {
  background-color: #fff;
}

header .logo {
  width: 15%;
}

/* header .logo img {
  width: 230px;
  height: 74px;
} */

.nav-link {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 15px;

}

header.sticky .nav-link {
  color: black;
}

.nav-link:hover {
  color: #FF9F14;
}

.nav-link.active {
  /* color: white; */
  font-size: 15px;
  color: #FF9F14;
  line-height: 10px;
}

.active2 {
  color: #FF9F14 !important;
  font-size: 15px;
}

header.sticky {
  background-color: #FFF;
  z-index: 99999;
  box-shadow: 0 0 10px;
  /* background-color: var(--main-color); */
  color: white;
  /* .nav-link{
  color: white;
 } */
}


/* toggel  start*/
.toggle-btn {
  display: none;
  cursor: pointer;
  background-color: #000;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #b72f61;
}

.mobilenav {
  display: none;
}

.side-bar {
  background: white;
  backdrop-filter: blur(15px);
  width: 270px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 99999;
}

.side-bar::-webkit-scrollbar {
  width: 0px;
}

.side-bar.active {
  right: 0;
}

.side-bar .menu {
  width: 100%;
  margin-top: 30px;
}

.side-bar .side-logo {
  background-color: #fff;
}

.side-bar .side-logo img {
  width: 200px;
  margin: 15px;
  margin-left: 70px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: black;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 40px;
}

.side-bar .menu .item a:hover {
  background: #db4242;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
  display: flex;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: #262627;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}


.sub-menu {
  display: none;
  /* Hide submenu by default */
  padding-left: 15px;
  /* Optional for indentation */
  background: #e0e0e0;
}

.sub-menu.open {
  display: block;
  /* Show submenu when the 'open' class is added */
}

.side-bar {
  width: 300px;
  background: #f0f0f0;
  padding: 15px;
}

.inline {
  display: flex;
  position: relative;
}

.inline .sub-ican {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 0;
  margin-right: 0px !important;
}

/* end */

.home-banner {
  background-image: url(../img/banner2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;

  /* img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
  }

  .slick-next {
    right: 25px;
    z-index: 9999;
  }

  .slick-prev {
    left: 25px;
    z-index: 9999;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  } */
}

.about {
  padding: 40px 0;

  .box {
    margin-left: 20px;

    h3 {
      font-size: 20px;
      color: #d57315;
    }

    p {
      font-size: 17px;
      line-height: 29px;
      margin-top: 18px;
      margin-bottom: 5px;
    }
  }

  img {
    border-radius: 10px;
  }
}



.footer {
  background: #f8f8f8;
  color: #333;
  padding: 40px 10px;

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
  }

  main {
    display: flex;
    align-items: center;

    i {
      margin-right: 10px;
      font-size: 20px;
      color: #FF5D00;
    }

    img {
      width: 30px;
      margin-right: 15px;
    }

  }

  .social-icons {
    /* text-align: center; */
    margin: 20px 0;
  }

  .footer-col {
    flex: 1 1 220px;
  }

  .footer-col h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    color: #ff5d00;
  }

  .footer-col ul {
    list-style: none;
    padding: 20px 0;

  }

  .footer-col ul li {
    margin-bottom: 20px;
    cursor: pointer;

    a {
      color: black;

      &:hover {
        color: #FF5D00;
      }
    }
  }

  .footer-col ul li i {
    margin-right: 8px;
    color: #FF5D00;

  }

  .footer-col p {
    margin: 8px 0;
    line-height: 23px;
    color: black;

    a {
      color: black;

      &:hover {
        color: #FF5D00;
      }
    }

    i {
      margin-right: 10px;
      color: gray;
    }
  }

  .logo {
    max-width: 200px;
    margin-bottom: 10px;
    /* border-radius: 50%; */
  }

  .social-icons i {
    font-size: 20px;
    margin-right: 10px;
    color: #FF5D00;;
    cursor: pointer;

    &:hover {
      color: #eb6c23;
    }
  }

  .footer-bottom {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #ccc;
    margin-top: 20px;

    a {
      color: #FF5D00;

      &:hover {
        color: #000;
      }
    }
  }
}

.project {
  padding: 40px 0;

  h2 {
    text-align: center;
  }

  p {
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
  }

  .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: auto;
    width: 100%;
    margin-top: 50px;

    img {
      width: 100%;
      object-fit: cover;
      height: 220px;
    }

    h3 {
      text-align: center;
      padding-top: 10px;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    p {
      font-size: 16px;
      padding: 0px 10px;
    }

    .btun {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 15px;

      a {
        background-color: #ff5d00;
        padding: 8px 10px;
        border-radius: 4px;
        color: white;
        font-size: 16px;
      }
    }
  }
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
}


.choose-section {
  padding: 40px 0;
}

.choose-left {
  background-color: #fff;
}

.choose-left h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}

.choose-left h2 span {
  color: #ff5d00;
}

.choose-left p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 25px;
}

.choose-right {
  img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
  }
}

.point {
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
  margin-bottom: 25px;
}

.point img {
  width: 40px;
  margin-right: 15px;
  margin-top: 5px;
}

.point h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #222;
}

.point p {
  font-size: 15px;
  color: #555;
}

.testimonial-section {
  padding: 40px 0px;
  text-align: center;
}

.testimonial-section h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}

.testimonial-section p {
  font-size: 15px;
  color: #777;
  margin-bottom: 40px;
  line-height: 25px;
}

.testimonial-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  background-color: #f7f8fc;
  padding: 30px 20px;
  position: relative;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #f7f8fc transparent transparent transparent;
}

.quote-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  padding: 15px;
  border-radius: 2px;
}

.quote-icon::before {
  content: "❝";
  color: #fff;
  font-size: 24px;
}

.testimonial-card h4 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.stars {
  color: #f5a623;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.client-info {
  margin-top: 20px;
}

.client-info strong {
  color: #ff5d00;
  display: block;
}

.client-info span {
  font-size: 13px;
  color: #999;
}



.work-process {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.sub-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.description {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
}

.process-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h5 {
  color: #FF5D00;
  font-size: 18px;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* About page */
.about-banner {
  background: linear-gradient(45deg, #100f0d, rgb(0 150 255 / 10%)), url(../img/about-banner.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 90px;
  min-height: 250px;

  h1 {
    font-size: 40px;
    color: white;
  }
}

.mission {
  padding: 40px 0;

  h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
  }

  p {
    line-height: 30px;
    font-size: 17px;
  }
}

.Vision {
  padding: 40px 0;

  h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
  }

  p {
    line-height: 30px;
    font-size: 17px;

    span {
      color: black;
      font-weight: 600;
    }
  }
}

.contact {
  /* background-color: #E8E842; */
  padding: 50px 0;
  margin: 30px 0;

  .contact-container {

    .contact-info,
    .contact-form {
      /* background-color: #fce69c; */
      padding: 20px;
    }

    .contact-info h2 {
      font-size: 28px;
      margin-bottom: 20px;
      /* color: #ff5d00; */
    }

    .contact-info p {
      margin: 10px 0;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 26px;
    }

    .contact-info i {
      margin-right: 10px;
      color: #ff5d00;

      &:hover {
        color: #cf4f05;
      }
    }

    .social-icons {
      margin-top: 20px;

      a {
        margin-right: 15px;
        font-size: 20px;
        color: black;
        text-decoration: none;
      }
    }

    .contact-form {
      background-color: #fff;
      border-radius: 6px;
      padding: 30px 20px;
    }

    .contact-form h2 {
      margin-bottom: 20px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 15px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .contact-form button {
      padding: 15px 20px;
      background-color: #FF5D00;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
    }
  }
}

.carrer {
  margin: 0;
  padding: 50px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.career-form {
  background-color: #0066b3;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  color: #fff;
}

.career-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: yellow;
  /* font-size: 40px; */
}

form {
  display: flex;
  flex-direction: column;
}

form input,
form select,
form textarea {
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: gray;
}

form textarea {
  resize: vertical;
}

button {
  background-color: yellow;
  color: red;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  opacity: 0.9;
}

.export {
  padding: 60px 0;

  .left {
    background-image: url(../img/export.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
  }

  .box {
    color: white;
    position: absolute;
    top: 35%;
    left: 18%;
    text-align: center;

    i {
      font-size: 40px;
      color: #CB6E16;
      margin-bottom: 10px;
    }

    h4 {
      font-size: 20px;
    }

    p {
      color: white;
    }
  }

  h3 {
    font-size: 30px;
    color: #ff5d00;
    margin-top: 20px;
  }

  p {
    font-size: 17px;
    margin-top: 10px;
    line-height: 28px;
    color: #5a5757bd;
  }

  img {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
  }
}

.product-detail {
  padding: 40px 0;

  .product-section {
    display: flex;
    flex-wrap: wrap;
    /* background: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
    /* max-width: 1000px; */
    /* margin: auto; */
    /* overflow: hidden; */
  }

  .product-image {
    /* flex: 1 1 40%; */
    /* padding: 20px; */
    text-align: center;
  }

  .product-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 400px;
  }

  .product-details {
    /* flex: 1 1 60%; */
    padding: 0px 0px 0px 20px ;
  }

  p {
    font-size: 17px;
    color: #5a5757bd;
    line-height: 30px;
    margin-top: 10px;
  }

  h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}


@media screen and (max-width: 1024px) {

  /* toggle start  */
  .side-bar .close-btn {
    font-size: 20px;
    padding: 5px;
    border: 1px solid gray;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold
  }

  .side-bar {
    background: white;
    backdrop-filter: blur(15px);
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 99999;
  }

  .toggle-btn {
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle-btn .logo {
    margin-left: 3px;

    img {
      width: 205px;
    }
  }

  .toggel-btn-pad {
    border: 1px solid gray;
    padding: 3px 6px;
    text-align: center;
    margin-right: 20px;
  }

  .side-bar {
    display: block;
  }

  .side-bar .menu .item .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    position: static;
    display: none;
    padding: 0px;
    padding-left: 25px;
  }

  .side-bar .menu .item .sub-menu ul {
    background-color: transparent;
    margin: 0px;
  }

  .drop-1 ul li {
    width: 100%;
    padding: 0px;
  }

  .side-bar .menu .item .sub-menu ul a {
    padding: 0px 15px;
  }

  header {
    display: none;
  }

  /* toggel end */

  .footer {
    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0px !important;
      max-width: 1200px;
      margin: auto;
    }
  }

  .footer {
    .footer-col {
      width: 50% !important;
    }
  }

  .home-banner {
    img {
      height: 50vh;
    }
  }

  .about {
    .box {
      p {
        font-size: 15px;
        margin-top: 5px;
      }
    }
    img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      margin-top: 25px;
    }
  }
  .project {
    padding: 20px 0;
    .card {
        p {
            font-size: 15px;
            padding: 0px 10px;
        }
    }
}
.choose-left p {
    font-size: 15px;
    margin-bottom: 15px;
}
    .point {
      margin-bottom: 0px;
    }
.choose-right {
    img {
      margin-top: 25px;
    }
  }

  .work-process {
    padding: 30px 5px;
}
.testimonial-section{
  padding: 30px 0;
 h3 {
    font-size: 20px;
}
}
.mission {
    padding: 20px 0;
    p{
      font-size: 15px;
    }
}
.Vision{
   padding: 20px 0;
    p{
      font-size: 15px;
    }
}
.product-detail {
    .product-details {
        padding: 0px;
    }
    p{
      font-size: 15px;
      margin-top: 0px;
      line-height: 27px;
    }
    img{
      margin-top: 25px;
      height: 415px;
    }
}
.export {
    p {
        font-size: 15px;
        line-height: 27px;
    }
}
.contact{
  padding: 0;
}

}

@media screen and (max-width: 767px) {

  .contact {
    /* background-color: #E8E842; */
    padding: 5px 0;
    margin: 15px 0;
  }


  .choose-left,
  .choose-right {
    flex: 1 1 50%;
    padding: 0px;
  }

  .choose-left h2 {
    font-size: 32px;
  }

  .choose-left p {
    font-size: 15px;
  }

  .point img {
    width: 45px;
  }

  .testimonial-box {
    max-width: 70%;
  }

  /*  */
  .sub-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sub-menu ul li {
    padding: 10px;
  }

  .sub-menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
  }

  .sub-menu ul li a:hover {
    background-color: #f0f0f0;
  }

  .side-bar .menu .item .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    position: static;
    display: none;
    padding: 0px;
    padding-left: 25px;
  }

  .side-bar .menu .item .sub-menu ul {
    background-color: transparent;
    margin: 0px;
  }

  .drop-1 ul li {
    width: 100%;
    padding: 0px;
  }

  .side-bar .menu .item .sub-menu ul a {
    padding: 0px 15px;
  }

  .dropdown {
    transition: transform 0.3s ease;
  }

  .dropdown.rotate {
    transform: rotate(180deg);
  }

  /* Sidebar animation */
  .side-bar.active {
    right: 0;
  }

  .drop-1 li .drop-2 {
    left: 0px;
    position: static;
    /* display: block; */
    padding-left: 15px;
  }


  /* toggel end */
  header {
    display: none;
  }

  .footer {
    padding: 30px 10px;
    /* .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    } */

    .footer-col {
      max-width: 100%;
    }

    .footer-col ul {
      list-style: none;
      padding: 10px 0;
    }

    .footer-col ul li {
      display: block;
      padding: 3px 0;
    }

    .footer-bottom {
      p {
        line-height: 23px;
      }
    }
  }

  .home-banner {
    img {
      height: 50vh;
    }
  }

  .about {
    padding: 30px 0;

    .box {
      margin-left: 0px;

      h2 {
        margin-top: 15px;
      }

      p {
        font-size: 15px;
        margin-top: 5px;
      }
    }
  }

  .project {
    padding: 30px 0px;
  }

  .card {
    p {
      font-size: 15px;
      padding: 0px 10px;
    }
  }

  .choose-section {
    padding: 30px 0;
  }

  .work-process {
    padding: 30px 5px;

    .main-heading {
      font-size: 20px;
    }

    .description {
      font-size: 15px;
    }
  }

  .testimonial-section {
    padding: 30px 0px;

    h3 {
      font-size: 18px;
    }
  }

  .about-banner {
    h1 {
      font-size: 35px;
      color: white;
      text-align: center;
    }
  }

  .mission {
    padding: 20px 0;

    p {
      font-size: 15px;
    }
  }

  .Vision {
    padding: 20px 0;

    p {
      font-size: 15px;
    }
  }

  .product-detail {
    padding: 30px 0;

    .product-details {
      padding: 0px;
    }

    p {
      font-size: 15px;
    }
  }

  .carrer {
    padding: 50px 7px;
  }

  .export {
    padding: 40px 0;

    .left {
      height: 300px;
    }

    .box {
      position: absolute;
      top: 31%;
      left: 25%;
    }

    img {
      margin-top: 25px;
    }

    p {
      font-size: 15px;
    }
  }

  .contact {
    .contact-container {

      .contact-info,
      .contact-form {
        padding: 0px;

        h2 {
          margin-top: 20px;
        }
      }
    }
  }
.home-banner {
  background-image: url(../img/banner-phone.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}

}
/*-----------------------form -------------------------*/
.form-container {
      margin: 60px auto;
      background: linear-gradient(135deg, #081c4c, #1f3c88);
      color: #fff;
      padding: 30px;
      border-radius: 10px;
      max-width: 600px;
      width: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .form-container h3 {
      text-align: center;
      font-size: 30px;
      color: #ff5d00;
      margin-bottom: 20px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px;
    }

    .form-group label {
      margin-bottom: 5px;
      font-weight: 500;
    }

    .form-group input,
    .form-group select {
      padding: 10px;
      margin: 0;
      background-color: #fff;
      border: none;
      border-radius: 5px;
      outline: none;
    }

    .form-row {
      display: flex;
      gap: 15px;
    }

    .form-row .form-group {
      flex: 1;
    }

    .status-options {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 5px;
    }

    .status-options label {
      display: flex;
      align-items: center;
      gap: 5px;
      background: #fff;
      color: #000;
      padding: 8px 12px;
      border-radius: 5px;
      cursor: pointer;
    }

    .upload-resume {
      background: #fff;
      color: #000;
      padding: 20px;
      border-radius: 5px;
      text-align: center;
      margin-bottom: 20px;
    }

    .captcha-box {
      background: #fff;
      padding: 15px;
      border-radius: 5px;
      text-align: center;
    }

    .captcha-box span {
      color: #000;
      font-size: 14px;
    }

    button {
      margin-top: 15px;
      padding: 12px;
      background-color: #ff5d00;
      border: none;
      color: #FFF;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
    }

    button:hover {
      background-color: #e6b800;
    }

    @media (max-width: 600px) {
      .form-row {
        flex-direction: column;
      }
    }
/*--------------------buttons --------------------*/
.download-btn {
  display: inline-block;
  background-color: #ff5d00;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download-btn:hover {
  background-color: #f57a33;
  transform: translateY(-2px);
}

/*-------------updtaed css for google translates -------------------*/
  /* Hides the Google Translate banner and frame */
/* Completely hide the Google Translate top banner */
body > .skiptranslate,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

body {
  top: 0px !important;
  position: static !important;
}

/* Optional: Hide Google Translate branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
/*-----------------------button of translation --------------------------*/
/* Style the Google Translate dropdown */
#languageSelect{
  padding: 6px;
    background: #ff9f14;
    border: none;
    border-radius: 5px;
    color: #fff
}
