:root {
    --theme-color: #00a79e;
    --second-color: #051d59;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
    --theme-color2: #ff8629;
}

html,
body {
    color: #141414;
    font-size: 16px;
    /* letter-spacing: -.01em; */
    font-family: Inter, sans-serif;
    line-height: 1.7;
}

.heading-color {
    color: var(--bs-gray-900) !important;
    font-weight: 600;
}

.lead {
    font-size: 16px;
    font-weight: 500;
}
.bg-theme1{
    background: var(--theme-color2) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #272727;
    letter-spacing: -0.01em;
    font-family: Poppins, sans-serif;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}

img {
    object-fit: cover;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

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

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(235, 238, 255, 1) !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.display-6 {
    /* font-size: 3.2rem; */
    font-weight: 700;
}

h1,
.h1 {
    /* font-size: 0.625rem; */
}

.pt-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.btn-theme {
    color: rgb(255, 255, 255);
    line-height: 1.62;
    background: linear-gradient(to right, rgb(0 166 158) 0%, rgb(11 26 87) 51%, rgb(0 166 158) 100%) 0% 0% / 200%;
    transition: 0.3s ease-in-out;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0.96rem 1.8rem;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.btn-theme:focus-visible {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgb(39 39 39);
}

.nav-link:hover {
    color: var(--theme-color) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: dropdown-show .2s;
        display: block;
    }
}


/* Dropdown animation */

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #33354d;
    display: block;
    font-weight: 400;
    padding: 0.375rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, .05), 0 0.25rem 0.5625rem rgba(11, 15, 25, .03);
        margin-top: 0.25rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:before {
        content: "";
        height: .375rem;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
}


/* main card section */

.toast-card {
    border: 2px solid #e8f4fd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* max-width: 1000px;
    margin: 2rem auto; */
    padding: 20px;
    position: relative;
    overflow: hidden;
}


/* Badge */

.editor-choice-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff8a3a;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-right-radius: 8px;
}

.number-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffdfc9;
    color: #ff8d46;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-top-right-radius: 8px;
}


/* Logo */

.toast-logo {
    width: 80px;
    height: auto;
}


/* Text & Headings */

.main-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}


/* Offer Banner */

.offer-banner {
    background: #fffdfc;
    border: 1px dashed #ff8d46;
    color: #ff8d46;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 12px;
}


/* Service Icons */

.service-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 12px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
}

.service-icon {
    color: #00a69e;
}


/* Feature List */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    /* color: #666; */
    line-height: 1.4;
    font-weight: 400;
}

.feature-list li::before {
    content: "✓";
    color: #27ae60;
    font-weight: bold;
}


/* Rating Section */

.rating-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 0;
}

.rating-score {
    font-size: 33px;
    font-weight: bold;
    color: var(--theme-color2);
}

.rating-stars {
    color: #ff8d46;
}

.review-link,
.quote-link {
    color: var(--theme-color);
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.review-link:hover,
.quote-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

img.img-fluid.logocard {
    width: 150px;
    height: 150px;
    object-fit: contain;
}


/* Visit Button */

.visit-btn {
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: background 0.3s;
    margin-bottom: 8px;
    text-decoration: none;
}

.visit-btn:hover {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
}

.section-subtitle {
    font-weight: 600;
    font-size: 1.25rem;
}

.section-text {
    /* color: #5a5a5a; */
    font-size: 1rem;
    line-height: 1.7;
}

.section-link {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
}

.section-link:hover {
    text-decoration: underline;
}

.ctabanner {
    background-image: linear-gradient(-62deg, rgb(10, 41, 97) 0%, rgb(0, 166, 157) 100%);
}

.bg-theme {
    background: var(--theme-color);
}

.bg-primary {
    background: var(--theme-color2) !important
}

.accordion.accordion-border .accordion-item {
    border: none;
    background-color: transparent;
}

.form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    background-color: #fff;
}

.form-control:focus {
    color: rgb(255 255 255 / 70%);
    background-color: #fff;
    border-color: rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow: unset;
}

.advertiseform .form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 20px;
    background-color: transparent;
}

.advertiseform .form-control:focus {
    color: rgb(255 255 255 / 70%);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow: unset;
}


/* Responsive */

@media (max-width: 768px) {
    .number-badge {
        position: absolute;
        top: 0;
        left: unset;
        background: #ffdfc9;
        color: #ff8d46;
        padding: 4px 14px;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        border-top-right-radius: 8px;
        bottom: unset;
        right: 0;
    }
    .toast-card {
        margin: 0;
        padding: 15px;
    }
    .main-title {
        font-size: 16px;
    }
    .service-icons {
        gap: 15px;
    }
    .logocard {
        width: 150px;
    }
    .rating-box {
        padding: 10px 10px;
        margin-bottom: 0;
    }
    .rating-score {
        font-size: 25px;
        font-weight: bold;
        color: var(--theme-color2);
        margin-bottom: 0;
        line-height: 1;
    }
    img.img-fluid.logocard {
        width: 150px;
        height: 85px;
        object-fit: contain;
    }
    .section-title {
        font-weight: 700;
        font-size: 1.5rem;
    }
    html,
    body {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .service-icons {
        /* flex-direction: column; */
        gap: 8px;
    }
    .rating-section {
        margin-top: 15px;
    }
}