@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --tx-font-family: "Urbanist", sans-serif;
  --tx-primary-color: #d00000;
  --tx-htag-color: #212529;
  --tx-body-font: #777;
  --tx-navy-blue: #00215E;
  --tx-teal: #4793AF;
  --white-color: #fff;
  --bg-footer: #1f2220;
  --tx-transition: all 0.3s ease-in-out;
  --tx-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

body {
  font-family: var(--tx-font-family);
  line-height: 1.5;
  color: var(--tx-body-font);
  font-weight: 400;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tx-htag-color);
  font-weight: 600;
}

b,
strong {
  font-weight: 700;
}

.text-left {
  text-align: left !important;
}

.bg-grey {
  background: #efefef;
}

.match-box {
  display: flex;
  flex-wrap: wrap;
}

.dflex {
  display: flex;
  flex-direction: column;
}

.ms-card {
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-card {
  display: flex;
}

@media (max-width: 1199.99px) {
  .menu-card {
    flex-direction: column;
  }
}

.menu-card.features-card {
  min-width: 580px;
  max-width: 580px;
}

.menu-card.reports-card {
  min-width: 295px;
  max-width: 295px;
}

.menu-card.polymers-card {
  min-width: 210px;
  max-width: 210px;
}

@media (max-width: 1199.99px) {
  .menu-card.polymers-card {
    min-width: 100%;
    max-width: 100%;
  }
}

.menu-card.single-card {
  min-width: 100%;
  max-width: 100%;
}

.menu-card.enterprise-card {
  min-width: 290px;
  max-width: 290px;
}

@media (max-width: 1199.99px) {
  .menu-card.enterprise-card {
    min-width: 100%;
    max-width: 100%;
  }
}

.menu-card.custom-ai-card {
  padding: 0 12px;
}

.menu-card.hr-line {
  width: 1px;
  background: #DDE2E9;
}

@media (max-width: 1199.98px) {
  .menu-card.hr-line {
    display: none;
  }
}

.menu-card h3 {
  margin-bottom: 5px;
  font-size: 18px;
  padding: 0 12px;
  text-transform: uppercase;
}

.menu-card h3 a {
  color: var(--tx-htag-color);
  font-size: 18px;
  transition: color 0.2s ease;
  font-family: var(--tx-poppins-500);
  font-weight: 500;
}

.menu-card h3 a:hover {
  color: var(--tx-theme-color);
}

.px-menu {
  width: 285px;
  display: flex;
  flex-direction: column;
  padding: 8px 6px;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.2s ease;
}

.px-menu:hover {
  background-color: #f1f1f1;
}

.px-menu .media {
  position: relative;
  text-decoration: none;
  align-items: flex-start;
}

.px-menu .media .media-left i {
  color: var(--tx-primary-color);
  font-size: 26px;
  display: flow-root;
}

@media (max-width: 1199.99px) {
  .px-menu .media .media-left i {
    font-size: 18px;
  }
}

.px-menu .media-body h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.px-menu .media-body p {
  font-size: 13px;
  line-height: 1.4;
  color: var(--tx-body-font);
  margin-bottom: 0;
  margin-top: 5px;
}

@media (max-width: 1199.99px) {
  .px-menu .media-body p {
    display: none;
  }
}

.px-menu.px-menu-list {
  padding: 0;
  border-radius: 0;
}

.px-menu.px-menu-list:hover {
  background-color: transparent;
}

.px-menu.px-menu-list a {
  padding: 8px 6px;
  border-radius: 4px;
}

.px-menu.px-menu-list a:hover {
  background-color: #f1f1f1;
}

.tx-inline-menu {
  display: flex;
  gap: 8px;
  margin: 0;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin-left: 43px;
}

.tx-inline-menu li {
  display: inline-flex;
}

.tx-inline-menu li a {
  font-size: 13px;
  color: #0000ff !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 6px !important;
  text-decoration: underline !important;
}

@media (max-width: 992px) {
  .tx-inline-menu li a {
    font-size: 13px;
  }
}

.tx-inline-menu li a:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
}

