.ratecard-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.btn-modal-close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    background-color: #0090f7;
    font-size: 20px !important;
    border-radius: 25px !important
}

.bg-yellow {
    background-color: #ffb400
}

.sidebar__post-list li.active {
    background-color: white
}

.custom-alert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center
}

.custom-alert-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%
}

.custom-alert-content p {
    font-size: 18px;
    margin: 0 0 20px;
    color: #333
}

.close-alert-btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px
}

.close-alert-btn:hover {
    background-color: #0056b3
}

.nav-pills.nav-link.active,
.nav-pills.show>.nav-link {
    color: #1a88d7;
    background-color: transparent;
    border-bottom: 3px solid #ffc107;
    font-size: 18px;
    border-radius: 0;
    font-weight: 600
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #ffc107
}

.colour-yellow {
    color: #ffc107
}

.colour-blue {
    color: #278fd9
}

.colour-dark-blue {
    color: #0a2d97
}

.price {
    color: #ffc107;
    font-size: 20px
}

.text-twoline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.table-container {
    margin-top: 50px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

.table th {
    background-color: #278fd9;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    text-wrap: nowrap;
    text-align: center
}

.table td {
    background-color: #e9ebec;
    text-align: center;
    padding: 10px;
    text-wrap: nowrap
}

.table td,
.table th {
    vertical-align: middle
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff
}

.table-responsive {
    border-radius: 10px;
    overflow-x: auto
}

.table-hover tbody tr:hover {
    background-color: #e6f7ff
}

.table th,
.table td {
    border-radius: 10px
}

.comparison-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.comparison-container {
    width: 600px;
    max-width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.before,
.after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.content-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.after {
    width: 50%
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffc20d;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer
}

.scroller:hover {
    opacity: 1
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s
}

.scroller:before {
    top: 100%
}

.scroller:after {
    bottom: 100%
}

.scroller {
    border: 5px solid #fff
}

.scroller:before,
.scroller:after {
    background: #fff
}

.ml-logo {
    height: 85px
}

.why-choose-one__points li.text h4 {
    line-height: 28px;
    margin-bottom: 5px
}

.comparison-container {
    width: 100%;
    height: 250px
}

.scroller {
    width: 40px;
    height: 40px
}

@media(max-width:480px) {
    .comparison-container {
        height: 200px
    }

    .scroller {
        width: 35px;
        height: 35px
    }
}

.login-container {
    background-color: #ffc20d;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px
}

.login-header {
    padding: 20px;
    text-align: center
}

.login-form {
    padding: 20px;
    box-sizing: border-box
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #ffc107
}

.form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #bdc3c7;
    border-radius: 4px
}

.login-button {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #ecf0f1;
    background-color: #2980b9;
    cursor: pointer;
    transition: background-color 0.3s
}

.login-button:hover {
    background-color: #2c3e50
}

.register-button {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #ecf0f1;
    background-color: transparent;
    cursor: pointer;
    transition: color 0.3s
}

.register-button:hover {
    color: #3498db
}

.google-logo {
    width: 25px;
    margin-right: 10px
}

.main-slider-three__get-quote-inner-pop-up {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--brote-primary);
    border-radius: 30px;
    padding: 40px 40px 40px;
    z-index: 1
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: green;
    text-align: center;
    font-size: 15px;
    font-weight: 600
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.scroll-div {
    width: 100%;
    display: flex;
    overflow: scroll
}

.scroll-div::-webkit-scrollbar {
    margin-top: 5px;
    display: none
}

.blog-details__tags a:hover,
.blog-details__tags a.active {
    background-color: var(--brote-primary);
    color: var(--brote-white)
}

.sidebar__category-list a.active {
    background-color: white;
    color: var(--brote-base)
}

.form-check-input[type=checkbox] {
    width: 20px;
    height: 20px
}

.form-check-input:checked {
    background-color: #278fd9;
    border-color: #278fd9
}

.slow-collapse {
    transition: height 0.6s ease-out
}

.accordion-button:not(.collapsed) {
    color: rgb(255 255 255);
    background-color: rgb(43 71 99);
    box-shadow: rgba(0, 0, 0, 0.125)0px-1px 0px inset;
    text-transform: uppercase;
    font-weight: 500
}

.accordion-button {
    color: #ffffff;
    background-color: #0a2d97
}

span {
    cursor: pointer
}

.minus,
.plus {
    width: 25px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 0px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.Schedulebooking input {
    height: 40px;
    text-align: start;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 13px
}

.Schedulebooking.form-select {
    height: 40px;
    text-align: start;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 13px
}

.modal-confirm {
    color: #636363;
    font-size: 14px
}

.modal-confirm.modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none
}

.modal-confirm.modal-header {
    border-bottom: none;
    position: relative
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0-15px
}

.modal-confirm.form-control,
.modal-confirm.btn {
    min-height: 40px;
    border-radius: 3px
}

.modal-confirm.close {
    position: absolute;
    top: -5px;
    right: -5px
}

.modal-confirm.modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px
}

