@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.custom-toggle::after {
    display: none !important; 
}

.light-text {
    font-weight: 100;
}

.regular-text {
    font-weight: 400;
}

.bold-text {
    font-weight: 600;
}

.mb-12 {
    margin-bottom: 10rem;
}

/* HOME PAGE  */

.hero-section {
    background: url('img/background.png') no-repeat center center/cover;
    color: #FAFCFF;
    text-align: right;
    padding: 100px 20px 400px 20px;
    position: relative;
    border-radius: 0 0 200px 0;
}
.offer-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.offer{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--border);padding:14px 16px;border-radius:12px}
.check{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eef5ff;display:grid;place-items:center;font-weight:900}
.custom-btn {
  font-size: 1.75rem; /* Increase font size */
  padding: 20px 50px; /* Increase padding to make the button bigger */
  border-radius: 30px; /* Optional: make the button more rounded */
}

.navbar-nav .nav-link {
    font-weight: 500;
}
.navbar-nav .nav-link.active{
    font-weight: 600;
}
.btn-primary {
    border-radius: 30px;
}
.navbar-brand img {
    width: 100px;
}

.nav-item {
    font-size: 18px;
    margin-right: 25px;
}
.nav-item .btn {
    padding: 10px 30px;
    background-color: #293583;
    color: white;
    border-radius: 25px;
}

.footer img{
    width: 35%;
}

.headings {
    color: #293583;
    font-size: 40px;
}
.para {
    font-size: 20px;
    color: #5b5959;
}
.para_1 {
    font-size: 18px;
    color: black;
}
.para_2 {
    font-size: 30px;
    color: black;
}
.para_3 {
    font-size: 25px;
    color: black;
}
.hometwo {
    margin: 80px 20px;
    text-align: center;
}
.hometwo p {
    font-size: 18px;
}

.why-choose-section {
    background-color: #fdf7f7;
    padding: 80px 0;
    border-radius: 200px 0 0 0;
    text-align: center;
}
.why-choose-section h2 {
    color: #333;
}
.why-choose-section .card {
    border: none;
    border-radius: 15px;
    background: white;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}
.why-choose-section .card:hover {
    transform: translateY(-5px);
}
.why-choose-section .card h3 {
    font-size: 22px;
    color: #333;
}
.why-choose-section .card .number {
    font-size: 24px;
    color: #CD1720;
    margin-bottom: 10px;
}
.cta-section {
    background-color: #fdf7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0 20px;
}
.cta-section img {
    max-width: 100%;
}
.who-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f9fa;
}
.who-section .row{
    margin: 10%;
}

.who-section h2 {
    color: #293583
}
.who-section p {
    color: #2C3241;
    font-size: 20px;
}
.role-card {
    border: none;
    border-radius: 8px;
    background: white;
    padding: 30px;
    text-align: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.role-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #293583;
    color: white;
}

.role-card h4{
    color: #CD1720;
}

.role-card p{
    color: #2C3241;
}

.role-card .btn {
    padding: 8px 20px;
    font-size: 14px;
    color: #293583;
    border: 1px solid #293583;
}
.role-card .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.role-card:hover h4,
.role-card:hover p {
    color: white;
}

.role-card:hover .btn {
    background-color: white;
    color: #12286f;
    border: 1px solid white;
}


