@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Inter' !important;}
.container{ max-width:1120px;}
p {
    float: left;
    width: 100%;
    color: #837b7b;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.row {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #fff !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 43px 0px rgb(0 0 0 / 12%);
    /* padding-top: 25px; */
    position: fixed;
    z-index: 999;
}
.deskmenu {
    z-index: 9;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_menu .menu li a {
    font-size: 16px;
    color: #0F172A;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Inter;
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #153f7a;/* border-bottom: 2px solid; */}
.main_menu .menu li a:hover {
    color: #1b60b5;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {
    margin-right: 32px;
}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: rgb(17, 16, 16);
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    padding:15px 0;
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.main_log a span {display: none;}

.main_menu {
    float: left;
    /* width: 100%; */
    display: flex;
    /* justify-content: flex-start; */
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.contact-info a{color: #fff}
.cart-btn {margin-left: 33px;margin-right: 20px;}


.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {color: white;text-decoration: none;font-size: 18px;font-family: 'myriad_proregular';}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {content: '\25BC'; /* Unicode for downward triangle â–¼ */font-size: 12px;  /* Adjust size as needed */color: white;margin-left: 10px; /* Space between text and icon */transition: transform 0.3s ease; /* For rotation animation */}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {padding: 0px !important;text-align: center !important;border-bottom: unset !important;width: 100% !important;justify-content: center !important;text-transform: capitalize !important;}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.header-top {
    float: left;
    width: 100%;
}
.main_logo a img {
    width: 175px;
    /* margin-bottom: -55px; */
}
.header-top {
    background-color: #1F4ED8;
    color: #fff;
    padding: 9px 0;
}

.header-social a {
    color: #fff;
    border: 1px solid;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-right: 10px;
}
.header-social {
    display: flex;
}
.header-main {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
}
.header-contact {
    display: flex;
    align-items: center;
    border-left: 3px solid #178d2f;
    padding-left: 20px;
    margin-left: 10px;
}
.funding-btn {
    margin-left: 33px;
}
a.icon-phone {
    color: #fff;
    margin-right: 7px;
    font-size: 26px;
}
.header-contact span {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
}

a.phone-number {
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    font-weight: bold;
}
.header-btn a {
    /* margin-left: 15px; */
    background: #1F4ED8;
    border-radius: 40px;
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #1F4ED8;float: left;
}
.funding-btn a {
    background-color: #16a34a;
    color: #fff;
       padding: 9px 24px;
    font-size: 16px;
    border-radius: 10px;
    /* font-weight: bold; */
}
.funding-btn a:hover {opacity: 0.9;transition: 0.7s;
}
/*end-header*/

.hearing-hero {
    padding: 80px 0px;
     background: linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 55%,
    #f8fbff 100%
  );
    margin-top: 99px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.hero-content {
  flex: 1;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 520px;
    margin-bottom: 24px;
    letter-spacing: 0px;
}

.hero-desc {
        font-size: 18px;
    color: #555;
    max-width: 520px;
    margin-bottom: 32px;
    margin-top: -2px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 27px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.btn {
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.btn-green {
  background: #16a34a;
  color: #fff;
}

.btn-outline {
  border: 2px solid #2563eb;
  color: #2563eb;
  background: transparent;
}

/* ICON LIST */
.hero-points {
  list-style: none;    display: inline-block;
    width: 100%;
}

.hero-points li {
    font-size: 14px;
    color: #0F172A;
    margin-bottom: 27px;float:left;
    font-weight: 500;
}
.hero-points i {
  color: #16a34a;
  margin-right: 8px;
}

/* RIGHT IMAGE */
.hero-image {
    flex: 1;
    display: flex;
    /* justify-content: center; */
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.ranking-section {
    padding: 80px 0px;
    background: linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 55%,
    #f8fbff 100%
  );
    margin-top: 76px;
}


.ranking-header {
  text-align: center;
  margin-bottom: 50px;
}

.ranking-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ranking-header p {
    float: unset;
    font-size: 14px;
    color: #555;
    width: 60%;
    margin: 0 auto;
    line-height: 1.6;
}
.ranking-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    float: left;
    width: 100%;
    /* margin-top: 50px; */
}

/* CARD */
.rank-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px;
  transition: 0.3s ease;
}

.rank-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.rank-card h4 {
    font-size: 18px;
    font-weight: 700;
    /* margin: 15px 0 5px; */
}

.rank-card span {
  display: block;
     font-size: 14px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 10px;
}

.rank-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ICON */
.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon.blue {
  background: #eff6ff;
  color: #2563eb;
  font-size: 16px;
}
.rank-deti {
    float: left;
    width: 100%;
    display: flex;
}
.ing-qu {
    padding-left: 10px;

}
.faq-section {
  padding: 49px 0 80px 0px;
  background: linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 55%,
    #f8fbff 100%
  );margin-top: 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 45px;
    float: left;
    width: 100%;
}
.faq-header h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
}
.faq-header p {
    font-size: 17px;
    color: #555;
    width: 69%;
    margin: 0 auto;
    line-height: 1.7;
    float: unset;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;float: left;width: 100%;
}



.faq-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-card p {
  font-size: 13.3px;
    color: #555;
    line-height: 1.6;
}

.faq-cta {
    margin-top: 40px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
   padding: 32px;
    text-align: center;
    float: left;
    width: 100%;
}

.faq-cta p {
     font-size: 18px;
    margin-bottom: 20px;
  font-weight: 600;
}

a.faq-btn {
  display: inline-block;
  background: #16a34a;
  color: #ffffff;
     padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.faq-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    float: left;
       padding: 24px;
    width: 100%;
}
.education-section {
    padding: 82px 0px;
    background: #ffffff;
}
.education-container {
    /* max-width: 1200px; */
    /* margin: auto; */
}

/* HEADER */
.education-header {
     text-align: center;
    margin: 0 0 50px;
    display: inline-block;
    width: 100%;
}

.education-header h2 {
  font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
}

.education-header p {
  font-size: 18px;
  color: #555;
}

/* GRID */
.education-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 45px;
}

/* CARD */
.education-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
     padding: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.education-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.education-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.education-cta .cta-btn {
    display: inline-block;
    background: none;
       color: #2563eb;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.education-cta .cta-btn:hover{ background:#F0F9FF; }

/* READ MORE */
.read-link {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.read-link span {
  margin-left: 4px;
}

/* CTA */
.education-cta {
  text-align: center;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid #2563eb;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.product-section {
  background: #eaf6ff;
  padding: 80px 0;
}

.product-card {
    /* max-width: 950px; */
    margin: auto;
    background: #fff;
    border: 1.5px solid #2f6bff;
    border-radius: 12px;
        padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

/* Left Content */
.card-content {
  width: 60%;
}

/* Badge */
.badge {
 display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #169b3b;
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 25px;
}

.badge i {
  font-size: 14px;
}

/* Title */
.card-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #000;
  line-height: 1.2;
}

/* Paragraph */
.card-content p {
 font-size: 18px;
    color: #555;
    line-height: 1.5;
    max-width: 480px;
    margin-bottom: 23px;
}

.card-content .btn-green {
    display: inline-block;
    margin-top: 30px;
    background: #16a34a;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    line-height: 30px;
    font-size: 16px;}

.card-content .btn {
    padding: 12px 25px;
    border-radius: 10px !important;
    line-height: 31px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}






.rating {
    display: flex;
    align-items: center;
    gap: 12px;
   margin-bottom: 20px;
    float: left;
    width: 100%;
}

.stars i {
  color: #f5c518;
  font-size: 16px;
}

.score {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.dot {
  color: #777;
}

.points {
  font-weight: bold;
  font-size: 15px;
  color: #0057ff;
}

.btn-group {
    display: flex;
    gap: 18px;
    float: left;
    /* width: 60%; */
}

.btn {
       padding: 16px 32px;
    border-radius: 10px !important;    line-height: 31px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* Green Button */
.btn-green {
  background: #169b3b;
  color: #fff;
}

.btn-green:hover {
  background: #0f7d2e;
}

/* Outline Button */
.btn-outline {
  background: transparent;
  border: 1.5px solid #2f6bff;
  color: #2f6bff;
}

.btn-outline:hover {
  background: #2f6bff;
  color: #fff;
}

/* Right Image */
.card-image {
    width: 51%;
    /* text-align: center; */
}
.card-image img {
 
  max-width: 100%;
}



.icon-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0px;
    background: #ffffff;
}

.icon-box {
  text-align: center;
  color: #000;
}

.icon-box i {
  font-size: 20px;
  color: #1e66ff;
  margin-bottom: 8px;
}

.icon-box p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #0F172A;
}
/* Blue Banner */
.blue-banner {
  background: #1e66ff;
  text-align: center;
  padding: 80px 20px;
}

/* Heading */
.blue-banner h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}

.blue-banner p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 90%;
    font-weight: 400;
}

/* Button */
a.banner-btn {
    display: inline-block;
    background: #0fa84a;
    color: #fff;
    padding: 17px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

a.banner-btn:hover {
  background: #0c8a3d;
}
.footer-disclaimer {
    background: #ffffff;
    padding: 53px 0 12px;
    /* font-family: Arial, sans-serif; */
    text-align: center;
}

/* Logo */
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #1e66ff;
}

.footer-logo i {
  font-size: 24px;
  color: #1e66ff;
}

.disclaimer-box {
    /* max-width: 820px; */
      margin: 0 auto 32px;
    background: #f7f9fc;
    border-radius: 10px;
    padding: 24px;
    text-align: left;
    float: left;
    width: 100%;
}

.disclaimer-box h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #0F172A;
}

