@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2Light.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-Medium.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-ExtraBold.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo_2/woff/Exo2-Black.woff2") format("woff2"), url("../fonts/Exo_2/woff/Exo2-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  margin: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 13vh;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body {
  font-size: 1rem;
  font-family: "Exo 2", sans-serif;
  color: #000000;
  background-color: #f4f4f4;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

h1 {
  font-size: 3.125rem;
  font-weight: 400;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  font-size: 1.375rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  text-align: justify;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.12rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.text-justify {
  text-align: justify;
}

.text-main {
  color: black !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #323232 !important;
}

.text-secondary {
  color: #707070 !important;
}

.text-grey {
  color: #646464 !important;
}

.fw-semi-bolder {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.bg-body {
  background-color: #f4f4f4 !important;
}

.rotate-90 {
  transform: rotate(90deg);
}

.bg-main {
  background-color: #A52A2A !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-secondary {
  background-color: #e3e3e3 !important;
}

.primary-shadow {
  box-shadow: 0px 0px 30px 0px rgba(62, 64, 149, 0.05);
}

.btn-focus-none:focus {
  box-shadow: unset;
  outline: transparent;
  border-color: transparent;
}

.rounded-extra {
  border-radius: 1rem !important;
}

.job-apply-form .form-control, .job-apply-form .form-select {
  border-radius: 1rem !important;
  line-height: 3.5rem;
}
.job-apply-form .select2.select2-container.select2-container--default {
  width: 100% !important;
  line-height: 2.5rem;
}
.job-apply-form .select2-selection.select2-selection--multiple.border.border-white {
  line-height: auto;
}

.table .bg-main,
.accordion-header .bg-main {
  background-color: #e3e3e3 !important;
  color: #323232 !important;
  font-weight: 600 !important;
}
.table .bg-main th,
.table .bg-main tr,
.accordion-header .bg-main th,
.accordion-header .bg-main tr {
  color: #323232 !important;
  font-weight: 600 !important;
}

.view_accordion .accordion-item .accordion-header .accordion-button,
.accordion .accordion-item .accordion-header .accordion-button,
.accordion-item .accordion-item .accordion-header .accordion-button {
  border-bottom: 1px solid #323232;
}
.view_accordion .accordion-item .accordion-header .accordion-button:focus,
.accordion .accordion-item .accordion-header .accordion-button:focus,
.accordion-item .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
  outline: transparent;
  border-color: #323232;
}

.accordion-item .accordion-header .accordion-button {
  border-bottom: 1px solid #323232;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
  outline: transparent;
  border-color: #323232;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.focued-none:focus {
  box-shadow: unset;
}

.form-label {
  font-size: 1.25rem;
}

.form-control,
.form-select {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0.325rem;
  transition: all 0.15s ease-in-out;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #A52A2A;
}

.r-button-light {
  background-color: #ffffff;
  border-radius: 3rem;
  color: #323232;
  font-size: 1rem;
  font-weight: 400;
  padding-inline: 1.5rem;
  padding-block: 0.75rem;
  text-decoration: none;
  border-radius: 2rem;
}
.r-button-light:hover {
  color: #323232;
}

.r-button-light-outline {
  background-color: transparent;
  border-radius: 3rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1rem;
  font-weight: 400;
  padding-inline: 1.5rem;
  padding-block: 0.75rem;
  text-decoration: none;
  border-radius: 2rem;
}
.r-button-light-outline:hover {
  color: #ffffff;
}

.button-primary {
  background-color: #A52A2A;
  border-radius: 0.75rem;
  border: 1px solid #A52A2A;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  padding-inline: 1.5rem;
  padding-block: 0.75rem;
  text-decoration: none;
}
.button-primary:hover {
  color: #ffffff;
}

.button-light {
  background-color: #ffffff;
  border-radius: 0.75rem;
  color: #A52A2A;
  font-size: 1rem;
  font-weight: 400;
  padding-inline: 1.65rem;
  border: 1px solid #A52A2A;
  padding-block: 0.75rem;
  text-decoration: none;
}
.button-light:hover {
  color: #323232;
}

.banner-top-space {
  padding-top: clamp(15rem, 5vw, 10rem);
}

.py-section {
  padding-block: 5rem;
}

.py-section-top {
  padding-top: 5rem;
}

.py-section-bottom {
  padding-bottom: 5rem;
}

.heading-space {
  margin-bottom: 2.5rem;
}

.bg-card-br-1 {
  border-radius: 1rem;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 30px 0px rgba(62, 64, 149, 0.05);
}

.bg-card-br-2 {
  border-radius: 1.5rem;
  box-shadow: 0px 0px 30px 0px rgba(62, 64, 149, 0.05);
}

.style-card {
  border-radius: 24px 24px 100px 24px;
  box-shadow: 0px 0px 30px 0px rgba(62, 64, 149, 0.05);
}

.job-des {
  margin-block: 1rem !important;
}
.job-des p {
  font-size: 1rem;
}

.br-card-1 {
  border-radius: 1rem;
}

.br-color-secondary {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-purple {
  border-color: #e8ebff !important;
}

.border-1 {
  border: 1px solid;
}

.br-card-2 {
  border-radius: 1.5rem;
}

.aspect-1-1 {
  aspect-ratio: 1/1;
  width: 100%;
}

.aspect-6-7 {
  aspect-ratio: 6/7;
  width: 100%;
}

.product-items {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-items img {
  display: inline-block;
}


.product-items-new {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-items-new img {
  display: inline-block;
}

.aspect-4-3 {
  aspect-ratio: 4/3;
  width: 100%;
}

.grid-container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 1rem;
}

.grid-container-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  padding: 1rem;
}

.flex-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding: 1rem;
}

.flex-items {
  flex: 0 0 calc(20% - 1.25rem);
  max-width: calc(20% - 1.25rem);
}

.grid-container-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  padding: 1rem;
}

.has-search .form-control-feedback {
  position: absolute;
  right: 1%;
  z-index: 2;
  font-size: 1.5rem;
  color: #2b2e63;
  text-align: center;
  pointer-events: none;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.card-bord {
  border: 1px solid #A52A2A;
  border-radius: 20px;
  padding: 4px 15px;
}

.carrer-page .categories .nav-pills .nav-link.active {
  background-color: #A52A2A;
  border-radius: 12px;
  color: #ffffff;
  padding: 14px 1.7rem;
}
.carrer-page .categories .nav-pills .nav-link {
  background-color: #ebebeb;
  color: #707070;
  padding: 14px 1.7rem;
  border-radius: 12px;
}
.carrer-page .categories .jobs-card {
  padding: 2rem !important;
}
.carrer-page .categories .jobs-card .job-des p {
  margin-top: 3rem !important;
}
.carrer-page .categories .jobs-card .card-bord {
  border: 1px solid #A52A2A;
  border-radius: 20px;
  padding: 5px 15px;
}
.carrer-page .modal-fade .modal-body .jobs-card .modal-bottom {
  height: 61dvh !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.carrer-page .modal-fade .modal-body .jobs-card .modal-bottom::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.carrer-page .modal-fade .modal-body .jobs-card .modal-bottom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #e3e3e3;
  border-radius: 2px;
}
.carrer-page .modal-fade .modal-body .jobs-card .modal-bottom::-webkit-scrollbar-thumb {
  background: #A52A2A;
  border-radius: 2px;
}
.carrer-page .modal-fade .modal-body .jobs-card .modal-bottom::-webkit-scrollbar-thumb:hover {
  background: #A52A2A;
}

.grid-item {
  text-align: center;
  display: inline-block !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.slider-visiable {
  position: relative;
}
.slider-visiable .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
}
.slider-visiable .owl-dots .owl-dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3e3e3;
}
.slider-visiable .owl-dots .owl-dot.active {
  background-color: #A52A2A;
}

header .header-contact .contact-info {
  display: flex;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
}
header nav .main-logo .logo-heading h4 {
  color: #ffffff;
  font-size: 2.136rem;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin: 0;
}
header nav .main-logo .logo-heading h6 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
}
header nav .header-container-list .header-list {
  gap: 0.75rem;
  align-items: center;
}
header nav .header-container-list .header-list .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  transition: border-bottom 1s ease-in-out;
}
header nav .header-container-list .header-list .nav-item .nav-link.active, header nav .header-container-list .header-list .nav-item .nav-link:hover {
  border-bottom: 1px solid #ffffff;
}

