body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
}

.logo {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links a {
    text-decoration: none;
    color: #666;
}

.active {
    color: #4CAF50 !important; 
}


.btn-top {
    background-color: #6fb98f;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.btn-orange {
    background-color: #ffbd94;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}


.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 8%;
}

.hero-text {
    max-width: 50%;
}

.hero-text h1 {
    font-size: 48px;
    color: #2c3e50;
    line-height: 1.2;
}

.hero-text span {
    color: #6fb98f; 
}

.hero-text p {
    color: #7f8c8d;
    font-size: 18px;
    margin: 20px 0;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
}

.sub-text {
    font-size: 12px;
    color: #bdc3c7;
    margin-left: 15px;
    display: inline-block;
    max-width: 150px;
}
.recs{
    display: flex;
    margin-left: 80px;
}

.features {
    padding: 80px 10%;
    color: #333;
}

.features-header {
    margin-bottom: 60px;
}

.features-header h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.features-header p {
    color: #666;
    max-width: 600px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 50px;
}


.reverse {
    flex-direction: row-reverse;
}

.text-col {
    flex: 1;
}

.text-col h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.text-col p {
    color: #555;
    line-height: 1.6;
}

.img-col {
    flex: 1;
}

.img-col img {
    width: 100%;
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.who{
    text-align: center;
}
.you{
    color:#5B6574;
    text-align: center;
}
.container {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-family: sans-serif;
}

.card {
  text-align: center;
  color: #555;
}

.card img {
  width: 200px; 
  border-radius: 15px;
  display: block;
  margin-bottom: 10px;
}


.card.active p {
  color: #4CAF50;
  font-weight: bold;
}
.how{
    margin-left: 200px;
}
.you1{
    color:#5B6574;
     margin-left: 200px;
}
.p-main-wrap {
    display: flex;
    gap: 30px; 
    padding: 20px;
    justify-content: center;
}


.p-box {
    background-color: #ffffff;
    border-radius: 24px; 
    padding: 50px 40px;
    width: 400px; 
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
   
}


.p-box:hover {
    
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


.p-price {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 30px 0;
}

.p-list {
    margin-bottom: 30px;
}


.p-item {
    display: flex;
    align-items: flex-start;
    gap: 15px; 
    margin-bottom: 20px;
}


.p-num {
    background-color: #fcae85;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
    margin-top: 3px; 
}


.p-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}


.p-notes {
    margin-bottom: auto;
    padding-bottom: 30px;
}


.p-note-item {
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0 0 8px 0;
}


.p-btn {
    background-color: #62b384;
    color: #ffffff;
    border: none;
    border-radius: 50px; 
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
 
    width: fit-content; 
    align-self: flex-start;
}

.ur-hero-section {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    padding: 40px;
    background-color: #ffffff;
    color: #333e48;
    margin-left: 130px;
}

.ur-main-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #333e48;
}

.ur-sub-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333e48;
}

.ur-description {
    font-size: 18px;
    color: #5f6d7a;
    margin-bottom: 25px;
}


.ur-chips-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ur-chip {
    background-color: #eef4ff;
    color: #5f6d7a;
    padding: 10px 24px;
    border-radius: 50px; 
    font-size: 16px;
    display: inline-block;
    
    cursor: default;
}


