@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Barlow: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&family=Be+Vietnam+Pro: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&family=Bubblegum+Sans&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kite+One&family=Krona+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sora:wght@100..800&family=Sriracha&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
}  
:root{
--black:#000;
--white:#fff;
--Yellow-Green:#58CE2C;
/* --Carmine-Pink:#F15546; */
--Carmine-Pink:#58CE2C;
--Awesome:#FB2056;
--Ironside-Grey:#666666;
--White-Smoke:#F5F5F5;
--Carbon-Grey:#5d5d5d;
--Rangoon-Green:#121212;
--Clear-Blue:#0bc0df;
--gradient-clor:linear-gradient(135deg, #00c853, #2196f3);
--Onyx:#131413;
--Ultramarine-Blue:#982317;
--White-Lilac:#F5F8FA;
--Magnolia:#0cc1e01c;
--Deep-Sapphire:#09256E;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: var(--white);
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: var(--white);
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* header start */
/* Reset for ul */
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

/* Container styling */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Top header styling */
.top-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #333;
}

/* Flex layout for header content */
.top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

/* Left side info (email and address) */
.left-info li {
  color: #555;
}

.left-info a {
  color: #a53a2a;
  text-decoration: none;
  font-weight: 500;
}

.left-info a:hover {
  text-decoration: underline;
}

/* Social media icons */
.contact-info a {
  color: #a53a2a;
  font-size: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.contact-info a:hover {
  color: #7a2c1e;
}

/* header end */

.navbar.smart-navbar{
  padding: 20px 0!important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
 

}
nav.navbar.WhiteNav {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 8px 6px -11px rgb(255, 255, 255);
  top: 0;
  background: var(--White-Lilac);
  }
  /* .smart-navbar img{
  width: 60px;
 } */
  .navbar-brand img {
width: 250px;
  height: auto;
  }
 
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  font-weight: 600;
 
}
.menu-bg .navbar-nav .nav-item .nav-link{
  font-weight: 600;
  transition: .6s;
}
.menu-bg .navbar-nav .nav-item .nav-link:hover{
color: var(--Ultramarine-Blue);
transition: .6s;

}
.menu-bg .navbar-nav {
 gap:30px;
 align-items: center;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color: var(--Ultramarine-Blue);
  border-bottom: 1px solid var(--Ultramarine-Blue);
  font-weight: 600;
}
.WhiteNav .nav-link.active {
  color: var(--Ultramarine-Blue)!important;
  border-bottom: 1px solid var(--Ultramarine-Blue)!important;
}
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
 
  background: var(--white) !important;
  border-radius: 100px;
}
.hero-section .owl-carousel .owl-nav button.owl-next span,
.hero-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 20px;
  color: var(--black);
}
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    z-index: 10;
    font-size: 2rem;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.hero-section .owl-carousel .owl-nav button.owl-prev {
    left: 15px; 
}

.hero-section .owl-carousel .owl-nav button.owl-next {
    right: 15px; 
}

.hero-section .owl-theme .owl-nav {
  margin-top: 0px !important;
}
.hero-section .slider-img{
position: relative;
}
.hero-section .slider-caption{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 500px;
}
.hero-section .slider-caption h2{
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--Ultramarine-Blue);
}
.hero-section .slider-caption p{
  color: var(--Ironside-Grey);
  margin-bottom: 30px;
}
.appdownload{
  text-decoration: none;
  border: 1px solid var(--Ultramarine-Blue);
    border-radius: 8px;
    color: var(--Ultramarine-Blue);
    padding: 20px 30px !important;
    transition: .6s;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 768px;

}
.hero-content h2{
  color: var(--white);
  font-size: 80px;
  position: relative;
  padding-bottom: 12px;
  font-weight: 700;
}
.hero-content h2::after{
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--white);
  bottom: 0;
  left: 0;
}
.hero-content h4{
  color: var(--white);
  font-size: 30px;
  word-spacing: 8px;
  line-height: 60px;
  margin-bottom: 30px;

}

.smartBtn a{
  text-decoration: none;
  background: var(--Carmine-Pink);
border-radius: 8px;
color: var(--white);
padding: 20px 30px;
border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:var(--Carmine-Pink);
    transition: .6s;
   
}
.smartBtn{
  transition: .6s;
}


