/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap'); */

/* Poppings, Inter, Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.flag {
  width: 40px;
  height: 25px;
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 16px;
  line-height: 22px;
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

h3 span {
  color: #008ffc;
}

p {
  margin-bottom: 20px;
}

/* ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
} */

.main-header {
  position: relative;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  background: url(../img/body-bg-1.jpg) no-repeat 100% 50%; 
  background-size: contain; 
} 

.jumbotron {
  z-index: 100;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  background-size: 100%;
  font-size: 12px;
}

.jumbotron .display-4 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  text-transform: capitalize;
  /* color: #0c05ff; */
  /* text-shadow: 1px 2px 0px #dbdbe9; */
  /* color: var(--primary-color); */
}

.jumbotron .lead {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  /* color: #060a6a; */
  list-style: none;
  padding-left: 0;
}

.jumbotron .lead span {
  font-weight: 400;
}

.jumbotron .lead path {
  /* fill: #060a6a; */
  fill: var(--primary-color);
}

.jumbotron .display-4 span {
  color: #ff5c7b;
}

a.item-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  box-shadow: 0 2px 4px 0 rgba(28,44,64,.17);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a.item-button:hover {
  color: #fff;
  text-decoration: none;
}

.footer-ico {
  width: 80px;
}

.content-container {
  /* background-color: #eef8ff; */
  background-color: #f9f9f9;
}