.header-top {
  padding: 0.5rem 0;
  background-color: var(--tx-primary-color);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}

.header-top .header-info {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header-top .header-info li {
  padding-right: 10px;
  display: inline-flex;
}

.header-top .header-info li a,
.header-top .header-info li span {
  display: inline-flex;
  gap: 6px;
  font-weight: 600;
  color: var(--tx-htag-color);
  font-size: 14px;
  text-decoration: none;
  align-items: center;
  color: #fff;
}

.header-top .header-info li a i,
.header-top .header-info li span i {
  font-size: 24px;
}

.social-header {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.social-header li {
  border-right: 2px solid rgba(0, 0, 0, 0.06);
  display: inline-flex;
}

.social-header li:last-child {
  border-right: none;
}

.social-header li a {
  padding: 0;
  display: inline-flex;
}

.social-header li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.social-header li a svg path {
  fill: #fff;
}

.media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media .media-left i {
  font-size: 34px;
}

.media .media-body span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2px;
  display: block;
  line-height: 1;
}

.media .media-body a {
  color: var(--tx-htag-color);
  font-size: 22px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  transition: transform 400ms ease-out;
}

.media .media-body a:hover {
  color: var(--tx-primary-color);
}

.top-banner {
  background-image: url(../images/plant-pic.webp);
  background-size: cover;
  background-position: center;
  min-height: 550px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 500px) {
  .top-banner {
    background-image: none;
    background-color: #fff;
    min-height: auto;
  }
}

.top-banner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 80%;
  width: 100vw;
  height: calc(100% + 150px);
  background: #fff;
  z-index: 0;
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 500px) {
  .top-banner:before {
    display: none;
  }
}

.top-banner .container .custom-svg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 660px;
}

@media (max-width: 992px) {
  .top-banner .container .custom-svg-1 {
    left: -90px;
  }
}

.top-banner .banner-content {
  position: relative;
  padding: 8rem 0;
  z-index: 1;
}

@media (max-width: 1399px) {
  .top-banner .banner-content {
    padding: 5rem 0;
  }
}

@media (max-width: 500px) {
  .top-banner .banner-content {
    padding: 3rem 0;
  }
}

.top-banner .banner-content h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}

.top-banner .banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.svg-stroke-color-primary {
  stroke: var(--tx-primary-color) !important;
}

.svg-fill-color-primary {
  fill: var(--tx-primary-color) !important;
}

.mobileImgBanner {
  background-image: url(../images/plant-pic.webp);
  background-size: cover;
  background-position: center;
  min-height: 330px;
  width: 100%;
  display: none;
}

@media (max-width: 500px) {
  .mobileImgBanner {
    display: block;
  }
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}

.theme-btn.btn-style-three {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 8px 8px 28px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--tx-primary-color);
}

.theme-btn.btn-style-three:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tx-navy-blue);
}

.theme-btn.btn-style-three:hover:before {
  top: -40%;
}

.theme-btn.btn-style-three:hover b {
  background-color: var(--tx-primary-color);
}

.theme-btn.btn-style-three b {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 15px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: var(--tx-navy-blue);
}

.theme-btn.btn-style-three .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
}

.theme-btn.btn-style-three .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease;
}

.theme-btn.btn-style-three .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease;
}

.section-pd {
  padding: 80px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.footer {
  background-color: var(--bg-footer);
  padding-top: 80px;
  position: relative;
}

.footer .tx-footer {
  padding-bottom: 40px;
}

.footer .tx-footer h3 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer .tx-footer h3 {
    font-size: 1.6rem;
  }
}

.footer .tx-footer h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer .tx-footer h4 {
    font-size: 18px;
  }
}

.footer .tx-footer span {
  font-weight: 600;
  margin-bottom: 3px;
}

.footer .tx-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: column;
}

