*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container-main {
  max-width: 1320px;
  margin: 0 auto;
}

body {
  font-family: "Open Sans Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-header {
  padding: 12px 0px;
  position: relative;
  z-index: 2;
}

.mob-header {
  display: none;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-main {
  background: #f5b400;
  padding: 6px 0px;
}

.top-bar-left ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-bar-left ul li {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.top-bar-left ul li a {
  color: #fff;
}

.top-bar-left ul li i {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 700;
}

.social-media-icon {
  display: flex;
  gap: 15px;
}

.social-media-icon i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.main-header {
  background: #1f1a17;
}

.header-links {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-links ul li {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.header-links ul li.active a,
.header-links ul li:hover a {
  color: #f5b400;
}

.header-links ul li a {
  color: #fff;
}

.quote-btn a {
  display: inline-block;
  font-size: 20px;
  padding: 13px 32px;
  background-color: #f5b400;
  color: #1f1a17;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid #f5b400;
  font-family: "Alegreya", serif;
}

.quote-btn a:hover {
  background-color: #1f1a17;
  color: #f5b400;
  border-color: #f5b400;
}
.whatsapp-sticky img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
}
 

.home-banner-main {
  position: relative;
}

.home-banner-slider {
  position: relative;
}

.home-btn-flex {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  padding: 0px 40px;
}

.home-btn-flex button {
  border: unset;
  background-color: unset;
}

.home-btn-flex img {
  width: 40px;
  height: 40px;
  filter: invert(1);
}

.home-banner-bg {
  height: 700px;
  position: relative;
  overflow: hidden;
}

.home-banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.home-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-banner-info .container-main {
  height: 100%;
}

.home-banner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* align-items: flex-start;  */
  text-align: left;
  width: 100%;
  height: 100%;
  max-width: 800px;
  /* margin: 0 auto; */
  padding-left: 60px;
}

.home-banner-content h1 {
  font-size: 75px;
  line-height: 78px;
  color: #fff;
  font-weight: 700;
  /* text-align: center; */
  margin-bottom: 10px;
  font-family: "Alegreya", serif;
}

.home-banner-content p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  /* text-align: center; */
  /* max-width: 610px; */
  /* margin: 0 auto; */
  font-family: "Open Sans", sans-serif;
}

.banner-btn {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.banner-btn a {
  font-size: 20px;
  padding: 13px 32px;
  background-color: #f5b400;
  color: #1f1a17;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid #f5b400;
  font-family: "Alegreya", serif;
}

.banner-btn a:hover {
  background-color: #1f1a17;
  color: #f5b400;
  border-color: #f5b400;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.quality-cards-flex {
  display: flex;
  flex-wrap: wrap;
}

.quality-cards-block {
  width: 33.33%;
  /* padding: 15px; */
}

.quality-cards-inner {
  background-color: #f5b400;
  height: 100%;
  padding: 45px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.quality-cards-block:nth-child(even) .quality-cards-inner {
  background-color: #1f1a17;
}

.quality-cards-icon {
  /* margin-bottom: 17px; */
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
}

.quality-cards-icon img {
  height: 70px;
  width: 70px;
  /* filter: invert(1); */
}

.quality-cards-inner h3 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 5px;
}

.quality-cards-inner p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1f1a17;
  text-align: center;
}

.quality-cards-block:nth-child(even) .quality-cards-inner h3 {
  color: #f5b400;
}

.quality-cards-block:nth-child(even) .quality-cards-inner p {
  color: #f5b400;
}

.home-about-us-main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-about-us-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-about-us-left,
.home-about-us-right {
  width: 50%;
}

.home-about-us-right h3 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 55px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 5px;
}

.home-about-us-right p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  /* letter-spacing: 1px; */
  line-height: 1.7;
  color: #1f1a17;
  /* text-align: center; */
  margin-bottom: 10px;
  color: #666666;
}

.home-about-us-left {
  height: 500px;
}

.home-about-us-right {
  padding-left: 70px;
}

.home-about-us-btn {
  margin-top: 45px;
}

.about-btn {
  font-size: 20px;
  padding: 13px 32px;
  background-color: #f5b400;
  color: #1f1a17;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid #f5b400;
  font-family: "Alegreya", serif;
}

