@font-face {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #14283c;
}

header {
	background-color: #14283c;
	height: auto;
	overflow: visible;
}
.custom-hero-container {
	display: flex;
    width: auto;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #007acc;
	color: #ffffff;
}

.custom-hero-logo img {
	max-width: 50px;
	max-height: 50px;
}

.custom-hero-title {
	flex: 1;
	text-align: center;
	font-size: 30px;
	margin: 0;
}

.custom-hero-nav {
	display: flex;
	gap: 12px;
}

.custom-hero-nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	transition: color 0.3s ease;
}

.custom-hero-nav a:hover {
	color: #ffffff;
}

.key {
	border: 1px solid #000000;
    border-radius: 8px;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    height: 52px;
    text-align: center;
    vertical-align: top;
    width: 52px;
    margin: 5px 1px;
    border-bottom: 4px solid #898585;
    font-weight: 700;
}

.keyFunc {
    border: 1px solid #000000;
    border-radius: 8px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    text-align: center;
    vertical-align: top;
    width: 47px;
    margin: 5px 1px;
    border-bottom: 5px solid #999292;
}

.keyboard-body {
	height: 650px;
	margin: 5px auto 0;
	width: 1264px;
	position: relative;
  	background-color: #14283c
}

.header-gap {
	width: 1264px;
	margin: 0 auto;
	text-align: center;
	padding: 1px 0 0;
}

.header-gap>div {
	display: inline-block;
	margin: 0 90px;
}

.keyboard-bg-blur {
	background: #14283c
	filter: blur(50px);
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.keyboard-bg-fade {
	background-color: #000;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.content {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.keyboard-header {
	background-color: #14283c;
	color: #008b8b;
	height: 50px;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
	border: 2px solid #ffffff;
	border-radius: 8px;
}

.keyOutput {
	border: 2px solid #fdfdfd;
	border-radius: 8px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	text-align: center;
	width: 120px;
	margin: 7px 0;
	font-family: consolas;
  	font-weight: 700;
}

.keyOutput>p {
	margin-top: 5px;
}

.areaGap {
	visibility: hidden;
}

.delKey {
	font-size: 15px;
	line-height: 0.9;
}

.delKey>p {
	margin-top: 14px;
}

.t16 {
	font-size: 16px;
}

.t16>p {
	margin-top: 18px;
}

.key.delKey.minSize>p {
	font-size: 28px;
	margin-top: -2px;
}

.key.delKey.plusKey>p {
	font-size: 20px;
	line-height: 0.7;
}

.brackets {
	margin-left: 8px;
	margin-right: 8px;
}

.gapWidth {
	width: 2px;
}

.keyboard-section {
	padding: 0 22px;
	border-radius: 15px;
  	background-color: white;
}

.key.backSpace>p {
	margin: 10px;
	transform: translateY(-26px);
	text-align: center;
	margin-left: 60px;
}

.key.backSpace {
	font-size: 35px;
	width: 177px;
}

.key.tab {
	text-align: left;
	width: 83px;
}

.key.arithmeticKey>p {
	font-size: 20px;
	margin-top: 16px;
}

.key.arithmeticKey.backslash {
	width: 146px;
}

.key.plus {
	float: right;
	height: 116px;
}

.key.plus>p {
	margin-top: 45px;
}

.key.caps {
	font-size: 16px;
	width: 105px;
}

.key.caps>p {
	text-align: left;
	margin-left: 7px;
	margin-top: 17px;
}

.key.enter {
	width: 184px;
}

.key.enter>p {
	text-align: left;
	margin-left: 112px;
	font-size: 44px;
	transform: translateY(-70px);
}

.key.shiftLeft {
	width: 132px;
}

.key.shiftLeft>p,
.key.shiftRight>p {
	font-size: 16px;
	margin-top: 18px;
	text-align: left;
	margin-left: 7px;
}

.key.shiftRight {
	width: 157px;
}

.key.enterRight {
	float: right;
	height: 116px;
}

.key.enterRight>p {
	font-size: 16px;
	margin-top: 48px;
}

.key.ctrl1,
.key.ctrl2 {
	text-align: left;
	width: 95px;
}

.key.cont {
	width: 66px;
}

.key.cont>p {
	margin: 14px auto 0;
	text-align: center;
}

.key.arrowUp>p {
	font-size: 26px;
	margin-top: 9px;
	transform: rotate(-90deg);
}

.key.wndw>p {
	margin: 14px auto 0;
	text-align: center;
}

.key.wndw {
	width: 70px;
}

.key.alt {
	width: 70px;
}

.key.space {
	width: 325px;
}

.key.zero {
	width: 112px;
}

.key.lclick {
	border-radius: 55px 0 0 0;
	height: 70px;
	vertical-align: bottom;
	width: 96px;
}

.key.rclick {
	border-radius: 0 55px 0 0;
	height: 70px;
	vertical-align: bottom;
	width: 96px;
}

.key.cclick {
	border-radius: 10px;
	height: 50px;
	margin-top: 15px;
	vertical-align: top;
	width: 24px;
}

.key.scrollUp {
	border-radius: 0 0 0 0;
	height: 20px;
	vertical-align: top;
	width: 96px;
}

.key.scrollDown {
	border-radius: 0 0 0 0;
	height: 20px;
	vertical-align: top;
	width: 96px;
}

.key.divider {
	border-radius: 0;
	height: 0;
	margin-top: 0;
	vertical-align: top;
	width: 24px;
	border-color: #000;
}

.mouse-section {
	text-align: center;
	vertical-align: bottom;
}

.key.arrowLeft>p,
.key.arrowRight>p {
	font-size: 26px;
	margin: 11px 0;
	transform: rotate(180deg);
}

.key.arrowDown>p {
	font-size: 26px;
	margin: 14px 0 14px 5px;
	transform: rotate(90deg);
}

   /* Extranal link Color */
.a {
    color: #fc5185;
    text-decoration: underline;
}
      
/* h2,h2,h3 Design */
h1 {
	font-size: 30px;
	font-family: 'consolas', sans-serif;
	margin: 0;
	padding: 0px 0;
	color: #ffffff;
}

h2 {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0px 0;
	color: #007bff;
}

h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0px 0;
	color: #007bff;
}
h4 {
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0px 0;
  	border-bottom: 2px solid #fff;
  	display: inline-block;
	color: #ffffff;
}

