body
{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
.custom-border {
  position: relative;
  padding-bottom: 20px; /* Space below text for the border */
}
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  backdrop-filter: blur(10px);
  background: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.navbar .navbar-nav .nav-item {
  margin-right: 12px
}

.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #0a051d;
  text-transform: uppercase
}

.navbar .navbar-nav .nav-link:hover {
  color: #d3a417 !important
}

.navbar .navbar-nav .nav-link:active {
  color: #d3a417 !important
}

.navbar .navbar-nav .nav-link:focus {
  color: #d3a417 !important
}

.logo
{
  height: 100px;
}
.custom-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(100% - 80%); /* Adjust to control how far after "success" the border starts */
  width: 400px; /* Length of the border */
  height: 2px; /* Thickness of the border */
  background-color: #000; /* Border color */
}
.anchor-circle
{
  width: 25px;
  height: 25px;
}

a
{
    text-decoration: none !important;
}
.project-btn
{
    color: white;
    display: block;
    background-color: #fff;
    transition: 0.5s ease;
}
.splide__slide img {
  width: 100%; /* Make images stretch to the container width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensure images cover the container without distortion */
}
/* Dropdown Button */
.nav-link a
{
  font-size: 18px;
}
.dropbtn {
    color: white;
    font-size: 18px;
    border: none;
  }
  .about-bg
  {
    background-color: #f0efe8;
  }
.card
{
    text-decoration: none;
}
.bg-img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .login-option
  {
    list-style-type:disk;
  }
  .login-option li a
  {
    color: black;
    font-weight: 500;
  }
  .login-option li:hover a
  {
    color: #6599fd;
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: max-content !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 40px !important; 
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {color: #6599fd;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #223b4f;}


  /* overlay effected images  */
  .container {
    position: relative;
    width: 50%;
  }
  @media (max-width: 768px) {
    .card-container {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        margin-top: 20px;
    }
}
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    height: 100%;
  }
  
  .text {
    color: black;
    position: absolute;
    top: 10px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: justify;
  }
  .font
  {
    font-family: Arial, Helvetica, sans-serif;
  }
.splide {
    position: relative;
    overflow: visible; /* Allows arrows to sit outside the image */
}
.splide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px; /* Adjust padding as needed to move arrows farther from the image */
    z-index: 10;
}

