@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");




:root {
  --primary-color: #8AB54D;
  --secondary-color: #24A9E2;
  --body-bg: #F4F4F4;
  --text-color-heading: #222222;
  --text-color-body: #333333;
  --bg-white: #ffffff;
  --color-light: #b5b5c3;
  --danger-color: #ec0101;
  --danger-bg-light: #ec010135;
  --menu-icons: #2f415e;
  --border-menu: #e6edef;
  --label-color: #59667A;
  --table-head-bg: #E9EEFE;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background: var(--body-bg);
  color: var(--text-color-body);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text-color-heading);
}

.hero-section {
  height: 100vh;
  width: auto;
  color: var(--bg-white);

}

.work-together {
  height: 380px;
  width: auto;
  color: var(--bg-white);

}

.navbar {
  /* border-bottom: 1px solid #afadad; */
  position: absolute;
  z-index: 1;
  top: 10px;
  /* opacity: 0.5;     */
  display: flex;
  width: 100%;
}

.sub-navbar {
  position: relative;
  z-index: 1;
  top: 0px;
  /* opacity: 0.5;     */
  display: flex;
  width: 100%;
}

.navbar-nav .nav-item .nav-link {
  color: var(--bg-white);
}

.navbar-nav .nav-item .nav-link:focus {
  border-bottom: 3px solid var(--primary-color);
}

.navbar-black-clr .nav-item .nav-link {
  color: var(--text-color-heading) !important;
}

.navbar-black-clr .nav-item .nav-link:focus {
  border-bottom: 3px solid var(--primary-color);
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.hero-heading {
  color: var(--bg-white);
  font-size: 60px;
  font-weight: bold;
}

.hero-btn button {
  border: 1px solid var(--bg-white);
  color: var(--bg-white);
  background-color: transparent;
  border-radius: 0px 0px 20px 0px;

}

.hero-btn button:hover {
  border: 1px solid var(--bg-white);
  color: var(--bg-white);
  background-color: transparent;
  border-radius: 0px 0px 20px 0px;

}

.greenborder-btn button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  border-radius: 0px 0px 20px 0px;

}

.greenborder-btn button:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  border-radius: 0px 0px 20px 0px;
  cursor: pointer;

}

.contact-us {
  background-color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
  color: var(--bg-white);
  border-radius: 0px 0px 20px 0px;
  padding: 10px;
}

.contact-us:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}

.email-contact-us {
  background-color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
  color: var(--bg-white);
  border-radius: 0px 0px 20px 0px;
  width: 130px;
  padding: 10px;
}

.email-contact-us:hover {
  background-color: var(--primary-color);
}

.contact-us-white {
  background-color: var(--bg-white);
  font-weight: 400;
  cursor: pointer;
  color: #005BAA;
  border-radius: 0px 0px 20px 0px;
  width: 130px;
  padding: 10px;
}

.contact-us-white:hover {
  background-color: var(--bg-white);
  color: var(--primary-color);
}

.overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
}

.custom-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 180px;
  width: 180px;
  background-color: var(--bg-white) !important;
  color: var(--text-color-heading) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border: 3px solid var(--primary-color) !important;
}

.services-card {
  min-height: 250px;
  border: 3px solid var(--primary-color);
}

.services-card:hover {
  background-color: var(--primary-color);
  color: var(--bg-white);
  cursor: pointer;
}

.services-card:hover svg path{
  fill: var(--bg-white);
}

.services-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-section2 {
  position: relative;
  text-align: center;
  color: white;
}

.hero-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: start;
}

.hero-content h1 {
  color: var(--bg-white);
  font-size: 60px;
}

.global-sourcing {
  /* width: auto; */
  /* min-height: 400px; */
  border-radius: 8px;
  background-color: var(--bg-white);
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 80px;
  /* margin-top: 100px; */
  padding-bottom: 20px;
}
.global-sourcing-margin{
  margin-top: 100px;
}

.global-sourcing:hover {
  background-color: var(--primary-color);
  color: var(--bg-white) !important;
  cursor: pointer;
}

.icon-div {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 1px solid var(--primary-color);
  border-radius: 8px;
  margin-top: -140px;
  border: 2px solid transparent;
}

.global-sourcing:hover .icon-div{
  background-color: #fff;
  border: 2px solid #8AB54D;
}

.global-sourcing:hover .icon-div svg path{
  fill: #8AB54D;
}

.global-sourcing h3 span{
  color: var(--primary-color);
}


.global-sourcing:hover h3, .global-sourcing:hover h3 span{
  color: var(--bg-white);
}

.icon-div-small {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  margin-top: -50px;
}

.vision-mission-div {
  border-radius: 20px;
}

.vision-mission-div img {
  border-radius: 30px;
  padding: 10px;
}

.five-div {
  background-color: var(--bg-white);
  border-radius: 50px;
}

