    * {
        margin: 0;
        padding: 0;
    }

    /* section 1 top bar */
    .top-bar {
        background-color: #e6e0f5;
        font-size: 14px;
    }


    .top-bar a {
        color: #6203d0;
        text-decoration: none;
        margin-left: 10px;
    }

    .top-bar i {
        color: #6203d0;
    }

    /* Section 2 nav bar   */
    .navh:hover{
       color: #6203d0;
    }




    /* Default (desktop) */
.navbar-nav .dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;

}


   /* Show dropdown smoothly on hover */
    .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }



/* For mobile */
@media (max-width: 768px) {
  .navbar-nav .dropdown-menu {
  position: static;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;n;
font-size: 10px;

  }

.dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

}

  .dropdown.active .dropdown-menu {
    display: block;        /* show when clicked */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


 
    
    .btn-purple {
        background-color: #6203d0;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        border-radius: 25px;
        padding: 4px 20px;
    }

    .btn-purple:hover {
        background-color: #580a9c;
        color: #fff;
    }

    .text1 {
        color: #6203d0 !important;
    }

    .nav-item {
        font-size: 15px;
        font-weight: 600;
    }


    /* section 3 content and image */

    .hero-section {
        background-color: #f4eaff;

    }

    .hero-text h1 {
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        font-size: 46px;

    }

    .hero-text .highlight,
    .text {
        color: #6203d0;
    }

    .hero-text p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }

    .hero-btn {
        background-color: #6203d0;
        color: #fff;
        padding: 13px 25px;
        border-radius: 25px;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
    }

    .hero-btn:hover {
        background: #5521b5;
        color: #fff;
    }

    .hero-img img {
        width: 101.5%;
    }

    /* Screen size ~1366 x 768 (or larger) */
    @media (min-width: 1025px) and (max-width: 1366px) and (max-height: 768px) {
        .hero-img img {
            width: 41.1vw;
            /* height: 80vh; */
            height: 670px;
        }
    }

    /* For 1024 × 600 (shorter height screens) */
    @media (width: 1024px) and (max-height: 600px) {
        .hero-img img {
            height: 100vh;
        }
    }

    /* For 1024 × 1366 (taller height screens) */
    @media (width: 1024px) and (min-height: 601px) {
        .hero-img img {
            height: 35vh;
        }
    }

    .image {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }


    /* section 4 cards */
    .section3-body {
        background-color: #0b1543;
        overflow: hidden;
    }

    .info-card {
        height: 5rem;
        font-family: 'Playfair Display', serif;
        font-size: 13px;
        border: 1px solid #5c2ed2;
        border-radius: 12px;
        padding: 15px;
        display: flex;
        align-items: center;
        color: white;
        background-color: #1B2A70;
        transition: 0.3s;

    }

    .info-card:hover {

        background-color: rgba(92, 46, 210, 0.15);
        cursor: pointer;
        transform: scale(1.04);
        box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
        transition: 0.2s ease-in-out;

    }

    .card2 {
        width: 10rem;
    }

    .info-icon {
        font-size: 25px;
        color: #ffffff;
    }

    .ellipse {
        background-color: #6101d1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        height: 2.5rem;
        width: 2.5rem;
    }

    /* right column (image and badge) */






    .col-text .btn {
        border-color: #7104ed !important;
        color: #7204ef;
        width: 10rem !important;
        font-weight: 500;
    }

    .col-text .btn:hover {
        background-color: #7204ef !important;
        color: white;

    }

    .col-text h2 {
        font-family: 'Playfair Display', serif;
        font-size: 40px;
    }

    .text-color {
        color: #6203d0;
    }

    .col-text p {
        line-height: 1.3;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }


    @media (min-width: 992px) {

        /* Desktop */
        .col-text p {
            font-size: 20px;
        }
    }

    @media (min-width: 1200px) {

        /* Large desktop */
        .col-text {
            font-size: 20px;
        }
    }


    .col-text .btn2 {
        font-size: 13px !important;
        width: 11rem !important;
        color: white !important;
        background-color: #6b03e1 !important;
    }

    /* section 6 content and cards */
    .main-section6 {
        background-color: #D6D3F0;
    }

    /* section6 part A decription  */
    .sec6-btn1 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        color: #2500AB !important;
        border-color: #2500AB !important;
        border-radius: 50px !important;
        height: 2rem !important;
        width: 8.5rem !important;
    }

    .sec6-btn1:hover {
        background-color: #6101D1 !important;
        color: white !important;

    }

    .sec6-btn2:hover {
        background-color: #6101D1 !important;
        color: white !important;
    }

    .sec6-p1 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 13px !important;
    }

    .sec6-h1 {
        font-family: 'Playfair Display', serif !important;
        font-weight: 700 !important;
        font-size: 40px !important;
        color: #6101D1 !important;

    }

    .sec6-p2 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 100 !important;
        font-size: 14.5px !important;
    }

    .sec6-btn2 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600 !important;
        font-size: 10px !important;
        background-color: #6101D1 !important;
        border-radius: 25px !important;
        width: 10rem !important;
    }

    /* section6 part B Cards */

    .service-card {
        border-radius: 30px 30px 11px 11px;
        /* border: 0px 1px 1px 1px  solid #6101D1; */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
/*         height: 30rem; */
		height:530px;
    }

    .service-card:hover {
        cursor: pointer;
        transform: scale(1.04);
        box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
        transition: 0.5s ease-in-out;
    }

    .service-card img {
        object-fit: cover;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        height: 160px;
    	aspect-ratio: 1;
    }

    .card-title {
        font-family: 'Playfair Display', serif !important;
        font-weight: 800;
        font-size: 18px;
    }

    .card-text {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 13.5px;
        font-style: normal;
    }

    .card-text1 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 78%;
        font-style: normal;
    }

    .card-text3 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 12.5px;
        font-style: normal;
    }

    .card-text4 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 12.4px;
        font-style: normal;
    }

    .service-card a {
        text-decoration: none;
        font-weight: 500;
        color: #6a0dad;
        margin-top: 60px;
    }


    /* section 7 content and said card */
    .sec7-btn1 {
        border-color: #6a0dad;
        color: #6a0dad;
    }

    .sec7-btn1:hover {
        background-color: #6b03e1 !important;

    }

    .sec7 h2 {
        font-family: 'Playfair Display', serif !important;
        font-size: 47px;
        line-height: 1;
    }

    .sec7 p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 18px;
    }

    .step-card {
        height: 11rem;
        background-color: #0a094c;
        color: white;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .step-card:hover {
        cursor: pointer;
        transform: scale(1.04);
        box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
        transition: 0.5s ease-in-out;
    }

    .step-card h4 {
        font-family: 'Playfair Display', serif !important;
        font-size: 21px;
    }

    .step-card p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 12px;

    }

    .step-card p {
        font-family: 'Roboto', sans-serif !important;

    }

    .step-number {
        background-color: #6b03e1;
        color: #fff;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .btn-purple {
        background-color: #6101d1;
        color: #fff;
        font-weight: 600;
        border-radius: 25px;
        padding: 10px 20px;
    }

    .btn-purple:hover {
        background-color: #512da8;
        color: #fff;
    }

    /* section 8 content */
    .emergency-section {
        background: linear-gradient(to bottom, #6708d5 40%, #a45afb 60%);
        color: #fff;
        text-align: center;
        padding: 60px 20px;
        position: relative;
        overflow: hidden;
        opacity: 0.9;
    }

    .emergency-section h2 {
        font-family: 'Playfair Display', serif !important;
        font-weight: 700;
        font-size: 40px;
        z-index: 1 !important;
    }

    .emergency-section p {
        font-family: 'Roboto', sans-serif !important;
        max-width: 700px;
        margin: 0 auto 30px;
        font-size: 1.42rem;
    }

    .emergency-btn {
        font-family: 'Poppins', sans-serif !important;
        background: #6101d1;
        color: #fff;
        border-radius: 30px;
        padding: 12px 25px;
        margin: 10px;
        border: none;
        font-weight: 500;
        font-size: 17px;
        transition: 0.3s;
        z-index: 1;
    }

    @media screen and (max-width: 390px) {
        .emergency-btn {
            width: 20rem;
            font-size: 20px;
            font-weight: 600;
        }
    }

    @media screen and (max-width: 414px) {
        .emergency-btn {
            width: 30rem;
            font-size: 15px;
            font-weight: 600;
        }
    }

    .emergency-btn:hover {
        background: #fff;
        color: #3d0b92;
    }

    .leaf {
        position: absolute;
        width: 200;
        height: 200px;
        z-index: 0;
    }

    .leaf.left {
        top: 10%;
        left: -10px;
    }

    .leaf.right {
        bottom: 30%;
        right: 2px;
    }

    /* section 9 content and card */
    .section9 {
        background-color: #d6d3f0;
    }

    .section9 h2 {
        font-family: 'Playfair Display', serif !important;
        font-weight: 700;
        font-size: 40px;
    }

    .span-h2 {
        color: #6101d1;
    }

    .section9 p {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 18px;
    }

    .cta-btn {
        font-family: 'Poppins', sans-serif !important;
        background-color: #6101d1;
        border: none;
        font-weight: 600;
        font-size: 12px;
        border-radius: 30px;
    }

    .cta-btn:hover {
        background-color: #580a9e;
    }

    i {
        margin-top: 2px;
        font-size: 20px;
        color: #6101d1;
    }

    /* section 10 heading and card */

    .sec10 .btn {
        border: 1px solid #6101D1;
        color: #6101D1;
        font-family: 'Roboto', sans-serif !important;
        font-size: 13px;
        font-weight: 400;

    }

    .sec10 .btn:hover {
        background-color: #6101D1 !important;
        color: white !important;
    }

    .sec10 h2 {
        font-family: 'Playfair Display', serif !important;
        font-weight: 700;
        font-size: 40px;

    }

    .sec10-h5 {
        font-family: 'Playfair Display', serif !important;
        font-size: 23px;

    }

    .sec10-card {
        background-color: #d6d3f0;
    }

    .card-border {
        border: 2px solid #6101d1;
    }

    .sec10-p {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    /* section 11 only content */
    .sec11-btn {
        font-family: 'Poppins', sans-serif !important;
        background: #6101d1;
        color: #fff;
        border: 1px solid white;
        border-radius: 30px;
        padding: 10px 0px;
        width: 60%;
        font-weight: 500;
        font-size: 16px;
        transition: 0.3s;
        z-index: 1;
        /* padding: 10px 150px 10px 150px; */
    }

    .sec11-btn:hover {
        background: #fff;
        color: #3d0b92;
        border: 1px solid #3d0b92;
    }

    /* section 12 heading and cards */

    .sec12-badge {
        border: 1px solid #6101D1;
        color: #6101D1;
    }

    .sec12-badge:hover {
        background-color: #6101D1 !important;
        color: white;
        cursor: pointer;
    }

    .section12-title {
        font-family: 'Playfair Display', serif !important;
        font-weight: 700;
        font-size: 48px;
        color: #6101D1;
    }

    .sec12-btn2 {
        font-family: 'Poppins', sans-serif !important;
        background: #6c2bd9;
        color: #fff;
        padding: 6px 22px;
        width: 17rem;
        font-weight: 500;
        font-size: 16px;
    }

    .sec12-btn2:hover {
        background-color: #4b1fa5;
        color: white;
    }

    .news-card {
        background-color: #eeecff;
        border: 2px solid #6101D1;
        border-radius: 12px;
        transition: transform 0.3s ease-in-out;
    }

    .news-card:hover {
      cursor: pointer;
    transform: scale(1.04);
    box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
    transition: 0.5s ease-in-out;
    }

    .news-card img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        object-fit: cover;
        padding: 12px 12px 0px 12px;
    }

    .date-text {
        font-family: 'Roboto', sans-serif !important;
        color: #2500AB;
        font-weight: 500;
        font-size: 2rem;
    }

    .news-card h5 {
        font-family: 'Playfair Display', serif !important;
        color: #6101D1;
        font-weight: 600;
        margin-top: 0px !important;
    }

    .news-card p {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 13px;
        line-height: 125%;
    }

    /* section 13 content and Accordion */
.home_badge:hover{
    background-color:#6101D1;
    color: white;
}

    .sec13 {
        background-color: #D6D3F0;
    }

    .sec13 h2 {
        font-family: 'Playfair Display', serif !important;
        font-size: 40px;
        font-weight: 700;
        color: #000;
    }

    .sec13 h3 {
        font-family: 'Playfair Display', serif !important;
        font-size: 40px;
        font-weight: 700;
        color: #6c2bd9;
    }

    .faq-badge {
        color: #6101d1;
        border: 1px solid #6101d1;
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 300px !important;
    }

    .accordion-button {
        font-weight: 600;
        border-radius: 10px;

    }

    .accordion-button:not(.collapsed) {
        background-color: #f5f1fa;
        color: #000;
        box-shadow: none;
    }

    .accordion-item {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .accordion-item h2 {
        font-size: 24px;
    }

    .accordion-item {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
    }

    .accordion-item:has(.accordion-collapse.show) {
        border: 2px solid #6101d1;
        border-radius: 8px;
    }

    /* section 14 only content */

    @media screen and (max-width: 390px) {

        .sec14-btn,
        .sec11-btn,
        .emergency-btn {
            padding: 8px 10px 8px 10px;
            font-size: 10px;
            font-weight: 600;
        }
    }


    /* footer section */
    footer {
        background-color: #0E1849;
        color: white;
    }

    .foot-home {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 15px;

    }

    .igm2 img {
        margin-left: 9px;
    }

    .small {
        line-height: 15px;
    }

    .foot-i1 {
        font-size: 25px !important;
        color: white !important;
    }

    .foot-btn {
        background-color: #7D2EDA !important;
        color: white !important;
        border-radius: 0px 8px 8px 0px;
    }

    .foot-intput {
        border-radius: 8px 0px 0px 8px;
    }

    .foot-heading {
        font-family: 'Playfair Display', serif;
        font-weight: 600;
        font-size: 20px;

    }