.footer {
    background: #142a41;
    color: white;
    padding: 40px 20px;
}
.footer a {
    color: grey;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .btn-member {
    border: 2px solid #CD1720;
    padding: 10px 18px;
    border-radius: 30px;
    color: #CD1720;
    transition: 0.3s;
}
.footer .btn-member:hover {
    background: #CD1720;
    color: white;
}

.footerlink {
    text-align: left;
}


.testimonial {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.swiper {
    width: 100%;
    padding: 2rem 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Testimonial card styling */
.testimonial-card {
    background: #FAFCFF;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 600px;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 0.9rem;
    color: #555;
}

.swiper-slide:not(.swiper-slide-active) .testimonial-card {
    transform: scale(0.9);
    opacity: 0.5;
}




/* AGENTS */


.hero-sectionagent {
    background: url('img/agent_background.png') no-repeat center center/cover;
    color: #FAFCFF;
    padding: 100px 20px 100px 20px;
    position: relative;
    border-radius: 0 0 200px 0;
}

.agent_btn {
    padding: 8px 20px;
    border: 2px solid #293583;
    color: #293583;
    border-radius: 25px;
}

.maincardag {
    padding: 2% 15% 0 15%;
}

.why-choose-section .agentcard {
    padding: 25px;
    text-align: left;
    height: 100%;
}

.agentcard .number {
    color: #CD1720;
    font-size: 25px;
}

#toggleCards {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}

.readmore {
    color: #CD1720;
    border: none;
}
.readmore:hover{
    color: #CD1720;
    border: none;
}

.extra-content {
    display: none;
}

.problems {
    margin: 4% 25%;
    text-align: center;
}
.problems p {
    font-size: 16px;
}

.agentcta-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 50px 20px;
    background-color: #fdf7f7;
    border-radius: 0 0 0 200px;
}
.agentcta-section img {
    max-width: 100%;
}

#toggleempower {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.extra-data{
    display: none;
    margin: 5% 2%;
    padding: 1% 4%;
}

.prescription-data {
    display: none;
}

.comprehensive {
    padding: 3% 8%;
}

#togglecomprehensive {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.extra-comprehensive{
    display: none;
    margin: 5% 2%;
}

.prescription {
    padding: 0 20%;
    text-align: center;
}

.problemss{
    padding: 4% 20% 0 20%;
    text-align: center;
}
.pricess{
    padding: 4% 20% 4% 20%;
    text-align: center;
}
.prescription p{
    line-height: 2rem;
    font-size: 16px;
}

.prescriptioncard {
    padding: 4% 12% ;
}

.prescriptioncards {
    padding: 5% 20%;
    border-radius: 200px 0 0 0;
    text-align: center;
}
.prescriptioncards h2 {
    color: #333;
}
.prescriptioncards .card {
    border: none;
    border-radius: 15px;
    background: white;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}
.prescriptioncards .card:hover {
    transform: translateY(-5px);
}
.prescriptioncards .card h3 {
    font-size: 22px;
    color: #333;
}
.prescriptioncards .card .number {
    font-size: 24px;
    color: #CD1720;
    margin-bottom: 10px;
}

.membership-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.membership-card ul {
    flex-grow: 1;
}
.membership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px #12286f;
    border: 1px solid #12286f;
}
.price {
    font-size: 2rem;
    font-weight: bold;
    color: #12286f;
}
.recommended-badge {
    background: #d71a1a;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-custom {
    border: 2px solid #12286f;
    color: #12286f;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    margin-top: auto;
    margin-bottom: 10px;

}

.btn-custom:hover {
    background: #12286f;
    color: white;
}

#viewpricing {
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid #CD1720;
    background-color: white;
    color: #CD1720;
}

.pricingviewoption {
    display: none;
}

/* ABOUT */


.aboutmain {
    background-color: #f8f8f8;
    border-radius: 0 0 0 200px;
}

.aboutcol {
    padding: 15% 1% 1% 6%;
}

.aboutcol_2 {
    padding: 7% 5% 0 5%;
}

.aboutcol h1{
    font-size: 50px;
}
.aboutcol p {
    line-height: 2rem;
    font-size: 18px;
}
.aboutcontent {
    margin: 10%;
    font-size: 16px;
    color: black;
    line-height: 2rem;

}

.righttext {
    padding-right: 50px;
}

.lefttext {
    padding-left: 50px;
}

/* CONTACT US  */

.contact-section {
    background-color: #f8f9fa;
    border-radius: 0 300px 0 0;
}

.contactfirstsect {
    padding: 0% 4% 0% 10%;
}

.contact-form input,
.contact-form textarea {
    border-radius: 4px;
    padding: 12px;
}

.sendbtn {
    background-color: #0056b3;
    padding: 12px 60px;
    border-radius: 25px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto; 
}

.contactmain {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    padding: 6%;
}

/* FAQ */