/* Keyboard keys */
.key.press,
.keyFunc.press {
    background-color: #d7d7d7;
    border-color: #666b6b;
    color: #ff0707;
    top: 0.2em;
    box-shadow: 0 0 0 0.04em #000;
}

.key.active,
.keyFunc.active {
    background-color: #9f9f9f;
    border-color: #3c4243;
    color: #ffffff;
    top: 0.2em;
    box-shadow: 0 0 0 0.04em #000;
}

.key.enter.active span,
.key.enter.press span {
	background-position: -24px -13px;
}

.keyboard_p {
	background-color: #14283c;
	bottom: 0;
	color: rgb(255 255 255 / 71%);
	font-size: 18px;
	font-weight: 700;
	left: 0;
	padding: 10px;
	right: 0;
	z-index: 200;
	font-family: consolas;
}

/* Sticky */
.Sticky-text {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #cdd8d8;
	font-size: 15px;
	font-weight: 700;
	left: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	z-index: 10;
	text-align: left;
	font-family: consolas;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Socila Icons */
.social-icons {
	display: flex;
	gap: 15px;
}

.social-icons a {
	text-decoration: none;
	color: white;
	padding: 5px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
}

.social-icons a.facebook {
	background-color: #3b5998;
}

.social-icons a.twitter {
	background-color: #1da1f2;
}

.social-icons a.linkedin {
	background-color: #0077b5;
}

.social-icons a.whatsapp {
	background-color: #25D366;
}

.social-icons a:hover {
	opacity: 0.8;
}

/* List (bullet list */
custom-list-item {
  display: block; /* Display as block to ensure it takes full width */
  text-align: left; /* Aligns text to the left */
  unicode-bidi: isolate; /* Prevents mixing of different scripts in the text */
  margin: 10px 0; /* Adds spacing between list items */
  padding: 8px 12px; /* Adds padding to make the items look more spacious */
  border-radius: 5px; /* Rounded corners for a softer look */
  border: 1px solid #ffffff; /* Subtle border to define each item */
}
      
      
/* hr style */
hr {
    height: 2px;
    border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 122, 204, 0.5);

}
/* Timeline Design */
.TimeLine-container {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto;
	border-radius: 10px;
	overflow: hidden;
}

.TimeLine-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px;
	flex-wrap: wrap;
}

.TimeLine-row:last-child {
	border-bottom: none;
}

.TimeLine-image {
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 10px;
	box-shadow: -5px -5px 0px -1px #007acc;
	transition: transform 0.3s ease;
}

.TimeLine-image:hover {
	transform: scale(1.05);
}

.TimeLine-text {
	width: 100%;
	max-width: 600px;
	padding: 30px;
	font-size: 1.1em;
	line-height: 1.8;
	border-radius: 10px;
	margin-top: 20px;
}
      
/* Table styles */
.styled-table {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  border-collapse: collapse;
}

.styled-table th,
.styled-table td {
  padding: 12px;
  border: 1px solid #ffffff; /* white border color */
}

.styled-table th {
  background-color: #007acc;
  color: white;
  text-align: center; /* Center header text */
}

.styled-table td {
  text-align: left; /* Align body text to the left */
  vertical-align: middle; /* Center content vertically */
}

/* Icon styles */
.icon {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px; /* Adjust icon size as needed */
}

/* Faq  */     
.faq-container {
  width: 90%;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-header {
  display: block;
  background: #007acc;
  color: white;
  padding: 16px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  transition: background 0.3s cubic-bezier(0.42, 0, 0.05, 0.97);
}

.faq-header:hover {
  background: #0056b3;
}

.faq-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label::after {
  content: "-";
  transform: rotate(0deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #14283c;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 15px;
}

input[type="checkbox"]:checked ~ .faq-content {
  max-height: 500px; /* Increase as needed */
  padding: 15px;
}

.faq-content p {
  margin: 0;
  padding: 15px 0;
}

      
/* Special Footer Container */
.special-footer {
  background-color: #007acc;
  color: #fff;
  padding: 10px 33px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 42px auto;
}

/* Footer Sections Container */
.special-footer .footer-sections {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

/* Individual Footer Section */
.special-footer .footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  text-align: center;
}

/* Section Paragraphs */
.special-footer .footer-section p {
  font-size: 17px;
  line-height: 1.6;
}

/* Links Lists */
.special-footer .footer-section ul {
  list-style-type: none;
  padding: 0;
}

.special-footer .footer-section ul li {
  margin-bottom: 10px;
}

.special-footer .footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.3s;
}

.special-footer .footer-section ul li a:hover {
  color: #ffeb3b;
}

/* Social Media Icons */
.special-footer .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.special-footer .social-icons a {
  margin: 0 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.special-footer .social-icons a:hover {
  color: #ffffff;
  transform: scale(1.2);
}
      

/* Copyright Text */
.special-footer .copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
}