.splide__arrow {
    background-color: rgba(0, 0, 0, 0.5); /* Optional: add background color to improve visibility */
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.text-justify
{
    text-align: justify !important;
}
.service
{
  height: 420px;
}

.service-img
{
  height: 100px !important;
  width: 100px;
  margin-left: 25%;
}
.news-img
{
  height: 350px;
}
.footer
{
  background-color: #f5f5f5;
}
.foot-li ul li
{
  display: inline;
  list-style-type: none;
  padding: 0 15px;
} 
.foot-li ul li a
{
  color: #212529;
}
.foot-li ul li:hover a
{
  text-decoration: underline !important;
}
.foot-li-2 ul li 
{
  display: inline;
  list-style-type: none;
  padding: 0 8px;
}
.foot-li-2 ul li a
{
  color: #212529;
}
.foot-li-2 ul li:hover a
{
  text-decoration: underline !important;
}
.fa-brands {
  padding: 9px;
  font-size: 25px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-brands:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: linear-gradient(#cf36a3,#f05748);
  color: white;
}
.footer-btns
{
  background-color: #e8e8e8;
}
.foot-bottom-txt
{
  font-size: smaller;
}
.updates ul 
{
  padding: 0;
  list-style-type: none;
}
.updates ul li img
{
  height: 80px;
  width: 100px;
  margin-top: 27px;
  border-radius: 10px;
}
.post-prop
{
  background: #fdf8e7;
}
.login-list
{
  list-style-type: none;
  padding-left: 30px;
}

.learn-btn:hover .learn-arrow
{
  transform: scale(1.4);
}
.learn-btn:hover
{
  background-color: #bb0000;
  color: white;
}
.learn-btn
{
  border: 1px solid #bb0000;
  color: #bb0000;
}
.card
{
  position: relative;
  overflow: hidden;
}
.news-img:hover
{
  transform: scale(1.2);
  transition: 1s ease;
}
.bg-skyblue
{
 background-color: #38b6ff !important;  
}
.text-skyblue
{
  color: #38b6ff;
}
.text-red
{
  color: #bb0000;
}
.text-yellow
{
 color: #f5b21f;
}
.bg-red
{
 background-color: #bb0000 !important;  
}
.bg-service
{
  background: linear-gradient(#bb0000,#ec3226);
  color: white;
}
.bg-yellow
{

  background-color: #f5b21f !important;
}
.foot-logo
{
  height: 140px;

}
.foot-btn
{
  color: white;
  background-color: #38b6ff;
  border: 0;
}
.bg-text
{
  background-color: rgba(0, 0, 0, 0.5);
}
.user-icon
{
  border-radius: 50%;
  height: 80px;
   width: 80px !important;
}
.map
{
  height: 400px;
  width: 100%;
}
.vision-mission
{
  width: 150px;
}
.about-skyblue
{
  background-color: #d5ecf1;
}
.about-yellow
{
  background-color: #fcebc8;
}
.dropdown-item
{
    padding-left: 20px;
    text-align: justify;
}
.dropdown-item:hover
{
    background-color: #16423C;
    color: white;
    transition: 0.5s ease;
}
.dropdown-menu
{
 display: none;
}
.dropdown:hover .dropdown-menu
{
    display: block;
}
.dropdown-menu
{
    min-width:300px;
}
.dropdown-menu li a
{
    color: #16423C;
    font-weight: 600;
}
.ecommerce-cards
{
  background: linear-gradient(#e2eff1,#f7e7e7);
}
.game-text
{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  word-spacing: 2px;
}
.text-game-top
{
  text-shadow: 4px 4px 6px #38b6ff;
  color: white;
}
.game-text-2
{
  font-family:Georgia, 'Times New Roman', Times, serif;
  text-shadow: 4px 4px 6px #f5b21f;
}

.mycard
{
    background-color: #fee4ca;
    border-radius: 45px;
    transition: 0.5s ease;
    height: 450px;
}
.mycard div img
{
    transform: rotate(340deg);
    transition: 0.5s ease;
    z-index: 2;
}
.mycard:hover
{
    margin-top:-20px;
    z-index: 1;
}
.mycard:hover div img
{
    margin-top: -100px;
    z-index: 2;
    transform: rotate(360deg);
}
.light-pink
{
  background-color: #fff8f9;
}
.light-skyblue
{
  background-color: #f1f2fe;
}
.font-roman
{
  font-family: 'Times New Roman', Times, serif;
}
.light-yellow
{
  background-color: #fffce7;
}
.rounded-numbers
{
  height: 50px;
  width: 50px;
  padding: 8px 16px;
  border-radius: 50%;
  border: 1px solid black;
}

.portfolio-btn {
  background-color: transparent;
  color: black;
  outline: none;
  border: 3px solid transparent;
  cursor: pointer;
  font-size: larger;
  margin: 5px;
}
.portfolio-btn:hover {
  border-bottom: 3px solid #38b6ff;
}

/* Style the tab content (and add height: 100% for full page content) */
.tabcontent {
  display: none;
  height: 100%;
}

/* Active button style with bottom border */
.portfolio-btn.active {
  background-color: #38b6ff;
  color: white;
  border-radius: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .portfolio-btn {
      font-size: medium;
      padding: 10px;
  }
}

/* Add proper spacing between buttons */
.gap-lg-4 {
  gap: 2rem; /* For large screens */
}

.gap-2 {
  gap: 0.5rem; /* For smaller screens */
}
.portfolio-img
{
  margin-top: -90px;
}
.portfolio
{
  background-color: #e5dfe0;
}
.hovered
{
  background-color: transparent;
}
.hovered:hover
{
  background-color: #dadde3;
}
.facility-list li
{
  list-style-type: none;
  padding: 0;
}
.product-img
{
  height: 300px;
}
.transparent-form
{
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 95px !important;
}
.account-card:hover
{
  background-color: rgba(0,0,0,0.1);
}
.cart
{
  font-size: 100px;
  color: gray;
}