.disclaimer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
/* Footer Note */
.footer-note {
    font-size: 14px;
    color: #666;
    margin-top: 0;
    text-align: left;
    /* margin-bottom: 20px; */
}
/* Divider */
.footer-disclaimer hr {
  max-width: 820px;
  margin: 25px auto;
  border: none;
  border-top: 1px solid #ddd;
}

/* Footer Links */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.footer-links a {
    font-size: 13px;
    text-decoration: none;
    color: #1e66ff;
    font-weight: 500;
    margin-top: 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}
.copyright {
    font-size: 15px;
    color: #666;    padding: 0 0 50px;
}

.footer-logo img {
    width: 220px;
}
footer {
    float: left;
    width: 100%;
    text-align: center;
}
.ranking-sections {
    /* padding: 60px 0px; */
    text-align: center;
    padding-top: 45px;
}

/* Heading */
.ranking-title {
  font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
    letter-spacing: 0.3px;
}

.ranking-subtitle {
     float: unset;
    font-size: 18px;
    color: #555;
    width: 70%;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 200;
}

.ranking-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
    float: left;
    width: 100%;
    margin-top: 30px;
    zoom: 96%;
}
.tab {
       padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;    line-height: 30px;
    color: #000;
}
.tab.active {
  background: #1e66ff;
  color: #fff;
  border-color: #1e66ff;
}

