.icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hover-card:hover .icon-circle {
    transform: scale(1.1);
    transition: all 0.5s ease;
    background-color: var(--bs-secondary);
}

.hover-card:hover {
    /* transform: translateY(-5px); */
    background-color: rgb(245, 245, 245);
    transition: all 0.3s ease;
}

.owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.owl-dot.active span {
    background: var(--bs-primary) !important;
}

.icon-wrapper {
    width: 115px;
    height: 100px;
    /* border-radius: 50%; */
    /* background-color: #e6f0ff; Light blue background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-default {
    background-color: #ffffff;
    border-bottom: 2px solid #046a38;
}

.hover-effect {
    transition: all 0.3s ease;
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.bg-light-primary {
    background-color: #e6f0ff;
}

.navbar-scrolled {
    background-color: #f8f9fa !important;
    /* change to your desired color */
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #999;
    opacity: 0.6;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    transition: opacity 0.3s, background-color 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    opacity: 1;
}

.floating-search {
    position: absolute;
    bottom: 2px;
    right: 0;
    min-width: 270px;
    max-width: 100%;
}

.floating-seba-title {
    position: absolute;
    bottom: -35px;
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 3rem;
    left: 14%;
}

.certificate-box {
    padding: .5rem !important;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0px 0px 15px 2px rgba(4, 106, 56, 0.5) !important;
    text-align: center;
}

.certificate-box .icon-wrapper {
    margin: auto;
}

.certificate-box .stretched-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
}

.certificate-box p {
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.tab-content-style {
    padding: 1rem !important;
    border: 1px solid #dee2e6 !important;
    border-top: 0 !important;
    background: white;
    margin-bottom: 4rem !important;
}

.position-relative {
    position: relative !important;
}

.card {
    height: 100%;
    border: none;
    border-radius: 1.5rem;
    background: #f8f9fa;
    text-align: center;
    transition: box-shadow 0.2s;
    position: relative;
}

.card.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.card.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.card-body {
    padding: 1.5rem;
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.transition {
    transition: all 0.2s;
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem !important;
    margin-left: auto;
    margin-right: auto;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.stretched-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    display: flex !important;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 999;
}

.panel {
    margin: 20px;
    border-radius: 4px;
    box-shadow: none;
}

.panel-body {
    padding-top: 15px;
    border: 1px solid #046a38;
    border-top-width: 3px;
    ;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 7px 10px 0px rgba(4, 106, 56, 0.34);

}

#occPanelHeading {
    background: #046a38;
    color: #fbdd40;
    margin: 0px 25%;
    border: 1px solid #046a38;
    border-radius: 3px 3px 0 0;
}

.icon-wrapper img.img.img-responsive {
    max-height: 80px;
}

.swiper {
    padding: 10px;
}

.hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.scroll-btn {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    bottom: 10px;
}

.scroll-btn.left {
    position: absolute;
    left: 0;
}

.scroll-btn.right {
    position: absolute;
    right: 0;
}


.footer-subscription .subscribe {
    position: relative;
    float: right;
}

.footer-subscription .subscribe .form-control {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    height: 55px;
    padding-left: 30px;
    padding-right: 130px;
    border: 1px solid #ccc;
    color: var(--bs-primary);
}

.footer-subscription .subscribe .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-subscription .subscribe .form-control::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-subscription .subscribe .form-control:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-subscription .subscribe .form-control:-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-subscription .subscribe .btn-submit {
    background: var(--bs-primary) !important;
    height: 47px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: -15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.modal-content {
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.12);
    background: #f9f9fb;
}
.modal-header {
    background: var(--bs-primary);
    color: #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}
.modal-body {
    padding: 32px 24px;
}
.modal-body-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px #ececec;
    padding: 20px 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-footer {
    background: #f3f0f7;
    border-radius: 0 0 16px 16px;
    border-top: none;
    padding: 18px 24px;
}

.alert-custom {
  padding: 10px 15px;
  margin: 10px 0;
  border-left: 5px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.alert-custom-info {
  background-color: #bfdcef;
  color: #457389;
  border-color: #31708f;
}

.alert-custom-warning {
  background-color: #f5eecb;
  color: #8a6d3b;
  border-color: #b88d42;
}

.alert-custom-success {
  background-color: #d1f2c4;
  color: #3c763d;
  border-color: #53a354;
}

.alert-custom-danger {
  background-color: #f0cccc;
  color: #a94442;
  border-color: #db5552;
}


.certificateBox {
    border-radius: 18px;
    padding: 32px 24px 18px 24px;
    margin-bottom: 32px;
    border: none;
}
.certificateBox>fieldset {
    background: linear-gradient(135deg, #f8fafc 60%, #e0e7ef 100%);
    border: none !important;
}
.certificateBox>fieldset>legend {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--bs-primary);
    letter-spacing: 1px;
    background: #ede7f6;
    border-radius: 8px;
    padding: 10px 18px;
    margin-bottom: 24px;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(76, 0, 130, 0.06);
}
.certificateBox input:not([type="checkbox"]):not([type="radio"]),
.certificateBox select,
.certificateBox textarea,
.certificateBox .select2-container--default .select2-selection--single,
.panel-body select {
    border: none;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.08);
}

.instructionCard {
    margin-top: 15px;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    box-shadow: 0 2px 8px #e0e0e0;
}

.instructionCard .card-header {
    background: #f7f3fa;
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 9px 9px 0 0;
    padding: 5px 0;
}
.instructionCard .card-body {
    padding: 15px;
}

#serviceTabs {
    border-bottom: 2px solid #046a38;
    display: flex;
    justify-content: center;
}

#serviceTabs.nav-tabs > li.active > a, #serviceTabs.nav-tabs > li.active > a:hover, #serviceTabs.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #046a38;
    border: 1px solid #046a38;
    border-bottom-color: transparent;
    cursor: default;
}

#emergencyDivRow .col-md-3 {
    width: 50%;
}
.search-area {
    float: right;
}

@media (min-width: 768px) and (max-width: 1520px) {
    .floating-seba-title {
        font-size: 2.2rem;
        left: 20px;
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}

@media (max-width: 600px) {
    .floating-seba-title {
        display: none;
    }
    #serviceTabs {
        justify-content: left;
        overflow-y: hidden;
        padding-top: 15px;
    }

    .icon-wrapper {
        width: 115px;
        height: 125px;
    }
    .icon-wrapper img.img.img-responsive {
        max-height: 50px;
    }
    .certificate-box p {
        font-size: 14px;
    }

    .floating-search {
        position: relative;
        margin-top: 10px;
    }
    .search-area {
        float: none;
    }
}
