:root {
    --theme-color: #014AAD;
    --second-color: #051d59;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
    --theme-color2: #F4484B;
}

html,
body {
    color: #141414;
    font-size: 16px;
    /* letter-spacing: -.01em; */
    font-family: Inter, sans-serif;
    line-height: 1.7;
}
a:hover{
    color: var(--theme-color) !important;
}
.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-color2) !important;
}
.topbanner h1{
	 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: #F4484B;
    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: #f9cdcee0;
    color: #ff4d4f;
    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 #F4484B;
    color: #F4484B;
    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: #014AAD;
}


/* 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: rgb(0,51,102);
background: linear-gradient(159deg, rgb(16 69 169) 0%, rgba(15,82,186,1) 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;
}
.privacy-policy-page {
  
  background-color: #f9f9f9;
  color: #333;
  padding: 40px 20px;
}

.privacy-policy-page .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.privacy-policy-page h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--theme-color); /* your brand color */
  font-weight: 700;
}

.privacy-policy-page h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--theme-color);
}

.privacy-policy-page p {
  margin-bottom: 1rem;
}

.privacy-policy-page ul {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}

.privacy-policy-page ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

.privacy-policy-page a {
  color: #38A69E;
  text-decoration: none;
}

.privacy-policy-page a:hover {
  text-decoration: underline;
}

.privacy-policy-page .email {
  font-weight: 600;
  font-size: 1rem;
}
.footer-menu li {
    display: inline;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
}

.footer-menu li:not(:last-child)::after {
    content: " \00B7 "; /* Unicode for &middot; */
    color: #ffffff;
    margin: 0 0.5rem;
}
@media (max-width: 576px) {
  .privacy-policy-page .container {
    padding: 20px;
  }

  .privacy-policy-page h1 {
    font-size: 1.5rem;
  }

  .privacy-policy-page h2 {
    font-size: 1.125rem;
  }
}
textarea {
  height: 150px !important;
  min-height: 150px !important; /* approximate height for 6 rows */
}
/* 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;
    }
}

/* footer new */
#footer {
    background: rgb(28, 28, 28);
    padding: 0px 0px 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0px;
    background: rgb(64, 64, 64);
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: rgb(255, 255, 255);
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0px;
    padding: 8px;
    width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    font-size: 16px;
    padding: 0px 30px;
    margin: 3px;
    background: rgb(233, 107, 86);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: rgb(230, 87, 63);
}

#footer .footer-top {
    background: rgb(28, 28, 28);
    border-top: 1px solid rgb(71, 71, 71);
    border-bottom: 1px solid rgb(71, 71, 71);
    padding: 40px 0 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0px 0px 20px;
    padding: 2px 0px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

#footer .footer-top .social-links a {
    background: rgb(84, 84, 84);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 27px;
    margin-right: 5px;
    padding: 8px 0px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

#footer .footer-top .social-links a:hover {
    background: rgb(233, 107, 86);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(236, 127, 109);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #00a79e;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: rgb(255, 255, 255);
}

#footer .copyright {
    text-align: center;
    padding-top: 0;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.credits a {
    color: aqua;
}

[class^="bg-"] {
    background-size: cover;
    background-position: center center;
}
 .nav-active-theme a {
     color: #fff;
 }

 .nav-active-theme a:hover {
     color: #00a79e;
 }

/* fff */


@media (max-width: 767px) {
    .footer-links p {
        margin-bottom: 10px;
    }
       
}

a {
    color: rgb(41, 43, 44);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
/* footer */