body,
body p,
h1,h2,h3,h4,h5,h6{
    font-family: Poppins;
    line-height: normal;
}
/*box section*/
.tools-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 50px;
  /*max-width: 1200px;*/
  margin: auto;
}

.tool-card {
  text-align: center;
}

.tool-image {
  border: 1px solid #ddd; /* 1px border */
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.tool-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.tool-card p {
  margin: 8px 0 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.tool-card:hover .tool-image {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.no-border .tool-image {
  border: none;
}

.tools-section.fourth-list {
  grid-template-columns: repeat(4, 1fr);
}

/*box end*/

.cust-head-50 {
	font-size: 50px;
	font-weight: 600;
}
.cust-head-sub{
	font-size: 16px;
	font-weight: 500;
	color: #084D89;
}

.four-list p {
  font-size: 26px;
  color: #FFF;
  line-height: normal;
  font-weight: 600;
}
.four-list {
  border-left: 1px solid #FFF;
  padding-left: 30px;
}
.four-list:first-child {
  border: none;
}
.cust-head-22 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.boxx-list {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin: 20px;
  width: 29.333%;
  padding-left: 25px !important;
  padding-right: 25px !important;
  min-height: 280px;
}

.section-upper-footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  background: #000;
  padding-top: 30px;
}
#text-3 p {
  font-size: clamp(24px, 5vw, 50px);
  color: #fff !important;
  line-height: normal;
  font-family: Poppins;
}
.sidebar-header {
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
}
.section-upper-footer p {
  color: #FFF;
}
ul.social-icons.social-simple .fa {
  color: #FFF !important;
}
#menu-footer-menu li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 0;
  border-color: transparent !important;
}
#footer .container {
  border-top: solid 2px gray;
}

.products-left-col {
  background: url(https://gajjarexports.testxzy.com/wp-content/uploads/2025/08/ring.jpg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-blend-mode: soft-light;*/
  padding-top: 160px;
  padding-bottom: 130px;
}

.products-right-col {
  background: url(https://gajjarexports.testxzy.com/wp-content/uploads/2025/08/hummer.jpg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-blend-mode: soft-light;*/
  padding-top: 160px;
  padding-bottom: 130px;
}
.cust-trans-btn {
  background: transparent !important;
  border: 1px solid #FFF;
  border-radius: 0;
  padding: 14px 60px;
  font-size: 16px;
}

.about-col-content {
  width: 55%;
  position: absolute;
  right: 15px;
  left: auto;
  box-shadow: -3.009px 3.993px 27px 0px rgba(0, 0, 0, 0.03);
  background: white;
  padding: 50px 5%;
  border-radius: 4px;
  top: 20%;
}


/* Responsive */
@media (max-width: 900px) {
  .tools-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tools-section {
    grid-template-columns: 1fr;
  }
}
