body * {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px !important;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav span {
    background: #2f55d4 !important;
}

.accordion .card {
    border: 0 !important
}

.accordion .card-header {
    padding: 1rem !important;
    margin-bottom: 0;
    background-color: #f8f9fc !important;
    box-shadow: none;
    border: 0 !important
}

.accordion .accordion-button {
    background-color: #f8f9fa; 
}

.accordion .card-header button {
    padding: 0 !important;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: -30px !important; */
    position: relative;
}

.icons {
    line-height: 1;
}

.bg-overlay {
  background-color: rgba(28, 40, 54, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* modal */

.dark-modal .modal-content {
    background-color: #000000;
    color: white;
    background: none;
    border: none;
}

.dark-modal .modal-header {
    margin-left: auto;
    border: none;
    padding: 0 !important;
}

.dark-modal .close {
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
}

.swiper-button-next:hover{
    border-radius: 50%;
}
.swiper-button-prev:hover{
    border-radius: 50%;
}

.rounded-2x {
    border-radius: 12px !important;
}

.bg-translucent {
    background-color: rgba(255, 255, 255, 0.93) !important;
}

.bg-translucent-2x {
    background-color: rgba(255, 255, 255, 0.83) !important;
}

/* offcanvas Css */
.offcanvas.show{
    visibility: visible;
}
.fea.icon-sm{
    line-height: 16px;
}
.fea.icon-ex-md{
    line-height: 20px;
}
.owl-carousel .owl-item img{
    width: auto !important;
}
.features .feather {
    width: 20px;
}

.tiny-twelve-item{
    position: relative;
    z-index: 0;
}

.work-container.work-modern .icons .work-icon {
    position: relative;
}

.swiper-container{
    overflow: hidden;
}


.bg-half-home .swiper-slide .slide-inner{
    padding: 245px 0;
    position: relative;
    align-self: center;
}

.text-private {
    --bs-opacity: 1;
    color: rgba(95, 190, 230, var(--bs-opacity)) !important;
}

.text-business {
    --bs-opacity: 1;
    color: rgba(32, 41, 66, var(--bs-opacity)) !important;
}

.bg-private {
  --bs-bg-opacity: 1;
  background-color: rgba(95, 190, 230, var(--bs-bg-opacity)) !important;
}

.bg-business {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 41, 66, var(--bs-bg-opacity)) !important;
}

.btn-private {
  color: #ffffff;
  background-color: rgba(95, 190, 230, var(--bs-bg-opacity, 1)) !important;
  border-color: rgba(95, 190, 230, var(--bs-bg-opacity, 1)) !important;
}
.btn-private:hover {
  color: #ffffff;
  background-color: rgba(75, 170, 210, var(--bs-bg-opacity, 1)) !important;
  border-color: rgba(75, 170, 210, var(--bs-bg-opacity, 1)) !important;
}
.btn-check:focus + .btn-private, .btn-private:focus {
  color: #ffffff;
  background-color: rgba(75, 170, 210, var(--bs-bg-opacity, 1)) !important;
  border-color: rgba(75, 170, 210, var(--bs-bg-opacity, 1)) !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(95, 190, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(95, 190, 230, 0.5);
}
.btn-check:checked + .btn-private, .btn-check:active + .btn-private, .btn-private:active, .btn-private.active, .show > .btn-private.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(65, 150, 190, var(--bs-bg-opacity, 1)) !important;
  border-color: rgba(65, 150, 190, var(--bs-bg-opacity, 1)) !important;
}
.btn-check:checked + .btn-private:focus, .btn-check:active + .btn-private:focus, .btn-private:active:focus, .btn-private.active:focus, .show > .btn-private.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(95, 190, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(95, 190, 230, 0.5);
}
.btn-private:disabled, .btn-private.disabled {
  color: #ffffff;
  background-color: rgba(95, 190, 230, var(--bs-bg-opacity, 1)) !important;
  border-color: rgba(95, 190, 230, var(--bs-bg-opacity, 1)) !important;
}


.text-darker {
    color: #324461 !important; /* 20% darker than #3c4858 */
}

a.text-darker:hover, a.text-dark:focus {
  color: #323c49 !important;
}

/* Remove problematic stacking context from interactive elements */
/* Accessibility: Overlay border for all interactive components on focus-visible (no position/z-index on base element) */
button:focus-visible::after, a:focus-visible::after, input:focus-visible::after, textarea:focus-visible::after, select:focus-visible::after, [tabindex]:focus-visible::after,
.btn:focus-visible::after, .form-control:focus-visible::after, .nav-link:focus-visible::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 3px solid #1976d2; /* or any high-contrast color */
    border-radius: 6px;
    pointer-events: none;
    z-index: 1000;
}


.icon-circle-bg img {
    width: 60%;
    height: 60%;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Center the icon-circle-bg between the two vertical sections */
.icon-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle-bg:hover {
    border: 2px solid #fff;
    box-sizing: border-box;
}

.icon-circle-bg.d-flex.align-items-center.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle-bg.d-flex.align-items-center.justify-content-center img {
    display: block;
    margin: 0 auto;
}

.icon-circle-bg.icon-circle-bg-transparent {
    background: transparent;
}

/* Circle background for icon */
.icon-circle-bg-large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #e9ecef;
}

/* Circle background for icon */
.icon-circle-bg-plain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e9ecef;
}
