@charset "UTF-8";

.custom-alert {
 background-color: #b9e5fb;
  color: #000000;
  padding: 15px 50px 15px 20px;
  border-radius: 7px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
font-size: 18px;
}

.custom-alert .alert-text {
  display: inline-block;
}

.custom-alert .alert-close {
  position: absolute;
  top: 10%;
  right: 20px;
  background: none;
  border: none;
  color: #000000;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

.sub-text {
	font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.link-uline{
	color:#000000;
	border-bottom-color: #0095da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.link-uline:hover{
	text-decoration:none;
	color:#666666;
	cursor:pointer;
}


.link-uline-white{
	color:#ffffff;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.link-uline-white:hover{
	text-decoration:none;
	color:#efefef;
	cursor:pointer;
}

.link-nouline-white{
	color:#ffffff;
		text-decoration:none;
}
.link-nouline-white:hover{
	text-decoration:none;
	color:#efefef;
	cursor:pointer;
}

.white {
	color: #ffffff;
}

.blue {
	color: #0095da;
}

.teal {
	color: #009691;
}

/* Custom table styles */

.table-wrapper {
  overflow-x: auto; /* Enables horizontal scroll if needed */
  max-width: 100%;  /* Ensures it doesn’t exceed container width */
  margin-top: 20px; /* optional spacing from other content */
}

.table-wrapper table {
  width: 100%;      /* Table fills the wrapper */
  border-collapse: collapse; /* optional, for cleaner borders */
}

    .custom-table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 20px;
    }
    .custom-table th, .custom-table td {
      border: 1px solid #ffffff;
      padding: 12px;
	font-size: 16px;

    }

.custom-table th {
  color: #fff; /* Keeps the text white in each header cell */
  font-size: 16px;
}


/* Container for the details category */
.side-menu {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 0px 20px;
    margin-bottom: 30px;
}

/* List within the details category */
.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List items */
.side-menu ul li {
    position: relative;
    margin-bottom: 12px;
}

/* Links within list items */
.side-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-radius: 7px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease;
	font-size: large;
}

