/* Template Customizer Button */
.template-customizer-open-btn {
  display: none !important;
}

/* Section Titles */
.section-title {
  font-size: 18px;
  font-weight: bolder;
  color: #203878;
  line-height: 31px;
}

.right-side-content {
  background-color: #eeeeeeb3 !important;
}

/* Footer Styles */
.footer-top {
  background: #00649a !important;
  border-radius: 0px !important;
}

.footer-bottom {
  background: #00649a !important;
}

.footer-top .list-unstyled li {
  font-size: 14px;
}


/* Button Styles */
.learn-more {
  color: #fff !important;
  background-color: rgb(210, 66, 86) !important;
  border-color: #d24256 !important;
}

.learn-more:hover {
  background-color: #7d1f2b !important;
  border-color: #d24256 !important;
}

/* Hero Section */
#landingHero {
  background-image: url("../../../img/front-pages/landing-page/hero-background.jpg");
  padding-top: 8.2rem;
  padding-bottom: 8.2rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Container Responsiveness */
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1550px !important;
  }
}

/* Card Hover Effects */
.card.position-relative {
  transition: all 0.3s ease;
}

.card.position-relative:hover {
  transform: translateY(-5px);
}

.card .overlay-dark {
  transition: background 0.3s ease;
}

/* Card Overlay Colors */
.card:nth-of-type(1) .overlay-dark,
.card:nth-of-type(3) .overlay-dark {
  background: rgba(0, 100, 154, .7);
}

.card:nth-of-type(1):hover .overlay-dark,
.card:nth-of-type(3):hover .overlay-dark {
  background: rgba(55, 61, 65, 0.53) !important;
}

.card:nth-of-type(2) .overlay-dark {
  background: rgba(210, 66, 86, .71) !important;
}

.card:nth-of-type(2):hover .overlay-dark {
  background: rgba(210, 66, 86, .71) !important;
}

/* Utility Classes */
.border-radius-0 {
  border-radius: 0px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.primary-color {
  color: #00649a !important;
}

/* Google Translate Styles */
.goog-trans-section {
  display: inline-block;
}

.goog-trans-section .goog-te-gadget {
  font-family: inherit;
  font-size: 14px;
}

.goog-trans-section .goog-te-gadget-simple {
  background-color: transparent !important;
  border: 1px solid #dee2e6 !important;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.goog-trans-section .goog-te-gadget-simple:hover {
  border-color: #7367f0 !important;
  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
}

.goog-trans-section .goog-te-menu-value {
  color: #6c757d;
  text-decoration: none;
}

.goog-trans-section .goog-te-menu-value:hover {
  color: #7367f0;
}

.goog-trans-section .goog-te-menu-value span {
  border: none !important;
  color: inherit !important;
}

/* Hover Effects */
.hover-primary:hover {
  color: #7367f0 !important;
  transition: color 0.3s ease;
}

.translate-attribution {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.translate-attribution:hover {
  opacity: 1;
}

/* Search Container */
.search-container {
  padding: 0 15px;
  position: relative;
  display: flex;
}

.search-container .form-control {
  height: 36px;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.search-container .search-btn {
  background-color: #0088cc;
  border: none;
  color: white;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.search-container .search-btn:hover {
  background-color: #006699;
}

.search-container .bx {
  color: white;
}

/* Text Colors */
.text-primary-1 {
  color: #00649a !important;
  font-size: 14px;
}

.text-primary-1:hover {
  color: rgb(1, 13, 20) !important;
}

/* Navbar Styles */
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-nav .nav-link {
  padding: 1.5rem 1rem;
  font-weight: 500;
  color: #333;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 0;
}

/* Social Icons */
.social-icons .nav-link {
  padding: 0.5rem;
  font-size: 1.1rem;
  color: rgb(100, 25, 31) !important;
}

/* Dropdown Styles */
.dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0088cc;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #0088cc;
}
