@font-face {
    font-family: proxima;
    src: local(proxima), url('../font/fonts/ProximaNova-Regular.otf') format('opentype');
    /* font-family: roboto_light;
    src: local(roboto_light), url('../font/fonts/Roboto-Light.ttf') format('truetype'); */
}

a {
    color: #006eff;
}

ul.custom-bullets {
    list-style: none;
  }
  
ul.custom-bullets li::before {
    content: "●"; /* Customize the content (e.g., circle, square) */
    font-size: 14px;
    margin-left: -22px; /* Adjust margin for alignment */
    padding-right: 10px;
    color: #5577f0; /* Optional, if content has background */
}

ul.custom-bullets li {
    margin-bottom: 10px;
}

/* Custom CSS for changing dropdown menu background color */
.dropdown-menu {
    background-color: #212d44; /* Change to your desired background color */
    border: white 1px solid; /* Change to your desired border color */
    border-radius: 10px;
    color:white
}

.dropdown-item {
    color: white;
}

ul.unstyled-list {
    list-style: none;
  }

ul.unstyled-list li::before {
    margin-left: -40px; /* Adjust margin for alignment */
}

.input-block-level {
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
}

.navbar {
    background-color: #1c1c1c;
    border-bottom: white 1px solid;
    color: white;
    background-image: url('../images/top_banner.png');
    background-size: cover; /* Cover the entire viewport width */
    background-position: center; /* Center the background image */
}

.footer-wrapper {
    background-color:#12122a;
}

.dropdown-item:hover {
    color: #ffffff; /* Change to desired text color on hover */
    background-color: rgb(90, 105, 147); /* Change to desired background color on hover */
}

h1, h2, h3, h4, h5, h6, .navbar {
    color: rgb(64, 87, 157); /* Change to your desired heading color */
    font-family: 'proxima', 'roboto_light', sans-serif;
}

p, li {
    font-size: large;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff; /* Change to your desired color */
    margin-right: 20px; /* Adjust this value to increase/decrease the spacing */
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffffff; /* Change to your desired text color on hover */
    background-color: rgb(90, 105, 147);
    border-radius: 10px; /* Adjust the value for desired roundness */
}

.navbar-toggler {
    color: rgb(44, 47, 78);
    background-color: rgb(81, 101, 168);
}

.navbar-toggler-icon {
    color: rgb(44, 47, 78);
    background-color: rgb(81, 101, 168);
}

body {
    font-family: 'roboto_light', 'proxima', sans-serif; /* Use the chosen font name */
}

p, li {
    font-weight: lighter;
}

.nav-link {
    font-weight: bolder;
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.carousel-item.active {
    display: flex;
}

.carousel-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-text {
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: rgba(10, 26, 53, 0.7);
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
}

.carousel-title {
    /* font-size: 2.5rem; */
    top: 50%;
    /* transform: translateY(-20%); */
    /* font-size: 100px; */
    color: white;
    /* text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000; */
    text-shadow: 2px 2px 5px rgb(22, 27, 55);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 6vw; /* Adjust this value as needed */

    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 20px;
    display: inline-block; /* Make the background expand vertically with the content */
}

/* Media query for larger screens */
@media screen and (min-width: 768px) {
    .carousel-text {
      font-size: calc(1vw + 8px); /* Adjust this value as needed */
    }
  }

.carousel-caption {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    /* font-size: 40px; */
    color: white;
    /* text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000; */
    text-shadow: 2px 2px 5px black;
    font-weight: bold;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2vw; /* Adjust this value as needed */

    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 10px;
    position: relative;
    color: white;
    word-wrap: break-word; /* Allow line breaks as necessary */
    max-width: 80%; /* Prevent content from exceeding the container width */
    text-align: center;
}

.contour-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: white;
    /* text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000; */
    text-shadow: 2px 2px 5px black;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(10vw + 10px); 
    line-height: 100%;
}

  .contour-text::before,
  .contour-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
  }

  .contour-text::before {
    color: black; /* Color of the contour */
    z-index: -2;
  }

  .contour-text::after {
    color: white; /* Fill color */
    z-index: -1;
  }

  .jumbotron {
    background-image: url('/images/image1.jpg'); /* Replace with the actual image URL */
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0; /* Adjust padding as needed */
  }

.footer1 {
	background: #0e1629;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
    text-align: left;
}

.footer1 a {
	color: #ccc;
}
.footer1 a:hover {
	color: #fff;
}
.footer1 .panel {
	margin-bottom: 30px;
}
.footer1 .panel-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}
.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer1 .entry-meta a {
	color: #333333;
}
.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.footer2 {
	background: #080c18;
	padding: 15px 0;
	color: #777;
	font-size: 13px;
    text-align: left;
}

.footer2 a {
	color: #aaa;
	padding: 0px 10px;
	font-size: 13px;
}

.social-icon {
    display: inline-block;
    font-size: 24px;
    color: #007bff;
    margin: 0 10px;
    transition: color 0.3s;
  }
  
  .social-icon:hover {
    color: #0056b3;
  }

  .signature {
    margin-top: 20px;
    text-align: left;
    font-style: italic;
    font-size: 40px;
    color: darkblue;
    font-family: 'WindSong', cursive; /* Use the handwriting font name */
  }

/* Clearfix to prevent floating issues */
.container::after {
    content: "";
    display: table;
    clear: both;
}

/* Define styles for each floating div */
.box {
    width: 30%; /* Adjust the width as needed */
    float: left;
    margin: 10px;
    padding: 20px;
    /* background-color: #fafaff; */
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Media query for responsive layout */
@media (max-width: 768px) {
    .box {
        width: 100%; /* Full width on smaller screens */
        float: none; /* Remove float to stack vertically */
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        flex-direction: column; /* Stack items vertically on narrow screens */

    }
}

/* Base styles for the two divs */
.floating-container {
    margin: 20px;
    overflow: hidden; /* Clear float */
}

.floating-box {
    float: left;
    width: 100%; /* Full width by default */
    background-color: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
}

/* Media query for narrow displays */
@media (max-width: 767px) {
    .floating-box {
        width: 100%; /* Stack in a single column */
        float: none; /* Clear float */
    }
}

.tick {
    color: green;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.infoBox {
    border: 1px solid royalblue; 
    padding: 10px; 
    border-radius: 10px; 
    background-color: #f0f0f0;
}