* {
	padding:0;
	margin:0;
}
html{
    scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#1dc8cd;
}
a:hover {
	color:#1dc8cd;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  height: 10px;
  padding: 45px 0;
}

/* Logo */
.navbar .navbar-brand img {
  max-height: fit-content;
  transition: transform 0.3s ease;
}
.navbar .navbar-brand img:hover {
  transform: scale(1.05);
}

/* Nav Items */
.navbar .nav-item {
  margin: 0 10px;
}
.navbar .nav-item .nav-link {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  transition: color 0.3s ease;
}

/* Hover underline effect */
.navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background:#1de099;
  transition: width 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
  color:#1de099;
}
.navbar .nav-item .nav-link:hover::after {
  width: 100%;
}

/* Active Link */
.navbar .nav-item .nav-link.active {
  color: #1de099 !important;
}
.navbar .nav-item .nav-link.active::after {
  width: 100%;
}

/* SCROLLED NAVBAR */
.nav-scroll {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  height: 10px;
  padding: 45px 0;
}
.nav-scroll .nav-item .nav-link {
  color: #333;
}
.nav-scroll .nav-item .nav-link:hover {
  color: #1de099;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.nav-scroll .navbar-brand img {
  transform: scale(1.0) !important;
}

/* TOGGLER */
.navbar .navbar-toggler {
  border: none;
  outline: none;
}
.navbar .navbar-toggler span {
  font-size: 22px;
  color: #000000;
  transition: color 0.3s;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.banner {
	background: #7a60ff;
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(images/pattern.png); */
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #1dc8cd;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #1dc8cd;
	margin-left: -75px;
}
.whiteline {
	height: 2px;
	width: 50px;
	background: #ffffff;
	display: block;
	margin: 20px auto 20px;
}
.whiteline::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #fafafa;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(45deg, #1de099, #1dc8cd);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #1dc8cd;
	padding: 10px 40px;
	border: 2px solid #1dc8cd;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#1dc8cd;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
    background: linear-gradient(45deg, #1de099a3, rgb(29 200 205 / 64%));}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #1dc8cd;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(29 200 205);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(29 200 205);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(29 200 205);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #7a60ff;
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.withOwa ul li{
	color: rgba(0, 0, 0, 0.753);
	list-style: none;
}
.withoutOwa ul li{
	color: rgba(0, 0, 0, 0.753);
	list-style: none;
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content .whte {
	font-weight: 600;
	color: #fdfdfd;
	font-size: 20px;
}
.faq-content h4 {
	font-weight: 600;
	font-size: 20px;
}
.faq-content li{
	color: #fdfdfd;
	font-weight:500;
	margin-top:17px;
}
.faq-content p{
	font-weight:300;
	margin-top:15px;
}

.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #7a60ff;
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(45deg, #1de099, #1dc8cd);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	height: 1px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}

.two-cols {
  display: flex;
  gap: 30px;                
  align-items: stretch;    
  margin-top: 30px;
}

.left-col  { flex: 0 0 40%; min-width: 220px; }
.right-col { flex: 0 0 60%; min-width: 300px; display:flex; justify-content:center; align-items:center; }

.left-col  .contact-info { width:100%; padding: 24px; box-sizing: border-box; }
.right-col .form-wrapper  { width:100%; padding: 24px; box-sizing: border-box; }

.form-wrapper { max-width: none; }


.faq {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.warrantySectionContent .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-content {
  flex: 1 1 calc(50% - 20px); 
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
  border-image: linear-gradient(to bottom , #1dc8cd, #1de099);
  border-image-slice: 1;
  min-height: 180px; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.faq-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.faq-content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.faq-content p {
  font-weight: 400;
  color: #555;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}

.footer {
  color: #000000de;
  padding: 60px 0 40px;
  font-family: 'Poppins', sans-serif;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  margin: 15px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-logo img {
  width: 9.5rem;
  margin-right: 10px;
  position: relative;
}

.footer-logo h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer p {
  font-size: 14px;
  line-height: 22px;
  color: #bbb;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  background: linear-gradient(to right, #1de099,#1dc8cd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-col ul li a:hover {
  color: #1dc8cd;
}

/* Social icons */
.footer-socials {
  margin-top: -2rem;
  margin-left: 0.6rem;
  position: absolute;
}
.footer-socials a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.footer-socials a:hover {
  background: linear-gradient(to right, #1dc8cd, #1de099);
  transform: translateY(-3px);
}

.footer-col p i {
  margin-right: 8px;
   width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #222;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-size: 13px;
  transition: all 0.3s ease;
}
.footer-col p i:hover {
  background: linear-gradient(to right, #1dc8cd, #1de099);
  transform: translateY(-3px);
}

.footer-col p{
  color: #5e5e5e;
}

/* Responsive */
@media (max-width: 992px) {
  .footer .row {
    flex-direction: column;
  }
  .footer-col {
    margin-bottom: 25px;
  }
}


/* =========================
   MEDIA QUERIES
========================= */

@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    overflow: auto;
    background: #ecfbf6;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
  }
  .nav-scroll .navbar-collapse {
    background: #ecfbf6;
  }

  #contact_form {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .nav-scroll .navbar-brand img,
  .navbar-brand img {
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
  }

  .banner-text {
    padding-right: 0px;
    margin: 10px 0px 0px;
  }

  h2 { font-size: 25px; }
  h3 { font-size: 23px; }

  .section-padding { padding: 40px 0px; }
  .section-content { margin-top: 40px; }

  .banner-text p { margin: 25px 0px; }
  .banner-text ul li a img {
    width: 140px;
    border-radius: 7px;
  }

  .sectioner-header { width: 90%; }
  .sectioner-header p { font-size: 14px; }

  .about-btn {
    padding: 5px 30px;
    margin-top: 0px;
    font-size: 16px;
  }

  .single-feature {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .team-detail { margin-top: 20px; }
  .team-detail img { width: 50%; }

  .bx-controls { display: none; }
  .bx-wrapper { margin: 0px 20px !important; }
  .slider .test-img img { margin: 0 auto; }
  .test-img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .test-text {
    float: none;
    width: 100%;
    text-align: center;
  }

  .faq-content { margin: 10px 0px; }
  .faq-content h4 { font-size: 16px; }
  .faq-content p { font-size: 13px; }

  #contact_form { margin-bottom: 20px; }
  .contact-item { font-size: 12px; }

  .download ul li a img { width: 120px; }

  .footer-copy p { font-size: 10px; }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.2rem 1rem;
    height: 4.5rem;
  }
  .navbar-brand img { width: 7rem !important; }
  .navbar-nav { text-align: center; margin-top: 10px; }
  .navbar-nav .nav-item { margin: 5px 0; }

  .banner-overlay {
    text-align: center;
    padding: 40px 15px;
  }
  .banner-overlay h1,
  .banner-overlay p { font-size: 1.2rem; }
  .banner-overlay img {
    max-width: 100%;
    height: auto;
  }

  .service-single,
  .feature-single {
    margin-bottom: 20px;
    text-align: center;
  }

  .faq-content {
    flex: 1 1 100% !important;
    margin-bottom: 15px;
  }
  .faq-content ul { padding: 0; }
  .faq-content li { font-size: 14px; }

  .contact .form-control {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact .btn {
    font-size: 14px;
    padding: 10px;
  }

  .footer-copy .d-flex {
    flex-direction: column !important;
    text-align: center;
  }
  .footer-copy .col-md-6 {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .footer-copy a { margin: 0 8px; }

  .popup-box { padding: 15px; font-size: 14px; }
  .popup-content {
    width: 90%;
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .two-cols { flex-direction: column; }
  .left-col, .right-col {
    flex-basis: auto;
    width: 100%;
    min-width: 0;
  }
  .right-col { justify-content: flex-start; padding-top: 10px; }

  .footer-copy .d-flex {
    flex-direction: column !important;
    text-align: center;
  }
  .footer-copy .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img { width: 6rem !important; }

  .banner-overlay h1 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .banner-overlay p { font-size: 0.9rem; }

  .faq-content li a { font-size: 13px; }

  .contact .form-control {
    font-size: 13px;
    padding: 8px;
  }
}