footer .footer-logo .main-logo .logo-heading h4 {
  color: #ffffff;
  font-size: 2.136rem;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin: 0;
}
footer .footer-logo .main-logo .logo-heading h6 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
}
footer .footer-left-container .subscribe .subscribe-input input {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  color: #ffffff;
}
footer .footer-left-container .subscribe .subscribe-input input::-moz-placeholder {
  color: #ffffff;
}
footer .footer-left-container .subscribe .subscribe-input input::placeholder {
  color: #ffffff;
}
footer .footer-right-container .footer-link-list li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
footer .footer-right-container .footer-link-list li .icon-container {
  display: grid;
  place-content: center;
  width: 2.524rem;
  height: 2.492rem;
  background-color: #e8ebff;
  border-radius: 50%;
}

.hero-banner {
  height: 100%;
  background: linear-gradient(to bottom right, #2b0101 30%, rgba(36, 1, 5, 0) 80%), url("../image/product/features-img2.png");
  background-size: cover;
  background-position: 80% top;
  background-repeat: no-repeat;
  padding-bottom: 5.25rem;
}

.areas-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/features-img1.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carrer-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/carrer/carrer.top.png"), linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%);
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/die-cutting-img.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/contact/contactUs-bg.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;
}

.subsidiaries-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/subsidiaries/subsidiaries-bg.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/product-bg.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-1-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/product-1-bg.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-2-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/electric-control-img3.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-3-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/overlapping-img.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-4-banner {
  height: 70vh;
  background: linear-gradient(180deg, #A52A2A -4.89%, rgba(41, 53, 125, 0) 89.48%), url("../image/product/ELECTROMAGNET-SHIELDING/automatic-series-t-img2.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.75) 11.63%, rgba(0, 0, 0, 0) 87.12%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-products-solutions .our-products-solutions-tabs-hero .tab-list {
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
}
.our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item {
  width: 100%;
}
.our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item .nav-link {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  border: unset;
  color: #323232;
  padding-block: 0.8rem;
  overflow: hidden;
  background-color: #e3e3e3;
  transition: all 200ms ease-in;
}
.our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item .nav-link.active {
  font-weight: 600;
  background-color: #A52A2A;
  color: #ffffff;
}
.our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item:first-child .nav-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}
.our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item:not(:first-child) .nav-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
}
.our-products-solutions .tab-card-container .card-list .solution-card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 1rem 1rem 0;
  height: 100%;
}
.our-products-solutions .tab-card-container .card-list .solution-card .solution-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.our-products-solutions .tab-card-container .card-list .solution-card .solution-img img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
.our-products-solutions .tab-card-container .card-list .solution-card .solution-img h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.5s ease;
}
.our-products-solutions .tab-card-container .card-list .solution-card .solution-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 30, 83, 0) 7.57%, #701818 99.29%);
  border-radius: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease; /* Add transition to initial state */
}
.our-products-solutions .tab-card-container .card-list .solution-card .solution-img:hover h3, .our-products-solutions .tab-card-container .card-list .solution-card .solution-img:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list {
  position: relative;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding: 0.5rem 0.35rem;
  display: flex;
  word-wrap: break-word;
  align-items: center;
  gap: 1rem;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li:last-child {
  border: none;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #323232;
  display: inline-block;
  position: relative;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a + .arrow {
  display: none;
  transition: display 2s ease;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a:hover {
  color: #A52A2A;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a:hover + .arrow {
  display: block;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-cta {
  border: 0.75rem solid #f4f4f4;
  background-color: #ffffff;
  border-radius: 1.7rem;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-cta::after {
  content: "";
  background-image: url("../image/home/card-shape.svg");
  position: absolute;
  top: -52%;
  right: -36%;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.our-products-solutions .tab-card-container .card-list .solution-card .card-cta::before {
  content: "";
  background-image: url("../image/home/card-shape.svg");
  position: absolute;
  bottom: -49%;
  left: -57%;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-30deg);
}

.home-about-us {
  position: relative;
}
.home-about-us::before {
  content: "";
  background-image: url("../image/home/about-us-bg.png");
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-about-us .about-us-content h4 {
  font-size: 1.625rem;
  font-weight: 600;
}
.home-about-us .home-about-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.client-card {
  position: relative;
}
.client-card .bottom-cta {
  position: absolute;
  left: 50%;
  bottom: -2.85rem;
  transform: translate(-50%, -30%);
}

.areas-tech-expertie-hero .tech-card {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.areas-tech-expertie-hero .tech-card img {
  width: 100%;
  aspect-ratio: 6/8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem; /* Adjust this value as needed */
  transition: filter 0.3s ease;
}
.areas-tech-expertie-hero .tech-card h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.5s ease;
}
.areas-tech-expertie-hero .tech-card h3 a {
  text-decoration: none;
  color: #ffffff;
}
.areas-tech-expertie-hero .tech-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 30, 83, 0) 30.5%, rgba(21, 30, 83, 0.9) 100%);
  border-radius: 2rem; /* Adjust this value as needed */
  opacity: 1;
  transition: opacity 0.3s ease;
  transform: translateY(0);
}
.areas-tech-expertie-hero .tech-card:hover h3, .areas-tech-expertie-hero .tech-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.industry-solution-hero {
  position: relative;
}
.industry-solution-hero::before {
  content: "";
  background-image: url("../image/home/industry.png");
  position: absolute;
  z-index: -1;
  top: -2rem;
  left: 0;
  width: 56%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.industry-solution-hero .industry-solution-right .inner-card {
  padding-right: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  border-radius: 4.3rem;
}
.industry-solution-hero .industry-solution-right .inner-card .inner-circle {
  display: grid;
  place-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #e3e3e3;
  overflow: hidden;
}
.why-choose-hero {
  position: relative;
}
.why-choose-hero::after {
  content: "";
  background-image: url("../image/product/plain-red-image.png");
  position: absolute;
  z-index: -1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.why-choose-hero .why-choose-card h4 {
  font-size: 1.375rem;
}

.home-contact {
  position: relative;
}
.home-contact::before {
  content: "";
  background-image: url("../image/product/red-blur-img.jpg");
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 27%);
}
.home-contact .contact-us-left-content .quick-list li {
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ffffff;
}
.home-contact .contact-us-left-content .quick-list li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}
.home-contact .contact-us-right-content .detail-card {
  border-radius: 16px;
  border: 2px solid #e8ebff;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(62, 64, 149, 0.05);
  height: 100%;
}
.home-contact .contact-us-right-content .detail-card h5 {
  margin-bottom: 1.5rem;
}
.home-contact .contact-us-right-content .detail-card .card-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}

.map-hero .map-content-card {
  position: relative;
  z-index: 2;
}
.map-hero .map-content-card h2 {
  max-width: 60%;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e3e3e3;
}
.map-hero .map {
  margin-top: -5rem;
}

.map-loaction-icon img {
  max-width: 1.3rem;
}

.subsidiaries-bg {
  position: relative;
}
.subsidiaries-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #e3e3e3;
  top: 6%;
  width: 100%;
  height: 50%;
}

.fundamental-bg {
  position: relative;
}
.fundamental-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #e1e1ea;
  top: 20%;
  width: 100%;
  height: 40%;
}