/* Active state for list items */
.side-menu ul li.active a {
    background: linear-gradient(to right, #0268ad 0%, #005496 50%, #00427a 100%);
    color: #ffffff;
    border-radius: 7px;
    padding: 15px 20px;
    display: block;
	font-weight: 600;
}

/* Icon within links */
.side-menu ul li a i {
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Hover effect for links */
.side-menu ul li a:hover {
  background: linear-gradient(to right, #0268ad 0%, #005496 50%, #00427a 100%);
    color: #ffffff;
    border-radius: 7px;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
	font-weight: 600;
}

/* Hover effect for icons */
.side-menu ul li a:hover i {
    transform: translateX(5px);
}




.border-top-white {
    border-top: #ffffff solid 4px;
}


.custom-bullet {
    list-style: none; /* Removes the default bullets */
    padding-left: 25px; /* Adjust to create space for the custom bullet */
}

.custom-bullet li {
    position: relative; /* Makes sure the :before pseudo-element is positioned correctly */
}

.custom-bullet li:before {
      content: url(../images/icons/custom-bullet.svg);
    position: absolute;
    left: -25px;
    top: 3px;
    width: 15px;
    height: 15px;
}

.custom-bullet-lg {
    list-style: none; /* Removes the default bullets */
    padding-left: 25px; /* Adjust to create space for the custom bullet */
}

.custom-bullet-lg li {
    position: relative; /* Makes sure the :before pseudo-element is positioned correctly */
}

.custom-bullet-lg li:before {
    content: url(../images/icons/custom-bullet.svg);
    position: absolute;
    left: -35px;
    top: 3px;
    width: 28px;
    height: 28px;
 
}


.ullvl2 {
    list-style: none; /* Removes the default bullets */
    padding-left: 40px; /* Adjust to create space for the custom bullet */
}

.ullvl2 li:before{
	content: url(../../../../images/icons/bullet-_Blue_Dot.svg);
	position: absolute;
    left: -25px;
    top: 40%;
    transform: translateY(-100%);
    width: 7px;
    height: 7px;
}


.cards-lift{
    transition: all 0.2s ease;
    cursor: pointer;
	padding: 0px;
	margin-right: 15px;
  }
    

.cards-lift:hover{
   transform: scale(1.025);  
}

.footer-area-btm {
    padding: 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.footer-column {
  flex: 1 1 auto; 
  max-width: 300px;
}

.footer-column h3 {
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul {
  font-size: 18px;
  margin: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
    text-decoration: none;
    font-size: 18px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-cta-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.5px;	
}


.font-weight {
    font-weight: 500;
}

/* Apply the gradient to the table row */
.gradient-header {
   background: linear-gradient(225deg, rgb(0,185,242) 0%, rgb(0,174,239) 20%, rgb(0,125,197) 45%, rgb(0,103,172) 70%);
    color: #fff;
}

/* Optional: remove individual th background */
.gradient-header th {
    background: transparent;
    color: inherit; /* ensures text stays white */
}


.btn-gradient {
  background-color: #0095da; /* Default background */
  color: #fff; /* Default text color */
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
  position: relative; /* For positioning the chevron */
  overflow: hidden; /* Prevents content overflow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  padding: 16px 60px;
}


.btn-gradient:hover {
  background: linear-gradient(to right, #2bace2 0%, #0095da 50%, #127dc2 100%);
  color: #ffffff; /* White text on hover */
}

.btn-light {
  background-color: #0095da; /* Default background */
  color: #ffffff; /* Default text color */
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
  position: relative; /* For positioning the chevron */
  overflow: hidden; /* Prevents content overflow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  padding: 16px 60px;
	box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; 
}


.btn-light:hover {
 background: linear-gradient(to right, #2bace2 0%, #0095da 50%, #127dc2 100%);
  color: #ffffff; /* White text on hover */
	box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; 
}


.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.15) !important; }

.shadow-lg, .demo-pages a:hover {
  box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.pretty-font{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 2rem;
  font-weight: 300; 
	font-style: normal;
}

.pretty-font-sml{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1.6rem;
  font-weight: 300; 
	font-style: normal;
}

.pretty-font-header {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.8rem;
    font-weight: 300;
    font-style: normal;
    color: #ffcb00;
}

.pretty-font-lg {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    font-weight: 300;
    font-style: normal;
    color: #ffcb00;
}

.pretty-font-tiny{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1.4rem;
  font-weight: 300; 
}

.pretty-font-subheading{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1.2rem;
  font-weight: 300; 
}

.gradient-text {
background: linear-gradient(225deg,
  rgb(0,185,242) 0%,
  rgb(0,174,239) 20%,
  rgb(0,125,197) 45%,
  rgb(0,103,172) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For non-webkit browsers */
}

.hero_section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Centers content vertically */
  justify-content: center; /* Optional: centers content horizontally */
  background: url('https://your-image-url-here.jpg') center center / cover no-repeat; /* Background image */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(225deg, rgba(0,185,242,0.7) 0%, rgba(0,174,239,0.7) 20%, rgba(0,125,197,0.7) 45%, rgba(0,103,172,0.7) 60%);
  z-index: 1;
}

.gradient-bg {
    background: linear-gradient(225deg, rgb(0,185,242) 0%, rgb(0,174,239) 20%, rgb(0,125,197) 45%, rgb(0,103,172) 70%);
}

.light-gradient-bg {
	background: linear-gradient(to right, #b9e5fb 0%, #7ed3f7 50%, #29b7eb 100%);
}

.mid-gradient-bg {
	background: linear-gradient(to right, #2bace2 0%, #0095da 50%, #127dc2 100%);
}

.dark-gradient-bg {
	background: linear-gradient(to right, #0268ad 0%, #005496 50%, #00427a 100%);

}


.light-grey-bg {
    background-color: #efefef;
}

.dark-grey-bg {
	background-color: #404040;
}

.mid-grey-bg {
	background-color: #a6a6a6;
}

.white-bg {
background-color: #ffffff;
}

.btn-outline {
color: #ffffff;
    background-color: transparent;
    border: #ffffff solid 2px;
    gap: 12px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    padding: 20px 50px;
    align-items: center;
    display: inline-flex;
    letter-spacing: -0.2px;
    justify-content: center;
    border-radius: 10px;
}	

.btn-outline:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3); /* White with 30% opacity */
    border: rgba(255, 255, 255, 0.3) solid 2px; /* Matches the background's opacity */
    gap: 12px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    padding: 20px 50px;
    align-items: center;
    display: inline-flex;
    letter-spacing: -0.2px;
    justify-content: center;
    border-radius: 10px;
}

   