/* Ranking Cards */
.ranking-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 32px;
  margin-bottom:23px;
  text-align: left;    max-width: 1092px;
    margin: 23px auto 0;
}
.tab i {
    margin-right: 10px;
    font-size: 18px;
    
}
.tab.active i {
  color: #fff;
}

.ranking-card.highlight {
    border: 2px solid #18a84a;
    background: linear-gradient(    180deg,    #f8fbff 0%,    #ffffff 55%,    #f8fbff 100%  );    max-width: 1140px;
}

.rank-circle {
   width: 57px;
    height: 57px;
    background: #18a84a;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 0px;
}
.rank-circle.gray {
    background: #cccccc4f;
    color: #0F172A;
}
/* Content */
.rank-content {
  flex: 1;
     padding-left: 32px;
}

.rank-content h3 {
    margin: 10px 0 11px 0;
    font-size: 25px;
    font-weight: 700;
}
/* Tag */
.tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.tag.green {background: #16A34A; color: #fff;}
.ranking-sections .container { max-width: 1140px;}

.tag.blue {
     background: #1E6AE1;
    color: #fff;
}

.tag.purple {
     background: #9333EA;
    color: #fff;
}

/* Rating */
.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.stars i {
  color: #f5c518;
}

.score {
  font-weight: bold;
}

.points {
  font-weight: bold;
  color: #1e66ff;
}

.features {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    padding-left: 5px;
}
.features li {
       font-size: 16px;
    margin-bottom: 9px;
    color: #444;
}
.features li:last-child {
    margin: 0;
}
.features i {
  color: #18a84a;
  margin-right: 6px;
}

.ranking-card.highlight a.btn.btn-green {
    background: #16a34a;
}

.rank-buttons .btn-green {
    margin-top: 0 !important;
}
/* ================================================= */
/* ✅ UPDATED BUTTON CSS ONLY USING .rank-buttons */
/* ================================================= */
.rank-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 49%;
}

/* Default Anchor Style */
.rank-buttons a {
    width: 100%;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}
/* First Button (Filled) */
.rank-buttons a:first-child {
  background: #1e66ff;
  color: #fff;
}

/* Second Button (Outline) */
.rank-buttons a:last-child {
  background: transparent;
  color: #1e66ff;
  border: 1px solid #1e66ff;
}

/* Hover Effects */
.rank-buttons a:first-child:hover {
  background: #0b4edb;
}

.rank-buttons a:last-child:hover {
  background: #1e66ff;
  color: #fff;
}

.divider {
    float: left;
    width: 100%;
       border-top: 1px solid #E5E7EB;
}
section.contact {
      margin-top: 175px;
    margin-bottom: 100px;
}
.contact-inner {
    max-width: 670px;
    margin: 0 auto;
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #1a1a1a;
}
.contact-inner h2 {
       font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
}
.support-box {
     width: 100%;
    background: #f9fafb;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    padding: 32px;
    margin: 13px 0;
    float: left;
}
.support-box a {
    color: #2563eb;
    text-decoration: none;
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 200;
}
.contact-desc {
     color: #5f6c7b;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 18px;
}
p.mt {
       font-size: 16px;
    margin-top: 32px;
}
.privacy-policy {
    padding: 60px 0;
    /* font-family: Arial, sans-serif; */
    background: #fff;
}

/* Main Title */
.privacy-container h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000;
}

