@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.primary-header {
  background: #fff;
  background: linear-gradient(50deg, rgb(255, 255, 255) 47%, rgb(166, 42, 66) 45%);
}

.top-header {
  font-family: "Arial", sans-serif;
  /* Dropdown Section */
}
.top-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.top-header .top-bar p {
  margin: 0;
  font-size: 14px;
}
.top-header .top-bar .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: transparent !important;
  flex-wrap: wrap;
}
.top-header .top-bar .contact-info a {
  color: #fff;
  text-decoration: none;
}
.top-header .top-bar .contact-info a:hover {
  text-decoration: underline;
}
.top-header .top-bar .contact-info .social-icons {
  display: flex;
  gap: 10px;
}
.top-header .top-bar .contact-info .social-icons a {
  color: #fff;
  font-size: 16px;
}
.top-header .top-bar .contact-info .social-icons a:hover {
  color: #ffcc00;
}
.top-header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eaeaea;
}
.top-header .main-header .logo img {
  height: 120px;
}
.top-header .main-header .hamburger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.top-header .main-header .hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
}
.top-header .main-header .hamburger span:nth-child(1) {
  top: 0;
}
.top-header .main-header .hamburger span:nth-child(2) {
  top: 8px;
}
.top-header .main-header .hamburger span:nth-child(3) {
  top: 16px;
}
.top-header .main-header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.top-header .main-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.top-header .main-header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.top-header .main-header .links-button {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-header .main-header .links-button .nav-links {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.top-header .main-header .links-button .nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.top-header .main-header .links-button .nav-links a:hover {
  color: #a62a42;
}
.top-header .main-header .links-button .enquiry-button .btn {
  background-color: #a62a42;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.top-header .main-header .links-button .enquiry-button .btn:hover {
  background-color: #2c3e99;
}
.top-header .dropdown {
  position: relative;
}
.top-header .dropdown .dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-header .dropdown .dropdown-toggle i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.top-header .dropdown .dropdown-toggle.active i {
  transform: rotate(180deg);
}
.top-header .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 6px;
  padding: 8px 0;
}
.top-header .dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.top-header .dropdown .dropdown-menu a:hover {
  background: #f5f5f5;
  color: #007bff;
}
.top-header .dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 1200px) {
  .top-header .primary-header {
    background: linear-gradient(50deg, rgb(255, 255, 255) 41%, rgb(166, 42, 66) 38%);
  }
  .top-header .main-header {
    padding: 8px 8px !important;
  }
}
@media (max-width: 991px) {
  .top-header .primary-header {
    background: #a62a42 !important;
  }
  .top-header .dropdown:hover .dropdown-menu {
    display: none;
  }
  .top-header .dropdown.active .dropdown-menu {
    display: block !important;
    position: static;
    box-shadow: none;
    padding-left: 2rem;
    border: none;
    background: transparent;
  }
  .top-header .main-header {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
  }
  .top-header .main-header .hamburger {
    display: block;
  }
  .top-header .main-header .links-button {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    gap: 1rem;
  }
  .top-header .main-header .links-button .nav-links {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: flex-start !important;
    padding-left: 2rem;
  }
  .top-header .main-header .links-button .nav-links a {
    font-size: 16px;
    padding: 8px 0;
  }
  .top-header .main-header .links-button .enquiry-button {
    width: 100%;
    padding-left: 2rem;
  }
  .top-header .main-header .links-button .enquiry-button .btn {
    width: 30%;
    text-align: center;
  }
  .top-header .main-header .links-button.active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 10px;
    left: 0;
    top: 175px;
  }
}
@media (max-width: 480px) {
  .top-header .top-bar {
    display: none;
  }
  .top-header .main-header {
    padding: 5px 5px;
  }
  .top-header .logo img {
    height: 80px !important;
  }
  .top-header .links-button.active {
    top: 80px !important;
  }
  .top-header .nav-links a {
    font-size: 15px;
  }
  .top-header .enquiry-button .btn {
    font-size: 13px;
    padding: 6px 12px;
    width: 60% !important;
  }
}

.hero-section {
  background: #a62a42;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Poppins", sans-serif;
  overflow: hidden !important;
}
.hero-section .carousel-1 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/IMG-3842.jpeg) center/cover no-repeat;
  background-position: 100% 100% 100% 100%;
  padding: 2rem 0;
}
.hero-section .carousel-2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/EXPELLER-COLOUR.jpg) center/cover no-repeat;
  background-position: 100% 100% 100% 100%;
  padding: 2rem 0;
}
.hero-section .carousel-4 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/DOC\ LOOSE.jpg) center/cover no-repeat;
  background-position: 100% 100% 100% 100%;
  padding: 2rem 0;
}
.hero-section .carousel-3 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/Castor-Wax-MP-70-2.webp) center/cover no-repeat;
  background-position: 100% 100% 100% 100%;
  padding: 2rem 0;
}
.hero-section input,
.hero-section textarea {
  border: 2px solid #ccc;
  outline: none;
  transition: border 0.3s;
}
.hero-section input.error,
.hero-section textarea.error {
  border: 2px solid red !important;
}
.hero-section .hero-content {
  height: 100%;
}
.hero-section .hero-content .hero-image {
  width: 100%;
  text-align: right;
}
.hero-section .hero-content .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-section .hero-content .hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  height: 100%;
  align-content: center;
}
.hero-section .hero-content .hero-text span {
  color: #2c3e99;
}
.hero-section .slick-dots button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  background-color: transparent !important;
}
.hero-section .slick-dots button::before {
  content: none !important;
}
.hero-section .slick-dots .slick-active button {
  background-color: #fff !important;
}
.hero-section .slick-dots .slick-active button::before {
  content: none !important;
}

