/* ===========================
   BlueHill Website Custom CSS
   =========================== */

/* Header Styles */
.navbar {
  background: linear-gradient(90deg, #004aad, #007bff);
  padding: 0.8rem 0;
}

.navbar-brand {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #f1f1f1 !important;
  font-weight: 500;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Login Button */
.btn-login {
  background-color: #fff;
  color: #004aad;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background-color: #004aad;
  color: #fff;
  border: 2px solid #fff;
}

/* Sticky Header Shadow */
.navbar.fixed-top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}



/* ===========================
   BlueHill Custom Styles
   =========================== */

/* Header Styles */
.navbar {
  background: linear-gradient(90deg, #004aad, #007bff);
  padding: 0.8rem 0;
}

.navbar-brand {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #f1f1f1 !important;
  font-weight: 500;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.custom-highlight-1{
  background-color: #cd340b !important;
  background: #cd340b !important;
}

.featured-box {
    background: var(--light);
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: var(--border-radius2x);
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /* min-height: 100px; */
    position: relative;
    text-align: center;
    z-index: 1;
}
.bg-tertiaries{
    color: #004aad;

}
.btn-primaries {
    --hover: #d3dce5;
    background-color: #ffffff;
    border-color: #23456c #27466d #23466d;
    color: #23466d;
}
.btn:hover {
    color: #27466d;
    background-color: #ffffff;
    border-color: var(--bs-btn-hover-border-color);
}
.btn-primariess {
    --hover: #d3dce5;
    background-color: #23456c;
    border-color: #23456c #27466d #23466d;
    color: #ffffff;
}
/* Login Button in Navbar */
.btn-login {
  background-color: #fff;
  color: #004aad;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background-color: #004aad;
  color: #fff;
  border: 2px solid #fff;
}



/* Sticky Header Shadow */
.navbar.fixed-top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Login Box Styling */
.login-box {
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 30px;
  margin: 60px auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: fadeIn 0.6s ease-in-out;
}

.login-box h3 {
  text-align: center;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 20px;
}

.login-box .form-control {
  border-radius: 10px;
  padding: 10px;
}

.btn-login {
  background: #004aad;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.3s ease;
  border: none;
}

.btn-login:hover {
  background: #007bff;
  color: #fff;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #004aad;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .login-box {
    padding: 20px;
  }
}


/* ===========================
   Footer Styles
   =========================== */
.footer {
  background: linear-gradient(90deg, #004aad, #007bff);
  color: #fff;
}

.footer h5,
.footer h4 {
  color: #fff;
}

.footer p {
  color: #eaeaea;
}

.footer-link {
  color: #eaeaea;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Social Icons */
.social-icons .social-link {
  color: #fff;
  margin-right: 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-icons .social-link:hover {
  color: #dcdcdc;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 576px) {
  .footer {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
}
.featured-box .box-content:not(.box-content-border-0) {
    top: -1px !important;
    border-top-width: 0px !important;
}
.custom-svg-fill-color-tertiaries{
    fill: #c94f2f  !important;
}
.bg-dark {
    background-color: #ce340c !important;
}

.custom-card-style-1 {
    /* border-radius: 12px; */
    border: 1px solid #e1e1e1;
    overflow: hidden;
    transition: 0.3s;
}

.custom-card-style-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* Image Wrapper */
.custom-card-style-1-image-wrapper {
    width: 100%;
    padding: 20px; /* Image padding */
    background: #f8f9fa !important; /* Light background */
    border-bottom: 1px solid #ddd;
}

.custom-card-style-1-image-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: contain; /* Keep full image without cropping */
}

/* Product name full background */
.product-title-bg {
    background: #173f72;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.footer-logo{
  background:white;
  padding:10px;
  width:200px;
  border-radius:8px;
}
.toggle-btn {
    color: #007bff;
    cursor: pointer;
}
.custom-directors{
  padding:35px;

}
.custom-directors img{
  border: 5px solid #E6EAF0
}

.why-icon i {
    display: inline;
    font-size: 40px;
    margin: 0 auto;
}

.thumb-custom-director{
    padding:15px;
}

.thumb-custom-director img{
  border: 5px solid #E6EAF0
}
.partners-logo{
  padding:50px 20px;
  width:80%;
  margin:0 auto;
  display:block;
}
.partners-cards img{
  width:250px;
  
}
.partners-cards p{
  font-size:16px;
  
}

/* @media (min-width: 992px) {
    .text-lg-end {
        text-align: right !important;
        margin-top: 209px !important;
    }
  } */
  /* Desktop & large screens */
.hero-title {
    font-size: 60px; /* same as text-12 approx */
    line-height: 1.3;
    white-space: nowrap;
}
.banner-padding{
  padding-top: 7rem;
  padding-bottom:7rem;
}
/* Mobile view */
@media (max-width: 767px) {
    .hero-title {
        font-size: 42px !important;     /* Smaller font for mobile */
        line-height: 1.4 !important;
        white-space: normal !important; /* Allow wrapping properly */
        padding: 0 10px;                /* Add spacing */
        display: block;
    }

    .hero-title span {
        display: inline-block;
        white-space: normal;
    }
    .banner-padding{
      padding-top: 1rem;
      padding-bottom:1rem;
    }
}