/* Intro Paragraph */
.intro-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* Section Headings */
.privacy-container h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 0;
}

.privacy-container p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Last Updated */
.updated-text {
  font-size: 11px;
  color: #888;
  margin-top: 50px;
}

.contact.privacy-policy {
    margin-top: 118px;    margin-bottom: 160px;
}
.contact.privacy-policy h2 {    margin: 0 0 25px;
    text-align: left;
}
.contact.privacy-policy .contact-inner {
    max-width: 100%;
}
.contact.privacy-policy .privacy-container h2{margin-top: 35px;
    font-size: 24px;
    margin-bottom: 16px;}
    
    
.page-id-34 .contact.privacy-policy h2 {
    margin: 0 0 0px;} 
    
    
/* ============================= */
/* Section 1 : Header */
/* ============================= */
.hearing-header {
    text-align: center;
    padding: 80px 0 60px;
    background: #f8fafc;
    margin-top: 99px;
}
.hearing-header h1 {
     font-size: 48px;
    font-weight: 800;
    margin-bottom: 13px;
}
.hearing-header p {
       font-size: 18px;
    color: #4b5563;
    line-height: 1.7; margin: auto;
    font-weight: 400;
    float: unset;
    width: 66%;
    padding-bottom: 12px;
    letter-spacing: 0px;
}

.hearing-header .note {
  margin-top: 20px;
  font-size: 14px;
}

/* ============================= */
/* Section 2 : Cards Grid */
/* ============================= */
.hearing-guides {
  padding: 90px 0;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.guide-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
padding: 24px;
  min-height: 240px;
  transition: 0.3s;
}

.guide-card:hover {
  border-color: #2563eb;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.guide-icon {
  font-size: 22px;
  color: #2563eb;  margin-bottom: 25px;
}

.guide-card h3 {
 font-size: 20px;
    font-weight: 500;    line-height: 1.4;
    margin-bottom: 12px;
}
.guide-card p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 400;
}

