
        :root {
            --primary-blue: #0047FF;
            --light-blue: #E8F0FF;
            --dark-text: #1a1a1a;
            --gray-text: #666;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            color: var(--dark-text);
            background-color: #F9FAFB;
        }

        .top-bar {
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }

        .myicon24{
            font-size: 24px;
            
        }

        .btn-bluelight{
            background-color:#DCEBFF;
             color:#3148FA;;
            width: 100%;
            padding: 8px;
            border: solid 1px;
            border-color: #3148FA;
            border-radius: 8px;
            font-weight: 600;
        }

.modal.right .modal-dialog {
    position: fixed;
    margin: 0;
    right: 0;
    height: 100%;
    transform: translateX(100%);
}

.modal.right.show .modal-dialog {
    transform: translateX(0);
    
}

.modal-content {
    height: 100vh;
    border-radius: 0;
    width: 100%; 
}



/* Steps */
/* .step {
    display: none;
}

.step.active {
    display: block;
} */

.btn-greenstroke{
 border:solid 2px; 
 border-color: #E5E7EB;


}
.btn-greenstroke:hover{
 border:solid 2px; 
 border-color: #059666;


}

.step{
    width: 100%;
}

    .btn-bluelight{
             background-color: #3148FA;
            color: white;
            width: 100%;
            padding: 8px;
            border: solid 1px;
            border-color: #3148FA;
            border-radius: 8px;
            font-weight: 600;
        }

        .btn-bluelight:hover{
             background-color: #3148FA;
            color: white;
            width: 100%;
            padding: 8px;
            border: solid 1px;
            border-color: #3148FA;
            border-radius: 8px;
            font-weight: 600;
        }

        .navbar {
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .navbar-brand {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary-blue) !important;
        }

        .navbar-brand i {
            font-size: 28px;
        }

        .btn-signin {
            background: var(--primary-blue);
            color: white;
            border-radius: 20px;
            padding: 8px 25px;
            border: none;
        }

        
        .btn-edit{
            background: #7197FF;
            color: white;
            border-radius: 20px;
            padding: 8px 12px;
            border: none;
          
        }

        .btn-edit:hover{
            background: #0047FF;
            color: rgb(0, 0, 0);
            border-radius: 20px;
            padding: 8px 12px;
            border: none;
          
        }

        .hero-section {
            padding: 50px 0;
            background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%);
        }

        .hero-section h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .feature-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: var(--light-blue);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-blue);
            font-size: 24px;
            flex-shrink: 0;
        }

        .discount-badge {
            background: #d4edda;
            color: #155724;
            padding: 10px 20px;
            border-radius: 25px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .buy-from {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
/* 
        .cards{
            display: flex;

        } */

    
    .back-btn {
  
  border-radius: 16px;


  align-items: center;
  justify-content: center;
  border: none;
}


        .plan-logo {
            width: 80px;
            height: 60px;
            object-fit: contain;
            margin-bottom: 15px;
        }

        .plan-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .plan-details {
            font-size: 14px;
            color: var(--gray-text);
            margin-bottom: 15px;
        }

        .plan-amount {
            display: flex;
            justify-content: space-between;
            margin: 20px 0;
            padding: 15px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .btn-check-premium {
            background: var(--primary-blue);
            color: white;
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
        }

        .btn-check-premium:hover {
            background: #0036cc;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .check-icon {
            color: #28a745;
        }

        .expert-advice {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin-top: 30px;
        }

        .benefit-card {
            background: white;
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            height: 100%;
        }

        .benefit-icon {
            width: 60px;
            height: 60px;
            background: var(--light-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: var(--primary-blue);
            font-size: 28px;
        }

        .section-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .factor-card {
            margin-bottom: 30px;
        }

        .factor-card h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }

        .coverage-table {
            width: 100%;
            margin-top: 30px;
        }

        .coverage-table th,
        .coverage-table td {
            padding: 15px;
            border: 1px solid #dee2e6;
        }

        .coverage-table th {
            background: var(--light-blue);
            font-weight: 600;
        }

        footer {
            background: var(--primary-blue);
            color: white;
            padding: 50px 0 20px;
        }

        footer h5 {
            font-weight: 600;
            margin-bottom: 20px;
        }

        footer a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
        }

        footer a:hover {
            color: white;
        }

        .nav-tabs .nav-link {
            color: var(--gray-text);
            border: none;
            border-bottom: 3px solid transparent;
        }

        .nav-tabs .nav-link.active {
            color: var(--primary-blue);
            border-bottom: 3px solid var(--primary-blue);
            background: transparent;
        }

        .view-more-btn {
            background: white;
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            padding: 10px 30px;
            border-radius: 8px;
            font-weight: 600;
        }

        /* Step indicator */
.stepper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.step span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #3b5bfd;
}

.step.active span {
  background: #3b5bfd;
}

.step.active {
  color: #3b5bfd;
}

/* Cards */
.main-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}





.option-box.gray {
  background: #f8f9fa;
}

.summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}

.btn-continue {
  background: #3b5bfd;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
}

  :root {
            --primary-blue: #0066cc;
            --primary-green: #10b981;
            --light-gray: #F3F4F6;
            --text-gray: #6B7280;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f9fa;
        }

        .contact-hero {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #0052a3 100%);
            color: white;
            padding: 60px 0;
            margin-bottom: 50px;
        }

        .contact-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .contact-hero p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .contact-card {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .form-label {
            font-weight: 600;
            color: #374151;
            margin-bottom: 8px;
        }

        .form-control, .form-select {
            border: 2px solid #E5E7EB;
            border-radius: 8px;
            padding: 12px 16px;
            transition: all 0.3s ease;
        }

        .form-control:focus, .form-select:focus {
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
        }

        .btn-submit {
            background-color: var(--primary-blue);
            color: white;
            padding: 14px 40px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            width: 100%;
        }

        .btn-submit:hover {
            background-color: #0052a3;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
        }

        .info-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            height: 100%;
            transition: all 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

        .info-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-blue), #0052a3);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: white;
            font-size: 24px;
        }

        .info-card h5 {
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px;
        }

        .info-card p {
            color: var(--text-gray);
            margin-bottom: 5px;
            line-height: 1.6;
        }

        .info-card a {
            color: var(--primary-blue);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .info-card a:hover {
            color: #0052a3;
            text-decoration: underline;
        }

        .map-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-top: 30px;
        }

        .map-container iframe {
            width: 100%;
            height: 400px;
            border: none;
        }

        .social-links {
            margin-top: 20px;
        }

        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--light-gray);
            color: var(--primary-blue);
            margin-right: 10px;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-links a:hover {
            background-color: var(--primary-blue);
            color: white;
            transform: translateY(-3px);
        }

        @media (max-width: 768px) {
            .contact-hero h1 {
                font-size: 2rem;
            }

            .contact-card {
                padding: 25px;
            }
        }