.item-block {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.item-ribbon {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: -12px;
  z-index: 999;
  padding: 10px 10px;
  border-radius: 8px 8px 8px 0;
  background: linear-gradient(to left, #008FFD, #0c05ff);
  background-color: #0c05ff;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.item-ribbon:after {
  border-color: transparent #008FFD transparent transparent;
  border-style: solid;
  border-width: 0 12px 10px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.item-block .col-12 {
/*  margin-top: 15px;*/
/*  margin-bottom: 15px;*/
}

/*info block*/
.item-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: solid #d0d0d0 1px;
  border-radius: 8px 0 0 8px;
  background-color: #f2f2f2;
  color: #808080;
  font-size: 32px;
  font-weight: 800;
}

.item-block-main .item-number {
  /* background: #acd4ff; */
  /* color: #008FFD; */
  background: var(--primary-color);
  color: #fff;
}

.item-logo-block {
  height: 100%;
  text-align: center;

  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.item-logo-block img {
  width: 100%;
  height: 100%;
}

.item-score-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: solid #d0d0d0 1px;
  border-right: solid #d0d0d0 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #323232;
  font-size: 14px;
}

.item-score-block ul {padding-left: 0; list-style: none;}

.item-score-block li {
  margin-bottom: 5px;
}

.item-score-block span {
  padding: 0 5px 0 0;
}

.item-score-block path {
  /* fill: #008FFD; */
  fill: var(--primary-color);
}

.item-score-block .item-url {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #008FFD;
  color: #008FFD;
  padding: 8px 8px 8px 28px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.item-score-block .item-url:hover {
  /*border: 1px solid #008FFD;
  color: #008FFD;*/
  text-decoration: underline;
}

.item-score-block .item-url:before {
  content: '';
  position: absolute;
  background: url(../img/ico-1.svg) no-repeat 50% 0; 
  height: 20px;
  width: 20px;
  top: 6px;
  left: 5px;
}

.item-rating-block-1 span {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #b93dea;
}

.item-rating-block-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: solid #d0d0d0 1px;
}

.item-rating-block-2 strong {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
}

.item-star-list li {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #f1c801;
}

.item-button-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item-button-block .item-button {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}

.item-button-block .item-url {
  font-size: 14px;
  line-height: 16px;
  border: 2px dashed #4fae55;
  color: #4fae55;
  padding: 8px 8px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

.bottom-content {
  padding-top: 40px;
  padding-bottom: 30px;
}

.item-block-main {
  /* border: 1px solid #008FFD; */
/*  background-color: #fffcf2;*/
  border: 1px solid var(--primary-color);
}

.item-block-titles {
  margin-bottom: 0;
  border-bottom: none;
  background-color: #CA2744;
  color: #fff;
  font-weight: 600;
}

.item-block-titles .item-score-block {
  color: #fff;
}

/*  */
.sign-up-container {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(000, 000, 000, 0.8);
  box-shadow: 0px 2px 6px 3px #023587;
}

.sign-up-close {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  color: #b93dea;
  font-weight: 400;
  font-family: Arial;
}

.sign-up-container form {
  position: relative;
  width: 360px;
  margin: 0 auto;
  top: 15%;
  padding: 40px 20px 20px 20px;
  background-color: #FFF4BD;
  box-shadow: 0px 5px 6px 3px rgba(0,0,0,.2);
  border: solid #f5d02a 2px;
  border-radius: 12px;
  font-size: 14px;
}

.sign-up-container input[type='text'] {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #ffbb09;
  border-radius: 12px;
  color: #292929;
  font-size: 16px;
}

.sign-up-container input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 5px;
}

.sign-up-container input[type='text']::placeholder {
  color: #ffbb09;
}

.sign-up-container label {
  display: block;
}

.sign-up-container .main-button {
  width: 100%;
}

.sign-up-container .main-button:hover {
  color: #fff!important;
}

.error-block {
  display: block;
  height: 30px;
  color: #da163c;
  text-align: center;
}

@media screen and (max-width: 575px) {

  .item-block {
    padding: 0 0 10px 0;
  }

  .item-block div {
    margin-bottom: 0;
  }

  .item-block div:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .item-score-block {
    padding-bottom: 10px;
    border-left: none;
    border-right: none;
  }

  .item-score-block strong {
    font-size: 18px;
  }

  .item-button-block .item-button {
    font-size: 16px;
  }

  .item-logo-block img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*padding-left: 0;*/
    /*padding-right: 0;*/
  }

  .navbar {
/*    padding: 5px;*/
  }

  .jumbotron .display-4 {
    /*text-align: center;*/
    font-size: 24px;
    /*line-height: 28px;*/
  }

  .jumbotron .lead {
/*    font-size: 14px;*/
/*    line-height: 24px;*/
  }

  .item-block div:first-child {
    /*border-bottom-left-radius: 0;
    border-bottom-right-radius: 7px;*/
  }

  .item-number {
    border-radius: 8px 8px 0 0;
    font-size: 28px;
    border-left: none;
    border-right: none;
  }

  .item-ribbon {
    display: none;
  }

  .item-rating-block-2 {
    border-left: none;
    border-right: none;
  }

  .item-button-block {
    border-left: none;
    border-right: none;
  }
}


.back-to-top {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  bottom: 5px;
  right: 5px;
  border-radius: 50px;
  background-color: #0375bb;
  text-align: center;
  color: #fff;
}

.card {
  background-color: #17163c;
  border: solid #09081b 1px;
}

.btn-link {
  display: block;
  width: 100%;
  padding-left: 0;
  text-align: left;
}

.card h3 {
  font-size: 20px;
  color: #fff;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-montserrat {font-family: "Montserrat", sans-serif;}
.font-inter {font-family: "Inter", sans-serif;}
.font-poppins {font-family: "Poppins", sans-serif;}
.font-georgia {font-family: "Georgia", sans-serif; font-size: 16px;}

body {color: #333333; color: #1e2125; font-family: "Inter", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5;}

/* Reset */
img {max-width: 100%;}
ul {padding: 0 0 0 20px;}
a {color: var(--secondary-color)}

/* Colors */
:root {
    --secondary-color: #0569FF;
    --primary-color: #34997D;
    --tertiary-color: #4FAE55;
    --quarternary-color: #657e79;
}

/* separator */
.hr-separator {background: #1e2125; width: 100%; height: 3px; margin: 12px 0;}

.text-secondary {color: var(--secondary-color)!important;}
.bg-secondary {background: var(--secondary-color)!important;}

/* Typography */
h1,h2,h3,h4,h5,h6 {font-weight: 700; margin-bottom: 12px; line-height: normal; font-family: "Montserrat", sans-serif;}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5,h6 {font-size: 15px;}

p {margin-bottom: 12px;}
p:last-child {margin-bottom: 0;}

/* Buttons */
.button {display: inline-flex; text-align: center; align-items: center; justify-content: center; min-height: 50px; font-weight: 600; font-size: 16px; border-radius: 6px;}

.button-primary {background: var(--primary-color); color: #fff;}
.button-primary:hover {background: #2b8169; color: #fff; text-decoration: none;}

.button-secondary {background: var(--secondary-color); color: #fff;}
.button-secondary:hover {background: #43534f; color: #fff; text-decoration: none;}

.button-quarternary {background: var(--quarternary-color); color: #fff;}
.button-quarternary:hover {background:#4d6560; color: #fff; text-decoration: none;}

.button-wide {width: 100%;}
.button-small {font-size: 14px!important; min-height: 40px!important;}


/* Header */
.top-bar {background:#F6F7F9; padding-top: 6px; padding-bottom: 6px; font-size: 11px; line-height: 1;}
.navbar {background: #AEAEAE; padding-left: 0; padding-right: 0;}
.navbar>.container,
.navbar>.container-fluid {padding: 0 15px!important;}
.navbar-toggler {border:  none; padding: 0; outline: none;}
.navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link {color: #000;}
.navbar-light .navbar-nav .nav-link:hover {color: var(--secondary-color);}

.main-logo img {max-width: 145px; height: auto;}

/* Header Sub Menu */
.dropdown-toggle:after {display: none;}
.dropdown-toggle .toggle-icon {display: inline-block;}
.dropdown-toggle .toggle-icon:after {display: inline-block; vertical-align: middle; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent;}

@media screen and (max-width: 991px) {
  .dropdown-toggle .toggle-icon {padding-right: 20px;}
}

.dropdown-nav.show .dropdown-nav-menu { display: block; }
.dropdown-nav { position: relative; }

.dropdown-nav-menu {display: none; background: #f1f1f1; z-index: 2; border: 1px solid #9c9c9c; border-radius: 6px; overflow: hidden;}

.dropdown-nav-menu .dropdown-item:not(:last-child) {border-bottom: 1px solid #e6e6e6;}

.dropdown-item {white-space: normal;}

.dropdown-item:first-child,
.dropdown-item:last-child {border-radius: 0;}

.dropdown-nav-menu .dropdown-item {padding-left: 15px; padding-right: 15px;}

@media screen and (min-width: 992px) {
    .dropdown-nav:hover .dropdown-nav-menu { display: block; }
    .dropdown-nav:last-child .dropdown-nav-menu {right: 0; left: auto;}
    .dropdown-nav-menu {position: absolute; top: auto; z-index: 9999; width: 240px}
}

/* Footer */
.footer {background: #AEAEAE; 
    /* background: var(--secondary-color); color: #fff; */
}
.footer a {color: inherit;}
.footer a:hover {color: var(--secondary-color);}
.footer-menu {list-style: none; padding: 0; margin: 0}
.footer-text {font-size: 12px}


/* Top Navigation Menu */
.top-nav-menu {
    background: #1a1a2e;
    padding: 15px 0;
    border-bottom: none;
}

.top-nav-menu .container {
    max-width: min(1400px, calc(100vw - 60px));
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.top-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .top-nav-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .mobile-menu-toggle {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        align-self: center;
    }
    
    .top-nav-logo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}

.top-nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.heart-logo {
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.logo-sub {
    font-size: 14px;
    font-style: italic;
    color: #A8E6CF;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.top-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
}

.top-nav-links li {
    margin: 0;
    padding: 0;
}

.top-nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', 'Poppins', sans-serif;
    transition: opacity 0.2s ease;
}

.top-nav-links a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .top-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
    
    .top-nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .top-nav-links a {
        font-size: 14px;
    }
}

/* Benefits Slider */
.benefits-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.benefits-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.benefits-slider::before,
.benefits-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
    pointer-events: none;
}

.benefits-slider::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}

.benefits-slider::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}

.benefits-slider-track {
    display: flex;
    gap: 30px;
    animation: scrollBenefits 25s linear infinite;
    width: fit-content;
}

.benefits-slide {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 6px 18px;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    flex-shrink: 0;
    pointer-events: none;
}

.benefits-icon {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.benefits-text {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: 'Inter', 'Poppins', sans-serif;
    letter-spacing: 0.2px;
}

@keyframes scrollBenefits {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.benefits-slider-track {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .benefits-slider-wrapper {
        margin: 0;
        padding: 0;
    }
    
    .benefits-slider::before,
    .benefits-slider::after {
        width: 40px;
    }
    
    .benefits-slide {
        padding: 5px 14px;
        gap: 6px;
        background: transparent;
        border: none;
        box-shadow: none;
    }
    
    .benefits-icon {
        font-size: 12px;
    }
    
    .benefits-text {
        font-size: 11px;
    }
    
    .benefits-slider-track {
        gap: 20px;
    }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 20px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    order: -1;
    margin-right: 0;
    margin-bottom: 0;
    align-self: center;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Styles */
@media screen and (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .top-nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: #1a1a2e;
        flex-direction: column;
        padding: 80px 20px 20px 20px;
        gap: 0;
        transition: left 0.3s ease;
        z-index: 1000;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
    }
    
    .top-nav-links.active {
        left: 0;
    }
    
    .top-nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .top-nav-links li:last-child {
        border-bottom: none;
    }
    
    .top-nav-links a {
        display: block;
        padding: 15px 0;
        width: 100%;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    
    .top-nav-links a:hover {
        color: #A8E6CF;
        opacity: 1;
    }
    
    /* Overlay when menu is open - using body pseudo-element */
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    
    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }
}


/* Mobile-specific: Ensure hamburger and logo are inline */
@media screen and (max-width: 767px) {
    .top-nav-wrapper {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .mobile-menu-toggle {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        align-self: center !important;
    }
    
    .top-nav-logo {
        flex: 1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media screen and (min-width: 1025px) {
    .mobile-menu-toggle {
        display: none !important;
    }
    
    .top-nav-wrapper {
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .top-nav-logo {
        flex: 0 0 auto !important;
        justify-content: flex-start !important;
        margin: 0 !important;
    }
    
    .top-nav-links {
        position: static;
        flex-direction: row;
        width: auto;
        height: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
}



/* Verified Partner Badge */
.verified-partner-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.verified-partner-badge:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border-color: #4CAF50;
}

.verified-badge-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4CAF50;
    border-radius: 50%;
}

.verified-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.verified-badge-text strong {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Inter', 'Poppins', sans-serif;
    line-height: 1.2;
}

.verified-badge-text span {
    font-size: 11px;
    color: #666;
    font-family: 'Inter', 'Poppins', sans-serif;
    line-height: 1.3;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .verified-partner-badge {
        padding: 10px 14px;
        gap: 8px;
        margin-bottom: 0;
    }
    
    .verified-badge-icon {
        width: 20px;
        height: 20px;
    }
    
    .verified-badge-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .verified-badge-text strong {
        font-size: 12px;
    }
    
    .verified-badge-text span {
        font-size: 10px;
    }
}