.guide-card a {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.guide-card a i {
  margin-left: 6px;
  font-size: 12px;
}

/* Active Highlight Card */
.guide-card.active {
  border: 2px solid #2563eb;
  background: #f0f7ff;
}

/* ============================= */
/* Section 3 : Recommended Box */
/* ============================= */
.recommended-box {
       padding: 84px 0 80px;
    background: #f8fafc;
}

.recommend-card {
background: #fff;
    border: 2px solid #2563eb;
    border-radius: 14px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
}
.recommend-card h2 {
         font-size: 30px;
    font-weight: 800;
    margin-bottom: 16px;
}
.recommend-card p {
       font-size: 18px;
    color: #6b7280;
    /* max-width: 700px; */
    margin: auto;
    line-height: 1.7;
    float: unset;
}

.btn-green {
    display: inline-block;
    margin-top: 30px;
    background: #16a34a;
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;    line-height: 31px;
    font-size: 18px;
}

.btn-green:hover {
  background: #15803d;color:#fff;
}

.btn-green i {
  margin-left: 8px;
}

/* ============================= */
/* Section 4 : Bottom Disclaimer */
/* ============================= */
.bottom-disclaimer {
      padding: 45px 0 50px;
}
.bottom-disclaimer p {
      background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 32px;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    color: #6b7280;
    /* max-width: 950px; */
    margin: auto;
}



/* Container */
.site-container {
 
  margin: auto;
}

.audifort-pick-area {
    padding: 77px 0;
    text-align: left;
    background: #fff;
}
/* Badge */
.audifort-pick-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
     padding: 8px 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
}

.audifort-pick-label i {
  font-size: 14px;
}

/* Card Box */
.audifort-pick-box {
  border: 2px solid #2563eb;
  border-radius: 14px;
  background: #fff;
  padding: 32px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.audifort-pick-image img {
    /* width: 130px; */
    margin-bottom: 35px;
}
.audifort-pick-image {
    float: left;
    width: 100%;
    text-align: center;
}
/* Content */
.audifort-pick-text h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
  color: #111827;    letter-spacing: -0.9px;
}

.audifort-pick-text p {
       font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 720px;
    margin: auto;
    margin-bottom: 20px;
}
.audifort-pick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #16a34a;
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.audifort-pick-btn:hover {
  background: #15803d;
}

.audifort-pick-btn i {
  font-size: 14px;
}

.auto-btn {
    text-align: center;
} 
.auto-btn a{
    color: #fff;
}
.hero-content a.btn.btn-green {
    margin-top: 0;
}
.product-section a.btn.btn-green {
    margin-top: 0px;
}

.gform_confirmation_message {
    color: green;
    font-size: 20px;
}



.page-template-hearing-guides .hearing-header p { font-size: 17px;}













.search-result-data,#inner-page {
    margin-top: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #000000;
    color: #fff;
}
.page-not-link.grey-text {
    color: #000000;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;
}


.hearing-title {
  font-size: 48px;
  font-weight: 700;
  color: #0b1a33;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* Paragraph text */
.best-natural p {
  font-size: 18px;
  line-height: 1.7;
  color: #5b6475;
  margin-bottom: 22px;
  max-width: 980px;
}

/* Last paragraph spacing */
.hearing-last {
  margin-bottom: 0;
}

.cta-section {
    background-color: #ffffff;
    margin-bottom: 73px;
}
/* CTA Box */
.cta-box {
  background: linear-gradient(180deg, #edf7ff 0%, #eefcf7 100%);
  border: 2px solid #2563eb;
  border-radius: 14px;
  padding: 48px 20px;
  text-align: center;
}

.cta-title {
    font-size: 26px;
    font-weight: 700;
    color: #0b1a33 !important;
    margin-bottom: 12px;
}

/* Subtitle */
.cta-subtitle {
  font-size: 18px;
  color: #4b5565;
  margin-bottom: 28px;
}

/* Button */
a.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #16a34a;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Arrow */
.cta-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
  transform: translateX(4px);
}   



.audifort-info {
  background-color: #ffffff;padding: 60px 0px;
}

/* Title */
.audifort-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 22px;
}

/* Paragraph */
.audifort-info p {
  font-size: 18px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 980px;
  margin-bottom: 22px;
}

/* Remove gap after last paragraph */
.audifort-text:last-child {
  margin-bottom: 0;
}

.review-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.review-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Top Section */
.review-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.score-box {
  background: #2563eb;
  color: #fff;
  padding: 16px 22px;
  border-radius: 10px;
  text-align: center;
}

.score-label {
  font-size: 12px;
  display: block;
}

.score-value {
  font-size: 28px;
  font-weight: 700;
}

