﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a:hover {
  color: #0c59db;
}

/* .bg-blue-light {
  margin: 0;
  height: 100vh;
  background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0) 60%
      )
      center,
    linear-gradient(135deg, #ffffff, #dfeaff);
  background-size: cover;
} */

.nav-link:hover,
.dropdown-item:hover {
  color: #0c59db;
}

.bg-blue-light {
  background-color: #a9c7ec;
  background-image: url("/img/banner-gradient-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue-text {
  color: #002249;
}

.bg-blue-light2 {
  background-image: url("/img/video-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .bg-blue-light3 {
  background-image: url("/img/team.png");
  background-repeat: repeat;
} */

.bg-blue-light3 {
  background-image: url("/img/team.png");
  background-repeat: repeat-x; /* Repeat only horizontally */
  background-size: auto; /* Default size */
  background-position: top left; /* Position at the top */
}

.bg-dark {
  background: #182044 !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-orange {
  color: #fff;
  background-color: #0c59db;
  border-color: #0c59db;
}

.bg-orange {
  background-color: #0c59db;
}

.text-orange {
  color: #0c59db; /* Custom color for orange text */
}

.bg-blue {
  background-color: #1e5aa5;
  /* #024da1; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-blue {
  color: #1e5aa5;
}

.text-light-blue {
  color: #64a8f7;
}

p,
.text-dark-blue {
  color: #002249;
}

fill-blue {
  fill: #002249 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #1e5aa5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
  font-family: "Montserrat", sans-serif;
  padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.nav-link,
.btn {
  font-family: "Montserrat", sans-serif;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Position the submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.my-list-group .list-group-item {
  border: none;
  background-color: transparent;
  color: #002249;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Others */
.tagline {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: white; /* Change this if you want a different background color */
}

.header-content {
  margin-top: 20px;
}

/* .image-container {
  position: relative;
} */

.trustpilot {
  position: absolute; /* Absolute positioning relative to the parent */
  top: -25px; /* Adjust these values to control the exact placement */
  right: -3px;
  background: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for emphasis */
}

.typewriter {
  color: #ff6600;
  display: inline-block;
  overflow: hidden;
  border-right: 0.15em solid #ff6600;
  height: 5em;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  animation: blink-caret 0.75s step-end infinite;
}

/*.typewriter h1 {
        display: inline;
        font-size: 2em;*/ /* Adjust this value to match your desired font size */
/*}*/

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: #ff6600;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.testimonial {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
}

.stars {
  color: #ffd700; /* Gold color for stars */
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.author {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.swiper-pagination-bullet {
  background-color: #00cc66;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #006600;
}

.card {
  /*background-color: #3a3a3a;
  /* Lighter dark background */
  border: none;
  border-radius: 10px;
  color: #002249;
  /* White text for better contrast */
  position: relative;
  padding-left: 4rem;
  padding-top: 2rem;
}

.card:hover {
  /*background-color: #444444;
  /* Slightly lighter on hover */
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  /* Pale white circle */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  /* Left positioning */
  top: -30px;
  /* Position the icon at the top left, halfway in */
}

.icon-circle i {
  color: #1e5aa5;
}

.card-title {
  margin-top: 15px;
  font-weight: bold;
}

.card-text {
  margin-bottom: 15px;
}

.arrow-link {
  color: #ff6600;
  font-weight: bold;
}

.arrow-link:hover {
  text-decoration: none;
}

/* CSS for the SVG image on the right */
.svg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -100;
  /* Behind the content */
  opacity: 0.1;
  /* Blended opacity for a subtle effect */
}

/* Accordion styling */
.accordion-button {
  background-color: #fff; /* White background */
  color: #333; /* Dark text color */
  border: none; /* Remove default border */
  box-shadow: none; /* Remove box shadow */
  padding: 20px; /* Add padding for spacing */
  font-weight: bold; /* Bold text */
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}

.accordion-button::after {
  display: none; /* Remove the default chevron icon */
}

.accordion-button.collapsed {
  color: #333; /* Keep text color dark when collapsed */
}

.accordion-item {
  border: none; /* Remove item border */
  margin-bottom: 15px; /* Space between accordion items */
  background-color: #f8f9fa; /* Light gray background for items */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* More pronounced shadow on hover */
}

.accordion-body {
  padding: 20px; /* Add padding to the body */
}

h6 {
  font-size: 18px;
  margin: 0;
  color: #555; /* Slightly lighter color for headers */
}

/* Optional hover effect for the accordion button */
.accordion-button:not(.collapsed) {
  background-color: #fff; /* White background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow when open */
}

.scrolltotop {
  background: #ffffff;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  color: #006de8;
  display: none;
  font-size: 24px;
  height: 60px;
  padding-top: 13px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  z-index: 99;
}

.map iframe {
  max-width: 100%;
  width: 100%;
  height: 500px;
  margin: 0;
  line-height: 1;
  border: none;
}

/* Timer */
.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5px;
}

.time-box {
  background-color: #1e5aa5;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.time-box p {
  margin: 0;
  font-size: 0.8rem;
  color: white;
}

/* Gallery */
.same-height {
  height: 200px; /* You can adjust the height as needed */
  object-fit: cover;
  width: 100%;
}
