/* ===== Swiper Core Required CSS ===== */
.swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
}

/* ===== Optional spacing styling ===== */
.myTestimonialSlider {
  padding: 20px 0;
}

.myTestimonialSlider .swiper-slide {
  display: flex;
  height: auto;
}

@media (max-width: 767px) {
  .editable.ss_banner_wrapper {
    display: none;
  }
}
/* Style for "Get a Free Quote" CTA button in header */
.navbar-nav .nav-item .getstarted {
  background: #0D3A50;
  padding: 8px 20px !important;
  margin-left: 15px;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}
.navbar-nav .nav-item .getstarted:hover {
  background: #CDCB00;
  color: #fff !important;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item .getstarted {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
/* Mobile Quote CTA styling */
.mobile-quote-btn {
  background-color: #f89c3e !important;
  border-color: #f89c3e !important;
  font-weight: 600;
  padding: 6px 12px !important;
  height: 31px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
}
/* Prevent layout shift of Navbar Toggler on page load */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}
.navbar-toggler {
  width: 56px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.navbar-toggler i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.ss_top_icons ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
	text-align:left;
}

.ss_top_icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
}
.ss_top_icons ul li:last-child {
    margin-right: 0px;
}
.ss_top_icons ul li a {
	color:#ffffff;
    text-decoration: none;
    display: block;
}
.ss_top_icons ul li a:hover{
	color:#f89c3e;
}
.ss_top_info {
    width: auto;
    
}
.ss_top_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 8px;
}
.ss_top_info ul li:first-child {
    border-left: none;
}
.ss_top_info ul li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0px 15px;
    border-left: 1px solid #ffffff;
    color: #ffffff;
}
.ss_top_info ul li:nth-child(3){
    padding-right: 0;
}
.ss_top_info ul li span.info_img.ed_element_wrapper {
    display: inline-block;
}
.ss_top_info ul li .ed_element_wrapper {
    display: inline-block;
	color:#ffffff;
}
.ss_top_info ul li span.info_text.ed_paragraph {
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
}
.ss_top_info ul li a.info_text.ed_link {
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
	text-decoration:none;
	cursor:pointer;
}
.ss_top_info ul li a.info_text.ed_link i.fa.fa-envelope {
    margin-right: 10px;
}
.editable.ss_banner_wrapper {
    border-bottom: 1px solid rgb(235, 235, 235);
	background-color:#0D3A50;
    padding: 10px 0px;
}

#enq {
    position: fixed;
    background: #dddb00;
    top: 50%;
    right: -76px;
    z-index: 10001;
    color: #fff !important;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: bold;
    padding: 8px 25px;
    text-transform: uppercase;
}

/* Extracted Inline Styles */
.social-icons-left {
    margin-right: auto;
    border-left: none !important;
    padding-left: 0 !important;
}
@media (max-width: 1199px) {
    .ss_top_info ul {
        justify-content: center;
    }
    .social-icons-left {
        margin-right: 0;
        width: 100%;
        justify-content: center;
        border-left: none !important;
        padding-bottom: 5px;
    }
    .ss_top_info ul li {
        border-left: none; /* Remove borders when wrapping heavily */
    }
}
.hdr-text-white {
    color: #ffffff;
}
.hdr-social-link {
    color: #ffffff;
    margin-left: 11px;
}
.modal-header-custom {
    background-color: #2b7095;
    color: #ffffff;
}