.score-value span {
  font-size: 14px;
}

.star-box {
  text-align: center;
}

.stars {
  color: #facc15;
  font-size: 20px;
}

.star-score {
  font-size: 22px;
  font-weight: 700;
}

.star-text {
  font-size: 12px;
  color: #6b7280;
}

/* Editor Choice */
.editor-choice {
  margin: 16px auto 30px;
  display: inline-block;
  background: #16a34a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* Score List */
.score-item {
  margin-bottom: 18px;
}

.score-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.progress {
  height: 8px;
  background: #edf2f7;
  border-radius: 20px;
  overflow: hidden;
}

.progress span {
  display: block;
  height: 100%;
  background: #22c55e;
  border-radius: 20px;
}

.review-note {
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    margin-top: 30px;
    float: unset;
    border-top: 1px solid #E5E7EB;
    padding-top: 30px;
}
.review-section {
    background: #f5f7fb;
    padding: 60px 0px;
    margin-bottom: 50px;
}
.score-row svg {
    /* fill: #1E6AE1; */
    color: #1E6AE1;
    margin-right: 10px;
}
.work-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 48px;
}

/* Grid */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.work-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 26px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    position: relative;
    border: 1px solid #E5E7EB;
}
/* Step Number */
.work-step {
  position: absolute;
  top: -14px;
  left: 24px;
  width: 34px;
  height: 34px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* Headings */
.work-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 8px;
}

/* Text */
.work-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}
.work-section {
  
  background-color: #f8fafc;padding: 60px 0px;
  color: #1f2937;
}
/* Title */
.ingredient-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 48px;
}

/* Grid */
.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

/* Card */
.ingredient-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Icon */
.ingredient-icon {
  width: 46px;
  height: 46px;
  background: #eef6ff;
  color: #2563eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

/* Heading */
.ingredient-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Sub text */
.ingredient-sub {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

/* Paragraph */
.ingredient-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}
.ingredient-section {
  padding: 60px 0px;
  
}
.benefit-section {
  padding: 60px 0px;
  background-color: #f8fafc;
  color: #1f2937;
}



/* Title */
.benefit-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b1a33;
  margin-bottom: 36px;
}

/* List */
.benefit-list {
  list-style: none;
  max-width: 780px;
  margin: auto;
}

/* Item */
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Icon */
.benefit-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
/* Section Title */
.pros-cons-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0b1a33;
}

/* Grid */
.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}


#supplements {
       padding: 85px 0px !important;
}

#supplements h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
}

#supplements .ranking-container .ranking-header h2 {
        font-size: 37px;
    font-weight: 700;
    margin-bottom: 14px;
}
#supplements .ranking-container .ranking-header p {
    font-size: 17px;
    color: #555;
    width: 75%;
}

#supplements .ranking-container .ranking-grid .rank-card .rank-deti .icon {
        font-size: 26px;
    margin-top: -7px !important;
}

/*#supplements .ranking-container .ranking-grid .rank-card p {*/
/*    line-height: 1.9;*/
/*}*/


/* Boxes */
.pros-box {
  background: #ecfdf5;
  border: 1px solid #22c55e;
  border-radius: 14px;
  padding: 28px;
}

.cons-box {
  background: #fff1f2;
  border: 1px solid #ef4444;
  border-radius: 14px;
  padding: 28px;
}

/* Titles */
.box-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Lists */
.box-list {
  list-style: none;
}

.box-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Icons */
.icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.cons-svg {
  color: #ef4444;
}
.pros-cons-section {
  padding-top: 60px;
  color: #1f2937;
}

.audifort-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.audifort-table-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.audifort-table {
  width: 100%;
  border-collapse: collapse;
}

.audifort-table thead {
  background: #f9fafb;
}

.audifort-table th,
.audifort-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
}

.audifort-table th {
  font-weight: 600;
  color: #111827;
}

.product-name {
  font-weight: 600;
}

.star-icon {
  color: #facc15;
  margin-right: 5px;
}

.highlight-row {
  background: #f0f9ff;
}

.editor-rank {
  font-weight: 600;
}

.current-page {
  color: #6b7280;
  font-size: 14px;
}

