* {
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #f4f4f4;
}

#home-logo {
  width: 95%;
  display: flex;
  justify-content: center;
  margin-left: 1em;
}
.homeLogo {
  width: 100%;
  border-radius: 10px;
  object-fit: fill;
}
#nav-bar {
  position: fixed;
  background-color: #224394;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  border-radius: 2px;
  top: 5%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  margin-top: 36px;
  font-size: 16px;
}

.dropdown-content1 a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-content1 a:last-child {
  border-bottom: none;
}

/* Show dropdown with smooth animation */
.dropdown1:hover .dropdown-content1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover effect on dropdown links */
.dropdown-content1 a:hover {
  background-color: #007bff;
  color: white;
  border-radius: 2px;
}

.linksContainer {
  display: flex;
  gap: 20px;
  position: relative;
  align-items: center;
}
.color {
  color: white;
}

/* nav logo */
#nav-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  height: 80px;
  width: 320px;
  margin-bottom: 5px;
  object-fit: contain;
}

#logo-headding {
  margin-top: 10px;
}

/* nav Links */
a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.links {
  font-size: 16px;
  color: white;
}

.menuBtn {
  display: none;
}

.menuLine {
  width: 25px;
  height: 2px;
  background-color: black;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.links:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* scrool bar */
main {
  display: flex;
  width: 100%;
}

#scroll-bar {
  max-height: 1000px;
  width: 23%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  position: sticky;
  top: 100px;
  margin-bottom: 100px;
  height: 800px;
}

.headding {
  color: white;
  padding-left: 15px;
  background-color: #0547a7;
  line-height: 50px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 200;
  font-size: 16.7px;
}
.installationimages {
  margin-top: 20px;
}
.dropdown {
  height: 0;
  overflow: hidden;
  transition: height 0 ease;
}

.k {
  display: inline-block;
  transition: transform 0.4s ease;
  color: white;
  margin-right: 10px;
}

.k.fa-angle-up {
  margin-right: 10px;
  transform: rotate(180deg);

  /* Rotate arrow upwards */
}

tr:nth-child(even) {
  background-color: #fff;
}

tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.list {
  display: flex;
}

.mar {
  margin-bottom: 2px;
}

.list-links {
  height: 40px;
  width: 100%;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease;
  display: flex;
  align-items: center;
}

.listAnchor {
  height: 30px;
  width: 100%;
  line-height: 20px;
  padding-left: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.arow-icon {
  padding-right: 15px;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.listAnchor:hover .arow-icon {
  opacity: 1;
  transform: translateX(0);
}

.extra {
  height: 35px;
}

.links-extra {
  height: 45px;
}

.listAnchor:hover {
  background-color: #add8e6;
}

.scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10%;
  left: 90%;
  transform: translateX(-50%);
  display: none;
  place-items: center;
  place-content: center;
  cursor: pointer;
  box-shadow: 0 0 8px gray;
  backdrop-filter: blur(4px);
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

hr {
  margin: 5px 15px 0 15px;
}

.Advertisements {
  height: 300px;
  width: 100%;
}

/* footer */
footer {
  max-height: 10000px;
  background-color: #2c3e50;
  margin-top: 30px;

  /* display: flex;
    justify-content:center; */
  padding-bottom: 20px;
}

.container {
  padding-top: 50px;
  display: grid;
  padding: 50px 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
  justify-content: flex-start;
}
.column {
  width: 24%;
  margin-left: 20px;
}

.column h2 {
  color: white;
  padding-bottom: 20px;
  font-weight: bold;
}

/*.column ul {*/
/*  list-style-type: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

.h {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 10px; /* Space between columns */
  padding: 0;
  margin: 0;
  width: 102%;
}
.column ul li {
  font-size: 0.8rem;
  padding-bottom: 9px;
  cursor: pointer;
  transition: color 0.2s ease-in-out 0.1s;
}

.column ul li a {
  color: white;
}

.column ul li a:hover {
  color: #1abc9c;
}

#footer-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 30px;
}

#footer-links li {
  color: white;
  font-size: 15px;
}

#footer-links li a {
  color: white;
  font-size: 12px;
  transition: color 0.2s ease-in-out 0.1s;
  cursor: pointer;
}

#footer-links li a:hover {
  color: #1abc9c;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    justify-content: center;
  }
  .column {
    width: 45%;
    margin-bottom: 20px;
  }
  .h {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .column {
    text-align: left;
  }
  .h {
    display: block;
  }
}

#copy {
  color: white;
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 120px;
  margin: 13px 15px 0 15px;
  cursor: pointer;
  border: none;
  background-color: #eeeeee;
  font-weight: 500;
  font-size: 16px;
  background-color: #808080;
  color: white;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

#pre-icon {
  margin-right: 5px;
  color: white;
}

#btns {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  width: 100%;
}

#nex-btn {
  width: 100px;
  background-color: #224394;
  cursor: pointer;
}

#nex-btn a {
  color: white;
}

#nex-icon {
  margin-left: 5px;
  color: white;
}