.footer .tx-footer .footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.footer .tx-footer .footer-links a i {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer .tx-footer .footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer .tx-footer .footer-links a:hover i {
  transform: translateX(4px);
}

.footer .tx-footer a {
  color: #828282;
  transition: var(--tx-transition);
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.copyright-footer p a {
  color: var(--tx-primary-color);
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .tx-footer a {
    font-size: 16px;
  }
}

.footer .tx-footer a:hover {
  color: #fff;
}

.footer .copyright-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .footer .copyright-footer {
    text-align: center;
  }
}

.footer .copyright-footer img {
  filter: brightness(0) invert(1);
  width: 130px;
  height: auto;
  padding: 10px 0;
}

.footer .copyright-footer p {
  margin-bottom: 0;
  /*text-align: right;*/
}

@media (max-width: 992px) {
  .footer .copyright-footer p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer .copyright-footer p {
    text-align: center;
  }
}

.footer .custom-svg-3 {
  position: absolute;
  right: 0;
  top: -150px;
  width: 150px;
}

@media (max-width: 1024px) {
  .footer .custom-svg-3 {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .footer .custom-svg-3 {
    width: 70px;
    top: -70px;
  }
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title h4 {
  display: inline-flex;
  color: var(--tx-primary-color);
  font-size: 18px;
  position: relative;
}

.section-title h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--tx-primary-color);
  left: 0;
  bottom: -3px;
}

.section-title h3 {
  font-size: 2rem;
}

.section-title p {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-title p {
    width: 100%;
  }
}

.masterplast-tabs {
  display: flex;
  flex-direction: column;
}

.masterplast-tabs li {
  display: flex;
  padding: 0;
}

.masterplast-tabs li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-decoration: none;
  border-left: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--tx-transition);
  background-color: transparent;
  border-radius: 0 !important;
}

.masterplast-tabs li a p {
  color: var(--tx-body-font);
  margin-bottom: 0;
}

.masterplast-tabs li a:hover,
.masterplast-tabs li a.active {
  border-color: var(--tx-primary-color);
  background-color: transparent !important;
}

.masterplast-tabs li a:hover h5,
.masterplast-tabs li a.active h5 {
  color: var(--tx-primary-color);
}

.masterbatch-bg img {
  border-radius: 10px;
  box-shadow: var(--tx-box-shadow);
}

@media (max-width: 767px) {
  .masterbatch-bg {
    margin-top: 30px;
  }
}

.shaper {
  position: relative;
}

.shaper .custom-svg-3 {
  position: absolute;
  left: 0;
  top: -150px;
  width: 150px;
  transform: rotate(-180deg);
}

@media (max-width: 1024px) {
  .shaper .custom-svg-3 {
    width: 90px;
    top: -100px;
  }
}

@media (max-width: 767px) {
  .shaper .custom-svg-3 {
    width: 70px;
    top: -70px;
  }
}

.dripAction {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--tx-box-shadow);
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 30px;
  height: 100%;
}

@media (max-width: 992px) {
  .dripAction {
    height: auto;
  }
}

@media (max-width: 500px) {
  .dripAction {
    flex-direction: column;
  }
}

.dripAction .dripLeft {
  padding: 40px 30px;
  width: 50%;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 500px) {
  .dripAction .dripLeft {
    width: 100%;
  }
}

.dripAction .dripLeft h4 {
  margin-bottom: 10px;
}

.dripAction .dripLeft span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--tx-primary-color);
  padding: 10px;
  margin-bottom: 20px;
}

.dripAction .dripLeft span.icon img {
  filter: brightness(0) invert(1);
  width: 60px;
  height: auto;
}

.dripAction .dripRight {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 365px;
  display: inline-flex;
  width: 50%;
}

@media (max-width: 992px) {
  .dripAction .dripRight {
    min-height: 450px;
  }
}

@media (max-width: 500px) {
  .dripAction .dripRight {
    width: 100%;
    min-height: 300px;
  }
}