.faqmain {
    background-color: #f8f8f8;
    padding: 6% 0;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-item.show-border {
    border: 1px solid #293583 !important;
    border-radius: 10px;
}

.accordion-button {
    background-color: #f8f8f8;
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: "";
    background-image: url('img/faq-down.png'); 
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('img/faq-up.png'); 
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: black;
    font-weight: 600;
}

.btn-faq {
    width: 200px;
    margin: 20px auto;
    border-radius: 20px;
    background-color: white;
    border: 2px solid #293583;
    color: #293583;
    text-align: center;
    padding: 10px;
}

.btn-faq:hover {
    background-color: #293583;
    color: white;
}

#moreFaqs {
    display: none;
}

/* PRICING */

.pricingmain h2{
    color: #12286f;
}

.nav-pills {
    background: #e8eff6; 
    border-radius: 50px;
    display: inline-flex;
}

.nav-pills .nav-items {
    flex: 1;
}

.nav-pills .nav-links {
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    color: grey;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border: none;
}

.nav-pills .nav-links.active {
    background: #c00; 
    color: white;
    font-weight: bold;
}

.tab-pane {
    padding: 3rem 5rem;
}


/* SIGNUP */

.mb-10 {
    margin-bottom: 10px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 50px auto;
    position: relative;
}
.step {
    text-align: center;
    position: relative;
    flex: 1;
}
.step .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    color: white;
    z-index: 1;
}
.step.active .circle {
    background-color: #1f2f7f;
}
.step:not(.active) .circle {
    background-color: #b0c4de;
}
.step .label {
    margin-top: 10px;
    font-size: 14px;
    color: #b0c4de;
}
.step.active .label {
    color: red;
    font-weight: bold;
}
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #b0c4de;
    top: 45%;
    left: 50%;
    z-index: 0;
    transform: translateY(-50%);
}
.step.active::after {
    background-color: #1f2f7f;
}