.modal-confirm.icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1)
}

.modal-confirm.icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px
}

.modal-confirm.btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none
}

.modal-confirm.btn:hover,
.modal-confirm.btn:focus {
    background: #6fb32b;
    outline: none
}

.dropdown-ml-profile {
    transform: translate3d(-70px, 70px, 0px)
}

.dropdown-toggle::after {
    display: none
}

.dropdown-item {
    color: #1a88d7
}

.dropdown-item:hover {
    color: #ffb400;
    background-color: #1a88d7
}

.manual-text-box {
    border: none;
    border-bottom: 1px solid #8e8f8f !important;
    border-radius: 0
}

.manual-text-box:focus {
    border: none
}

.manual-text-box:disabled,
.manual-text-box[readonly] {
    background-color: #ffffff;
    opacity: 1
}

.whatsapp-icon {
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 90px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px;
    border: 1px solid #4eaf54;
}

.chatbox {
    z-index: 999;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column
}

.chatbox-header {
    background-color: #25d366;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: bold
}

.cbody {
    background-color: #e5ddd5
}

.chatbox-body {
    padding: 3px 15px;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 200px;
    border: 1px solid #ddd;
    margin: 12px;
    font-size: 14px;
    border-radius: 0 5px 5px 5px;
    background-color: #ffffff
}

.chatbox-footer {
    display: flex;
    width: 100%
}

.chatbox-footer input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    outline: none;
    height: 45px;
    border: 1px solid #ddd;
    margin: 5px 0px 5px 14px;
    text-align: start;
    width: 80%
}

.chatbox-footer button {
    color: #fff;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    width: 20%;
    background-color: transparent
}

input.text-start.form-date {
    border-radius: 50px;
    height: 50px;
    color: #7b7f9f;
    padding: 0px 30px 0px 30px;
    width: 100%
}

.placeholder-text {
    display: none
}

@media(max-width:768px) {
    .placeholder-text {
        position: absolute;
        top: 38%;
        left: 10px;
        transform: translateY(-50%);
        color: #6c757d;
        pointer-events: none;
        display: block
    }

    .service-details {
        position: relative;
        display: block;
        padding: 40px 0 170px
    }

    .whatsapp-icon {
        bottom: 10px
    }

    .scroll-to-top {
        bottom: 20px
    }

    .w-mob-40 {
        width: 60px
    }

    .blog-details__title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .blog-details {
        padding: 0px 0 220px
    }

    .page-header {
        padding: 30px 0 30px
    }

    .sidebar {
        margin-top: 10px
    }

    .table th,
    .table td {
        font-size: 14px;
        padding: 10px;
        text-wrap: nowrap
    }

    .portfolio-carousel-page__carousel.owl-carousel.owl-dots {
        bottom: 0px
    }
}

.table th,
.table td,
.table tr {
    border: 3px solid #ffffff
}

.portfolio-carousel-page__carousel.owl-carousel.owl-dots {
    bottom: -20px
}

.rounded-5 {
    border-radius: 50px
}

.select-input {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    color: var(--brote-gray);
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px
}

.form-control:focus {
    color: #6c757d;
    background-color: #fff;
    border-color: 0;
    outline: 0;
    box-shadow: none
}

.select-input option {
    font-size: 18px !important;
    line-height: 25px !important
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.material-icons {
    font-size: 76px;
    color: green;
    transition: color 0.3s ease-in-out;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Rotate Animation */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Zoom Animation */
@keyframes zoom {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Hover Effects */
.material-icons {
    animation: bounce 0.5s ease-in-out, rotate 0.6s linear;
    color: rgb(48, 187, 30);
}
  


/* video css*/
.service-details__video {
    text-align: center;
    margin-top: 20px;
}

.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* Play Button Overlay */
.video-container {
    text-align: center;
    margin-top: 20px;
}

.video-container video {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