/* hero section end */
/* count section start */
.counter-section {
  background: linear-gradient(to right, #ffbdb657, #c68a8424);
  padding: 80px 0;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}
.counter-box {
  background: var(--white);
  padding: 40px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.counter-box:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.icon-box {
  font-size: 36px;
    background: var(--Ultramarine-Blue);
    color: var(--white);
    padding: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgb(148 41 37);
}

.counter {
  font-size: 38px;
  font-weight: 700;
  color: #2c3e50;
}

.counter-label {
  font-size: 18px;
  color: #555;
  margin-top: 5px;
}
/* count section end */
/* about section start */
.about-section{
  padding: 60px 0;
}
.about-img img{
  width: 100%;
}
.headline h4{
  display: inline-block;
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.headline h3{
  color: rgb(34, 34, 34);
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 29px;
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Barlow Condensed", sans-serif;
   
}
.headline{
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.headline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: var(--Awesome); 
  border-radius: 2px; 
}

.headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 10px;
  height: 4px;
  background-color: #222;
  border-radius: 2px;
}

/* about section end */
/* quipment images start */
.hotspot-container .container-fluid{
padding: 0;
  position: relative;
}

.Webcam1 {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.Webcam1:hover .webcamproduct {
  display: block;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-wrapper {
  position: relative;
  width: 27px;
  height: 27px;
}

.pulse-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color:var(--white);
  animation: pulse-animation 1.5s infinite;
  z-index: 0;
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--white);
  border: 6px solid #ff6060;
  position: relative;
  padding: 7px;
  z-index: 1;
}

.webcamproduct {
  position: absolute;
  top: 0;
  left: 30px;
  width: 300px;
  background: var(--white);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: none;
  z-index: 2;
}

.webcamproduct img {
  width: 100%;
  border-radius: 8px;
}
.camcontent{
  text-align: center;
}
.camcontent h4 {
  margin: 10px 0 5px;
  font-size: 16px;
}
p{
  color: rgb(126 124 124);
  font-size: 16px;
  line-height: 30px;
 
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}

.feature-list i {
  color: #28a745; /* Green check icon */
  margin-right: 10px;
  font-size: 20px;
}
.feature-list li:hover {
  color: #007bff;
  cursor: pointer;
}
.feature-list {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn-smart {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(135deg, #a53a2a, #c14f3c);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(165, 58, 42, 0.3);
}

.btn-smart:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(165, 58, 42, 0.4);
}

.btn-smart:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(165, 58, 42, 0.3);
}
/* service section start */
.service-section{
  padding: 60px 0;
}
.product-card img{
  width: 100%;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.product-card {
  width: 100%;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 20px;
}

/* .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
} */

.image-wrapper {
  width: 100%;

  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .image-wrapper img {
  transform: scale(1.05);
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin: 16px 16px 0 16px;
}

.product-card p {
  margin: 0 16px 16px 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.getBtn{
  padding-top: 40px;
text-align: center;

}


/* service section end */
/* testimonial start */
.testimonial-section{
  width: 100%;
  padding: 60px 0;
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.rating{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 6px;
}
.rating li{
  list-style: none;
}
.rating i{
  color: var(--Ultramarine-Blue);
}
.testimonial-card{
  background: var(--white);
  padding: 60px 30px;
}
.tetiimg img{
  width: 100px!important;
}
.testimonial-card p{
   display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
}
/* testimonial end */
/* partner start */
.partner-section{
  background: var(--White-Lilac);
  padding: 40px 0;
}
.partner-content img{
  width: 150px!important;
}
/* partner end  */
/* contact section start */
.contact-section {
  background-color: var(--white);
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  color: #555;
  margin-bottom: 20px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  color: #666;
  line-height: 1.8;
}

.contact-form {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  resize: vertical;

}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  border: 1px solid var(--Ultramarine-Blue); /* or any color you prefer */
  outline: none;
}

.contact-form button {
  padding: 12px 20px;
  background-color: #0077ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #005ecc;
}

/* contact section end */
/* footer section start */
.footer {
  background-color: #111;
  color: #eee;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
} */

.footer h4, .footer h2 {
  margin-bottom: 15px;
  color: var(--white);
}

.footer-brand {
  flex: 1 1 250px;
}

.footer-links, .footer-contact {
  flex: 1 1 200px;
}
.footer-links, .footer-contact a{
  text-decoration: none;
  color: var(--Ironside-Grey);
  transition: .6s;
}
.footer-links, .footer-contact a:hover{
transition: .6s;
  color: var(--white);
}
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-contact .social-icons a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #ccc;
  transition: color 0.3s;
}

.footer-contact .social-icons a:hover {
  color: var(--white);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #aaa;
}
.footer-brand img{
  width: 400px;
}
.footer-bottom a{
  text-decoration: none; 
  color: var(--white)!important;
  font-weight: 100;
}

/* footer section end */
/*  */

/* Go to Top Button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--Ultramarine-Blue);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: var(--Carbon-Grey);
  transform: translateY(-4px);
}

.back-to-top:focus {
  outline: none;
}
/* whatsapp */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
  }
  @keyframes pulse {
  0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  @keyframes pulse-border {
  0% {
  padding: 25px;
  opacity: 0.75;
  }
  75% {
  padding: 50px;
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }

/* gallery section start */
/* Page Banner */
.page-banner {
  position: relative;
  background: url('../images/common-banner.webp') no-repeat center center;
  background-size: cover;
  height: 300px; /* Set height for the banner */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

/* Overlay on the Banner Image */
.page-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-banner .banner-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-banner .banner-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 auto 30px auto;
  color: var(--white);
  width: 750px;
}

.page-banner .btn-primary {
  padding: 12px 30px;
  font-size: 1rem;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.page-banner .btn-primary:hover {
  background-color: #0056b3;
  text-decoration: none;
}
/* Breadcrumb Navigation */
.breadcrumb-nav {
  background-color: #f8f9fa;
  padding: 20px 0;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 1rem;
}

.breadcrumb-item a {
  color: var(--Ultramarine-Blue);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.gallery-section{
	padding: 60px 0;
}
.gallery-section img{
	width: 100%;
} 
  .gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  
  .gallery-card img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease-in-out;
	display: block;
	border-radius: 12px;
  }
  
  .gallery-card .overlay {
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	background: linear-gradient(135deg, rgb(0 0 0 / 44%), rgb(145 143 143 / 68%));
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
	border-radius: 8px;
  }
  
  .gallery-card .overlay i {
	color: #fff;
	font-size: 2rem;
  }
  
  .gallery-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .gallery-card:hover img {
	transform: scale(1.05);
  }
  
  .gallery-card:hover .overlay {
	opacity: 1;
  }
/* seriest style */
.series-section{
 padding: 40px 0;
 background: var(--White-Lilac);
}
.series-card {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}


.series-icon img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.series-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2c3e50;
}

.series-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.wireimg img{
  width: 100%;
}
/*  */
.wireless-section{
  padding: 60px 0;
}
/* Gallery Section */
/* terms and condition start */
.terms-section{
padding: 40px 0;
}
      .terms-section .terms-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
}

.terms-section .card-title {
  font-size: 2rem;
  font-weight: 600;
  color: #343a40;
}

.terms-section .card-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
.terms-section .contact-info h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}
/* end */
@media(max-width:1024px){
  .headline h3 {
    font-size: 35px;
    padding-bottom: 6px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }
  .page-banner .banner-title {
    font-size: 2rem;
    margin-bottom: 12px;
    
}
.page-banner .banner-subtitle {
  font-size: 1rem;
  line-height: 24px;
}
}
@media(max-width:992px){
  .smart-navbar .offcanvas-header {
    background: var(--White-Lilac);
  }
  .smart-navbar .offcanvas-header img{
width:250px
  }
  .smart-navbar .navbar-toggler{
    border: 0;
  }
  .smart-navbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    border: 0;
    box-shadow:none;
}
.about-img img {
  margin-bottom: 20px;
}
.footer-brand img {
  width: 250px;
}
.menu-bg .navbar-nav {
    gap: 12px;
    align-items: start;
}
.offcanvas.offcanvas-end.menu-bg{
width: 90%;
}
}
/* media query */
@media (max-width: 992px) {
  .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-banner .banner-subtitle {
    width: 100%;
  }
}
@media(max-width:768px){
  .service-section,.about-section,.counter-section  {
    padding: 40px 0;
  }
  .navbar.smart-navbar {
    padding: 8px 0!important;
  }
}
@media (max-width: 576px) {
  .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-card {
margin: 0 0 20px 0;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
}
.headline h3 {
  font-size: 24px;
  padding-bottom: 6px;
}
.btn-smart {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
}
.getBtn {
  padding-top: 8px;
}
.counter-box {
  margin-bottom: 20px;
}
.icon-box {
  font-size: 20px;
  margin: 0 auto 8px auto;
  width: 50px;
  height: 50px;
}
.counter-label {
  font-size: 14px;
}
.counter {
  font-size: 24px;
}
.counter-box {
  padding: 24px 6px;
}
}
@media(max-width:425px){
  .navbar-brand img {
    width: 220px;
    height: auto;
}
.left-info{
  display: block;
  margin-bottom: 6px;
}
.seperater{
  display: none;
}
.icon-box {

  width: 40px;
  height: 40px;
}
.icon-box {
  font-size: 14px;
}
.counter {
  font-size: 16px;
}
.counter-box {
  padding: 16px 8px;
}
}
@media(max-width:375px){
  .navbar-brand img {
    width: 190px;
    height: auto;
}
.smart-navbar  .navbar-toggler-icon {
  width: 1.2em;
}
.counter-section .col-6{
  padding: 0 4px;
}
}