.card-hover {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.card-hover:hover {
    background-color: #293583 !important;
    color: white !important;
    transform: scale(1.05);
    cursor: pointer;
}
.card img {
    width: 60px;
    margin-bottom: 15px;
}
.hidden {
    display: none;
}

.recommended {
    display: inline-block;
    background: red;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}
.equal-height {
    display: flex;
    align-items: stretch;
}
.membership-price {
    font-size: 2rem;
    font-weight: bold;
    color: #08103b;
}
.payment-container {
    background: #f6f6f6;
    padding: 30px;
    max-width: 500px;
    margin: auto;
}
.payment-header {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.payment-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.payment-card img {
    width: 100px; 
    margin-right: 15px;
}
.payment-price {
    color: #293583;
    font-weight: bold;
}
.promo-section {
    display: flex;
    gap: 10px;
}
.payment-summary p {
    display: flex;
    justify-content: space-between;
}
.payment-total {
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.btn-customs {
    background: #293583;
    color: white;
    border-radius: 25px;
    padding: 10px 80px;
    font-size: 1.2rem;
    margin-top: 6%;
}
.btn-customs:hover {
    background: #293583;
    color: white;
}

.btn-customss {
    background: #293583;
    color: white;
    border-radius: 25px;
    padding: 10px 50px;
    font-size: 1.2rem;
    margin-top: 6%;
}
.btn-customss:hover {
    background: #293583;
    color: white;
}

.btn-outline-custom {
    border: 2px solid #293583;
    color: #293583;
    border-radius: 25px;
    padding: 12px 40px;
    font-size: 1.2rem;
}

.btn-apply {
    color: #293583;
    border: 1px solid #293583;
}

.forgot {
    color: #12286f;
    text-align: end;
}


/* HEALTHCARE */

.healthcaretwo {
    text-align: center;
    padding: 4% 24%;
}

.healthcaretwo h1 {
    color: #293583;
}

.healthcaretwo p {
    color: black;
    font-size: 16px;
}

.healthcare {
    text-align: left;
    padding: 0 10%;
}

.healthcare h1 {
    color: #CD1720;
}

.healthcare p {
    font-size: 18px;
}

.healthcare .col-md-6 {
    padding: 2% 5%;
}

.healthcarecard h2 {
    color: #CD1720;
}

.healthcarecta-section {
    align-items: center;
    justify-content: center;
    background-color: #f5f6f8;
    padding: 4% 0;
}

.healthcaretext {
    padding: 0 3% 0 15%;
}

.healthcaretext p{
    font-size: 18px;
    color: black;
    line-height: 2rem;
}

.healthcare-data {
    padding: 2% 15%;
}

.healthcare-data h1{
    color: #CD1720;
}

.healthsubcard {
    padding-right: 8%;
}

.healthsdata {
    text-align: center;
    font-size: 18px;
}

.healthcare_membership {
    padding: 4% 15% 0 15%;
    text-align: center;
}

.healthcheck {
    padding-right: 5.2%;
}

.helathcare_two {
    padding: 2% 12%;
}

.healthcare_btn {
    color: #293583;
    border: 2px solid #293583;
    padding: 20px 60px;
    border-radius: 50px;
    background-color: white;
}

.whatclientssay {
    padding: 5% 18%;
    background-color: #f5f6f8;
    text-align: center;
}

.clientcard {
    background-color: white;
    padding: 8% 10%;
    font-size: 18px;
    line-height: 2rem;
}

/* MEDIAQUERY */

@media (max-width: 576px) {
    .payment-card img {
        width: 60px; 
    }
    .payment-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .payment-card img {
        margin-bottom: 10px;
    }
    .promo-section {
        flex-direction: column;
    }
    .promo-section .btn {
        width: 100%;
        margin-top: 10px;
    }
    .step .circle {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
    .step:not(:last-child)::after {
        top: 28%;
        width: 100%;
        margin-left: 3px;
    }
    .stepper {
        align-items: start;
    }
}

@media (max-width: 768px) {
    .role-card {
        margin-bottom: 20px;
    }
    .headings {
        font-size: 25px;
    }
    .why-choose-section {
        padding: 25px;
        border-radius: 100px 0 0 0;
    }
    .who-section .row{
        margin: 0;
    }
    .hero-section{
        border-radius: 0 0 100px 0;
    }
    .hero-sectionagent{
        border-radius: 0 0 100px 0;
    }

    .why-choose-section .agentcard {
        padding: 0;
    }
    .problems {
        margin: 4% 10%;
    }
    .agentcta-section {
        border-radius: 0 0 0 100px;
    }
    .comprehensive {
        padding: 3% 0 3% 8%;
    }
    .problemss {
        padding: 4% 7% 0 7%;
    }
    .pricess {
        padding: 4% 7% 4% 7%;
    }
    .prescription {
        padding: 0 7%;
    }
    .prescriptioncards {
        padding: 5% 7%;
    }
    .aboutmain {
        border-radius: 0;
        padding: 2px;
    }
    .righttext {
        padding: 0 !important
    }
    
    .lefttext {
        padding: 0 !important
    }
    .aboutcol_2 img {
        width: 100%;
    }
    .contact-section {
        border-radius: 0;
    }
    .contactfirstsect {
        padding: 0% 4% 10% 10%;
    }
    .tab-pane {
        padding: 0;
    }
    .payment-card img {
        width: 80px; 
    }
    .payment-container {
        padding: 20px;
    }
    .btn-customs, .btn-outline-custom {
        padding: 10px 16px;
        font-size: 1rem;
    }
    .btn-customss, .btn-outline-custom {
        padding: 10px 16px;
        font-size: 1rem;
    }
    .healthcaretwo {
        padding: 4% 7%;
    }
    .healthsdata {
        padding: 2%;
    }
    .healthcare_membership {
        padding: 4% 8% 0 8%;
    }
    .healthcare_btn {
        padding: 15px 10px;
    }
    .price {
        font-size: 1rem;
    }
    .membership-card {
        padding: 30px 15px;
    }
    .whatclientssay {
        padding: 5% 8%;
    }
    .commercialfont {
        font-size: 25px;
    }
}

@media (max-width:450px) {
    .nav-pills .nav-links {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .nav-item {
        font-size: 16px;
        margin-right: 16px;
    }
}

/* DASHBORAD SECTION */


/* RESOURCES */

.resource {
    background-color: #f3f4f6;
}

.resource-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}
.resource-card:hover {
    transform: translateY(-5px);
}
.resource-card img {
    width: 30%;
    object-fit: cover;
    border-radius: 8px;
}
.resource-text h5 {
    font-weight: bold;
    margin-bottom: 5px;
}
.resource-text p {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 14px;
}

.btn-resource {
    border: 1px solid #293583;
    color: #293583;
}
.btn-resource:hover {
    border: 1px solid #293583;
    color: #293583;
}

.resmar {
    padding: 5% 7% 1% 7%;
}

.resmar_1 {
    padding: 2% 7%;
}


/* PROFILE */

.profilemaindiv {
    background-color: #f3f4f6;
}


.profilecontainer {
    max-width: 1200px;
    margin: 50px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sidebar {
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.profilenav-item {
    margin-bottom: 35px;
}

.profilenav-link {
    color: grey;
    text-decoration: none;
}

.profilenav-link:hover {
    color: black;
    font-weight: bold;
}

.profilesecdiv {
    width: 100%;
    background: white;
    margin-top: 8px;
    border-radius: 100px 0 0 0;
}

.profileinput {
    border-top: 1px solid #ebf0f9;
    border-bottom: 1px solid #ebf0f9;
    padding: 20px 0 10px 0;
}

.profilebtn{
 border: 1px solid #293583;
 color: #293583;
}

.vertical {
    border-left: 1px solid #ebf0f9;
}

.profile-photo {
    text-align: center;
}
.profile-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.form-control {
    border-radius: 5px;
}

.btn-save {
    border: 1px solid #293583;
    color: #293583;
    padding: 10px 40px;
    border-radius: 25px;
    background-color: white;
}
.btn-save:hover {
    background-color: #293583;
    color: white;
}

.notification {
    position: relative;
    margin-right: 15px;
}
.notification .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    font-size: 9px;
    padding: 3px 6px;
    border-radius: 50%;
}
.user-profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.notification img {
    width: 20px;  
    height: 20px; 
}
.profile-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.profile-section img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.profile-section .btn-group {
    display: flex;
    gap: 10px;
}
.form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-section .left-section, .form-section .right-section {
    flex: 1;
    min-width: 250px;
    padding: 0 3%;
}

.content-container {
    display: none; 
}
.content-container.active {
    display: block; 
}

#sendNotifications {
    width: 50%;
}
#updateGrants {
    width: 50%;
}

.nav {
    flex-grow: 1; 
    margin: 25px 0 0 50px;
}

.upgrade-card {
    background-color: #f4f6fc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: auto; 
}

.crown-icon {
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
}

.crown-icon img {
    width: 75px;
}

.card-content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}


@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-collapse {
        padding-top: 10px;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: 100%;
    }
    .form-section {
        flex-direction: column;
    }

}

@media (max-width:1024px) {
    .nav {
        margin: 25px 0 80px 50px;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: 100%;
    }
    #sendNotifications {
        width: 100%;
    }
    #updateGrants {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .navbar-toggler {
        border: none;
    }
    .user-profile img {
        height: 35px;
        width: 35px;
    }
    .notification {
        margin-right: 10px;
    }
    .profile-section {
        flex-direction: column;
        text-align: center;
    }
    .profile-section img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .profile-section .btn-group {
        flex-direction: column;
        gap: 5px;
    }
    .form-section .left-section, .form-section .right-section {
        width: 100%;
    }
    
}