.about-btn:hover {
  background-color: #1f1a17;
  color: #f5b400;
  border-color: #f5b400;
}

.home-products-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e9e9e9;
}



.home-products-text-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
}

.home-products-left-info,
.home-products-right-info {
  width: 50%;
}

.home-products-left-info {
  padding-right: 70px;
}

.home-products-right-info {
  padding-left: 70px;
}

.home-products-left-info h4 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #1f1a17;
  padding: 7px 15px;
  border-radius: 5px;
}

.home-products-left-info h2 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  font-size: 40px;
  color: #1f1a17;
  margin-bottom: 5px;
}

.home-products-right-info p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #1f1a17;
  margin-top: 53px;
}

.home-products-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -15px;
}

.home-products-block {
  width: 25%;
  padding: 15px;
}

.home-products-bg {
  height: 320px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.home-products-bg img {
  margin-left: 30px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: white;
  object-fit: scale-down;
}

.home-products-block:hover .home-products-bg img {
  margin-left: 0;
}

.home-products-content {
  background-color: #f5b400;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.home-products-content h4 {
  font-size: 26px;
  font-style: normal;
  line-height: 34px;
  color: #1f1a17;
  font-family: "Alegreya", serif;
}

.home-products-content h4 a {
  color: #1f1a17;
}

.capabilities-main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.capabilities-flex {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}



.capabilities-info h4 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #1f1a17;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
}

.capabilities-info h2 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  font-size: 50px;
  color: #1f1a17;
  margin-bottom: 5px;
}

.capabilities-seven-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 30px;  */
  padding-top: 20px;
}

.capabilities-seven-block {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

.capabilities-seven-block:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.capabilities-seven-block.lastsecond {
  border-bottom: 1px solid #e7e7e7;
}

.capabilities-seven-left {
  flex: 0 0 60px;
  margin-right: 20px;
}

.capabilities-seven-left img {
  width: 100%;
  height: 60px;
  display: block;
}

.capabilities-seven-right {
  flex: 1;
}

.capabilities-seven-right h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #1f1a17;
  max-width: 350px;
  font-family: "Open Sans", sans-serif;
}

.home-contact-us-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.home-contact-us-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.home-contact-us-left {
  width: 45%;
  padding-right: 70px;
}

.home-contact-us-right {
  width: 55%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 60px 80px;
  border-radius: 10px;
  background-color: #f5b400;
}
.home-contact-us-left-text {
  margin-bottom: 30px;
}
.home-contact-us-left-text h3 {
  font-size: 50px;
  font-family: "Alegreya", serif;
  font-weight: 600;
  margin: 0;
  color: #1f1a17;
  /* max-width: 350px; */
  margin-bottom: 10px;
}
.home-contact-us-left p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #1f1a17;
  max-width: 550px;
}

.home-contact-us-info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.home-contact-us-info-block-img {
  background: #000;
  margin-bottom: 13px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  margin-right: 20px;
}

.home-contact-us-info-block-img img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.home-contact-us-info-block-information h2 {
  margin: 0;
  font-size: 22px;
  font-family: "Alegreya", serif;
  margin-bottom: 5px;
  font-weight: 600;
}

.home-contact-us-info-block-information h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  color: #1f1a17;
  margin: 5px 0 0 0;
}
.home-contact-us-info-block-information h3 a {
  color: #1f1a17;
}

.home-contact-right-inner h4 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #1f1a17;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
}

.home-contact-right-inner h2 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  font-size: 50px;
  color: #1f1a17;
  margin-bottom: 5px;
}

.form-inner {
  /* padding: 30px; */
  border-radius: 8px;
  /* background-color: #fff; */
  padding-top: 30px;
}

