body,
html {
  font-size: 16px;
  line-height: 20px;  
}

body * {
  outline: none;
}


a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}


a {
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #2fa55a;
  font-weight: 700;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul#menu-primary-menu{
    gap:12px;
}
.navbar-nav .current-menu-item.current_page_item a {
    color: #3ca638;
    font-weight:500;
}
.container {
  max-width: 1280px;
}

body {
  /* font-family: "Figtree", sans-serif; */
  font-family: "Inter", sans-serif;
}

.hero {
  /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://via.placeholder.com/1920x500?text=About+Us+Hero');*/
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  /* padding: 2rem; */
}

.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00000094;
  padding: 0;
}

.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  animation: fadeInUp 1s ease-out;
  color: #fff;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out 0.2s backwards;
}

.text-success {
  color: #3ca638 !important;
}

.btn-success {
  background-color: #3ca638;
  border-color: #3ca638;
}

.bg-success {
  background-color: #3ca638 !important;
}

.main-slider .slick-slide {
  outline: none;
}

.topbar {
  background: #000;
  padding: 0px;
  position: relative;
}

.topbar_left_side ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.topbar_left_side ul li {
  margin-right: 20px;
}

.topbar_left_side {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.topbar_right_side a {
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  font-size: 14px;
}

.topbar_left_side ul li a i {
  color: #3ca638;
  margin-right: 2px;
}


nav.navbar {
  padding-left: 0;
  padding-right: 0;
}

.topbar_right_side a:hover {
  background: #3ca638;
}

.btn.custom-btn {
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-outline-light.custom-btn:hover {
  background-color: #3ca638;
  border-color: #3ca638;
  color: #fff;
}

.slider-content p.lead {
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.text-muted {
  color: rgb(64, 64, 64) !important;
}

header#header {
  box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
}

.slider-item-bg {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.slider-content h1 {
  color: #fff;
}

.slider-item-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.slider-content {
  position: relative;
  z-index: 2;
  max-width: 930px;
  text-align: center;
}

.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

ul.check-list li {
  margin-bottom: 12px;
}

.partner-logo-box {
  background-color: white;
  padding: 8px 8px;
  font-weight: bold;
  border: 1px solid #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  color: #555;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.partner-item.slick-slide p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.project-card:hover {
  transform: translateY(-5px) !important;
  transition: transform 0.3s ease !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  margin: 0 6px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #3ca638;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: rgba(0, 0, 0, 0.6);
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #3ca638;
  opacity: 1;
}

.section-header h2 {
  font-size: 36px;
}

.slick-dots li {
  margin: 0 2px;
}

.service-card p {
  line-height: 22px;
  font-size: 15px;
}

.service-card h3 {
  font-size: 24px;
}

.service-card:hover {
  transform: translateY(-5px) !important;
  transition: all 0.3s !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /* background: #3ca638; */
}

/* .service-card:hover h3,
.service-card:hover p {
  color: #fff !important;
}

.service-card:hover i {
  color: #fff !important;
} */

.service-card {
  border-radius: 12px;
}

.project-card h3 {
  font-size: 24px;
}

.project-card p {
  font-size: 14px;
}

.project-card ul li {
  font-size: 14px;
  margin-bottom: 3px;
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
}

.main-slider {
  margin-bottom: 0 !important;
}

.section-header p {
  line-height: 22px;
}

.electrical-image img {
  border-radius: 16px;
}

.electrical-content ul li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
}

.electrical-content ul li:before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #3ca638;
  margin-right: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

/* .features-section {
  background: url(http://grtelectronics.com/WhiteCircuit.png);
  position: relative;
} */

.features-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.partners-slider .slick-track {
  display: flex !important;
  align-items: center !important;
}

.partners-slider img {
  max-width: 140px;
  margin: 0 auto;
  opacity: 0.6;
  transition: all 0.3s ease;
  height: 110px;
    object-fit: contain;
}

.partners-slider img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.partners-slider .slick-slide {
  padding: 0 15px;
  outline: none;
}

.blog-grid h3 {
  font-size: 24px;
}

.blog-grid {
  border-radius: 12px;
}

.blog-grid:hover {
  transform: translateY(-5px) !important;
  transition: all 0.3s !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /* background: #3ca638; */
}

.blog-grid p {
  font-size: 14px;
}

.features-section h3 {
  font-size: 20px;
}

.features-section p {
  font-size: 14px;
}

.features-section .card {
  border-radius: 12px;
}

.service-card .card-body {
  display: flex;
  padding: 0;
  text-align: left;
}

.service-content {
  margin-left: 20px;
}

/*.features-inner-box {
  background: #3ca638;
  padding: 50px;
  border-radius: 24px;
  position: relative;
}*/

.features-inner-box>.mb-4 {
  margin-bottom: 0 !important;
}

.footer-about-text {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 300;
  line-height: 24px;
}

.footer-links li a {
  opacity: 0.9;
  font-weight: 300;
  font-size: 14px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a:hover {
  color: #fff !important;
}

#footer {
  background-image: url(https://images.unsplash.com/photo-1517420704952-d9f39e95b43e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);
  background-size: cover;
  background-position: center;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.cotact-widget address {
  opacity: 0.9;
  font-weight: 300;
  font-size: 14px;
}

.cotact-widget p a {
  font-size: 14px;
  opacity: 0.9;
  font-weight: 300;
  color: #fff;
}

.main-slider-wrap {
  position: relative;
}

.iso-logo.hero-iso-logo {
  position: absolute;
  top: 8px;
  right: 8px;
}

.iso-logo.hero-iso-logo img {
  max-width: 184px;
}

.iso-logo img {
  max-width: 220px;
}

.iso-logo {
  float: right;
}

.features-section {
  background: url(../images/pcb-assembly-3.jpg);
  position: relative;
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
}

.blog-grid .card-img-top {
  border-radius: 12px;
}

/*//////////////////////////////////////*/
/* modal popup style start from here ///*/
/*//////////////////////////////////////*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index:9999;
}

.popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
  max-width: 450px;
  /*text-align: center;*/
  position: relative;
  height: 300px;
  margin: auto;
  top: 25%;
}

.popup-box.active {
  transform: scale(1);
  opacity: 1;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index:9999;
}

.modal-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease;
    width: fit-content;
    position: relative;
    height: 600px;
    margin: auto;
    top: 20%;
    overflow: auto;
}

.modal-box.active {
  transform: scale(1);
  opacity: 1;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.stats {
  background-color: #000;
  color: white;
  padding: 60px 20px;
}

.stats .section-title {
  margin-bottom: 2rem;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #2fa55a;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.stat-card:nth-child(2) {
  animation-delay: 0.1s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.2s;
}

.stat-card:nth-child(4) {
  animation-delay: 0.3s;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2fa55a;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  color: #ccc;
}
    /* CTA Section */
.cta-section {
    background: linear-gradient(rgba(47, 165, 90, 0.9), rgba(47, 165, 90, 0.9));
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s ease-out;
    color: white;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.cta-button-white {
    background-color: white;
    color: #2fa55a;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
    transition: 0.3s;
}

.cta-button-white:hover {
    background-color: #f0f0f0;
    transform: translate(0px, -10px);

}

 /* Contact form modal Section */
 
 /* ===== CONTAINER ===== */
.quote-wrapper{
    max-width:650px;
    margin:0 auto;
    background:#fff;
    padding:35px;
    border-radius:6px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

/* ===== HEADING ===== */
.quote-wrapper h2{
    text-align:center;
    color:#2f7d32;
    margin-bottom:10px;
    font-size:28px;
}

.quote-wrapper p{
    text-align:center;
    color:#777;
    margin-bottom:30px;
    font-size:14px;
}

/* ===== FORM ===== */
.quote-wrapper .form-group{
    margin-bottom:18px;
}

.quote-wrapper .form-group label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
    font-size:14px;
    color:#333;
}
.quote-wrapper .form-group input, 
.quote-wrapper .form-group select,
.quote-wrapper .form-group textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    box-sizing:border-box;
}

.quote-wrapper textarea{
    min-height:130px;
    resize:vertical;
}

/* ===== BUTTON ===== */
.quote-wrapper .submit-btn{
    width:100%;
    background:#2f7d32;
    color:#fff;
    border:none;
    padding:14px;
    font-size:16px;
    border-radius:4px;
    cursor:pointer;
    transition:0.3s;
}

.quote-wrapper .submit-btn:hover{
    background:#256628;
}

/* ===== RESPONSIVE ===== */
@media(max-width:600px){
    .quote-wrapper{
        padding:25px 18px;
    }

    .quote-wrapper h2{
        font-size:24px;
    }
    .modal-box {
    top: 25%;
}
}
/* ===== SELECT FIX ===== */
.quote-wrapper form select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.quote-wrapper form select{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    background-color:#fff;

    /* remove default styling */
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    /* custom dropdown arrow */
    background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat:no-repeat;
    background-position:right 12px center;
    background-size:16px;
    padding-right:40px;
}
.quote-wrapper .wpcf7-form-control.wpcf7-select {
    height: 47px !important;
}
.quote-wrapper input,
.quote-wrapper select,
.quote-wrapper textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    background:#fff;
}

/* CF7 full width fix */
.quote-wrapper .wpcf7-form-control{
    width:100%;
}

/* Button */
.quote-wrapper .submit-btn{
    width:100%;
    background:#2f7d32;
    color:#fff;
    border:none;
    padding:14px;
    font-size:16px;
    border-radius:4px;
    cursor:pointer;
}
 
 
 
 
 