/* STRATEGIES */

.filter-section {
    background: #f1f1f1;
    padding: 20px;
}
.main-content {
    background: white;
    padding: 20px;
}
.table th, .table td {
    vertical-align: middle;
}
.btn-primary {
    background-color: #004085;
    border: none;
}
.btn-primary:hover {
    background-color: #002752;
}
.filter-section h3 {
    font-size: 1.5rem;
}
.filter-section label, .filter-section select, .filter-section input, .filter-section button {
    font-size: 0.9rem;
}
.inline-selects {
    display: flex;
    gap: 10px;
}
.inline-selects .form-select {
    flex: 1;
}
.modal-content {
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
    margin: auto;
}
.modal-header {
    border-bottom: none;
    text-align: center;
}
.modal-title {
    font-weight: 600;
    color: #002752;
}
.btn-submit {
    background-color: #05305b;
    color: rgb(254, 253, 255);
    border-radius: 25px;
    padding: 10px;
    font-weight: 600;
    width: 100%;
}
.btn-submit:hover {
    background-color: #fefefe;
}
.btn-cancel {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
}




/* TRAINING */

.course-card .card {
    border-radius: 12px;
    overflow: hidden;
}
.course-card .card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #002f6c;
    color: #002f6c;
}

.nav-tabs .badge {
    font-size: 12px;
}