.compiler {
  width: 100%;
  background-color: #1d1f21;
  border: 1px solid #444;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
pre {
  margin: 0;
  padding: 15px;
  overflow: auto;
}

.head {
  height: 50px;
  width: 100%;
  background-color: #404040;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-icon i {
  color: white;
  padding-left: 15px;
}

.btn-side {
  margin-right: 15px;
}

.active1 {
  background-color: #add8e6 !important;
}

.active-arrow {
  opacity: 1;
  transform: translateX(0);
}

.copyButton {
  height: 30px;
  width: 90px;
  background-color: #808080;
  border: none;
  color: white;
  cursor: pointer;
}

.openCompiler {
  height: 30px;
  width: 100px;
  background-color: #224394;
  border: none;
  color: #c6c6c6;
  cursor: pointer;
  margin-left: 3px;
}

.openCompiler a {
  font-weight: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}

#codeBlock {
  /* padding-left: 15px; */
  color: #bfbfbf;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  /* padding-top: 10px; */
}

.out-put {
  max-height: 500px;
  width: 100%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 10px;
}

.out-put p {
  padding: 10px 0 10px 0;
}

.container-box {
  background-color: #add8e6;
  padding: 20px;
  max-width: 100%;
  margin: 20px 0 30px 0;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.container-box ul li {
  text-align: justify;
  padding-bottom: 5px;
  list-style-type: square;
  margin-left: 15px;
}

li::marker {
  font-size: 25px;
}

.container-box1 {
  background-color: #add8e6;
  padding: 8px;
  max-width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.container-box1 ul li {
  text-align: justify;
  padding-bottom: 5px;
  list-style-type: square;
  margin-left: 15px;
}

.lab {
  color: #f8c555;
}

.key {
  color: #c191c2;
}

.Int {
  color: #f08d49;
}

.text {
  color: #cccccc;
}

.str {
  color: #7ec699;
}

.points {
  color: #67cdcc;
}

.symbol {
  color: #67cdcc;
}

.commint {
  color: #999999;
}

/* #in {
    padding-top: 20px;
    padding-bottom: 20px;
} */
.paad {
  text-align: justify;
  margin: 20px 0 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #063970;
  font-weight: bold;
  color: white;
}

tr:nth-child(even) {
  background-color: #fff;
}

tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.topBar {
  height: 40px;
  position: relative;
  top: 90px;
  background-color: #164ea6;
  align-items: center;
  overflow: hidden;
}

.scrollable {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-left: 28px;
}

.scrollable::-webkit-scrollbar {
  display: none;
}

.a1 {
  text-decoration: none;
  color: white;
  max-width: 1000px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  text-align: center;
  padding: 0 5px 0 10px;
}

.a1:hover {
  background-color: #123e85;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #517bbd;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

.scroll-btn:hover {
  background-color: #3a5d91;
}

.left {
  left: 0px;
}

.right {
  right: 0px;
}

/* seaech bar  */
.search-container {
  position: relative;
  /*width: 400px;*/
  max-width: 400px;
  width: 400px;
  margin-bottom: 20px;
  display: flex;
  margin-top: 20px;
}

input[type="text"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
#searchBar {
  outline: none;
  border: none;
  width: 100%;
  border-sizing: border-box;
}
#searchButton {
  padding: 10px;
  font-size: 16px;
  background-color: #00aeef;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
#searchButton i {
  color: white;
}

.suggestions {
  width: calc(100% - 37px);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* border: 1px solid #ccc; */
  border-top: none;
  background: white;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.suggestions div {
  padding: 10px;
  cursor: pointer;
}

.suggestions div:hover {
  background-color: #f0f0f0;
}

.highlight {
  font-weight: bold;
}

.bar {
  display: none;
}

/* contact us form  */

/* Contact Form Styles */
.contact-form-container {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 30px auto;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.contact-form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  color: #333;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #444;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.contact-btn {
  width: 100%;
  padding: 14px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-container {
    padding: 20px;
  }

  .contact-btn {
    font-size: 16px;
  }
}
.default {
  list-style-type: disc;
  padding-left: 40px;
}
.default a {
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}
.normal {
  display: block; /* Makes the <ul> element a block-level element */
  padding-left: 40px; /* Adds padding on the left side to account for bullets */
  margin-top: 1em; /* Margin at the top of the <ul> */
  margin-bottom: 1em; /* Margin at the bottom of the <ul> */
}
.normal li {
  list-style-type: disc;
}
.achorNor {
  color: blue;
}
.achorNor:hover {
  text-decoration: underline;
}

/* Popup Container */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Popup Visible */
.popup.show {
  opacity: 1;
  visibility: visible;
}

/* Popup Content */
.popup-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 400px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.4s ease;
}

/* Animate popup content when visible */
.popup.show .popup-content {
  transform: translateY(0);
}

/* Popup Text */
#popupText {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

/* Close Button */
#closePopup {
  padding: 10px 20px;
  background: #3366cc;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

#closePopup:hover {
  background: #254a99;
}