.professional-tool-div {
  height: 400px;
  width: auto;
  background-image: url(../images/professional-tools.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: end;
}

.ptools-content {
  background-color: var(--bg-white);
  min-height: 150px;
  border-radius: 10px;
  bottom: 20px;
  margin-top: 180px;
}

.support-center-bg-img {
  background-image: url(../images/support-center.png);
}

.power-supply-bg-img {
  background-image: url(../images/power-supply-bg-img.png);
}

.next-firemen-bg-img {
  background-image: url(../images/next-firemen.png);
}

.corner-round-div {
  border-radius: 0px 0px 100px 0px;
  position: relative;
}

.corner-round-div img {
  padding: 30px;
}

.hover-corner-round-div {
  border-radius: 0px 0px 100px 0px;
  background-color: var(--primary-color);
  color: var(--bg-white);
  position: absolute;
  opacity: 0;
}

.corner-round-div .hover-corner-round-div:hover {
  opacity: 100%;
  cursor: pointer;
}

.hover-corner-round-div .card-body {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 50px;
}

.two-div {
  width: auto;
  background-image: url(../images/healthcare.png);
  background-size: 100% 380px;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  padding: 70px;
  padding-top: 10rem;
}

.two-div-content {
  background-color: var(--bg-white);
  /* height: fit-content; */
  border-radius: 10px;
  padding: 20px;
}

.two-div-bg-img {
  background-image: url(../images/diagnostic-services.png);
}

.sockets-for-ims {
  background-image: url(../images/sockets-for-ims.svg);
}

.ev-charging {
  background-image: url(../images/ev-charging.svg);
}

.powering-the-Future {
  background-image: url(../images/powering-the-Future.svg);
}

.robotic-arms {
  background-image: url(../images/robotic-arms.svg);
}

.industrial-water-flow-monitoring {
  background-image: url(../images/industrial-water-flow-monitoring.svg);
}

.gas-leak-detection-systems {
  background-image: url(../images/gas-leak-detection-systems.svg);
}

.custom-connectors-img {
  width: 300px;
  height: auto;
}

.assembly-type-of-pcb {
  background-image: url(../images/Assembly\ type\ of\ the\ PCB.svg);
}

.cost-optomization-calculator {
  background-image: url(../images/cost-optomization-calculator.svg);
}

.margin-top {
  margin-top: 240px;
}

.ai-monitors {
  background-image: url(../images/AI-Monitors.svg);
}

.transforming-technology {
  background-image: url(../images/transforming-technology.svg);
}

.redundancy-and-diode-modules {
  background-image: url(../images/redundancy-and-diode-modules.svg);
}

.commumication-module {
  background-image: url(../images/11111111.svg);
}

.footer-bg {
  /* height: 561px; */
  width: auto;
  background-image: url(../images/footer-bg-img.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-header h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--bg-white);
}

.footer-header p {
  font-size: 20px;
  font-weight: 400;
  color: var(--bg-white);
}

.footer-content {
  /* height: 415px; */
  background-color: var(--bg-white);
  padding: 50px;
  border-radius: 80px 0px 0px 0px;
}

.footer-menu ul {
  list-style: none;
  line-height: 48px;
}

.footer-nav a {
  color: var(--text-color-body);
  text-decoration: none;
}

.social-div {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background-color: var(--primary-color);
}

.social-div i {
  font-size: 30px;
  color: var(--bg-white);
}

.social-div:hover {
  background-color: var(--secondary-color);
  cursor: pointer;
}

/* .two-div-margin {
  margin-bottom: 120px;
  margin-top: 70px;
} */

.flag-div {
  /* height: 500px; */
  width: 1053px;
  background-color: var(--bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60%;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

.icon-box:hover {
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  color: var(--secondary-color);
}

.icon-box i {
  font-size: 30px;
  color: var(--primary-color);
}

.icon-box i:hover {
  color: var(--secondary-color);
  cursor: pointer;
}

.center-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-form {
  max-width: 600px;
  margin: 50px auto;
}

.form-control {
  border-radius: 8px;
  background-color: #f8f8f8;
  border: none;
}

.form-label {
  font-weight: 600;
}

.round-img-div {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}

.round-left-div {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 25px;
  width: 350px;
}

.round-right-div {
  display: flex;
  align-items: center;
}

.round-left-div h4 {
  color: var(--primary-color);
}

.round-left-div a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 18px;
}

.area-card-height {
  height: 300px;
}

.design-house-div {
  width: 300px;
  height: 300px;
  background-color: var(--bg-white);
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.design-house-div-1 {
  border: 4px solid #F4A600;
}

.design-house-div-2 {
  border: 4px solid #005BAA;
}

.design-house-div-3 {
  border: 4px solid #8AB54D;
}

#map {
  height: 600px;
  width: 100%;
  z-index: 0;
  /* border-radius: 10px; */
}



@media (max-width: 450px) {
  .hero-heading {
      font-size: 36px;
  }

  .hero-section{
    height: 60vh;
  }
  .footer-header h2{
    font-size: 32px;
  }

  .footer-header p{
    font-size: 16px;
  }

}

@media (max-width:550px){
  .footer-header .d-flex{
    flex-direction: column;
  }
  .hero-section2 .hero-content{
    margin-left: 50px;
  }
  .hero-section2 .hero-content h1, h2{
   font-size: 32px;
  }
  .flag-div .d-flex{
      flex-direction: column;
  }
  .two-div-content h2{
      font-size: 18px;
  }
}

@media (max-width:920px){
  .hero-section2 .hero-content{
    margin-left: 50px;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  border-bottom: 2px solid #8ab54d;
}