.intro {
    color: #ffffff;
    background: url(../images/background-2.jpg) top center no-repeat;
    height: 831px;
}
.intro {
    padding-top: 30px;
    padding-bottom: 0;
}

section {
    padding: 49px 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .container {
        max-width: 1036px;
    }
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.intro-heading-block {
    margin-bottom: 20px;
}
.logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 100px;
}
h1 {
    color: #ffffff;
    border-color: #ffffff;
}
h5 {
    color: #ffcc66;
}
.intro-heading-block {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.row:after {
    clear: both;
}
.text-column {
    padding-bottom: 125px;
}
ul.intro-features {
    margin-top: 97px;
}
ol, ul {
    list-style: none;
}
ul.intro-features li {
    background: rgba(0, 0, 0, 0.2);
}
ul.intro-features li {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    line-height: 30px;
    padding: 0 20px;
}
.text-column {
    padding-right: 0px;
}
.form-clients {
    padding-top: 0;
}

@media (min-width: 992px) {
    .container {
        max-width: 1036px;
    }
}
.form-column {
    margin-top: -397px;
}
.form-column {
    padding-left: 0px;
    margin-top: -590px;
    float: right;
}
.main-form {
    background: #fbfaef;
    background: -webkit-linear-gradient(#fbfaef, #deddd3);
    background: -moz-linear-gradient(#fbfaef,#deddd3);
    background: linear-gradient(#fbfaef, #deddd3);
    background: -ms-linear-gradient(#fbfaef,#deddd3);
    background: -o-linear-gradient(#fbfaef,#deddd3);
    color: #696969;
}
.main-form {
    padding: 30px;
    margin-bottom: -145px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.main-form {
  background: linear-gradient(#fbfaef,#deddd3);
  padding: 35px;
  border-radius: 16px;
  max-width: 420px;
  margin: auto;
}

.main-form h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #e98836;
}

.form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 18px;
}

.main-form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.main-form label span {
  color: #ef3f23;
}

.main-form input {
  width: 100%;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
}

.main-form input:focus {
  border-color: #ef3f23;
  box-shadow: 0 0 0 3px rgba(239,63,35,0.1);
  outline: none;
}

.submit-holder {
  margin-top: 25px;
}

.submit-arrow {
  background: #f9f9f9;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
}

.submit-arrow span {
  display: block;
  font-size: 12px;
  color: #ef3f23;
}

.submit-holder button {
  width: 100%;
  background: linear-gradient(135deg, #ff8236, #e7791b);
  border: none;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  border-radius: 30px;
}
.submit-arrow {
    color: #ffffff;
    background: url(../images/arrow-brown.png) top right no-repeat;
}
.submit-arrow {
    width: 590px;
    height: 80px;
    position: absolute;
    left: -595px;
    top: -14px;
    text-transform: uppercase;
    
    font-size: 20px;
    line-height: 49px;
}
.submit-arrow span {
    color: #ffcc66;
}


.animate-arrow {
    -webkit-animation: pingtoright 1.5s infinite linear;
       -moz-animation: pingtoright 1.5s infinite linear;
         -o-animation: pingtoright 1.5s infinite linear;
            animation: pingtoright 1.5s infinite linear;
}

.border-text
{
    border: 1px solid #fff;
    width: 600px;
    font-size: 35px;
    padding: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.submit-arrow {
  background: linear-gradient(135deg, #efdbb6, #f5ffff);
  border: 1px solid #ec7b21;
  padding: 14px 18px;
  border-radius: 10px;
  margin-top: -133px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  position: relative;
  overflow: hidden;
  margin-left: -31px;
}

/* Sub Text */
.submit-arrow .sub-text {
  display: block;
  font-size: 12px;
  color: #ef3f23;
  font-weight: 600;
  margin-top: 2px;
}

/* Arrow Icon */
.arrow-icon {
  display: inline-block;
  margin-right: 8px;
  color: #ef3f23;
  animation: arrowMove 1.4s infinite ease-in-out;
}

/* Arrow movement */
@keyframes arrowMove {
  0%   { transform: translateX(0); opacity: 0.4; }
  50%  { transform: translateX(8px); opacity: 1; }
  100% { transform: translateX(0); opacity: 0.4; }
}

/* Soft glowing pulse */
.animate-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(239, 63, 35, 0.25),
    transparent
  );
  transform: translateX(-100%);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0%   { transform: translateX(-100%); }
  60%  { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

/* Hover boost */
.submit-arrow:hover {
  transform: scale(1.03);
  transition: 0.3s ease;
}

.about-images {
    text-align: center;
}

@media (max-width: 768px) {
  .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 81px;
}
.border-text {
    border: 1px solid #fff;
    width: 311px;
    font-size: 20px;
    padding: 7px;
    margin-bottom: 15px;
}
.h5, h5 {
    
    font-size: 19px!important;
}
ul.intro-features {
    margin-top: 0px!important;
}
ol, ul {
    padding-left: 0rem!important;
}
.text-column {
    padding-bottom: 9px;
}
.main-form {
    background: linear-gradient(#fbfaef, #deddd3);
    padding: 24px;
    border-radius: 16px;
    max-width: 420px;
    margin: auto;
}
.about-images {
    text-align: center;
    margin-top: 322px;
    margin-bottom: 15px;
}

}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 15px;
  }
}

.hero h3 {
    color: #000000;
}

span {
    color: #e15e20!important;
}

.bottom-cta {
    background: url(../images/background-2.jpg) center center no-repeat;
}
.bottom-cta {
    text-align: center;
}
.bottom-cta a.button {
    width: 320px;
}
input[type="submit"],
button,
a.button {
    color: #fff;
    background: linear-gradient(135deg, #ed8c24, #e55c1b);
    padding: 9px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow:
        0 6px 15px rgba(175,9,9,0.45),
        inset 0 1px 0 rgba(255,255,255,0.25);
    transition: all 0.35s ease;
}

/* Hover Effect */
input[type="submit"]:hover,
button:hover,
a.button:hover {
    background: linear-gradient(135deg, #fdbc25, #f7482c);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgb(245 240 240 / 19%), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Active Click */
input[type="submit"]:active,
button:active,
a.button:active {
    transform: translateY(0);
    box-shadow:
        0 4px 10px rgba(175,9,9,0.4),
        inset 0 2px 4px rgba(0,0,0,0.35);
}
a:hover {
    color: #000000!important;
}



.best-machine-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}
h3 {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 20px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.machine-card {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #ffffff;
    border-radius: 16px;
    padding: 0px 30px 0px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.machine-content {
    flex: 1;
}
.machine-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #e15e20;
    margin-bottom: 15px;
}
.machine-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}
.machine-btn {
    display: inline-block;
    padding: 0px 21px;
    background: #db662a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}
.machine-image {
    flex: 0 0 35%;
    text-align: center;
    border-left: 1px solid #e1dede;
}
.machine-image img {
    max-width: 60%;
    border-radius: 12px;
    transition: transform 0.2s ease;
}
.machine-card {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #ffffff;
    border-radius: 16px;
    padding: 0px 30px 0px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.machine-image-right {
    flex: 0 0 35%;
    text-align: center;
    border-right: 1px solid #e1dede;
}
.machine-image-right img {
    max-width: 60%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}


.machine-image img:hover {
  transform: scale(1.02);
}
.machine-image-right img:hover {
  transform: scale(1.02);
}



.footer-main {
  background: url(../images/bg.jpg) 0 0 / cover no-repeat;
  color: #cbd5e1;
  padding: 50px 0 20px;
  font-family: 'Arial', sans-serif;
}

.footer-main a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
}

.footer-main a:hover {
  color: #38bdf8;
}

/* Top */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid #c1c3c5;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.footer-logo img {
  max-width: 233px;
}

/* Social */
.footer-social ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: #f59801;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.footer-social a:hover {
  background: #38bdf8;
  color: #000;
}

/* Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-col h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.call-now a {
  font-weight: bold;
  color: #38bdf8;
}


.over-flow
{
    overflow: scroll;
    height: 1500px;
    scrollbar-width: none;
}


/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {

  .machine-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  /* Image always on top */
  .machine-image,
  .machine-image-right {
    order: 1;
    width: 100%;
  }

  .machine-content {
    order: 2;
    padding: 0 10px;
  }

  .machine-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .machine-content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .machine-image-right {
    flex: 0 0 35%;
    text-align: center;
    padding: 8px;
   
}
.machine-image {
     flex: 0 0 35%;
    text-align: center;
    padding: 8px;
    
}
.machine-image-right {
    flex: 0 0 35%;
    text-align: center;
    border-right: none!important;
}
.machine-image{
    flex: 0 0 35%;
    text-align: center;
    border-right: none!important;
}
}

/* ===== MOBILE RESPONSIVE FIX ===== */
@media (max-width: 768px) {

  .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-social ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-grid {
    grid-template-columns: 1fr;
   
    gap: 30px;
  }

  .footer-col h6 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-col p,
  .footer-col a {
    font-size: 14px;
    line-height: 1.6;
  }

  .call-now a {
    display: block;
  }

  .footer-main hr {
    margin: 30px 0 15px;
  }
}
