* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x:hidden;
}



/* header */
header { position: absolute; left: 0; right: 0; top: 0; z-index: 99; }

header .header-top { background-color: #123167; padding: 3px 0px; }

header .header-top .top-info li,
header .header-top .top-info li a { color: #fff; font-size: 14px; }

header .header-top .top-info li:last-child a { display: inline-block;
  height: 35px; width: 35px; border-radius: 50px; line-height: 35px; text-align: center; background-color: #123167; color: #fff; border: 1px solid #123167; transition: .5s; }

header .headermn .navbar .navbar-brand { width: 9%; }

header .headermn .navbar .navbar-brand img { width: 100%; }

header .nav-link { color: #fff; font-size: 13px; font-weight: 500; transition: .5s; position: relative; padding: 0px 0px !important; text-transform: uppercase; }

header .nav-link::after { content: ''; background-color: #123167; width: 0%; height: 2px; position: absolute; bottom: -5px; left: 0; transition: .5s; }

header .nav-link:hover::after { width: 100%; }

header .nav-link:hover,
header .nav-link:focus { color: #123167; }

header .navbar-nav { gap: 45px;}

header .navbar-toggler { border: none; color: #123167; font-size: 28px; border-radius: 0;}

header .navbar-toggler:focus { box-shadow: none;}

header .offcanvas-title img { width: 34%; }

header .navbar-nav { position: relative; align-items: center; }

.sticky { left: 0; right: 0; z-index: 999; position: fixed !important; top: 0px; animation: slideDown .5s ease-out; background-color: #6f6f6f; box-shadow: 0 0 10px #00000021; }

.sticky .headermn .navbar .navbar-brand { width: 9%; }

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #123167; color: #fff;}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(10); }
}

header .navbar .whatsapp li a { display: inline-block; padding: 5px 10px; background-color: transparent; color: #fff; border-radius: 3px; transition: .5s; border: 1px solid #fff; position: relative; transition: .5s; z-index: 1; }

header .navbar .whatsapp li a::before { position: absolute; content: ''; top: 0px; left: 0px; width: 0px; height: 100%; transition: .5s; background-color: #fff; z-index: -1; }

header .navbar .whatsapp li a:hover:before { width: 100%;}

header .navbar .whatsapp li a:hover { color: #000; }

#main-menu { background-color: rgba(255, 255, 255, .1); backdrop-filter: blur(10px); padding: 20px 10px; border-radius: 100px; max-width: 600px; margin: auto;}
 
@media (max-width:992px) {
  header .nav-link {color: #000;}
  header .navbar .whatsapp li a { margin-top: 15px; display: inline-block; padding: 10px 20px; background-color: transparent; color: #000; border-radius: 3px; transition: .5s; border: 1px solid #000; position: relative; transition: .5s; z-index: 1; }
}
/* =================== slider start =================== */

/* .hero-section {position: absolute; top: 0; left: 0;} */

/* =================== slider end =================== */




/* footer */

footer .footertop { background-color: #6f6f6f; padding: 70px 0px 20px; }
footer .row { row-gap: 25px; }
footer .footertop h3{font-size: 20px; margin-bottom: 15px; color:#fff;}
footer .footertop .about img { width: 150px; }
footer .footertop .about p { color: #fff; font-size: 14px; width:77%; margin-top: 20px; }
footer .footertop ul { list-style: none; }
footer .footertop ul li { color: #fff; font-size: 14px; margin-top: 10px; }
footer .footertop ul li a { color: #fff; font-size: 14px; transition: .5s; display: inline-block; border-bottom: 1px solid transparent;}
footer .footertop ul li a:hover { color: #000; }
footer .footertop .addres li { margin-bottom: 20px; }
footer .footertop .addres li i { color: #123167; font-size: 22px; }
footer .footerboo ul { display: flex; justify-content: space-between; margin: 0; border-top: 1px solid #000; padding-top: 20px;}
/*footer .footerboo { background-color: #f8f9fa; padding: 20px; }*/
footer .footerboo .soical li:first-child { color: #000; text-align: center; }
footer .footerboo .soical li:first-child a { color: #fff; font-size: 16px; display: inline-block; width: 35px; height: 35px; line-height: 35px; background-color: #123167; border-radius: 50%; transition: .5s; }
footer .footerboo .soical li:first-child a:hover { background-color: #123167; }
footer .footerboo ul li img { width: 195px; background-color: #123167; padding: 0px 10px 8px; border-radius: 100px; }


/* quickcontact */
.quickcontact { width: 45px; position: fixed; top: 77%; right: 15px; z-index: 102; }


/* modal */

.modal form.row { row-gap: 20px; }
.modal .form-control { border-radius: 0px; border: none; box-shadow: none; background-color: #f1f1f1; }
.modal .form-control:focus { border-color: #000; }
.modal .submit { background-color: #000; color: #fff; font-weight: 500px; padding: 10px; border: 0; transition: .5; }
.modal .submit:hover { background-color: #fff; border: 1px solid #000; color: #000; }


/* ========================================================================== */

/* ========================= about css start ========================= */

#about-sec .row { background-color: #dbdbdb; padding: 40px; border-radius: 30px;}

/* #about-sec .about-contact h2,p,ul{ margin-top: 20px; } */

/* #about-sec .about-contact h2{ font-size: 36px; font-weight: 700; color: #000; } */

/* #about-sec .about-contact span{ color: #123167; text-decoration: underline;} */

#about-sec h1 { font-size: 35px; margin: 15px 0; font-weight: 700; }

#about-sec .highlight { color: #123167; border-bottom: 2px solid #123167; }
#about-sec h3 { font-size: 25px; font-weight: 600; margin-bottom: 15px; }
#about-sec p { font-size: 18px; color: #444; line-height: 1.6; margin-bottom: 15px; }
#about-sec .tagline { font-size: 14px; color: #555; font-weight: 500; text-transform: uppercase; }

.smart-home-section { padding: 60px 20px; font-family: Arial, sans-serif; }

#about-sec1 .container { max-width: 1200px; margin: 0 auto; }

#about-sec1 .content-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; }

#about-sec1 .left,
#about-sec1 .right { flex: 1; }

#about-sec1 h2,p,ul{ margin-top: 20px; }
#about-sec1 h2{ font-size: 36px; font-weight: 700; color: #000; }
#about-sec1 span{ color: #123167; text-decoration: underline;}


.highlights-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  text-align: center;
  margin: 20px 0;
}

.highlight-box {
  flex: 1;
  min-width: 200px;
  /*max-width: 350px;*/
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight-box:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.icon-circle i {
  font-size: 36px;
  color: #000;
}

.highlight-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.highlight-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  flex-grow: 1;
}

/* ✅ Equal height for all boxes */
.highlights-section {
  align-items: stretch;
}

.highlight-box {
  height: 350px;
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .highlights-section {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .highlights-section {
    flex-direction: column;
    align-items: center;
  }

  .highlight-box {
    max-width: 90%;
  }
}


/* #about-sec1 .tagline { font-size: 14px; color: #555; font-weight: 500; text-transform: uppercase; } */

/* #about-sec1 h1 { font-size: 35px; margin: 15px 0; font-weight: 700; } */

/* #about-sec1 h1 .highlight { color: #123167; border-bottom: 2px solid #123167; } */

/* #about-sec1 h3 { font-size: 18px; font-weight: 600; margin-bottom: 15px; } */

/* #about-sec1 p { font-size: 15px; color: #444; line-height: 1.6; margin-bottom: 15px; } */

/* #about-sec1 .contact-btn { background: #000; color: #fff; padding: 12px 28px; border: none; border-radius: 6px; cursor: pointer; font-size: 16px; transition: 0.3s ease; } */

/* #about-sec1 .contact-btn:hover { background: #123167; } */

/* Responsive (mobile me stack ho) */
@media (max-width: 992px) {#about-sec1 .content-box { flex-direction: column; text-align: center;}
                           #about-sec1 .left img { max-width: 100%; } 
                           #about-sec .row{padding: 5px;}
                           #about-sec1 h2 {font-size: 26px;}
                           #about-sec1 p , ul{text-align: justify;}
                           #about-sec1 ul li{margin: 20px 0;}
                           #about-sec1 .right{text-align:left;}
                           #about-sec h1{font-size:20px;}
                          }


/* ========================= about css end ========================= */

/* ========================= services css start ========================= */

.services-title h2{ letter-spacing: 0px; font-size: 60px; text-transform: none; font-weight: 200 !important; line-height: normal; font-family: Helvetica; margin-top: 35px !important; margin: 10px 0; background: linear-gradient(180deg, #050505 0%, #6B6B6B 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; overflow: hidden;}

.services-title p{ font-size: 18px; margin-bottom: 15px; font-weight: 500; }

.services-box img{ transition: transform 0.3s ease, filter 0.3s ease, opacity 0.6s ease; animation: fadeInScale 1s ease-out forwards;}

.services-box img{ display: block; filter: brightness(0.7); transition: transform 0.3s ease, filter 0.3s ease; width: 100%; height: 350px; object-fit: cover;}

.services-box { position: relative; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }

.services-contant{ position: absolute; top: 50%; left: 10%; transform: translateY(-50%); color: #fff; text-align: left; padding: 20px; border-radius: 8px;}

.services-contant a{ display: inline-block; color: #fff; text-decoration: underline; font-weight: 500; transition: color 0.3s ease;}

@media (max-width:992px) {
  .services-title h2 {font-size: 26px !important; margin-top: 50px;}
}
/* ========================= services css end ========================= */


/* ========================= automate css start ========================= */


.video-section { position: relative; height: 100vh; width: 100%; overflow: hidden; }

#automate .bg-video { position: absolute; top: 0; left: 0; height: 100vh; width: 100%; object-fit: cover; z-index: -1; }

#automate .video-overlay { position: relative; z-index: 2; color: #fff; text-align: center; top: 50%; transform: translateY(-50%); padding: 0 20px; }

#automate .video-overlay h1 { font-size: 48px; font-weight: bold; margin-bottom: 20px; }

#automate .video-overlay p { font-size: 18px; max-width: 700px; margin: 0 auto 30px auto; line-height: 1.5; }

#automate .video-overlay .btn { display: inline-block; padding: 12px 28px; border: 2px solid #fff; color: #fff; text-decoration: none; margin-bottom: 30px; transition: all 0.3s ease; }

#automate .video-overlay .btn:hover { background: #fff; color: #000; }

#automate .icons { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }

#automate .icon-box { text-align: center; flex: 1 1 150px; min-width: 120px; }

#automate .icon-box i { font-size: 32px; margin-bottom: 8px; display: block; }

/* -------- Responsive Breakpoints -------- */

/* Tablets */
@media (max-width: 992px) {
  #automate .video-overlay h1 { font-size: 36px; }
  #automate .video-overlay p { font-size: 16px; max-width: 600px; }
  #automate .icons { gap: 25px; }
  #automate .icon-box i { font-size: 28px; }
}

/* Mobile */
@media (max-width: 768px) {
  #automate .video-overlay h1 { font-size: 28px; }
  #automate .video-overlay p { font-size: 14px; max-width: 90%; }
  #automate .video-overlay .btn { padding: 10px 20px; font-size: 14px; }
  #automate .icons { gap: 20px; flex-direction: row; }
  #automate .icon-box { flex: 1 1 100px; }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  #automate .video-overlay h1 { font-size: 22px; }
  #automate .video-overlay p { font-size: 13px; }
  #automate .icon-box i { font-size: 24px; }
}


/* ========================= automate css end ========================= */

/* ========================= tailor css start ========================= */
#tailor-sec .tailor-contant{text-align: center;}

#tailor-sec .tailor-contant h2{ letter-spacing: 0px; font-size: 60px; text-transform: none; font-weight: 200 !important; line-height: normal; font-family: Helvetica; margin-top: 35px !important; margin: 10px 0; background: linear-gradient(180deg, #050505 0%, #6B6B6B 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; overflow: hidden; }

#tailor-sec .row{margin: 30px 0;}

#tailor-sec .tailor-contant p{ font-size: 18px; margin-bottom: 15px; font-weight: 500; }


#tailor-sec .tailor-box .imgs{margin:auto; width: 100px; height: 100px; padding:20px; background:#bbb; border-radius:50%;}
#tailor-sec .tailor-box img{ width: 60px; height: 60px; display: block; margin: auto; object-fit:contain}
#tailor-sec .tailor-box h3{ font-size: 16px; margin-top: 15px; font-weight: 600; text-align: center;}

@media (max-width:992px) {
  #tailor-sec .tailor-contant h2 {font-size: 26px !important; margin-top: 50px;}
  #tailor-sec .tailor-box{margin: 20px 0;}
}

/* ========================= tailor css end ========================= */



#testimonials { padding: 60px 0; position: relative; z-index: 1; overflow: hidden;}
#testimonials h2 { text-align: center; font-size: 28px; font-weight: 600; color: #444; margin-bottom: 40px; }
.testimonials-slider .item { height: 280px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 25px 20px; margin: 10px; text-align: center; transition: transform 0.3s ease; }
.testimonials-slider .item:hover { transform: translateY(-5px); }
.testimonials-slider .item h3 { font-size: 18px; margin-bottom: 12px; font-weight: 600; color: #222; }
.testimonials-slider .item p { font-size: 15px; color: #555; margin-bottom: 15px; line-height: 1.5; }
.stars { color: teal; font-size: 20px; }

/* Owl nav buttons outside */
.testimonials-slider .owl-nav button { position: absolute; top: 40%; transform: translateY(-50%); background: #fff !important; border-radius: 50%; width: 40px; height: 40px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); font-size: 20px !important; color: #444 !important; }
.testimonials-slider .owl-nav .owl-prev { left: -50px; }
.testimonials-slider .owl-nav .owl-next { right: -50px; }

/* Dots */
.testimonials-slider .owl-dots { text-align: center; margin-top: 20px; }
.testimonials-slider .owl-dots .owl-dot span { width: 12px; height: 12px; background: #ccc; display: inline-block; border-radius: 50%; margin: 5px; }
.testimonials-slider .owl-dots .owl-dot.active span { background: #f9a825; }

/* Responsive */
@media (max-width: 768px) {
  .testimonials-slider .owl-nav .owl-prev { left: -25px; }
  .testimonials-slider .owl-nav .owl-next { right: -25px; }
}






.faq-section {
  max-width: 85%;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}


@media (max-width:992px) {
  .faq-section{max-width: 100%;}
  .faq-answer p {text-align: justify;}
}