.nav-img-size {
  min-width: 150px;
  min-height: 70px;
}

header.sticky.sticky-active .navbar-brand .default-logo {
  min-width: 0;
  min-height: 0;
}
@media (max-width: 991px) {
  header .navbar-brand .alt-logo,
  header .navbar-brand .default-logo {
    min-width: 0;
    min-height: 0;
  }
}
.nav-brand-padding-imp {
  padding: 20px 0 !important;
}

.text-dark-blue {
  color: #203d82 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  color: #203d82 !important;
}
.sticky-wrap .social-icon-style-10 ul li a:hover,
.sticky-wrap a,
.sticky-wrap a:hover,
.sticky-wrap div,
.sticky-wrap p,
.sticky-wrap span {
  color: #203d82 !important;
}
.sticky-wrap.sticky-highlight .social-icon-style-10 ul li a:hover,
.sticky-wrap.sticky-highlight a,
.sticky-wrap.sticky-highlight a:hover,
.sticky-wrap.sticky-highlight div,
.sticky-wrap.sticky-highlight p,
.sticky-wrap.sticky-highlight span {
  color: #ffffff !important;
}
.text-orange-accent {
  color: #ff7e4a !important;
}
.bg-orange-accent {
  background-color: #ff7e4a !important;
}
.bg-blue-accent {
  background-color: #203d82 !important;
}

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  color: #203d82;
}

.CarousalItemImageHeight {
  height: 450px;
  object-fit: cover;
}
.header-light .header-icon .icon > a,
.header-light .navbar-nav .nav-link {
  color: #203d82 !important;
}
/* .fix-bg-position-heroSlider{
  background-position: 0% 155px !important;
} */

.TabSectionImageRatioParentDiv {
  aspect-ratio: 4 / 3;
}
.TabSectionImageRatio {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.HomeCalculatorsSecImg {
  width: 2.5rem;
  height: 2.5rem;
}

.removeBgOfImage {
  mix-blend-mode: multiply;
  background: transparent;
}

/* Video Container Styles */
.video-container {
  min-height: 300px;
}

.video-placeholder {
  transition: opacity 0.3s ease;
}

.play-button {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.play-button:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}

/* Responsive video sizing */
@media (max-width: 768px) {
  .video-container {
    min-height: 200px;
  }

  .video-placeholder {
    height: 200px !important;
  }
}

/* Loading animation */
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.video-placeholder {
  animation: pulse 2s ease-in-out infinite;
}
.video-wrapper {
  background: #f8f9fa;
  transition: all 0.3s ease;
}

#loading-overlay {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-spinner {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-wrapper {
    min-height: 250px !important;
  }

  #main-video {
    min-height: 250px !important;
  }
}

.navbar-nav .nav-link.active {
  color: #ff7e4a !important;
  font-weight: 700;
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff7e4a;
}

/*  calculator  */
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #c2c2c2;
  /* box-shadow: ; */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08) !important;
  color: var(--medium-gray);
}

input[type="range"].custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    #ff7e4a 0%,
    #ff7e4a var(--progress),
    #e0e0e0 var(--progress),
    #e0e0e0 100%
  );
  outline: none;
  position: relative;
}

/* WebKit Browsers */
input[type="range"].custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ff7e4a;
  cursor: pointer;
  margin-top: -2px; /* ✅ Adjust to center thumb vertically */
  border: none;
  position: relative;
  z-index: 2;
}

/* Firefox */
input[type="range"].custom-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ff7e4a;
  cursor: pointer;
  border: none;
}

/* Firefox track */
input[type="range"].custom-range::-moz-range-track {
  background: transparent;
  height: 6px;
}

/* footer */
.footer-dark p,
.footer-dark .widget-text {
  opacity: 1;
}
.footer-dark ul li a,
.footer-dark .widget-link {
  opacity: 1;
  border-color: white;
}
.footer-dark ul li a:hover,
.footer-dark .widget-link:hover {
  /* background-color: #ffffff !important; */
  opacity: 1;
  border-color: white !important;
  color: white !important;
}

.sip-tab.active {
  background-color: #203d82 !important;
  color: white !important;
  border-color: #203d82 !important;
}
.btn-outline-dark-blue {
  color: #203d82;
  border-color: #203d82;
}
.btn-outline-dark-blue:hover {
  background-color: #203d82;
  color: white;
}

.custom-tab-group .btn {
  background-color: transparent;
  color: #555;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
  min-width: 90px;
}

.custom-tab-group .btn.active {
  background-color: #203d82; /* your brand dark-blue */
  color: #fff;
  font-weight: 600;
}

.custom-tab-group .btn:hover {
  background-color: rgba(32, 61, 130, 0.1); /* light hover background */
  color: #203d82;
}

.text-justify {
  text-align: justify;
}

/* CSS for customStyleFeatureBox - 100% SAFE & ISOLATED */

/* Target only your specific container */
.customStyleFeatureBox .icon-with-text-style-05 {
  display: flex;
  height: 100%;
}

.customStyleFeatureBox .feature-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Make content areas equal height */
.customStyleFeatureBox .content-slide-up {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  text-align: center;
}

/* Ensure consistent spacing for content */
.customStyleFeatureBox .feature-box-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fix for paragraph text to maintain consistent height */
.customStyleFeatureBox .feature-box-content p {
  min-height: 48px; /* Adjust based on your font size */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alternative: If you want to truncate long text instead */
/* 
.customStyleFeatureBox .feature-box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    text-align: center;
}
*/

.bg-base-color,
.header-cart-icon .cart-count {
  background-color: #203d82 !important;
}

.navbar-toggler-line,
.swiper-pagination-style-4.dark .swiper-pagination-bullet {
  background-color: #203d82 !important;
}

.row > input[type="range"].custom-range {
  width: 91% !important;
  margin-left: 0.8rem;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
  width: max-content;
  overflow: hidden;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link.active::after {
    width: 0;
  }
}

/* custom font size  */
@media (max-width: 576px) {
  .fs-sm-22 {
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
  }
  .fs-sm-13 {
    font-size: 1.4rem !important;
    line-height: 1.4rem !important;
  }
  .fs-sm-17 {
    font-size: 1.7rem !important;
    line-height: 1.7rem !important;
  }
  .p-offset-sm-3 {
    padding: 0 2rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .contact-details-sm .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .d-sm-none2 {
    display: none !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mobileNeedhelpSecInProcess{
    max-width: 150px !important;
    padding-top: 20px !important;
  }
  .mobileNeedhelpSecInProcessImage{
    height: 50px !important;
  }
  .mobileNeedhelpSecInProcessText{
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 15px !important;
  }
  .mobileNeedhelpSecInProcessGet{
    font-size: 12px !important;
    padding: 10px 20px !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .d-lg-none {
    display: none !important;
  }
}

.vertical-align-1::after {
  vertical-align: 0.1em;
}

.bottom-minus-200px {
  bottom: -200px;
}
.TeamWidth{
 width: 300px !important;
}
