
body{
    /* font-family: "Rubik", sans-serif; */
    font-family: "Inter", sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.right_text p {
    padding:0;
    margin:0;   
}
.logo img {
    width: 190px;
    position: relative;
  top: 5px;
}
.right_text {
    text-align: right;
    line-height: 47px;
}
.right_text p {
    padding: 0;
    margin: 0;
    font-size: 23px;
    color: #000;
    background: linear-gradient(to right, #34a853, #fbbc05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.block-copyright {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px;
    background: #719f37;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    color: #fff;
}
.block-copyright a {
    color: #719f37;
}

header {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    /* min-height: 70px; */
    flex-wrap: wrap;
    padding: 10px 0;    
    transition: all 0.3s ease;
    background: transparent;
}
header.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header{
    background:#fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 0.8px #ccc;
}
.logo {
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
}
.bar-end h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}



footer {
    /* font-family: 'Helvetica Neue', Arial, sans-serif; */
    text-align: center;
    background: #fafafa; 
    color: #000;
    padding: 50px 0 0 0;
  }
  
  .footer-top {
    margin-bottom: 20px;
  }
  
  .footer-top a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
  }
  .footer-top a:hover {
    color: #8bbf4a;
  }
  
  .footer-top span {
    color: #000;
    margin: 0 5px;
  }
  
  .footer-middle {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 20px 20px 0;
    font-size: 16px;
  }
  
  .footer-bottom {
    background: #f4f4f4; /* Darker green background */
    margin-top: 20px;
    padding: 15px 10px;
  }
  
  .footer-bottom p {
    margin: 0;
    font-size: 14px;
  }
  
  .highlight {
    color: #719f37; /* Orange color for "USOpinionPoll.com" */
    font-weight: bold;
  }



  .rightPart {
    background-color: #fff;
    border-radius: 15px;
    width: 510px;
    max-width: 100%;
    padding: 20px 25px;
    margin-bottom: 90px;
    float: right;
    position: relative;
  }


  .innerPart {
    padding-top: 83px;
    padding-bottom: 20px;
  }


  

/* Responsive CSS================Start */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .logo {display: block;}
  .logo img { width: 150px; top: 0;margin: 0 auto; display: block;}
  .right_parrt01 {margin-left: 0; padding-top: 0px;}

  .container {padding: 0px 20px;}
  .logo {display: block;}
  .logo img { width: 150px; top: 0;}
  .right_text {text-align: center;font-size: 14px; top: 0 !important;}
  .right_text p{margin: 0; font-size: 14px;top: 0 !important;position: relative; line-height: 27px;}


  .footer-top a { width: 100%; display: block;padding: 10px 0;}
  .footer-top span {display: none;}
  footer {padding: 10px 0 0 0;}
  .footer-middle { font-size: 12px;}
  .footer-bottom p { font-size: 12px;}
} 

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .container {padding: 0px 20px;}
  .footer-top a {font-size: 14px;}
  .footer-middle {font-size: 12px;}
  .feature-content h3 {font-size: 18px;}
  .feature-content p { font-size: 14px;}
   
  
} 


/* @media (max-width: 768px) {
    .container {
        padding: 40px 20px;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
} */