.review-link {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.review-link:hover {
  text-decoration: underline;
}

.compare-btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

a.compare-btn {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

a.compare-btn:hover {
  background: #1e40af;
}
section.audifort-compare-section {
    background: #f8fafc;
    padding: 60px 0px;
    margin-top: 85px;
}
section.benefit-section.should-audio {
    background: transparent;
}


.safety-section {
    background: #f8fafc;
    padding: 60px 0;
}

/* Title */
.safety-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b1c3f;
  margin-bottom: 25px;
}

/* Content Box */
.safety-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6e9ef;
    float: left;
    width: 100%;
}

/* Text */
.safety-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 18px;
}

.safety-box p:last-child {
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #1e6ad8, #1c5fc5);text-align: center;
}

/* Title */
.cta-title {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Subtitle Text */
.cta-text {
  font-size: 16px;
  color: #e6efff;
  margin-bottom: 30px;
}

/* Button */
a.cta-btn {
  display: inline-block;
  background: #16a34a;
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.cta-btn:hover {
  background: #15803d;
  
}

/* Section */
.yh-info-section {
  background: #f9fafb;
  padding: 60px 0;
}

/* Container */
.yh-info-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

/* Editorial Card */
.yh-editor-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 26px;
  display: flex;
  gap: 18px;
  margin-bottom: 40px;
}

/* Icon */
.yh-editor-icon {
  width: 52px;
  height: 52px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Editorial Content */
.yh-editor-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.yh-editor-subtitle {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
}

.yh-editor-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.yh-disclaimer-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 26px;
    float: left;
    width: 100%;
}
/* Disclaimer Headings */
.yh-disclaimer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 22px 0 8px;
    float: left;
}

.yh-disclaimer-heading:first-child {
  margin-top: 0;
}

/* Disclaimer Text */
.yh-disclaimer-text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
}



.yh-faq-section {
    /* padding: 60px 0; */
    background: #ffffff;
    margin-bottom: 60px;
}
/* Title */
.yh-faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0b1c3f;
  margin-bottom: 30px;
}

/* FAQ Item */
.yh-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

/* Question Button */
.yh-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Active Question Color */
.yh-faq-active .yh-faq-question {
  color: #2563eb;
}

/* Icon */
.yh-faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Rotate icon when open */
.yh-faq-active .yh-faq-icon {
  transform: rotate(180deg);
}

/* Answer */
.yh-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.yh-faq-answer p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  padding-bottom: 18px;
}

/* Show active answer */
.yh-faq-active .yh-faq-answer {
  max-height: 200px;
}
.faq-inner-box {
    width: 60%;
    margin: 0 auto;
}
.ranking-tab-content {
  display: none;
}
 
/* Show only active tab */
.ranking-tab-content.active {
  display: block;
}
ul.hero-points.mad-use {
    display: flex;
    float: left;
    width: 100%;
}
ul.hero-points.mad-use svg {
    color: #16A34A;
    margin-right: 7px;
}
ul.hero-points.mad-use li {
    margin-right: 30px;
}
.yh-product-section {
    padding: 40px 0;
    /* background: #ffffff; */
    /* margin-top: 30px; */
}

/* Container */
.yh-product-container {
  max-width: 420px;
  margin: auto;
  padding: 0 15px;
}

/* Card */
.yh-product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.right-hero {
    width: 43%;
}
.yh-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.yh-rating-stars .fa {
  font-size: 16px;
  color: #facc15; /* Yellow star */
}

.yh-rating-score {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.yh-rating-score small {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
}


/* Badge */
.yh-editor-badge {
  display: inline-block;
  background: #16a34a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
}

/* Title */
.yh-product-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

/* Rows */
.yh-product-row {
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}

.yh-product-last {
  border-bottom: none;
}

/* Labels */
.yh-product-label {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

/* Values */
.yh-product-value {
  font-size: 14.5px;
  font-weight: 600;
  color: #111827;
}

/* Highlight Text */
.yh-highlight-text {
  color: #2563eb;
}

/* Button */
a.yh-product-btn {
  display: block;
  text-align: center;
  background: #2563eb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
  margin-top: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}

a.yh-product-btn:hover {
  background: #1d4ed8;
}

.hearing-hero.hero-inner .hero-wrapper {
    align-items: unset;
}