/** Common Css**/

html {
  overflow-x: hidden;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  color: #109734;
  font-weight: 600;
  line-height: 35px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.column-list{
  width: auto;
  
  
}
.column-list li{
  margin-right: 5px;
  list-style: circle;
  line-height: 1.2rem;
}
.column-img{
  width: 50%;
  padding-top: 20px;
  height: fit-content;
  margin-left: auto;
  
}

ul {

  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5rem;
}
li{
  font-size: 16px;
  font-weight: 400;
 
  
}
a {
  transition: all 0.2s ease-in-out 0s;
}

.mt-100 {
  margin-top: 50px;
}

.bg-1 {
  background-image: url(../images/call-to-action.jpg);
}

.bg-orange {
  background: #272626;
  
}

.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 50px 0;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.slick-slide {
  outline: 0;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}

.btn {
  border-radius: 0;
  text-decoration: none !important;
}

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #0d580a;
  box-shadow: 0px 10px 50px rgba(50, 163, 78, 0.5);
  background-image: linear-gradient(bottom, rgba(14, 13, 13, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}

.btn-orange{
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #0d580a;
  box-shadow: 0px 10px 50px rgba(50, 163, 78, 0.5);
  background-image: linear-gradient(bottom, rgba(14, 13, 13, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}

.btn-orange:hover, .btn-main:focus {
  background-color: #fff;
  color: #000;
}

.btn-main:hover, .btn-main:focus {
  background-color: #239b51;
  color: #000;
}

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* navigation */
.navbar-brand {
  color: #0d6efd !important; /* Matches the blue in the logo image */
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  margin-right: 12px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #0a58ca !important;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
}

.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themefisher-font";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
}
.navigation .dropleft .dropdown-toggle::before {
  margin-right: 5px;
  content: "\f124";
}
.navigation .dropright .dropdown-toggle::after {
  margin-left: 5px;
  content: "\f125";
}
.navigation .dropdown-item {
  color: #444;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #f9a743;
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}

.navbar-toggler:focus {
  outline: 0;
}

/* cart */
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}

.badge-primary {
  background-color: #f9a743;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}
.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}

.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
}

footer {
  text-align: center;
  background: rgb(69, 69, 70);
  background-blend-mode: overlay;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #080808;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  font-weight: 600;
  font-size: 16px;
  color: #109734;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}
list-inline-item.li{
    color:#fff;
}
p.price {
  font-size: 30px;
  font-family: "Droid Serif", serif;
}

s.price {
  color: red;
  font-size: 25px;
  font-family: "Droid Serif", serif;
}

.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}

.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}

.form-control {
  border: 1px solid #dadada;
  border-radius: 35px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: #f9a743;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

/* product sinngle page */
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}

/* content style */
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #f9a743;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}

.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #f9a743;
}

.brand-electronics {
  color: #109734; /* Example: Bootstrap warning yellow, adjust as needed */
  font-weight: bold;
}

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

.hero {
  background: linear-gradient(120deg, #000000 80%, #60a1e2 100%);
  color: #ffffff;
  padding: 80px 0 60px 0;
  text-align: center;
  position: relative;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
}
.hero .row {
  align-items: center;
}
.hero-img {
  max-width: 320px;
  margin-bottom: 0;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(13, 110, 253, 0.25), 0 2px 8px rgba(0,0,0,0.10);
}
/* Responsive text color for better contrast */
@media (min-width: 992px) {
  .hero .col-lg-7 {
    color: #ffffff;
  }
  .hero .btn-outline-light {
    color: #0d6efd;
    border-color: #0d6efd;
    background: #fff;
  }
  .hero .btn-outline-light:hover {
    background: #0d6efd;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .hero {
    text-align: center;
  }
  .hero .row {
    flex-direction: column;
  }
  .hero-img {
    margin-bottom: 20px;
  }
}

/* Footer Custom Styles */
.footer-custom {
  background: linear-gradient(120deg, #000000 60%, #3b5269 100%);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-custom h5, .footer-custom h6 {
  color: #fff;
}
.footer-custom ul {
  padding-left: 0;
  list-style: none;
}
.footer-custom ul li {
  margin-bottom: 0.5rem;
}
.footer-custom ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-custom ul li a:hover,
.footer-custom .footer-link:hover {
  color: #ffc107;
  text-decoration: underline;
}
.footer-custom .footer-social a {
  color: #fff;
  margin: 0 10px; /* Increased space between icons */
  font-size: 1.3rem;
  display: inline-block;
  transition: color 0.2s, transform 0.2s;
}
.footer-custom .footer-social a:hover {
  color: #ffc107;
  transform: translateY(-2px) scale(1.15);
}
.footer-custom .brand-electronics {
  color: #ffc107;
  font-weight: bold;
}
.footer-custom .text-light-emphasis {
  color: #e0e0e0 !important;
}
.footer-custom .footer-link {
  color: #ffc107;
  text-decoration: underline;
}
.footer-custom hr {
  border-top: 1px solid #ffffff33;
}
@media (max-width: 767.98px) {
  .footer-custom {
    text-align: center;
  }
  .footer-custom .text-md-end {
    text-align: center !important;
  }
  .footer-custom .text-md-start {
    text-align: center !important;
  }
}

/* Add to your style.css if not present for service images */
.service-img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(13,110,253,0.10), 0 1px 4px rgba(0,0,0,0.08);
  border-radius: 12px;
}

/* Add or update in your style.css for extra spacing */
.footer-social {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-social a {
  margin: 0 12px;
}
