.square-holder {
  padding: 30px;
  border: 1px solid #cecece;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}

.square-holder img {
  max-width: 100%;
}

.square-holder:hover img {
  filter: none;
}

.scan-card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  transition: all 0.3s;
  overflow: hidden;
}

.square-img {
  height: 230px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
}

.scan-card:hover img {
  transform: scale(1.1);
}

.scan-card-head {
  background-color: #edfcf3;
}

.scan-card-head h4 a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.scan-card-head p {
  font-size: 20px;
  color: #188058;
  margin: 0;

  /* font-weight: 500; */
  span {
    font-weight: 600;
  }
}

.scan-card-desc {
  background-color: #f9f9f9;
  padding: 20px 0 30px;

  p {
    font-size: 18px;
    color: #000;
  }

  a {
    color: #fff;
    padding: 12px 20px 14px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #f1a848;
    font-weight: 600;
  }
}

.quary-card {
  background-color: #212844;
  padding: 30px 40px;
  border-radius: 20px;
}

@media (max-width: 600px) {
  .quary-card {
    padding: 20px 10px;
  }
}

.quary-card p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.form-group input {
  padding: 10px;
  border-radius: 6px 0 0 6px;
}

.form-group button {
  padding: 10px 30px;
  background-color: #f1a848;
  color: #000;
  font-size: 18px;
  border: none;
  border-radius: 0 6px 6px 0;
}

.squire-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.squire-holder img {
  margin-bottom: 10px;
}

.squire-holder p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;

  p {
    margin: 0;
  }
}

.bg-lightgreen-card {
  background-color: #ccd8b6;
  border-radius: 1rem;
}

.bg-light-orange {
  background-color: #f2ddd6;
  border-radius: 1rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.f000-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  width: 150px;
}

.expertsimg {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
  width: 150px;
}

.cart-text {
  padding: 0 80px 0 0;

  h6 {
    font-size: 12px;
    color: #000;
    font-weight: 600;
  }

  p:first-child {
    font-size: 18px;
    color: #000;
  }

  p:last-child {
    font-size: 14px;
    color: #000;
  }
}

.gallery-card {
  overflow: hidden;
  border-radius: 10px;
  height: 100% !important;
  padding: 0 !important;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  img:hover {
    transform: scale(1.1);
  }
}

/* model box  */

.form-close {
  background-color: #212844;
  height: 30px;
  width: 30px;
  padding: 6px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.3s;
  &:hover {
    background-color: #e31c25;
  }
}
.social-media-icons a {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 6px;
  background-color: #4caf50;
  border-radius: 7px;
}

.social-media-icons i {
  font-size: 22px;
  color: #fff;
}

/* Form container */
#formContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
}

.con {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-2 {
  max-width: 550px;
  width: 100%;
  position: relative;
  /* margin: auto auto; */
}

/* Hidden class to hide the form */
.form-hidden {
  display: none;
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: #0f44a6;
  padding: 41px 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    margin: 40px 0 20px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
  height: 125px;
}

.form-group button {
  width: 173px;
  height: 48px;
  background: #212844;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11),
    0 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.011em;
  color: #fff;
  border: none;
  margin-top: 15px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #e31c25;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

/* Gallery  */

.g-img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
}

.g-img img {
  transition: all 0.3s;
  &:hover {
    transform: scale(1.1);
  }
}

/* services */

.machine-img img {
  border-radius: 10px;
}

.machine-desc h2 {
  font-size: 38px;
  color: #212844;
  font-weight: 600;
}

.machine-desc p {
  font-size: 18px;
  color: #212844;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
}

/* subscribe section */

.subscribe-us {
  background-image: url(../img/newsletter-banner.png);
  padding: 60px 0;
}

@media (max-width: 1118px) {
  .subscribe-us {
    padding: 20px 0 30px;
  }
}

.align-item-center {
  padding: 0 12px;
}

@media (max-width: 1118px) {
  .align-item-center {
    padding: 0;
  }
}

.subscribe-us-text {
  position: relative;
  h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
  }
}
.subscribe-us-text p {
  color: rgba(255, 255, 255, 0.83);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}

@media (max-width: 1118px) {
  .subscribe-us-text h3 {
    font-size: 25px;
  }

  .subscribe-us-text p {
    font-size: 16px;
  }
}

.book-offer {
  font-size: 18px;
  color: #fff;
  position: absolute;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  top: -50px;
  left: 60%;
  z-index: 1;
  height: 113px;
  width: 113px;
  border-radius: 1000px;
  background-color: #212844;
  border: 2px dashed #e31c25;
  animation: zoomIn 1.5s infinite ease;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}

.book-offer span {
  font-size: 15px;
  color: #e31c25;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: none;
}

.newslatter-subscribe-form {
  position: relative;
}

.subcribe-form-control {
  margin: auto !important;
  width: 41%;
}

.newslatter-subscribe-form input {
  height: 65px;
  border-radius: 40px;
  background: #fff;
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.17px;
  position: relative;
  padding-left: 20px;
  margin: auto;
}

.newslatter-subscribe-form button {
  width: 160px;
  height: 52px;
  border-radius: 40px;
  background: #212844;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  position: absolute;
  font-weight: 500;
  line-height: 16px;
  right: 8px !important;
  top: 6.5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  &:hover {
    background-color: #e31c25;
  }
}

@media (max-width: 1118px) {
  .subcribe-form-control {
    width: 100%;
  }

  .newslatter-subscribe-form input {
    display: block;
    height: 56px;
    padding-left: 25px;
  }

  .newslatter-subscribe-form button {
    width: 120px;
    height: 43px;
    font-size: 15px;
    right: 7px !important;
  }
}

.section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  h2 {
    font-size: 38px;
    color: #212844;
    font-weight: 600;
  }
}

.section-img {
  img {
    border-radius: 30px;
    overflow: hidden;
  }
}

.section-content h3 {
  font-size: 30px;
  color: #212844;
  font-weight: 600;
}

.section-content-1 p {
  font-size: 18px;
  color: #212844;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
}

.service-box {
  background-color: #f9e9c6;
  border-radius: 7px;
  padding: 20px;
  transition: all 0.3s;
  display: flex;
  gap: 20px;
  align-items: center;
  overflow: hidden;
}

.service-box-1 {
  position: relative;
  z-index: 2;
  padding: 1px;
  transition: all 0.3s;
}
.service-box-1::before {
  content: "";
  position: absolute;
  border-radius: 7px;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  height: 80%;
  z-index: -1;
  background-color: #f1a848;
  transition: height 0.3s, width 0.3s, border-radius 0.6s;
}

.service-box-1:hover::before {
  width: 100%;
  border-radius: 7px;
  height: 100%;  
}

.service-icon .service-img {
  max-width: 50px;
  margin: 0;
}


.service-content-1 h4 {
  font-size: 22px;
  color: #212844;
  font-weight: 600;
}

@media(max-width: 600px) {
  .service-box {
    gap: 10px;
  }
  .service-content-1 h4 {
    font-size: 18px;
  }
}