


.home-three-navbar {
 padding: 10px 0px;   
     overflow: hidden;
}
.logo_head {
        max-width: 180px;
}
.slider_top_head {
    margin-bottom: 45px;
  background: #000000;
    padding: 5px 0px;
}
.swiper.user_account_slide {
  width: 100%;
}

.user_account_slide .swiper-slide {
      background: #1b1b1b;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.user_account_slide .slide-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user_account_slide .logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #2a3248;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.user_account_slide .logo img {
    border-radius: 8px;
    width: 40px;
  height: 40px;
}
.user_account_slide .slide-text h4 {
  font-size: 12px;
  margin: 0;
  color: #fff;
}

.user_account_slide .slide-text p {
  font-size: 10px;
  margin: 0;
  color: #9fa9c6;
}

.user_account_slide .price {
  font-size: 14px;
  font-weight: bold;
    color: white;
}
.user_account_slide .price .dollericon {
    color:#0080cd;
}
.banner_hero_img {
        max-width: 800px;
    margin: auto;
    margin-top: 55px;
}
.footer_section {
    padding-top:55px;
        z-index: 1;
        border-top: 1px solid #ffffff47;    
}
.main_title {
    
}
/* --------slide logo --------*/
.logo_multi_area {
    padding:50px 0;
}
.logo_multi_area .slide_logo {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.logo_multi_area .slide_logo article {
  display: flex;
  width: 200%;
  animation: bannermove 50s linear infinite;
}
.logo_multi_area .slide_logo ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.logo_multi_area .slide_logo li {
  width: 100%;
    border: 1px solid #312e2e;
    border-radius: 40px;
    margin: 0 4px;
    text-transform: uppercase;
    font-weight: 600;
    background: #312e2e;
}
.logo_multi_area .slide_logo1 li {
  width: 100%;
  text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #312e2e;
    border-radius: 40px;
    margin: 0 4px;
    background: #312e2e;
}
.logo_multi_area .slide_logo .box_img {
    width:100%;
}
.logo_multi_area .slide_logo img,
.logo_multi_area .slide_logo1 img {
    width: 45px;
    height: 45px;
    object-fit: scale-down;
    border-radius: 50px;
}
@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo_multi_area .slide_logo1 {
  width: 100%;
  overflow: hidden;
      margin-top: 30px;
    margin-bottom: 0px;
}
.logo_multi_area .slide_logo1 article {
  display: flex;
  width: 200%;
  animation: bannermove1 50s linear infinite;
}
.logo_multi_area .slide_logo1 ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.logo_multi_area .slide_logo1 li {
  width: 100%;
}
.logo_multi_area .slide_logo1 .box_img {
    width:100%;
}
@keyframes bannermove1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*-------------counter-item-----------*/
.counter-section {
    padding: 50px 0px;
    position: relative;
}
.counter-item {
 display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px; 
        background: #11496c7a;
    border-radius: 5px;
}
.counter-item .icon_count {
        width: 50px;
    background: #007fcd73;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    
}

.counter-item .num_count {
    text-align: right;
}
.counter-item h2 {
    font-weight: 700;
    color: #007fcd;
    font-size: 40px;
    margin: 0px;
} 
.border_bg_count {
    
}
.home-three-footer .social-media a {
    width: 50px;
    height: 50px;
}
.Trustpilot_logo {
    margin-top: 15px;
}
.partners {
    position: relative;
    padding: 50px 0px;
}
.SurveyPartners {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.how-to-buy-3 h4 {
    
}

.SurveyPartners .slider-column {
  height: 400px; /* adjust */
  overflow: hidden;
  position: relative;
  width: 180px; /* adjust */
}

.SurveyPartners .slider-track {
  display: flex;
  flex-direction: column;
  animation: scrollDown 15s linear infinite;
}

.SurveyPartners .slider-column.reverse .slider-track {
  animation: scrollUp 15s linear infinite;
}

.SurveyPartners .slider-track img {
  height: 70px;
  width: 100%;
  object-fit: contain;
  background: rgb(225 255 225 / 25%);
  border-radius: 12px;
  margin: 10px 0;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
}

@keyframes scrollDown {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scrollUp {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}
.home-three-faq {
    padding:55px 0;
}
/*----------------------------*/
.modal-content {
       background: #121a24;
    border: none;
    border-radius: 20px;
    padding: 20px;
}
.modal-content .form_login {
    background: transparent;
    padding: 0px;
    border-radius: 0;
}
.modal-header {
    border:none;
    padding-top: 0px;
}
.btn-close {
    background-image:url(../img/close_bg.svg);
        opacity: 1;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.form-control {
    background: transparent;
    margin-bottom: 15px;
    color: white;
   
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-group {
    position:relative;
}
.or_line {
    position: relative;
    text-align: center;
    margin: 5px 0;
}
.or_line:before {
    content:'';
    height: 1px;
    position: absolute;
    width: 50%;
    background: linear-gradient(to left, transparent, #A9A9CA);
    right: 0px;
    top: 13px;
}
.or_line:after {
    content:'';
    height: 1px;
    position: absolute;
    width: 50%;
    background: linear-gradient(to right, transparent, #A9A9CA);
    left: 0px;
    top: 13px;
}
.or_line span {
        position: relative;
    z-index: 1;
    color:black;
    padding: 0 2px;
    background: white;
}
.form_login .form-check {
    color:black;
}
.form_login p {
    text-align:center;
    color:black;
}
.login_google img {
    margin-right:5px;
}
.login_google a {
        text-align: center;
    width: 100%;
    border: 0;
        display: block;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
        background: #000000;
    color: #ffffff !important;
    
}
.login_google .facebook {
    background: #1d265a;
    color: white;
}
.form_login .form-group i {
    position: absolute;
    padding: 10px;
    color: white;
}
.form-check .form-check-input {
        padding: 5px;
}
input::placeholder,
textarea::placeholder {
  color: black !important;
  opacity: 1 !important;
}
.form-control:focus {
    background-color: transparent !important;
    border-color: #007fcd !important;
    box-shadow: none !important;
    color: black;
}
.brudcrumb {
        padding: 115px 0px 50px;
    background: #000000;
    position: relative;
    overflow: hidden;
}
.brudcrumb h5 {
    text-align: center;
    margin: 0px;
    font-size: 25px;
    text-transform: uppercase;
}
.home-three-footer .custom-container .newsletter-input-area button {
    color:white;
}
.signup_page {
    padding:110px 0 55px;
}
.signup_form {
        background: #121a24;
    border: none;
    border-radius: 20px;
}
.modal-header {
    padding-left: 0px;
    padding-right: 0px;
}
.login_google {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_login a {
    font-weight: 600;
    color:#03A9F4;
}
.mobile-navbar {
    background-color: black !important;
    padding: 16px 0px;
}
.scroll-top:hover {
    background: #007fcd;
}

.Faq_page {
    position: relative;
}
.sidebar_faq {
    background: linear-gradient(45deg, #213028, #2c2a23);
    padding: 10px;
    border-radius: 5px;
        position: sticky;
    top: 100px;
}
.sidebar_faq a {
        display: block;
    padding: 8px 10px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}
.sidebar_faq a:hover,
.sidebar_faq a.active {
    background: #007fcd;
    border-radius: 5px;
    outline: 1px solid #007fcd;
    outline-offset: 3px;
}
.faq_section h2 {
  color: #fff;
    font-size: 20px;
}

.home-three-footer .gradient-image {
        z-index: -1;
    height: 100%;
}
/* Privacy Policy Styles */

.privacy-policy h1 {
      font-size: 22px;
    color: #04a196;
    margin-bottom: 0.5rem;
}

.privacy-policy h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.privacy-policy p,
.privacy-policy ul {
  font-size: 0.95rem;
  line-height: 1.7;
}

.privacy-policy ul {
  padding-left: 20px;
}

.privacy-policy li {
  margin-bottom: 6px;
}

.privacy-policy a {
  color: #007fcd;
  text-decoration: underline;
}

.privacy-policy a:hover {
  color: #a6dbff;
}

.privacy-policy .note {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 1.5rem;
}
/* Support Page Styles */

.support h1 {
  color: #fff;
  font-weight: 600;
}

.support p.lead {
  color: #cfd9e3;
}

.support-card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.support-card h4 {
  color: black;
  padding-bottom: 10px;
}

.support-card ul li {
  margin: 10px 0;
  font-size: 0.95rem;
}

.support-card a {
  color: #7cc4ff;
  text-decoration: none;
}

.support-card a:hover {
  color: #a6dbff;
  text-decoration: underline;
}

.survey_item_box {
    text-align: center;
}
.survey_item_box .item_net {
    color: black;
    text-align: left;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 8px;
    background: white;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}
.survey_item_box .item_net.middle {
    transform: scale(1.07);
}
.survey_item_box img {
    width: 145px;
    border-radius: 5px;
}
.survey_item_box h5 {
    font-size: 12px;
    margin: 0px;
    padding: 5px 0px;
}
.survey_item_box p {
        font-size: 11px;
    margin: 0px;
    color: #6f6e6e;
    font-weight: 600;
}
.survey_item_box .price_rating {
        display: flex;
    justify-content: space-between;
    margin-top: 5px;
        font-weight: 700;
}
.survey_item_box .price_rating .price {
    font-size: 15px;
}
.survey_item_box .price_rating .ratting {
    font-size: 10px;
}
.survey_item_box .price_rating .ratting i {
        color: #ffca2b;
}

@media screen and (max-width: 767px) {
.home-three-banner:before {
    content:'';
}
.button-primary-green {
        font-size: 12px;
            margin-right: 5px;
}
.home-three-banner {
    padding-top:60px;
}

.counter-item {
    border-radius: 0px;
}    
.border_bg_count {
    border: 2px solid #007fcd;
    border-radius: 5px;
}
.survey_item_box {
    display: flex;
    margin: 30px 0px;
}
    .slider_top_head .custom-container {
        padding: 4px;
    }   
    .counter-item p {
        font-size: 14px;
    }
    .home-two-about-section .title-white {
            font-size: 18px;
    }
    .user_account_slide .slide-text h4 {
        font-size:10px;
    }
    .home-three-banner .section-title {
        font-size:30px;
    }
    .home-three-banner .marquee-section .marquee-1 {
        display:none;
    }
    .home-three-banner .marquee-section .marquee-1 {
        transform: translateY(86px) rotate(0deg);
            margin-left: 0px;
    }
    .home-three-banner .marquee-section .marquee-2 {
        margin-left: 0px;
        transform: translateY(-44px) rotate(0deg);
    }
    .home-three-banner .marquee-section {
        margin-top: 0px;
    }
    .logo_multi_area .slide_logo article,
    .logo_multi_area .slide_logo1 article {
        width: 483% !important;
    }
    .home-two-about-section img {
            width: 45%;
    }
   
    .wallet_point {
        margin-right: 0px !important;
        padding: 3px 5px !important;
    }
   
    .mobile-navbar {
        padding: 16px 0px;
    }
   
}

.scroll-top {
        border: 4px solid #007fcd;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}
/*------------------*/
/* 🔒 Global Modal Wrapper */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

/* 🔒 Overlay (Optional — can hide if needed) */
.custom-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 83%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 🔒 Modal Box */
.custom-modal-box {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 500px;
  max-width: 90%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transform: translateY(-50px);
  opacity: 0;
  overflow: hidden;
}

/* 🔒 Header, Body, Footer */
.custom-modal-header {
  color: #000;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-modal-header h5 {
  margin: 0;
  font-weight: 600;
}

.custom-modal-close {
  cursor: pointer;
  font-size: 22px;
  color: #000;
}

.custom-modal-body {
  padding: 20px;
  color: #fff;
}

/* 🔒 Active Modal Animation */
.custom-modal.active {
  display: flex;
}

.custom-modal.active .custom-modal-overlay {
  opacity: 1;
}

.custom-modal.active .custom-modal-box {
  animation: modalSlideIn 0.35s ease forwards;
}

/* 🔒 Optional: Disable overlay */
.custom-modal.no-overlay .custom-modal-overlay {
  background: transparent;
}

/* 🔒 Keyframes for slide-in and slide-out */
@keyframes modalSlideIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalSlideOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}



@media (min-width:768px) and (max-width:991px) {
.home-three-banner .section-title {
    font-size: 40px;
    text-align: center;
}
.text_banner_date {
    text-align:center;
    margin-bottom: 55px;
}
.home-three-banner p {
    text-align: center;
    padding-top: 1px !important;
}
.counter-item {
    margin-bottom:30px;
}
.home-three-banner .marquee-section {
     display:none;
}

}