.ur-chip:hover {
    background-color: #e0eaff;
}
.ur-app { display: flex; font-family: sans-serif; min-height: 100vh;  width: 1000px; margin-left: 100px;}
.ur-side { width: 240px; background: #2c2e3a; color: #fff; padding: 20px; display: flex; flex-direction: column; }
.ur-main { flex: 1; padding: 40px; background: #fff; }


.ur-logo { font-size: 20px; margin-bottom: 30px; }
.ur-item { padding: 12px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; color: #a0a4b0; }
.ur-item.active { background: #fff; color: #000; }
.ur-b { margin-left: auto; font-size: 10px; background: #eee; padding: 2px 5px; border-radius: 4px; color: #000; }
.ur-user-zone { margin-top: auto; }
.ur-notif, .ur-prof { background: rgba(255,255,255,0.05); padding: 10px; border-radius: 10px; margin-top: 10px; font-size: 13px; }
.ur-cnt { background: #56b88b; padding: 1px 6px; border-radius: 10px; font-size: 10px; }


.ur-head { display: flex; justify-content: space-between; margin-bottom: 40px; }
.ur-pill { background: #2c2e3a; color: #fff; padding: 8px 15px; border-radius: 20px; align-self: center; font-size: 13px; }
.ur-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }


.ur-card { padding: 25px; border-radius: 20px; display: flex; flex-direction: column; }
.b-blue { background: #eef2ff; } .b-org { background: #fff2e6; } .b-grn { background: #effcf6; }
.ur-card i { font-size: 24px; margin-bottom: 15px; }
.ur-card h3 { margin: 0 0 10px 0; font-size: 17px; }
.ur-card p { font-size: 13px; color: #666; flex: 1; margin-bottom: 20px; }


button { border: none; padding: 12px; border-radius: 25px; cursor: pointer; font-weight: bold; width: 100%; }
.ur-btn-g { background: #56b88b; color: #fff; }
.ur-btn-d { background: #2c2e3a; color: #fff; }
.elegib{
    text-align: center;
}
.clac{
    color: #5B6574;
}
.buttak{
  width: 170px;
  height: 20px;
  margin-left: 550px;
   
}
.ur-testimonial-section {
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
}

.ur-section-title {
    font-size: 32px;
    color: #333e48;
    margin-bottom: 30px;
}

.ur-testimonial-card {
    display: flex;
    background-color: #fff2e6; 
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}


.ur-profile-sidebar {
    flex: 0 0 200px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.ur-avatar-container {
    margin-bottom: 15px;
}

.ur-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #eee;
}

.ur-profile-name {
    font-size: 18px;
    color: #333e48;
    margin-bottom: 15px;
}

.ur-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.ur-tag {
    background-color: #eef4ff;
    color: #5f6d7a;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
}


.ur-testimonial-content {
    padding-left: 40px;
    flex: 1;
    position: relative;
}

.ur-text-highlight {
    font-size: 18px;
    line-height: 1.6;
    color: #333e48;
    margin-bottom: 20px;
    font-weight: 400;
}

.ur-text-body {
    font-size: 15px;
    line-height: 1.7;
    color: #5f6d7a;
}


.ur-quote-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0.1;
    background-image: radial-gradient(circle, #ffb88c 20%, transparent 20%),
                      radial-gradient(circle, #ffb88c 20%, transparent 20%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
}


.imm-faq-section {
  max-width: 850px;
  margin: 40px auto;
  font-family: 'Inter', sans-serif, Arial; 
}

.imm-faq-main-title {
  font-size: 42px;
  color: #313945;
  margin-bottom: 30px;
  font-weight: 500;
}


.imm-faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f2f5;
  overflow: hidden;
  transition: all 0.3s ease;
}


.imm-faq-question {
  padding: 22px 30px;
  font-size: 17px;
  color: #4a5568;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.imm-faq-question::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #a0aec0;
  border-bottom: 2px solid #a0aec0;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-right: 5px;
}


.imm-faq-item[open] .imm-faq-question::after {
  transform: rotate(-135deg);
  border-color: #68d391;
}


.imm-faq-item[open] .imm-faq-question {
  color: #68d391;
}


.imm-faq-answer {
  padding: 0 30px 25px 30px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}

.imm-faq-intro {
  margin-bottom: 12px;
}


.imm-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imm-faq-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.imm-faq-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a5568;
}


.imm-faq-question::-webkit-details-marker {
  display: none;
}
.ur-footer-wrap {
  background-color: #2d3436; 
  color: #a0aec0;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.ur-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.ur-footer-col {
  flex: 1;
  min-width: 200px;
}


.ur-footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 2;
}

.ur-footer-logo {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: white;
}


.ur-footer-divider {
  width: 1px;
  height: 50px;
  background-color: #4a5568;
}

.ur-footer-disclaimer {
  font-size: 13px;
  line-height: 1.5;
  max-width: 200px;
}


.ur-footer-heading {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}


.ur-footer-links {
  list-style: none;
  padding: 0;
}

.ur-footer-links li {
  margin-bottom: 12px;
}

.ur-footer-links a {
  text-decoration: none;
  color: #a0aec0;
  font-size: 15px;
  transition: 0.3s;
}

.ur-footer-links a:hover {
  color: #68d391;
}

.ur-link-active {
  color: #68d391 !important;
}


.ur-social-icons {
  display: flex;
  gap: 10px;
}

.ur-social-item {
  width: 35px;
  height: 35px;
  background: #3d464d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.ur-social-item:hover {
  background: #68d391;
  color: white;
}


.ur-back-to-top {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background: #3d464d;
  color: #68d391;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

git add /. 
@media (max-width: 768px) {
    
    
    .navbar {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }
    .nav-links {
        display: none; 
    }

   
    .hero {
        flex-direction: column-reverse;
        text-align: center;
        padding: 30px 5%;
    }
    .hero-text {
        max-width: 100%;
    }
    .hero-text h1 {
        font-size: 32px;
    }
    .hero-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .sub-text {
        margin-left: 0;
    }

    
    .row, .row.reverse {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 0 10px;
    }

   
    .container {
        flex-direction: column;
        align-items: center;
    }
    .card img {
        width: 100%;
        max-width: 280px;
    }

  
    .p-main-wrap {
        flex-direction: column;
        align-items: center;
    }
    .p-box {
        width: 90%;
        padding: 30px 20px;
    }

    
    .ur-app {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
    .ur-side {
        width: 100%;
        box-sizing: border-box;
    }
    .ur-grid {
        grid-template-columns: 1fr; 
    }

  
    .ur-testimonial-card {
        flex-direction: column;
        padding: 20px;
    }
    .ur-profile-sidebar {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .ur-testimonial-content {
        padding-left: 0;
        text-align: center;
    }

   
    .ur-footer-brand {
        flex-direction: column;
        align-items: flex-start;
        flex: none;
        width: 100%;
    }
    .ur-footer-divider {
        display: none; 
    }
    .ur-footer-container {
        flex-direction: column;
        gap: 40px;
    }
    
    
    .buttak {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .ur-hero-section {
        margin-left: 0;
        padding: 20px;
        text-align: center;
    }
    .ur-chips-container {
        justify-content: center;
    }
}