.form-bg {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.slick-dots {
  bottom: 0 !important;
  margin-bottom: 1rem !important;
}

input,
textarea {
  background-color: rgba(255, 255, 255, 0.2274509804) !important;
  padding: 6px 5px;
  border: 1px solid #fff;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 1rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

textarea {
  height: 50px !important;
  resize: none;
  color: #fff;
}

.form-control {
  color: #fff !important;
}

.bnr-btn {
  background-color: #a62a42;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 3rem !important;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  text-align: center;
}
.bnr-btn:hover {
  background-color: #671929;
  color: #fff;
}

.carousel-control-next {
  display: none;
}

.carousel-control-prev {
  display: none;
}

.banner-carousel {
  height: 600px !important;
}

.banner-carousel-item {
  display: flex !important;
  padding: 4rem 0;
  align-items: center;
  height: 100% !important;
}

.carousel-item > .container {
  display: flex;
  align-items: center;
  height: 100% !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero-section .banner-carousel {
    height: 850px !important;
  }
  .hero-section .carousel-control-next {
    display: flex !important;
  }
  .hero-section .carousel-control-prev {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .hero-section {
    padding: 0 !important;
  }
  .hero-section .banner-carousel {
    height: 850px !important;
  }
  .hero-section .hero-image img {
    height: 330px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .hero-section .carousel-control-next {
    display: flex !important;
  }
  .hero-section .carousel-control-prev {
    display: flex !important;
  }
  .hero-section .realize-form-input {
    line-height: normal;
  }
  .hero-section .bnr-btn {
    padding: 6px;
  }
}
.about-us {
  overflow: hidden !important;
}
.about-us .about-img img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .about-us .about-img img {
    height: 290px !important;
  }
}
.stats-section .stats-content {
  padding: 2rem;
  position: relative;
  border-radius: 20px;
  overflow: hidden !important;
  z-index: 1;
}
.stats-section .stats-content::before, .stats-section .stats-content::after {
  content: "";
  position: absolute;
  height: 28px;
  width: 100%;
  background-color: #4d111c;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.stats-section .stats-content::after {
  top: 65%;
  height: 12px;
}
.stats-section .stats-content .stat-box {
  background-color: #4d111c;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  z-index: 2;
}
.stats-section .stats-content .stat-box h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.stats-section .stats-content .stat-box p {
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .stats-section .stats-content::before, .stats-section .stats-content::after {
    display: none;
  }
  .stats-section .stats-content::after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .stats-section .stats-content {
    border-radius: 0 !important;
  }
  .stats-section .stats-content::before, .stats-section .stats-content::after {
    display: none;
  }
  .stats-section .stats-content::after {
    display: none;
  }
}
.product-section {
  text-align: center;
  overflow: hidden !important;
}
.product-section .product-card {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  border: 0;
}
.product-section .product-card:hover {
  transform: translateY(-5px);
}
.product-section .product-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.85);
}
.product-section .product-card .product-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, black -20%, transparent 90%);
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.product-section .product-btn {
  padding: 0.8rem 2rem;
  background-color: #a62a42;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}
.product-section .product-btn:hover {
  background-color: #354bb8;
}

.gallery-section {
  overflow: hidden !important;
  text-align: center;
}
.gallery-section .gallery-controls {
  margin-bottom: 20px;
}
.gallery-section .gallery-controls .custom-tabs {
  display: inline-flex;
  background-color: #e0e0e0;
  border-radius: 30px;
  padding: 6px;
  margin: 0 auto;
}
.gallery-section .gallery-controls .custom-tabs .nav-link {
  color: #333;
  margin: 0 5px;
  border-radius: 30px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.gallery-section .gallery-controls .custom-tabs .nav-link.active {
  background-color: #a62a42;
  color: #fff;
  box-shadow: 0 4px 8px rgba(71, 102, 217, 0.3);
}
.gallery-section .gallery-controls .custom-tabs .nav-link:hover:not(.active) {
  background-color: rgb(211.25, 211.25, 211.25);
}
.gallery-section .gallery.row {
  display: none;
}
.gallery-section .gallery.row.active {
  display: flex !important;
  justify-content: center !important;
}
.gallery-section .gallery {
  display: flex;
  margin-top: 15px;
}
.gallery-section .gallery-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.gallery-section .gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.gallery-section .gallery-item-inner {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.gallery-section .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 8px 8px 0 0;
}
.gallery-section .gallery-item img:hover {
  transform: scale(1.1);
}
.gallery-section .gallery-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 102, 217, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 8px 8px 0 0;
}
.gallery-section .gallery-item:hover .gallery-section .gallery-item-overlay {
  opacity: 1;
}
.gallery-section .gallery-item-overlay i {
  color: white;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
.gallery-section .gallery-item:hover .gallery-section .gallery-item-overlay i {
  transform: scale(1.2);
}
.gallery-section .gallery-item-info {
  padding: 20px;
  text-align: center;
  background: #fff;
}
.gallery-section .gallery-item-info h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.gallery-section .category {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: #a62a42;
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gallery-section .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.gallery-section .lightbox.active {
  opacity: 1;
  visibility: visible;
}
.gallery-section .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.gallery-section .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.gallery-section .lightbox-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}
.gallery-section .lightbox-info {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #ccc;
  font-size: 14px;
}
.gallery-section .lightbox button {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.gallery-section .lightbox button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.gallery-section .lightbox button:focus {
  outline: none;
}
.gallery-section .lightbox-close {
  top: 30px;
  right: 30px;
}
.gallery-section .lightbox-prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-section .lightbox-next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-section .lightbox-zoom-in {
  bottom: 30px;
  right: 100px;
}
.gallery-section .lightbox-zoom-out {
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 992px) {
  .gallery-section .gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section {
    padding: 60px 0;
  }
  .gallery-section .main-title {
    font-size: 30px;
  }
  .gallery-section .gallery {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
  }
  .gallery-section .lightbox-content {
    max-width: 95%;
  }
  .gallery-section .lightbox button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .gallery-section .lightbox-close {
    top: 15px;
    right: 15px;
  }
  .gallery-section .lightbox-prev {
    left: 15px;
  }
  .gallery-section .lightbox-next {
    right: 15px;
  }
  .gallery-section .lightbox-zoom-in {
    bottom: 15px;
    right: 70px;
  }
  .gallery-section .lightbox-zoom-out {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .gallery-section {
    padding: 40px 0;
  }
  .gallery-section .main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .gallery-section .gallery-controls {
    margin-bottom: 30px;
  }
  .gallery-section .gallery-controls .custom-tabs {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    gap: 10px;
  }
  .gallery-section .gallery-controls .custom-tabs .nav-link {
    margin: 0;
    background-color: rgba(71, 102, 217, 0.1);
    width: 100%;
    border-radius: 5px;
  }
  .gallery-section .gallery-controls .custom-tabs .nav-link.active {
    background-color: #a62a42;
  }
  .gallery-section .gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gallery-section .gallery-item-inner {
    padding-top: 70%;
  }
  .gallery-section .lightbox-prev, .gallery-section .lightbox-next, .gallery-section .lightbox-zoom-in, .gallery-section .lightbox-zoom-out {
    display: none;
  }
  .gallery-section .lightbox-caption {
    font-size: 16px;
    bottom: -50px;
  }
  .gallery-section .lightbox-info {
    font-size: 12px;
    bottom: -90px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.certificates-section {
  text-align: center;
  padding: 2rem 0 0 0;
  overflow: hidden !important;
}
.certificates-section h2 {
  color: #a62a42;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.certificates-section .card {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  margin-right: 60px;
  padding: 10px;
  background-color: transparent !important;
  border: none !important;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
}
.certificates-section .certificates-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9rem;
  margin-bottom: 30px;
}
.certificates-section .certificates-logos img {
  max-width: 140px;
  height: 110px;
  transition: transform 0.3s ease;
}
.certificates-section .certificates-logos img:hover {
  transform: scale(1.1);
}
.certificates-section .view-button button {
  background-color: #a62a42;
  color: #fff;
  font-size: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.certificates-section .view-button button:hover {
  background-color: #354bd2;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .certificates-section .certificates-logos {
    gap: 2rem;
  }
}
.scroll-container {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.scroller {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  border-radius: 10px;
  width: 100%; /* Ensures container uses the full width of the parent */
  max-width: 1400px; /* Adjust the maximum width to hold more cards */
  /* Hide the scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.card h3 {
  margin: 10px 0;
}

.card p {
  font-size: 14px;
  color: #555;
  margin: 0;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.card:hover {
  transform: scale(1.05);
}

.scroll-btn {
  /* Hide the buttons initially */
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.clientele-section {
  text-align: center;
  overflow: hidden !important;
  height: 350px;
  /* Slick Slider Styles */
  /* Slick Navigation Arrows */
  /* Slick Dots Customization */
}
.clientele-section .clientele-logos {
  width: 100%;
  margin-bottom: 30px;
}
.clientele-section .logo-item {
  padding: 20px;
  height: 150px;
  text-align: center;
}
.clientele-section .clientele-logos img {
  max-width: 140px;
  height: 110px;
  transition: transform 0.3s ease;
  margin: 0 auto;
  display: block;
}
.clientele-section .clientele-logos img:hover {
  transform: scale(1.1);
}
.clientele-section .slick-prev,
.clientele-section .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}
.clientele-section .slick-prev {
  left: -50px;
}
.clientele-section .slick-next {
  right: -50px;
}
.clientele-section .slick-prev:before,
.clientele-section .slick-next:before {
  font-size: 40px;
  color: var(--primary-color);
  opacity: 0.7;
}
.clientele-section .slick-prev:hover:before,
.clientele-section .slick-next:hover:before {
  opacity: 1;
}
.clientele-section .slick-dots {
  bottom: -50px !important;
}
.clientele-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}
.clientele-section .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.clientele-section .slick-dots li button:before {
  content: none !important;
}
.clientele-section .slick-dots .slick-active {
  background-color: #a62a42 !important;
  border-color: var(--primary-color);
}
.clientele-section .view-button {
  margin-top: 60px;
}
.clientele-section .view-button button {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.clientele-section .view-button button:hover {
  background-color: var(--secondary-color);
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-title {
    font-size: 1.8rem;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .clientele-logos img {
    max-width: 120px;
    height: 90px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.applications-section {
  text-align: center;
  color: white;
  overflow: hidden !important;
}
.applications-section .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.applications-section .applications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  justify-items: center;
}
.applications-section .applications-grid .application-card {
  border-radius: 1.5rem;
  width: 100%;
  color: #1e1e1e;
  transition: transform 0.2s ease;
}
.applications-section .applications-grid .application-card:hover {
  transform: translateY(-5px);
}
.applications-section .applications-grid .application-card img {
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.applications-section .applications-grid .application-card p {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .applications-grid {
    grid-template-columns: 1fr !important;
  }
}
.start-building-sec {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/IMG-8245.jpeg) center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
  margin: 3rem 0 0 0;
}
.start-building-sec_content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.start-building-sec_heading {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.start-building-sec_desc {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.start-building-sec_input-box {
  position: relative;
}
.start-building-sec_email-input {
  min-width: 400px;
  width: 100%;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
}
.start-building-sec_email-input::-moz-placeholder {
  font-size: 14px;
  color: #ffffff;
}
.start-building-sec_email-input::placeholder {
  font-size: 14px;
  color: #ffffff;
}
.start-building-sec_email-input:focus {
  outline: none;
  box-shadow: none;
}
.start-building-sec .just-validate-error-field {
  border: 1px solid #ff0000;
}
.start-building-sec .just-validate-error-label {
  display: none;
}
.start-building-sec_get-started {
  background: #a62a42;
  padding: 8px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  position: absolute;
  right: 1%;
  top: 15%;
  z-index: 1;
}

.start-building-sec_email-input.error {
  border: 2px solid #ff0000 !important;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.3) !important;
}

.start-building-sec_email-input.focused {
  border: 2px solid #a62a42 !important;
  box-shadow: 0 0 5px rgba(166, 42, 66, 0.3) !important;
}

.schedule-success-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* Optional: Style the button on hover/focus */
.start-building-sec_get-started:hover {
  background: #8c2238 !important;
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

.start-building-sec_get-started:active {
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 1199.96px) {
  .start-building-sec {
    padding: 2rem 0rem;
  }
  .start-building-sec_heading {
    font-size: 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 576.96px) {
  .start-building-sec_heading {
    font-size: 25px;
  }
  .start-building-sec .start-building-sec_email-input {
    min-width: 275px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.manufacturing-section {
  text-align: center;
  background-color: #fff;
  overflow: hidden !important;
}
.manufacturing-section .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
.manufacturing-section .title span {
  display: block;
  font-size: 33px;
  font-weight: 700;
  margin-top: 10px;
}
.manufacturing-section .feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.manufacturing-section .feature-grid .feature-box {
  background-color: #f0eeee;
  padding: 30px 20px;
  width: 160px;
  border-radius: 20px;
  text-align: center;
}
.manufacturing-section .feature-grid .feature-box img {
  height: 65px;
  margin-bottom: 15px;
}
.manufacturing-section .feature-grid .feature-box p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.manufacturing-section .feature-grid .feature-box:hover {
  background-color: #a62a42;
}
.manufacturing-section .feature-grid .feature-box:hover p {
  color: #fff;
}
.manufacturing-section .feature-grid .feature-box:hover img {
  filter: brightness(0) invert(1);
}

.whatsapp-icon i {
  width: 100%;
  background-color: #26a721;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon a {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
}

.facebook-icon i {
  width: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.facebook-icon a {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 9999;
}

.instagram-icon i {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.instagram-icon a {
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 9999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.footer-section {
  background-color: #a62a42;
  color: #fff;
  overflow: hidden !important;
}

.footer-section h4 {
  font-weight: 700;
  font-size: 1.6rem;
}

.email-pad {
  margin-bottom: 2.2rem;
}

.call-pad {
  margin-bottom: 0.8rem;
}

.quick-links:hover {
  color: #ffcc00 !important;
}

.footer-logo {
  background-color: #fff;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 215px;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
}

.error-text {
  font-size: 0.9rem;
  color: #ffcccc;
}

.custom-input.error {
  border: 1px solid red !important;
}

.footer-col h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}

.footer-col ul {
  padding: 0;
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffcc00;
}

.contact-form .enquiry-btn {
  background-color: #fff;
  color: #a62a42;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 3rem;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .enquiry-btn:hover {
  background-color: #6f1a2a;
  color: #fff;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  background-color: #4f131f;
  border: none;
  padding: 12px 15px;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 5px;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.contact-form button {
  background-color: #fff;
  color: #a62a42;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 3rem !important;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background-color: #6f1a2a;
  color: #fff;
}

/* Modal Styles */
.modal-content {
  border-radius: 10px;
  border: none;
}

.modal-header {
  background-color: #a62a42;
  color: white;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.modal-body {
  padding: 2rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000 !important;
  padding: 10px 15px;
  width: 100%;
}

.btn-primary {
  background-color: #a62a42 !important;
  border-color: #a62a42 !important;
  padding: 10px 20px;
  border-radius: 3rem;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #651828 !important;
  border-color: #651828 !important;
}

.attachment-btn {
  background-color: #f8f9fa;
  border: 1px dashed #ddd;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 1rem;
}

.attachment-btn:hover {
  background-color: #e9ecef;
}

.contact-info {
  background-color: #f8f9fa;
  border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-section {
    margin: 1rem 0 0;
  }
  .footer-col h4 {
    margin-bottom: 5px !important;
  }
}
.about-us-banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/Manufacturing-4.jpg);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}
.about-us-banner_header {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.about-us-banner_header span {
  color: #146FF4;
}
.about-us-banner_subtitle {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
.about-us-banner_btn {
  font-size: 1rem;
  background-color: #146FF4;
  padding: 0.5rem 1.2rem;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.about-us-banner_btn:hover {
  color: #fff;
}
.about-us-banner-2 {
  background-image: url(../../img/about-us/about-us-banner-bg.webp);
  background-position: right;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-us-banner {
    padding: 3rem 0 3rem;
  }
  .about-us-banner_header {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .about-us-banner_subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .about-us-banner_image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .about-us-banner {
    padding: 2rem 0 2rem;
  }
  .about-us-banner_header {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .about-us-banner_subtitle {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .about-us-banner_image {
    margin-bottom: 0;
  }
  .about-us-banner_image img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-us-banner-2 {
    background-image: url(../../img/about-us/about-us-banner-bg.jpg);
    background-position: right;
  }
}
.why-us {
  padding: 60px 20px;
}
.why-us .container {
  margin: 0 auto;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 40px;
  padding: 3rem;
}
.why-us .card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: left;
  height: 100%;
}
.why-us .card .card-title {
  background: #a62a42;
  color: white;
  padding: 15px 10px;
  border-radius: 6px 6px 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: -20px -20px 10px -20px;
}
.why-us .card .card-text {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .why-us {
    padding: 1rem 0rem;
  }
  .why-us .container {
    padding: 1rem;
  }
  .why-us .card-title {
    font-size: 1.2rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.testimonials-wrap {
  padding: 0 0 2rem 0rem;
}
.testimonials-wrap .testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #a62a42;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.testimonials-wrap .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  min-width: 60px;
  background-size: 100%;
}
.testimonials-wrap .carousel-testimonial .item {
  padding: 30px 10px;
}
.testimonials-wrap .quote {
  color: #fff;
  font-size: 50px;
}
.testimonials-wrap .name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 1rem;
}
.testimonials-wrap .position {
  color: #dddcdc;
  font-size: 14px;
}
.testimonials-wrap .carousel-testimonial .owl-nav {
  text-align: center;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next,
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev {
  background-color: #a62a42;
  margin: 1rem;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.testimonials-wrap .carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next span,
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 50px;
  vertical-align: 0px;
  line-height: 16px;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next.disabled,
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.abt-page-map {
  background-color: #F7F7F7;
  padding: 2rem 0rem;
  /* Final Correct Dot Positions */
}
.abt-page-map .map-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.abt-page-map .world-map {
  width: 100%;
  display: block;
  height: auto;
}
.abt-page-map .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #800000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 103, 204, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(76, 103, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 103, 204, 0);
  }
}
.abt-page-map .usa {
  top: 44%;
  left: 20.5%;
}
.abt-page-map .canada {
  top: 30%;
  left: 19%;
}
.abt-page-map .mexico {
  top: 54.5%;
  left: 18%;
}
.abt-page-map .brazil {
  top: 69.5%;
  left: 30.2%;
}
.abt-page-map .argentina {
  top: 84.5%;
  left: 29.5%;
}
.abt-page-map .uk {
  top: 38.3%;
  left: 47.2%;
}
.abt-page-map .france {
  top: 45.5%;
  left: 49%;
}
.abt-page-map .germany {
  top: 42%;
  left: 50%;
}
.abt-page-map .spain {
  top: 49%;
  left: 47.2%;
}
.abt-page-map .italy {
  top: 48.5%;
  left: 51.5%;
}
.abt-page-map .belgium {
  top: 41.6%;
  left: 49.2%;
}
.abt-page-map .netherlands {
  top: 40.5%;
  left: 49%;
}
.abt-page-map .turkey {
  top: 48%;
  left: 57.5%;
}
.abt-page-map .russia {
  top: 32.5%;
  left: 66.5%;
}
.abt-page-map .china {
  top: 48.5%;
  left: 72.8%;
}
.abt-page-map .japan {
  top: 49%;
  left: 87.2%;
}
.abt-page-map .southkorea {
  top: 32%;
  left: 89.5%;
}
.abt-page-map .taiwan {
  top: 55.2%;
  left: 83%;
}
.abt-page-map .india {
  top: 56%;
  left: 70%;
}
.abt-page-map .thailand {
  top: 60%;
  left: 77%;
}
.abt-page-map .malaysia {
  top: 66.5%;
  left: 77.8%;
}
.abt-page-map .singapore {
  top: 68.2%;
  left: 78%;
}
.abt-page-map .uae {
  top: 48%;
  left: 60.5%;
}
.abt-page-map .iran {
  top: 53.5%;
  left: 63.5%;
}
.abt-page-map .saudiarabia {
  top: 55%;
  left: 59.5%;
}
.abt-page-map .egypt {
  top: 42%;
  left: 54.3%;
}
.abt-page-map .kenya {
  top: 58.8%;
  left: 58%;
}
.abt-page-map .southafrica {
  top: 82.2%;
  left: 55.5%;
}
.abt-page-map .australia {
  top: 84.5%;
  left: 87.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.product-banner-1 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/EXPELLER-COLOUR.jpg);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}

.product-banner-2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/Castor-Wax-MP-70-2.webp);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}

.product-banner-3 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/DOC\ LOOSE.jpg);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.products-tab {
  padding: 3em 0em 0em 0em;
}
.products-tab .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 0.7rem;
}
.products-tab .tab-btn {
  flex: 1 1 auto;
  padding: 12px 15px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  border-radius: 25px;
  transition: background 0.3s;
}
.products-tab .tab-btn.active {
  background-color: #6f1a2a;
  color: white;
}
.products-tab .tab-content {
  display: none;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
}
.products-tab .tab-content.active {
  display: block;
}
@media (max-width: 600px) {
  .products-tab .tabs {
    flex-direction: column;
    border-radius: 20px !important;
  }
  .products-tab .tab-btn {
    text-align: left;
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.product-accordion {
  padding: 3em 0em;
}
.product-accordion__content {
  height: 100%;
  align-content: center;
}
.product-accordion .container {
  background-color: #a62a42;
  border-radius: 2rem;
  padding: 2rem;
}
.product-accordion .accordion {
  max-width: 600px;
  margin: auto;
}
.product-accordion .accordion-item {
  background-color: #6f1a2a;
  color: #fff;
  margin: 10px 0;
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.3s ease;
}
.product-accordion .accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-accordion .accordion-content {
  display: none;
  background-color: #ffffff;
  color: #a62a42;
  padding: 15px 20px;
  font-size: 15px;
}
.product-accordion .accordion-item.active .accordion-content {
  display: block;
}
.product-accordion .download-link {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  color: #ffffff;
}
.product-accordion .accordion-item.active .download-link {
  color: #6f1a2a;
}
@media screen and (max-width: 600px) {
  .product-accordion .accordion-header {
    font-size: 16px;
    padding: 12px;
  }
  .product-accordion .container {
    border-radius: 0rem !important;
  }
  .product-accordion .accordion-content {
    font-size: 14px;
    padding: 12px;
  }
}

/* PDF Modal Styling */
.pdf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.pdf-modal-content {
  background: #fff;
  margin: auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pdf-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1rem;
}

.close-btn {
  color: #a62a42;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  padding: 10px 20px;
  cursor: pointer;
}

.close-btn:hover {
  color: #6f1a2a;
}

.elementor-widget-wrap {
  padding-bottom: 3rem;
}

.elementor-widget-text-editor .container {
  overflow-x: auto;
}
.elementor-widget-text-editor table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
}
.elementor-widget-text-editor table th,
.elementor-widget-text-editor table td {
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.elementor-widget-text-editor table th {
  background-color: #f4f6fa;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.elementor-widget-text-editor table tr:nth-child(even) {
  background-color: #fafafa;
}
.elementor-widget-text-editor table tr:hover {
  background-color: #f1f5ff;
  transition: background 0.3s ease;
}
.elementor-widget-text-editor table tr:first-child,
.elementor-widget-text-editor table tr:nth-child(2) {
  background-color: #eaf1ff;
  font-weight: 600;
}
.elementor-widget-text-editor table td:nth-child(1),
.elementor-widget-text-editor table td:nth-child(3) {
  font-family: "Roboto Mono", monospace;
  text-align: center;
  font-weight: 500;
}
.elementor-widget-text-editor table td:nth-child(2) {
  font-weight: 500;
  color: #222;
}
.elementor-widget-text-editor table td:contains("–") {
  color: #999;
  font-style: italic;
}
@media (max-width: 768px) {
  .elementor-widget-text-editor table {
    font-size: 13px;
  }
  .elementor-widget-text-editor table th,
  .elementor-widget-text-editor table td {
    padding: 8px 10px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.contact-banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/OIL\ TANKS.jpg);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.contact-section {
  padding: 3rem 0rem;
}
.contact-section .form-control {
  color: #fff !important;
}
.contact-section .contact-form {
  background-color: #222;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}
.contact-section .contact-form .form-control,
.contact-section .contact-form .form-select {
  background-color: #f4f4f4;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 0.7rem;
}
.contact-section .contact-form .btn-yellow {
  background-color: #ffc800;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
}
.contact-section .contact-form .btn-yellow:hover {
  background-color: #e6b800;
}
.contact-section iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
  border-radius: 10px;
}

canvas {
  max-width: 100%;
  background: white;
  border-radius: 10px;
}

.captcha-form {
  display: contents;
}

/* Form Container */
#captcha-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

#captcha-form:hover {
  transform: translateY(-3px);
}

/* Labels */
#captcha-form .form-label {
  font-weight: 600;
  color: #495057;
}

/* Inputs & Textarea */
#captcha-form .form-control {
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#captcha-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.4);
}

/* Textarea Height */
#captcha-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Captcha Section */
#captcha-form canvas {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  background: #f8f9fa;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}

#captcha-form #refresh-captcha {
  border-radius: 10px;
  padding: 12px 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

#captcha-form #refresh-captcha:hover {
  background: #495057;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .captcha-box {
    width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.secondary-header {
  border-bottom: 1px solid #eaeaea;
}

section {
  overflow: hidden !important;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem !important;
  color: #000;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #a62a42;
}

.sub-title2__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #fff;
}

.about-circle {
  background-image: url(../img/about-circle.png), url(../img/about-circle.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: right 5% top 10%, left 2% bottom 10%;
}

.footer-pad {
  padding: 0 45px;
}

.fluid-img {
  max-width: 100% !important;
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sec-pad {
  padding: 3rem 0;
}

.sec-marg {
  margin: 2rem 0;
}

.border-r {
  border-radius: 3rem !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-pad {
    padding: 3rem 0 !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2.5rem !important;
  }
  .banner-description {
    font-size: 1.1rem !important;
  }
  .main-title {
    font-size: 2rem !important;
  }
  .main-desc {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .sec-pad {
    padding: 2rem 0;
  }
  .sec-pad .row {
    row-gap: 5px !important;
  }
  .sec-marg {
    margin: 0 !important;
  }
  .footer-pad {
    padding: 0px !important;
  }
  .banner-title {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .bg-container {
    border-radius: 0 !important;
    padding: 2rem 1rem !important;
  }
  .banner-description {
    font-size: 1rem !important;
  }
  .main-title {
    font-size: 1.8rem !important;
  }
  .main-desc {
    font-size: 1rem !important;
  }
}
.bg-blue {
  background-color: #a62a42;
}

.bg-container {
  background-color: #a62a42;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  /* optional, for better word spacing */
}

.text_center {
  align-content: center;
}

.cta-btn {
  margin-top: 0px;
  padding: 5px 24px;
  border: none;
  background: #fff;
  color: #a62a42;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn:hover {
  background: #9b3838;
  color: #fff !important;
}

.sec-btn {
  margin-top: 0px;
  padding: 0.8rem 1rem;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec-btn:hover {
  background: #d9d9d9;
  color: #fff !important;
}

.info-section {
  padding: 3rem 0;
  color: #fff;
}
.info-section .info-box {
  background-color: #a62a42;
  border-radius: 8px;
  text-align: center;
  padding: 30px 20px;
  height: 100%;
}
.info-section .info-box i {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
}
.info-section .info-box h5 {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.info-section .info-box a {
  color: #fff;
  text-decoration: none;
}
.info-section .social-icons a {
  padding-right: 1rem;
  font-size: 20px;
}

.infrastructure-banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.27)), url(../img/factory/IMG-8245.jpeg);
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  transition: all 500ms linear;
  position: relative;
  z-index: 0;
}
.infrastructure-banner_header {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.infrastructure-banner_header span {
  color: #146FF4;
}
.infrastructure-banner_subtitle {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
.infrastructure-banner_btn {
  font-size: 1rem;
  background-color: #146FF4;
  padding: 0.5rem 1.2rem;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.infrastructure-banner_btn:hover {
  color: #fff;
}
.about-us-banner-2 {
  background-image: url(../../img/about-us/about-us-banner-bg.webp);
  background-position: right;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .infrastructure-banner {
    padding: 3rem 0 3rem;
  }
  .infrastructure-banner_header {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .infrastructure-banner_subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .infrastructure-banner_image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .infrastructure-banner {
    padding: 2rem 0 2rem;
  }
  .infrastructure-banner_header {
    font-size: 1.6rem !important;
    margin-bottom: 0.8rem;
  }
  .infrastructure-banner_subtitle {
    font-size: 1rem !important;
    margin-bottom: 0.8rem;
  }
  .infrastructure-banner_image {
    margin-bottom: 0;
  }
  .infrastructure-banner_image img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-us-banner-2 {
    background-image: url(../../img/about-us/about-us-banner-bg.jpg);
    background-position: right;
  }
}
.process-section {
  display: flex;
  align-items: anchor-center;
  /* padding: 80px 5%; */
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.process-section .container {
  position: relative;
}

.process-left {
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  color: #fff;
}

.process_heading {
  margin-bottom: 3rem !important;
}

.process-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6e192a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: transform 0.3s;
}

.icon-circle img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.step-label {
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 12px 25px;
  border-radius: 12px;
  width: 230px;
  padding: 1rem;
}

.process-step.active .step-label {
  background: #6e192a;
  color: #fff;
}

.process-step.active .icon-circle {
  transform: scale(1.1);
}

.process-right {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  width: 100%;
  transition: all 0.3s ease;
}

/* === Curved process step layout === */
.process-left {
  position: relative;
}

.process-step {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}

/* Use nth-child to create the curved effect */
.process-step:nth-child(1) {
  transform: translateX(0px);
}

.process-step:nth-child(2) {
  transform: translateX(30px);
}

.process-step:nth-child(3) {
  transform: translateX(60px);
}

.process-step:nth-child(4) {
  transform: translateX(30px);
}

.process-step:nth-child(5) {
  transform: translateX(0px);
}

.purple-circle {
  position: absolute;
  top: 13%;
  left: -30%;
  width: 450px;
  height: 450px;
  background-color: #ddd;
  border-radius: 50%;
  z-index: 0;
  background: #a62a42;
}

@media (max-width: 991px) {
  .process-section {
    flex-direction: column;
    align-items: center;
  }
  .process_heading {
    margin-bottom: 1rem !important;
  }
  .process-left {
    width: 100%;
    border-radius: 0 0 250px 250px;
    height: 100%;
    align-content: center;
    position: relative;
  }
  .process-right {
    width: 100%;
    margin-top: 30px;
  }
  .icon-circle {
    width: 60px;
    height: 50px;
  }
  .icon-circle img {
    width: 25px;
    height: 25px;
    filter: invert(1);
  }
  .process-step {
    justify-content: center;
    margin-bottom: 15px;
  }
  .purple-circle {
    display: none;
  }
  .process-step:nth-child(1) {
    transform: translateX(0px);
  }
  .process-step:nth-child(2) {
    transform: translateX(0px);
  }
  .process-step:nth-child(3) {
    transform: translateX(0px);
  }
  .process-step:nth-child(4) {
    transform: translateX(0px);
  }
  .process-step:nth-child(5) {
    transform: translateX(0px);
  }
  .process-left::before {
    content: "";
    position: absolute;
    left: 23px !important;
    top: 49px;
    bottom: 64px;
    width: 4px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  .step-label {
    padding: 8px 20px;
    width: 100% !important;
  }
}
@media screen and (min-width: 1400px) {
  .purple-circle {
    position: absolute;
    top: 14%;
    left: -29%;
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .purple-circle {
    position: absolute;
    top: 14%;
    left: -35%;
    width: 450px;
    height: 450px;
  }
}
.achievements-section {
  background-color: #a62a42;
  color: #ffffff;
}
.achievements-section .achievements-subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.5;
}
.achievements-section .achievements-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.achievements-section .achievements-grid .achievement-box {
  background-color: #6e192a;
  padding: 20px 30px;
  border-radius: 12px;
  width: 200px;
  text-align: center;
}
.achievements-section .achievements-grid .achievement-box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.achievements-section .achievements-grid .achievement-box p {
  margin-top: 10px;
  font-size: 0.95rem;
}

.achievement-box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.process_tab-section {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  /* Buttons Area */
  /* Popup Modal Style */
  /* Animations */
}
.process_tab-section .process_tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.process_tab-section .process_tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.process_tab-section .process_tab-buttons .left-buttons {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.process_tab-section .process_tab-buttons .right-buttons {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.process_tab-section .process_tab-buttons .process_tab-btn {
  width: 300px;
  padding: 14px 20px;
  height: 68px;
  border: none;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #a62a42;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.process_tab-section .process_tab-buttons .process_tab-btn:hover {
  background: #631827;
  transform: translateY(-2px);
}
.process_tab-section .process_tab-buttons .process_tab-btn.active {
  background: #fff;
  color: #a62a42;
  border: 2px solid #a62a42;
}
.process_tab-section .process_tab-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.3s ease;
}
.process_tab-section .process_tab-popup.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}
.process_tab-section .process_tab-popup .popup-inner {
  position: relative;
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  max-width: 1030px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  animation: popupIn 0.3s ease;
}
.process_tab-section .process_tab-popup .popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease;
}
.process_tab-section .process_tab-popup .popup-close:hover {
  color: #e74c3c;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .process_tab-section .popup-inner {
    width: 90%;
    padding: 30px;
  }
}/*# sourceMappingURL=main.css.map */