.text-link {
  position: relative;
  color: var(--tx-primary-color);
  display: inline-flex;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.text-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--tx-primary-color);
}

.polymersSection {
  position: relative;
}

.polymersSection .col-sm-6 {
  padding: 0 2px;
}

.polymersSection .polymerAction {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  width: 100%;
  background-color: #000;
  margin: 4px 0;
}

.polymersSection .polymerAction:before {
  content: "";
  position: absolute;
  background: #F8F9FA;
  background: linear-gradient(180deg, rgba(248, 249, 250, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.polymersSection .polymerAction .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .polymersSection .polymerAction .content {
    padding: 20px;
  }
}

.polymersSection .polymerAction .content h3 {
  color: #fff;
}

.polymersSection .polymerAction .content p {
  color: #fff;
  margin-bottom: 20px;
}

.polymersSection .polymerAction .content a {
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
}

.about-box {
  padding: 30px 20px;
  position: relative;
  border-radius: 8px;
  box-shadow: var(--tx-box-shadow);
  border: 1px solid #e3e3e3;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}

.about-box::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background-color: var(--tx-primary-color);
  filter: blur(100px);
  z-index: -1;
  opacity: 0.5;
}

.about-box .icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--tx-primary-color);
  border-radius: 50%;
  margin-bottom: 20px;
}

.about-box p {
  margin-bottom: 0;
}

.gallery-swiper {
  overflow: hidden;
}

.gallery-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.gallery-swiper .swiper-slide {
  /* width: auto !important; */
  flex-shrink: 0;
  /* margin-right: 0 !important; */
  /* Don't use margin for spacing */
}

.gallery-swiper .swiper-slide .gallery-pic {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border: none;
}

.gallery-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contantUsHome .section-title h3 {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .contantUsHome .section-title h3 {
    font-size: 2rem;
  }
}

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

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--tx-htag-color);
  margin-bottom: 0;
}

.form-group .inputField {
  position: relative;
}

.form-group .inputField .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.form-group .inputField .icon i {
  color: var(--tx-htag-color);
}

.form-group .inputField .icon.textarea-icon {
  top: 15px;
}

.form-group .inputField .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--tx-htag-color);
  padding: 12px 0;
  padding-right: 30px;
}

.form-group .inputField .form-control:focus,
.form-group .inputField .form-control:hover,
.form-group .inputField .form-control:active {
  border-color: var(--tx-primary-color);
  box-shadow: none;
  outline: none;
}

/* Select dropdown styling for careers form */
.form-group .inputField.select-field {
  position: relative;
}

.form-group .inputField.select-field .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-right: 50px;
  cursor: pointer;
}

.form-group .inputField.select-field .form-control option {
  color: var(--tx-htag-color);
  font-family: var(--tx-font-family);
  font-size: 16px;
}

.form-group .inputField.select-field .form-control option:disabled {
  color: #999;
}



/* ============================================
   MICRO IRRIGATION PAGE STYLES
   ============================================ */

/* Intro Section */
.micro-intro h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #212529;
}

.micro-intro-text {
  font-size: 18px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature Section Header */
#dripper-features h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #212529;
}