.product-details-tabs .tab-list {
  row-gap: 1.125rem;
  justify-content: center;
}
.product-details-tabs .tab-list .nav-item .nav-link {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #e3e3e3;
  background-color: transparent;
  border-radius: 0.75rem;
  color: #707070;
  text-align: center;
}
.product-details-tabs .tab-list .nav-item .nav-link.active {
  background-color: #A52A2A;
  color: #ffffff;
  border: 1px solid transparent;
}

.product-details-tabs-investors .tab-list {
  justify-content: center;
}
.product-details-tabs-investors .tab-list .nav-item .nav-link {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #e3e3e3;
  background-color: transparent;
  color: #707070;
  text-align: center;
}
.product-details-tabs-investors .tab-list .nav-item .nav-link.active {
  background-color: #e3e3e3;
  color: #A52A2A;
  border: 1px solid transparent;
}

.about-container {
  position: relative;
}
.about-container .about-us-content-img {
  height: 46rem;
}
.about-container .about-us-content-img::before {
  content: "";
  background-image: url("../image/product/main-bg-img.png");
  position: absolute;
  left: -11%;
  top: 0;
  width: 60rem;
  height: 60rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rounded-cut-card {
  border-radius: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  height: 100%;
}
.rounded-cut-card img {
  width: 100%;
}
.rounded-cut-card .rounded-cut {
  background-image: url("../image/about/rounded-cut-bg.png");
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30%;
  text-align: center;
  display: grid;
  place-content: center;
}
.rounded-cut-card .rounded-cut h4 {
  color: #A52A2A;
}

.btn.bg-main.text-white {
  clip-path: polygon(0% 0%, 85% 0%, 100% 92%, 100% 100%, 0% 100%);
  padding-inline: 2rem;
  overflow: hidden;
  border-radius: 0.3rem;
}

.detail-list li::marker {
  vertical-align: middle;
  font-size: 0.76rem;
  color: #707070;
}
.detail-list li p {
  margin: 0;
}

.navbar-nav .mega-menu-wrapper .mega-menu-trigger {
  cursor: pointer;
}
.navbar-nav .mega-menu-wrapper .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #A52A2A;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  z-index: 1000;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper {
  display: flex;
  gap: 0.5rem;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list h6 {
  color: #ffffff;
  font-family: 700;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul li {
  display: inline-block;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul li:hover a {
  text-decoration: underline;
}
.navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.6rem 0;
  font-size: 0.9rem;
}
.navbar-nav .mega-menu-wrapper:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.pdf-container .pdf-item .pdf-document {
  position: relative;
  padding-left: 2rem;
  text-wrap: wrap;
}
.pdf-container .pdf-item .pdf-document::after {
  content: url("../pdf/document-pdf.svg");
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.investors-tabs .tab-list {
  padding-block: 1rem;
  padding-inline: 1rem;
  max-height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 16px 7px 30px 0px rgba(150, 170, 180, 0.5);
}
.investors-tabs .tab-list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.investors-tabs .tab-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #e3e3e3;
  border-radius: 2px;
}
.investors-tabs .tab-list::-webkit-scrollbar-thumb {
  background: #A52A2A;
  border-radius: 2px;
}
.investors-tabs .tab-list::-webkit-scrollbar-thumb:hover {
  background: #A52A2A;
}

.investors-tabs-web .tab-list {
  max-height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 16px 7px 30px 0px rgba(150, 170, 180, 0.5);
}
.investors-tabs-web .tab-list .nav-item {
  padding-inline: 0;
}
.investors-tabs-web .tab-list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.investors-tabs-web .tab-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #e3e3e3;
  border-radius: 2px;
}
.investors-tabs-web .tab-list::-webkit-scrollbar-thumb {
  background: #A52A2A;
  border-radius: 2px;
}
.investors-tabs-web .tab-list::-webkit-scrollbar-thumb:hover {
  background: #A52A2A;
}

/* Default styles */
/* Extra-large desktops (1200px to 1800px) */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  h1 {
    font-size: 2.125rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    font-size: 0.75rem;
  }
  .job-des p {
    font-size: 0.75rem !important;
  }
  .modal-footer .btn.button-primary {
    font-size: 0.75rem !important;
  }
  .modal-footer .btn.button-primary.bg-secondary {
    font-size: 0.75rem !important;
  }
  .fs-18 {
    font-size: 0.75rem !important;
  }
  .fs-20 {
    font-size: 0.8rem !important;
  }
  .py-section {
    padding-block: 3rem;
  }
  .shrink-card {
    width: 70%;
    margin-inline: auto;
  }
  .shrink-container {
    padding-inline: 10rem;
  }
  .shrink-container-2 {
    padding-inline: 8rem;
  }
  .margin-inline-spacing {
    margin-inline: 3rem;
  }
  .bottom-spacing {
    margin-bottom: 1.5rem !important;
  }
  .top-spacing {
    margin-top: 1.5rem !important;
  }
  .remove-top-spacing {
    margin-top: 0 !important;
  }
  .remove-bottom-spacing {
    margin-bottom: 0 !important;
  }
  .bottom-padding-spacing {
    padding-bottom: 1.5rem !important;
  }
  .top-padding-spacing {
    padding-top: 1.5rem !important;
  }
  .remove-top-padding {
    padding-top: 0 !important;
  }
  .remove-bottom-padding {
    padding-bottom: 0 !important;
  }
  .minimize-img {
    display: grid;
    place-content: center;
    justify-items: center;
  }
  .minimize-img img {
    width: 70% !important;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header a {
    font-size: 0.75rem !important;
  }
  footer a {
    font-size: 0.9rem !important;
  }
  .product-details-tabs .tab-list .nav-item .job-link {
    font-size: 1rem !important;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list h6 {
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul li a {
    font-size: 0.75rem;
    padding: 0.4rem 0;
  }
  .banner-top-space {
    padding-top: clamp(8rem, 5vw, 8rem);
  }
  .main-logo img {
    max-width: 15rem;
  }
  .our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item .nav-link {
    font-size: 1rem;
  }
  .our-products-solutions .tab-card-container .card-list .solution-card .solution-img h3 {
    font-size: 1rem;
  }
  .our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a {
    font-size: 0.85rem;
  }
  .our-products-solutions .tab-card-container .card-list .solution-card .card-content-list ul li a span img {
    width: 1rem;
  }
  .areas-tech-expertie-hero .tech-card h3 {
    font-size: 0.8rem;
  }
  .industry-solution-hero .container .row {
    align-items: center;
  }
  .why-choose-hero .why-choose-card h4 {
    font-size: 1rem;
  }
  .home-contact .contact-us-left-content .quick-list li {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .home-contact .contact-us-right-content .detail-card .card-list li a {
    font-size: 0.7rem;
  }
  /* Styles for extra-large desktops go here */
  .about-container .about-us-content-img {
    height: 28rem;
  }
  .about-container .about-us-content-img::before {
    left: -8%;
    top: 0;
    width: 40rem;
    height: 40rem;
  }
  .rounded-cut-card .rounded-cut h4 {
    font-size: 0.9rem;
  }
}
/* Extra-large desktops (1200px to 1439px) */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  /* Styles for extra-large desktops go here */
  .industry-solution-hero::before {
    width: 60%;
    height: 100%;
    background-size: contain;
    top: 1rem;
  }
  .about-container .about-us-content-img {
    height: 28rem;
  }
  .about-container .about-us-content-img::before {
    left: -8%;
    top: 14%;
    width: 32rem;
    height: 32rem;
  }
  .product-details-tabs-investors .tab-list .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
/* Large desktops (1024px to 1199px) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  /* Styles for large desktops go here */
  .about-container .about-us-content-img {
    height: 28rem;
  }
  .about-container .about-us-content-img::before {
    left: -8%;
    top: 14%;
    width: 32rem;
    height: 32rem;
  }
}
/* Medium devices (576px to 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-top-space {
    padding-top: clamp(10rem, 5vw, 10rem);
  }
  /* Styles for medium devices go here */
  .grid-container-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-container-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .industry-solution-hero .industry-solution-right .inner-card {
    padding-block: 1rem;
    padding-inline: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .industry-solution-hero .industry-solution-right .inner-card .inner-content .inner-text h2 {
    font-size: 1.5rem;
  }
  .industry-solution-hero .industry-solution-right .inner-card .inner-content .inner-text p {
    font-size: 1rem;
  }
}
/* Small devices (320px to 575px) */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  h1 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  .grid-container-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-container-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Styles for small devices go here */
  .banner-top-space {
    padding-top: clamp(10rem, 5vw, 10rem);
  }
  .banner-top-space h1 {
    font-size: 1.75rem;
  }
  .banner-top-space p {
    font-size: 0.875rem;
  }
  .hero-banner {
    background: linear-gradient(70deg, #020624 30%, rgba(1, 7, 36, 0) 80%), url("../image/home/top-banner.webp");
    background-size: cover;
    background-position: 80% top;
    background-repeat: no-repeat;
  }
  .areas-banner {
    height: 50vh;
  }
  .about-banner {
    height: 50vh;
  }
  .subsidiaries-banner {
    height: 50vh;
  }
  .product-banner {
    height: 50vh;
  }
  .product-1-banner {
    height: 50vh;
  }
  .product-2-banner {
    height: 50vh;
  }
  .product-3-banner {
    height: 50vh;
  }
  .product-4-banner {
    height: 50vh;
  }
  .areas-tech-expertie-hero .tech-card h3 {
    font-size: 0.7rem !important;
    padding: 0.3rem !important;
  }
  header .header-contact .contact-info {
    font-size: 0.65rem;
  }
  header nav .main-logo img {
    width: 14rem;
  }
  header nav .main-logo .logo-heading h4 {
    font-size: 1.35rem;
  }
  header nav .main-logo .logo-heading h6 {
    font-size: 0.65rem;
  }
  .industry-solution-hero .industry-solution-right .inner-card {
    padding-right: 0.5rem;
    padding-block: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .industry-solution-hero .industry-solution-right .inner-card .inner-content .inner-text h2 {
    font-size: 1.1rem;
  }
  .industry-solution-hero .industry-solution-right .inner-card .inner-content .inner-text p {
    font-size: 0.7rem;
  }
  .home-contact::before {
    height: 75%;
    transform: translate(0, 15%);
  }
}
/* Extra-extra-large desktops (1200px) */
@media only screen and (max-width: 1199px) {
  /* Styles for mid-extra-large desktops go here */
  .product-details-tabs .tab-list .nav-item .nav-link {
    font-size: 0.85rem;
  }
  .areas-tech-expertie-hero .tech-card h3 {
    font-size: 1.1rem;
  }
  .industry-solution-hero::before {
    width: 60%;
    height: 100%;
    background-size: contain;
    top: 1rem;
  }
  .home-contact::before {
    background-position: 50% 50%;
    background-size: cover;
    height: 60%;
  }
}
/* Large devices (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Styles for large devices go here */
  .about-container .about-us-content-img {
    height: 28rem;
  }
  .about-container .about-us-content-img::before {
    left: -8%;
    top: 14%;
    width: 24rem;
    height: 32rem;
  }
  .flex-items {
    flex: 0 0 calc(34% - 1.25rem) !important;
    max-width: calc(34% - 1.25rem) !important;
  }
}
/* Extra-large devices (992px to 1023px) */
/* Extra-large devices (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-top-space {
    padding-top: clamp(9rem, 5vw, 9rem);
  }
  /* Styles for extra-large devices go here */
  header nav .main-logo .logo-heading h4 {
    font-size: 2rem;
  }
  header nav .main-logo .logo-heading h6 {
    font-size: 1rem;
  }
  header nav .header-container-list .header-list .nav-item .nav-link {
    font-size: 0.7rem;
  }
  header nav .header-container-list .header-list .nav-item .r-button-light {
    font-size: 0.7rem;
  }
  .about-container .about-us-content-img {
    height: 28rem;
  }
  .about-container .about-us-content-img::before {
    left: -8%;
    top: 14%;
    width: 28rem;
    height: 32rem;
  }
  .flex-items {
    flex: 0 0 calc(34% - 1.25rem) !important;
    max-width: calc(34% - 1.25rem) !important;
  }
  .why-choose-hero .why-choose-card h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background-color: #A52A2A;
  }
  header nav .header-container-list .header-list {
    align-items: start;
  }
  #navbarSupportedContent {
    padding: 1rem 0.8rem;
    overflow-x: scroll;
    height: 90vh;
    background-color: #A52A2A;
  }
  .pdf-container .pdf-item .pdf-document {
    font-size: 0.9rem;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu {
    position: static;
    inset: unset;
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper {
    flex-direction: column;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list h6 {
    margin-bottom: 1rem;
  }
  .navbar-nav .mega-menu-wrapper .mega-menu .mega-menu-list-wapper .mega-menu-list .list ul li a {
    padding: 0.3rem 0;
  }
  .industry-solution-hero::before {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .industry-solution-hero .industry-solution-right .inner-card {
    background-color: #e3e3e3 !important;
  }
  .why-choose-hero::after {
    background-size: cover;
    height: 40%;
    width: 100%;
    top: unset;
    bottom: -11%;
  }
  .why-choose-hero .why-choose-card h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 767px) {
  .btn-mobile-categories {
    display: none !important;
  }
  #mobile-categories {
    display: block !important;
  }
}
/* Extra-extra-large desktops (768px) */
@media only screen and (max-width: 767px) {
  /* Styles for mobile-extra-large desktops go here */
  .map-hero .map-location {
    max-width: 100%;
    padding-inline: 1rem;
  }
  .map-hero .map-location p {
    font-size: 1rem;
  }
  .py-section {
    padding-block: 3rem;
  }
  .our-products-solutions .our-products-solutions-tabs-hero .tab-list {
    flex-wrap: wrap;
  }
  .our-products-solutions .our-products-solutions-tabs-hero .tab-list .nav-item .nav-link {
    font-size: 1.1rem;
  }
  .footer-link-list {
    justify-content: start !important;
    padding-left: 0;
  }
  .areas-tech-expertie-hero .tech-card h3 {
    font-size: 1rem;
  }
  .flex-items {
    flex: 0 0 calc(48% - 1.25rem) !important;
    max-width: calc(48% - 1.25rem) !important;
  }
  .industry-solution-hero .industry-solution-right .inner-card .inner-circle {
    width: 5rem;
    height: 5rem;
  }
  .home-contact::before {
    background-position: 50% 50%;
    background-size: cover;
    height: 70%;
  }
  .about-container .about-us-content-img {
    height: 17rem;
  }
  .about-container .about-us-content-img::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 20rem;
  }
  .subsidiaries-bg::before {
    top: 8%;
  }
}/*# sourceMappingURL=style.css.map */