.form-inner form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-field {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.form-row .form-field {
  flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid #1f1a17;
  resize: vertical;
  font-size: 18px;
  background-color: unset;
  font-family: "Open Sans", sans-serif;
}

.form-field textarea {
  min-height: 120px;
  background-color: unset;
}
input::placeholder,
textarea::placeholder {
  color: #1f1a17;
  opacity: 1;
}

.form-btn input[type="submit"] {
  font-size: 20px;
  padding: 13px 32px;
  background-color: #1f1a17;
  color: #f5b400;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid #1f1a17;
  font-family: "Alegreya", serif;
}
.form-btn input[type="submit"]:hover {
  background-color: #fff;
  color: #1f1a17;
  border-color: #1f1a17;
}
.cta-section-main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

.cta-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-section-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.cta-section-info {
  position: relative;
  z-index: 1;
}
.cta-section-info-heading {
  font-size: 32px;
  font-weight: bold;
}
.cta-section-info h3 {
  margin: 0;
  font-size: 42px;
  font-family: "Alegreya", serif;
  margin-bottom: 10px;
  font-weight: bold;
}
.cta-section-info p {
  font-size: 26px;
  margin: 0 auto 30px;
  line-height: 1.6;
  color: #1f1a17;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.cta-section-btn a {
  font-size: 20px;
  padding: 13px 32px;
  background-color: #f5b400;
  color: #1f1a17;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 2px solid #f5b400;
  display: inline-block;
  font-family: "Alegreya", serif;
}

.cta-section-btn a:hover {
  background-color: #1f1a17;
  color: #f5b400;
  border-color: #f5b400;
}

.footer-main {
  padding-top: 70px;
  background: #1f1a17;
  position: relative;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.footer-logo {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-block p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 15px;
  max-width: 350px;
  font-family: "Open Sans", sans-serif;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.social-icons i:hover {
  background-color: #f5b400;
  color: #fff;
}

.footer-block h6 {
  font-weight: 700;
  font-size: 28px;
  color: #f5b400;
  margin-bottom: 10px;
  position: relative;
  font-family: "Alegreya", serif;
}

/* .footer-block h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: #f22e3a;
} */

.footer-block ul li {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all 0.35s;
  padding-top: 17px;
  position: relative;
  /* padding-left: 16px; */
  font-family: "Open Sans", sans-serif;
}

/* .footer-block ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #f22e3a;
    top: 25px;
} */

.footer-block.add ul li:first-child {
  align-items: flex-start;
}

.footer-block.add ul li {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.footer-block ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-block ul li a {
  color: #ffffff;
  position: relative;
}
.footer-block ul li a:hover {
  color: #f5b400;
}

.footer-block.add ul li::before {
  content: unset;
}

.footer-block.add ul li i {
  /* margin-right: 10px; */
  color: #f5b400;
}

.footer-copyright-main {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  /* border-top: 1px solid #e7e7e75c; */
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.footer-copyright p a{
  color: #f5b400;
}

/* .breadcrumbs-main {
    position: relative;
    background: #f5b400;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .breadcrumbs h1 {
    
  } */

.main-banner {
  position: relative;
}

.main-banner-bg {
  height: 300px;
  background-color: #000;
  position: relative;
}

.main-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner-bg::before {
  position: absolute;
  content: " ";
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-info .container-main {
  height: 100%;
}

.main-banner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
}

.main-banner-content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-family: "Alegreya", serif;
}

.about-banner-img {
  width: 50%;
  position: relative;
  z-index: 1;
}

.about-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact-us Page */

.contact-details-main {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f5f5f5;
}
.contact-details-main .container-main {
  max-width: 1020px;
}
.contact-details-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact-details-card {
  background-color: #f5f5f5;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 2px 2px 12px 4px #ccc;
}

.contact-details-card:nth-child(even) {
  background-color: #1f1a17;
}

.contact-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-details-card-img {
  background: #f5b400;
  border-radius: 50%;
  padding: 7px;
}

.contact-details-card-img img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.contact-details-card-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  color: #1f1a17;
  font-family: "Alegreya", serif;
  font-weight: 600;
  align-items: center;
}

.contact-details-card:nth-child(even) .contact-details-card-title {
  color: #fff;
}

.contact-details-card-content {
  margin-top: 30px;
}

.center-content {
  display: flex;
}

.contact-details-card-content p,
.contact-details-card-content p a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin: 0;
}

.contact-details-card:nth-child(even) .contact-details-card-content p,
.contact-details-card:nth-child(even) .contact-details-card-content p a {
  color: #fff;
}

.getQuote {
  padding: 100px 0px;
}
.getQuote .container-main {
  max-width: 1020px;
}

.getQuote-title h2 {
  font-size: 58px;
  line-height: 58px;
  font-weight: 500;
  color: #1f1a17;
  margin-bottom: 40px;
}

.getQuote-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.getQuote-form .form-field {
  flex: 1 1 calc(50% - 10px);
  position: relative;
  margin-bottom: 10px;
}

.getQuote-form .form-field.full-width {
  flex: 1 1 100%;
}

.getQuote-form .form-field input,
.getQuote-form .form-field textarea {
  border: unset;
  background: #f4f4f6;
  border-radius: 12px;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  outline: none;
}

.getQuote-form .form-field textarea {
  height: 100px;
  padding: 10px 20px;
  resize: vertical;
  width: 100%;
  border-radius: 12px;
}

.getQuote .form-btn input[type="submit"]:hover {
  background-color: #f5b400;
}

/* About us Page */
.about-us-page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-page-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-us-page-left,
.about-us-page-right {
  width: 50%;
}

.about-us-page-right h4 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1f1a17;
  width: max-content;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #1f1a17;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
}

.about-us-page-right h3 {
  font-family: "Alegreya", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  color: #1f1a17;
  margin-bottom: 20px;
}

.about-us-page-right p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #666666;
}
.about-us-page-right .about-us-small-heading{
    font-weight: 600;
    color: #1f1a17;
}
.about-us-page-right ul {
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .about-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
  }
  
  .about-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #f5b400;
    font-size: 18px;
    line-height: 1.6;
  }
  