.feature-section-desc {
  font-size: 18px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature Content */
.feature-content {
  padding: 0 10px;
}

.feature-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.feature-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-box i {
  font-size: 24px;
  color: #fff;
}

.icon-red {
  background: linear-gradient(135deg, #d00000, #ff6b6b);
}

.icon-navy {
  background: linear-gradient(135deg, #00215E, #4793AF);
}

.icon-purple {
  background: linear-gradient(135deg, #4834d4, #686de0);
}

.icon-teal {
  background: linear-gradient(135deg, #00b894, #00cec9);
}

.icon-blue {
  background: linear-gradient(135deg, #0984e3, #74b9ff);
}

.feature-heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.feature-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.feature-list li {
  font-size: 15px;
  color: #333;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list li i {
  color: var(--tx-primary-color);
  font-size: 14px;
}

/* Feature Image */
.feature-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.feature-img-wrap img {
  display: block;
  width: 100%;
}

/* ============================================
   FOOTER LOCATION LINKS
   ============================================ */

.location-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828282;
  font-size: 18px;
}

.location-item i {
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.location-item a {
  color: #828282;
  text-decoration: none;
  transition: color 0.3s ease;
}

.location-item a:hover {
  color: #fff;
}

.location-item {
  transition: all 0.3s ease;
}

.location-item:hover {
  padding-left: 5px;
}

.location-item span {
  color: #828282;
}

@media (max-width: 767px) {
  .location-item {
    font-size: 16px;
  }
}

/* ============================================
   COPYRIGHT FOOTER
   ============================================ */

.copyright-footer .text-sm-start {
  text-align: left;
}

.copyright-footer .text-sm-end {
  text-align: right;
}

@media (max-width: 575px) {

  .copyright-footer .text-sm-start,
  .copyright-footer .text-sm-end {
    text-align: center;
  }

  .copyright-footer p {
    text-align: center !important;
    margin-bottom: 5px;
  }
}

/* ============================================
   POLYMER PORTFOLIO GRID
   ============================================ */

.portfolio-heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.polymer-portfolio-card {
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.polymer-portfolio-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #e4e8ee;
}

.polymer-portfolio-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.polymer-portfolio-icon i {
  font-size: 22px;
  color: #fff;
}

.icon-pp {
  background: linear-gradient(135deg, #d1f7e0, #a8edca);
}

.icon-pp i {
  color: #1a7a4a;
}

.icon-pe {
  background: linear-gradient(135deg, #d6e8ff, #b3d0ff);
}

.icon-pe i {
  color: #1a56a8;
}

.polymer-portfolio-title {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 2px 0;
}

.polymer-grade-count {
  font-size: 14px;
  color: #888;
  font-weight: 400;
}

.polymer-portfolio-items {
  padding: 8px 0;
}

.polymer-portfolio-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid #f0f2f5;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.polymer-portfolio-item:last-child {
  border-bottom: none;
}

.polymer-portfolio-item:hover {
  background-color: #f8f9fa;
}

.polymer-portfolio-item:hover .polymer-arrow {
  transform: translateX(4px);
}

.polymer-item-label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.polymer-item-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.polymer-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.badge-pp {
  background-color: #e8f9ef;
  color: #1a7a4a;
}

.badge-pe {
  background-color: #e0ecff;
  color: #1a56a8;
}

.icon-sp {
  background: linear-gradient(135deg, #f3e8ff, #e0c8ff);
}

.icon-sp i {
  color: #6b21a8;
}

.badge-sp {
  background-color: #f3e8ff;
  color: #6b21a8;
}

.polymer-arrow {
  font-size: 16px;
  color: #aaa;
  transition: transform 0.2s ease;
  display: block;
}

@media (max-width: 767px) {
  .polymer-portfolio-header {
    padding: 18px 18px 14px;
  }

  .polymer-portfolio-item {
    padding: 12px 18px;
  }

  .polymer-item-label {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */

/* ============================================
   MOBILE MENU — OFFCANVAS STYLES
   ONLY applies below 1024px (mobile & tablet portrait)
   Desktop (>=1200px) and iPad landscape (1024-1199px) are untouched
   ============================================ */

@media (max-width: 1023.98px) {

  /* Offcanvas panel */
  .offcanvas.offcanvas-nav {
    background: #fff;
    border-right: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  }

  .offcanvas.offcanvas-nav.offcanvas-start {
    width: 300px;
    max-width: 85vw;
  }

  /* Offcanvas header */
  .offcanvas.offcanvas-nav .offcanvas-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .offcanvas.offcanvas-nav .offcanvas-header img {
    max-width: 140px;
    height: auto;
  }

  .offcanvas.offcanvas-nav .offcanvas-header .btn-close {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    opacity: 1;
    transition: transform 0.3s ease;
  }

  .offcanvas.offcanvas-nav .offcanvas-header .btn-close:hover {
    transform: rotate(90deg);
  }

  .offcanvas.offcanvas-nav .offcanvas-header .btn-close svg {
    width: 28px;
    height: 28px;
  }

  /* Offcanvas body - vertical nav */
  .offcanvas.offcanvas-nav .offcanvas-body {
    padding: 0;
    overflow-y: auto;
  }

  .offcanvas.offcanvas-nav .navbar-nav {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .offcanvas.offcanvas-nav .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }

  .offcanvas.offcanvas-nav .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .offcanvas.offcanvas-nav .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    color: var(--tx-htag-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .offcanvas.offcanvas-nav .navbar-nav .nav-link:hover,
  .offcanvas.offcanvas-nav .navbar-nav .nav-link:focus {
    background-color: #fff5f5;
    color: var(--tx-primary-color);
    padding-left: 24px;
  }

  /* Dropdown accordion in mobile */
  .offcanvas.offcanvas-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #fafafa;
    padding: 0;
    margin: 0;
    display: none;
  }

  .offcanvas.offcanvas-nav .dropdown-menu.show {
    display: block;
  }

  .offcanvas.offcanvas-nav .dropdown-menu .mega-card {
    padding: 8px 20px;
    flex-direction: column;
  }

  .offcanvas.offcanvas-nav .dropdown-menu .single-card a {
    display: block;
    padding: 10px 14px;
    color: var(--tx-body-font);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
  }

  .offcanvas.offcanvas-nav .dropdown-menu .single-card a:last-child {
    border-bottom: none;
  }

  .offcanvas.offcanvas-nav .dropdown-menu .single-card a:hover {
    background-color: #ffeded;
    color: var(--tx-primary-color);
    padding-left: 18px;
  }

  /* Dropdown chevron rotation */
  .offcanvas.offcanvas-nav .dropdown-toggle .ft-chevron-down {
    transition: transform 0.3s ease;
    font-size: 14px;
  }

  .offcanvas.offcanvas-nav .dropdown-toggle.show .ft-chevron-down,
  .offcanvas.offcanvas-nav .dropdown-toggle[aria-expanded="true"] .ft-chevron-down {
    transform: rotate(180deg);
    color: var(--tx-primary-color);
  }

  /* Backdrop */
  .offcanvas-backdrop {
    background: rgba(30, 34, 40, 0.6) !important;
    backdrop-filter: blur(4px);
  }

  .offcanvas-backdrop.show {
    opacity: 1 !important;
  }

  /* Hamburger button */
  #hamburger-menu {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
  }

  #hamburger-menu span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1d1d1d;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  #hamburger-menu span:nth-child(2) {
    width: 18px;
    margin-left: auto;
  }

  #hamburger-menu span:nth-child(3) {
    width: 12px;
    margin-left: auto;
  }

  #hamburger-menu:hover span:nth-child(2),
  #hamburger-menu:hover span:nth-child(3) {
    width: 24px;
  }
}

/* Small mobile tweaks (< 576px) */
@media (max-width: 575.98px) {
  .offcanvas.offcanvas-nav.offcanvas-start {
    width: 280px;
  }

  .offcanvas.offcanvas-nav .offcanvas-header {
    padding: 14px 18px;
  }

  .offcanvas.offcanvas-nav .offcanvas-header img {
    max-width: 120px;
  }

  .offcanvas.offcanvas-nav .navbar-nav .nav-link {
    padding: 12px 18px;
    font-size: 14px;
  }

  .offcanvas.offcanvas-nav .dropdown-menu .mega-card {
    padding: 6px 18px;
  }
}



/*File Upload*/
.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #eaeaea;
  color: #212529;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #b6b6b6;
  padding: 0 20px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  position: absolute;
  right: 0;
}

.file-upload .file-select .file-select-name {
  line-height: 45px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #eaeaea;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #b6b6b6;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}