.pagination {
    list-style: none;
    display: flex;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    color: #000;
    background-color: #f8f9fa;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
}

.pagination .page-item.active .page-link {
    background-color: #002f6c;
    color: white;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

.pagination-info {
    font-size: 14px;
    color: #777;
}

.tab-content {
    background-color: #f3f4f6;
}

.tab-panes {
    display: none;
    padding: 3rem 9rem;
}

.tab-panes.active {
    display: block;
}

.traintb {
    padding-left: 6rem;
    padding-right: 3rem;
}

.btn-completed {
    background-color: #293583;
    border-radius: 25px;
    color: white;
    padding: 5px 20px;
}
.btn-quiz {
    border: 1px solid #293583;
    border-radius: 25px;
    color: #293583;
    padding: 5px 45px;
}



@media (max-width: 768px) {
    
    .viewing-info {
        flex-direction: column;
        align-items: center;
    }
    .viewing-info span {
        margin-bottom: 10px;
    }

    .traintb {
        padding-left: 0;
        padding-right: 0;
    }
    .tab-panes {
        padding: 2rem 1rem;
    }
    
}


/* FIND AN AGENT */

.agrntcontainer {
    background-color: #f3f4f6;
}

.agenthead {
    padding: 1% 10% 1% 10%;
}
.searchagentdiv {
    padding: 1% 10% 1% 10%;
}

.search-results-info {
    margin-top: 10px;
    font-size: 0.9rem;
}
.search-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.search-container .form-select {
    flex: 1;
    min-width: 150px;
}
.search-container .btn {
    flex-shrink: 0;
}
.search-container .search-results-info {
    flex: 1 1 100%;
    text-align: left;
}

.agent-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.agent-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.agent-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.agent-photo {
    width: 30%;
    height: auto;
    border-radius: 8px;
}

.agent-badge {
    position: absolute;
    width: 55px; 
    height: auto;
}

.role-card.selected {
    border: 3px solid #dc3545; /* Bootstrap danger red */
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
}

.membership-card.selected {
    border: 3px solid #007bff;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
    transition: all 0.2s ease-in-out;
}

.membership-card[data-disabled="true"] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: auto; /* still allows JS click to trigger alert */
}

.agent-card h5 {
    font-weight: 700;
    margin: 7px 0;
}

.agent-details {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    max-width: 600px; 
    margin: 20px 15px;
}

.detail-item {
    display: flex;
    justify-content: flex-start;
    gap: 10px; 
}

.label {
    font-weight: 600;
    min-width: 150px;
    font-size: 14px;
}

.value {
    flex: 1; 
    word-wrap: break-word; 
    font-size: 14px;
}


@media (max-width: 768px) {
    .search-container .search-results-info {
        flex: 1;
        text-align: left;
        margin-left: 10px;
        margin-top: 0;
    }
    .agent-details {
        display: flex;
        flex-direction: column;
        gap: 10px; 
        max-width: 600px; 
        margin: 20px 15px;
    }
    .agent-details {
        margin: 10px 5px;
    }
    .label , .value {
        font-size: 12px;
    }
    .label {
        min-width: 50px;
    }
    .agent-card h5 {
        font-size: 12px;
        font-weight: 600;
    }
    .agent-badge {
        width: 30px;
    }

}
@media (max-width: 767px) {
    .search-container {
        flex-direction: column;
    }
    .search-container .form-select {
        width: 100%;
        margin: 5px;
    }
    .search-container .btn {
        width: 100%;
    }
    .agent-details {
        margin: 10px 5px;
    }
    .label , .value {
        font-size: 12px;
    }
    .label {
        min-width: 50px;
    }
    .agent-card h5 {
        font-size: 12px;
        font-weight: 600;
    }
    .agent-badge {
        width: 30px;
    }
}