/* sticky header */
.follow{
	position: fixed !important;
	top: 0 !important;
	background-color: #ffffff !important;
	width: 100% !important;
        box-shadow: rgba(0, 0, 0, 0.15) 0 1.95px 2.6px 0px;
}
.ast-mobile-header-content {
    position: fixed;
    width: 100%;
    top: 80px;
}

/* sticky header */
.ebs-copyright .elementor-shortcode {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #D1D5DB;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
span.text-grad {
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text;
    background: linear-gradient(45deg, #bfdbfe, #ffffff);
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #0033cc;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
	background: #001a66;
}
.cs-featured .cs-scale {
	transition: all 0.3s;
}
.cs-featured:hover > .cs-scale{
    transform: scale(1.05);
	transition: all 0.3s;
}
.csi-box li.elementor-icon-list-item.elementor-inline-item {
    padding: 4px 12px;
    background-color: #f3f4f6;
    border-radius: 100px;
    border: 1px solid #e5e7eb;
	margin-bottom: 8px;
}
.num-bullet {
	height: 48px;
	width: 48px;
}
/* table */
.ebs-table-wrapper {
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	overflow: hidden;
	font-family: Inter, Sans-Serif;
}
table.ebs-tbl {
	width: 100%;
	border-collapse: collapse;
	border: none !important;
	margin: 0px;
}
table.ebs-tbl tr:last-child {
	border-bottom: none !important;
}
table.ebs-tbl tr{
	border-top: none;
	border-bottom: 1px solid #e5e7eb !important;
}
table.ebs-tbl td {
	padding: 16px 20px;
	font-size: 14px;
	line-height: 20px;
	border-left: none;
	border-right: none;
}
table.ebs-tbl td:first-child {
	font-weight: bold;
	width: 30%;
	background: #F9FAFB;
}
table.ebs-tbl tr:hover {
	background-color: #F9FAFB;
	transition: background-color 0.3s ease;
}





/* contact form */
.ebs-form {
  margin: 0 auto;
  font-family: Inter, sans-serif;
}
.ebs-form br {
	display: none;
}
.ebs-field {
  margin-bottom: 24px;
}

.ebs-form label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}

.ebs-form input[type="text"],
.ebs-form input[type="email"],
.ebs-form select,
.ebs-form textarea {
  font-family: Inter, sans-serif;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  box-sizing: border-box;
}
.ebs-form input[type="text"],
.ebs-form input[type="email"],
.ebs-form select {
	height: 45px;
}
.ebs-form textarea {
  height: 120px;
  max-height: 220px;
  resize: vertical;
}

.ebs-form select {
  font-family: Inter, sans-serif;
  appearance: auto;
  background-color: #fff;
}

.ebs-form input:focus,
.ebs-form textarea:focus,
.ebs-form select:focus {
  border: 2px solid #00A3CC;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
    border: 2px solid #00A3CC;
}
.ebs-submit {
  margin-top: 25px;
}

.ebs-submit input[type="submit"] {
  width: 100%;
  background: #00A3CC;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.ebs-submit input[type="submit"]:hover {
  background: #00A3CC;
}





@media all and (max-width: 767px){
	.cs-block ul.elementor-icon-list-items {
		flex-direction: column;
	}
	table.ebs-tbl, table.ebs-tbl tr, table.ebs-tbl td {
		display: block;
		width: 100%;
	}
	table.ebs-tbl td:first-child {
		background: #F9FAFB;
		width: 100%;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	table.ebs-tbl td {
		padding: 12px 15px;
		font-size: 14px;
		border-width: 0px !important;
	}
	table.ebs-tbl tr {
		border: 1px solid #e5e7eb !important;
		margin-bottom: 10px;
		border-radius: 6px;
		overflow: hidden;
	}
	table.ebs-tbl tr:last-child {
		margin-bottom: 0px;
	}
}