.about-us-page-left {
  height: 500px;
}

.about-us-page-right {
  padding-left: 70px;
}


.mission-vision-card-main{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

.mission-vision-card-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .mission-vision-card-block {
    width: 33.33%;
    padding: 15px;
  }
  
  .mission-vision-card-inner {
    background-color: #f5b400;
    height: 100%;
    padding: 35px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  
  .mission-vision-card-block:nth-child(even) .mission-vision-card-inner {
    background-color: #1f1a17;
  }
  
  .mission-vision-card-icon {
    /* margin-bottom: 17px; */
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
  }
  
  .mission-vision-card-icon img {
    height: 70px;
    width: 70px;
    /* filter: invert(1); */
  }
  
  .mission-vision-card-inner h3 {
    font-family: "Alegreya", serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #1f1a17;
    width: max-content;
    margin-bottom: 5px;
  }
  
  .mission-vision-card-inner p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1f1a17;
    text-align: center;
  }
  
  .mission-vision-card-block:nth-child(even) .mission-vision-card-inner h3 {
    color: #f5b400;
  }
  
  .mission-vision-card-block:nth-child(even) .mission-vision-card-inner p {
    color: #f5b400;
  }

  .why-choose-us-right {
    padding-left: 70px;
  }


  /* Product Page */

  .products-page-main{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
  }

  /* Product-detail Page */

  .product-detail-page-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .product-detail-page-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .product-detail-page-left,
  .product-detail-page-right {
    width: 50%;
  }
  
  .product-detail-page-left {
    border: 1px solid #ccc;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product-detail-page-left img {
    object-fit: scale-down;
    max-width: 100%;
    max-height: 100%;
  }
  
  .product-detail-page-right {
    padding-left: 50px;
  }
  
  .product-detail-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
  }
  
  .more-product-details {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .product-detail-list {
    width: 45%;
  }
  
  .product-detail-list h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
  }
  
  .product-detail-list ul {
    list-style: disc;
    padding-left: 20px;
  }
  
  .product-detail-list li {
    position: relative;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    padding-left: 15px;
  }
  .product-detail-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000; 
    font-size: 24px;
    line-height: 1;
  }

  .table-content-main{
    /* padding-top: 100px; */
    padding-bottom: 100px;
  }
  .product-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Open Sans", sans-serif;
    margin-top: 40px;
  }

  .product-specs-table th,
  .product-specs-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }

  .product-specs-table th {
    background-color: #f5b400;
    color: #000;
    font-weight: bold;
  }

  .product-specs-table tr:nth-child(even) td {
    background-color: #fdf9ee;
  }

  .product-specs-table td:first-child {
    font-weight: bold;
    background-color: #f8f8f8;
    text-align: left;
  }


  .inquiry-form-main{
    background-color: #f5f5f5;
  }
  .inquiry-form-title h2{
    text-align: center;
  }
  .inquiry-form{
    background-color: #f5b400;
    padding: 25px;
    border-radius: 20px;
  }


  /* Blog Page */
 

  .blogs-page-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-blog-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .our-blog-block {
    width: 33.33%;
    padding: 15px;
    border-radius: 20px;
  }
  .blog-bg {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .blog-content {
    background-color: #f5f5f5;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
  .blog-content ul {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  
  .blog-content ul li,
  .read-more-btn a {
    font-size: 16px;
    font-weight: 500;
    color: #575a7b;
  }
  
  .blog-content ul li:last-child {
    color: #f5b400;
    position: relative;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
  
  .blog-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 15px;
  }
  
  .blog-content h4 a {
    color: #1f1f1f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  
  .read-more-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #f5b400;
    font-family: "Open Sans", sans-serif;
  }

  /* Blog-detail Page */
  .blog-detail-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .blog-detail-page {
    background: #fff;
    padding: 30px;
  }
  
  .blog-detail-page-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .blog-detail-left {
    width: 70%;
    padding-right: 40px;
  }
  
  .blog-detail-right {
    width: 30%;
  }
  
  .blog-main-image {
    margin-bottom: 20px;
  }
  
  .blog-main-image img {
    height: 500px;
    width: 100%;
    border-radius: 8px;
  }
  
  .blog-date h4 {
    font-size: 20px;
    font-weight: 600;
    /* margin-top: -5px; */
    margin-bottom: 10px;
    color: #f5b400;
  }
  
  .blog-heading {
    margin-bottom: 20px;
  }
  
  .blog-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #181717;
    margin: 0 auto;
  }
  
  .blog-detail-content p {
    margin-bottom: 15px;
    color: #555;
    font-family: "Open Sans", sans-serif;
  }
  
  .blog-tips-section {
    margin-top: 25px;
  }
  
  .tips-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #181717;
    font-family: "Open Sans", sans-serif;
  }
  
  .tips-list {
    padding-left: 20px;
    color: #444;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
  }
  
  .tips-list li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
  }
  
  .blog-detail-right-heading h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #181717;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    background-color: #f5b400;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
 
  
  .latest-blog-block {
    padding: 15px;
    margin-top: 10px;
  }
  
  .latest-blog-flex {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
  }
  
  .latest-blog-left {
    width: 40%;
    padding-right: 20px;
  }
  
  .latest-blog-left img {
    width: 100%;
    max-width: 200px;
  }
  
  .latest-blog-right {
    width: 60%;
  }
  .latest-blog-date{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
  }
  
  .latest-blog-date i {
    color: #f5b400;
    font-size: 16px;
  }
  
  .latest-blog-heading {
    margin-bottom: 5px;
  }
  
  .latest-blog-heading a h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #181717;
  }



  /* google-reviews */
  .google-reviews-main{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  

.google-bg {
    display: flex
;
    justify-content: center;
}

.google-bg {
    display: flex
;
    justify-content: center;
}
.google-bg img {
  width: 200px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.google-reviews h2{
  font-family: "Alegreya", serif;
  font-weight: bold;
  font-size: 40px;
  color: #1f1a17;
  margin-bottom: 10px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.google-reviews p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
}
.google-review-slider{
  position: relative;
  margin-top: 40px;
}
.google-review-slider .owl-carousel .owl-item,
.google-review-slider .owl-carousel .owl-stage {
  display: flex;
}
.client-logo-block{
  margin-bottom: 20px;
  width: 100%;
}
.review-box {
  padding: 30px;
  background-color: transparent;
  border: 2px solid #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.review-box p{
  text-align: unset;
}
.review-box .stars{
  margin-top: 15px;
  margin-bottom: 10px;
}
.review-box .stars img{
  width: 70px !important;
  margin: 0;
}
.profile-flex{
  display: flex;
  padding-top: 20px;
}
.profile-right h6{
  font-weight: 700;
  font-size: 22px;
  color: #1f1a17;
  margin-bottom: 10px;
  position: relative;
  font-family: "Alegreya", serif;
}
.why-choose-us-left{
  padding-left: 0px;
}
.blogdetail-content h1{
  font-size: 50px;
}

  
  

 
