
        .fa-arrow-right{
            display: none;            
        }
        .dropdown-item:hover .fa-arrow-right{
            display: inline;
        }

 body, html {
            height: 100%;
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
        }

        .bg-image {
            background-image: url('your-image.png'); /* Replace with your image path */
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            animation: scrollBackground 20s linear infinite;
            height: 100%;
            position: relative;
        }

        @keyframes scrollBackground {
            0% { background-position: 0 0; }
            100% { background-position: -100% 0; }
        }

        .navbar {
            background: rgba(0, 0, 0, 0.85);
        }

        .navbar-nav .nav-link {
            color: #ffffff;
            padding: 10px;
            transition: color 0.3s, transform 0.3s;
        }

        .navbar-nav .nav-link:hover {
            color: #f39c12;
            transform: scale(1.1);
        }

        .dropdown-menu {
            animation: fadeIn 0.5s;
            background-color: #ffffff;
        }

        .dropdown-item {
            color: #000;
            transition: background-color 0.3s, transform 0.3s;
        }

        .dropdown-item:hover {
            /*background-color: #f5f5f5;*/
            /*transform: translateX(10px);*/
            background: linear-gradient(to right, #ff7e5f, #feb47b);

        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .footer {
            background-color: #000;
            color: #fff;
            padding: 20px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .footer .section-title {
            font-weight: bold;
            margin-bottom: 15px;
        }
        .footer hr {
            border-top: 1px solid #555;
        }
        .footer small {
            display: block;
            margin-top: 15px;
        }
         .fa-arrow-right{
            display: none;            
        }
        .dropdown-item:hover .fa-arrow-right{
            display: inline;
        }

        .hero-section {
            background-color: #f9f9f9;
            padding: 50px 0;
        }
        .hero-content {
            color: #d52b1e;
            font-weight: bold;
        }
        .hero-description {
            color: #333;
            margin-top: 20px;
        }
        .hero-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        .icon-up {
            color: #d52b1e;
            text-align: right;
        }
        
        .outlined-text {
            font-size: 50px;
            color: transparent;
            -webkit-text-stroke: 1px #002060;
            text-stroke: 1px #002060;
            font-weight: bold;
        }

        .industries-section {
            background-color: #212121;
            color: #fff;
            padding: 60px 15px;
            text-align: center;
        }
        .industries-section h2 {
            color: #d52b1e;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .industries-section p {
            color: #ccc;
            margin-bottom: 40px;
        }
        .industry-card {
            background-color: #fff;
            color: #333;
            border: none;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            background-color: #d52b1e;
            color: #fff;
        }
        .ii
        {
            color: navy;
        }
        .industry-card:hover *{            
            color: #fff;
        }
        .industry-card i {
            font-size: 40px;
            color: #d52b1e;
            margin-bottom: 10px;
        }
        .industry-card h5 {
            margin-top: 10px;
            font-weight: bold;
        }
        .highlight-card {
            background-color: #d52b1e;
            color: #fff;
        }
        .ar {
        text-decoration: none;
}

.header-banner {
            background-color: #1d3b64;
            color: #fff;
            text-align: center;
            padding: 15px;
            font-weight: bold;
            font-size: 1.5rem;
            border-radius: 5px;
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 2;
            width: auto;
            max-width: 300px;
        }
        .service-overlay {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: absolute;
            bottom: 15px;
            right: -75%; /* Adjusted to make only 1/4th of the box overlay the image */
            z-index: 3;
            max-width: 300px;
            width: 100%;
        }
        .service-heading {
            color: #d52b1e;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .service-list {
            padding-left: 0;
        }
        .service-item {
            list-style: none;
            margin-bottom: 10px;
        }
        .service-item:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #d52b1e;
            font-weight: bold;
        }
        .image-container {
            border-radius: 10px;
            overflow: hidden;
            margin: 20px auto;
            position: relative;
            z-index: 1;
            max-width: 800px;
        }
        .image-container img {
            width: 500px;
            height: 300px;
        }

        .research-box {
            background-color: #f8f9fa;
            padding: 20px;
            border-left: 5px solid #1d3b64;
            border-radius: 5px;
            flex: 0 0 40%;
            margin-right: 20px;
        }
        .research-btn {
            display: inline-block;
            background-color: #d52b1e;
            color: #fff;
            padding: 10px 20px;
            border-radius: 50px;
            text-decoration: none;
            margin-top: 15px;
        }
        .services-box {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            flex: 0 0 20%;
        }

@media(max-width: 667px)
{
    .services-box
    {
        flex: 0 0 90%;  
    }
    .research-box{
        flex: 0 0 90%;
    }
}

        .services-title {
            color: #d52b1e;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .services-list li {
            list-style: none;
            margin-bottom: 10px;
            position: relative;
            padding-left: 30px;
        }
        .services-list li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #d52b1e;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .services-list {
            counter-reset: item;
        }
        .content-wrapper {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
            flex-wrap: wrap;
        }


        .latest-happenings {
            text-align: center;
            margin-top: 30px;
            font-family: Arial, sans-serif;
        }
        .happenings-header {
            color: #ff3d3d;
            font-size: 36px;
            font-weight: bold;
        }
        .happenings-subtitle {
            color: #6c757d;
            margin-bottom: 20px;
        }
        .happening-card {
            max-width: 400px;
            margin: 0 auto;
        }
        .happening-card img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .card-text-title {
            color: #d9534f;
            font-weight: bold;
        }


        .hero-container {
            background: url('../images/bg8.png') no-repeat center center/cover;
            color: white;
            padding: 100px 0;
            position: relative;
        }
        .breadcrumb-wrapper {
            margin-bottom: 20px;
        }
        .tabs-container .nav-link {
            color: white;
            border: 1px solid #dc3545;
        }
        .tabs-container .nav-link.active {
            background-color: #dc3545;
            color: white;
        }
        .overlay-layer {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .tabs-wrapper {
            position: absolute;
            bottom: 0;
            width: 100%;
            margin-bottom: 0;
        }


        .stat-card, .highlight-card {
            border: none;
            border-radius: 8px;
            text-align: center;
            padding: 10px;
            margin: 10px;
            font-family: Arial, sans-serif;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .highlight-card {
            color: #fff;
        }
        .highlight-primary {
            background-color: #003366;
        }
        .highlight-secondary {
            background-color: #ff3d3d;
        }
        .stat-number {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .highlight-text {
            font-size: 24px;
            font-weight: bold;
        }
        .container-custom {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        .card-img {
            border-radius: 8px;
            overflow: hidden;
        }

        .custom-stat-number {
            font-size: 2rem;
            font-weight: bold;
        }

        .custom-highlight-text {
            font-weight: bold;
            font-size: 1.2rem;
            color: #333;
        }

        .custom-card {
            border-radius: 8px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }

        .custom-card img {
            border-radius: 8px;
        }

        .custom-shadow {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
        }

        .custom-card-bg-primary {
            background-color: #0d6efd;
            color: white;
        }

        .custom-card-bg-light {
            background-color: #f8f9fa;
        }

        .custom-text-danger {
            color: #dc3545;
        }

         .who-we-are-section {
            display: flex;
            align-items: center;
            height: 100vh;
        }

        .who-we-are-left {
            background-color: #0d6efd; /* Blue background */
            color: white;
            padding: 4rem 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .who-we-are-title {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }

        .who-we-are-description {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 1rem;
            text-align: left;
        }

        .who-we-are-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @media (max-width: 991px) {
            .who-we-are-section {
                flex-direction: column;
                height: auto;
            }

            .who-we-are-left {
                padding: 2rem;
                text-align: center;
            }

            .who-we-are-right img {
                height: auto;
            }
        }


        .usp-section {
            padding: 4rem 2rem;
            text-align: center;
        }

        .usp-title {
            font-size: 2rem;
            font-weight: bold;
            color: #dc3545; /* Red color for title */
            margin-bottom: 3rem;
        }

        .usp-item {
            position: relative;
            padding: 1rem 2rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .usp-item:hover {
            color: #0d6efd; /* Navy text on hover */
        }

        .usp-item:hover .usp-number,
        .usp-item:hover .usp-heading,
        .usp-item:hover .usp-description {
            color: #0d6efd; /* Change all text to navy on hover */
        }

        .usp-item:hover .usp-line {
            background-color: #0d6efd; /* Change line to navy on hover */
        }

        .usp-number {
            font-size: 22px;
            font-weight: bold;
            color: #d6d8db; /* Light grey */
            margin-bottom: 0.5rem;
            transition: color 0.3s ease;
        }

        .usp-heading {
            font-size: 18px;
            font-weight: bold;
            color: #dc3545; /* Red color for headings */
            margin-bottom: 1rem;
            transition: color 0.3s ease;
        }

        .usp-description {
            font-size: 15px;
            color: #6c757d; /* Muted text */
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .usp-line {
            width: 80%;
            height: 2px;
            background-color: #d6d8db; /* Light blue line */
            margin: 1rem auto;
            transition: background-color 0.3s ease;
        }


        .vision-mission-section {
            padding: 4rem 2rem;
        }

        .vision-card, .mission-card {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .vision-header, .mission-header {
            padding: 1.5rem;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .vision-header {
            background-color: #0d6efd; /* Blue */
        }

        .mission-header {
            background-color: #dc3545; /* Red */
        }

        .vision-body, .mission-body {
            padding: 2rem;
            font-size: 15px;
            color: #333;
            line-height: 1.8;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-top: none;
        }

        .icon {
            font-size: 2rem;
        }

        .vision-icon {
            color: #fff; /* Vision icon white */
        }

        .mission-icon {
            color: #fff; /* Mission icon white */
        }

        @media (max-width: 768px) {
            .vision-mission-section {
                padding: 2rem 1rem;
            }

            .vision-card, .mission-card {
                margin-bottom: 2rem;
            }
        }


        .stats-section {
            padding: 2rem 0;
            text-align: center;
            background-color: #f8f9fa;
        }

        .stats-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 1rem 0;
        }

        .stats-item img {
            width: 50px;
            height: auto;
            opacity: 0.6;
            margin-right: 1rem;
        }

        .stats-content {
            text-align: left;
        }

        .stats-number {
            font-size: 2rem;
            font-weight: bold;
            color: navy;
            margin: 0;
        }

        .stats-text {
            font-size: 1rem;
            color: #6c757d;
            margin: 0;
        }


        .advantage-section {
            padding: 4rem 2rem;
            background-color: #f8f9fa;
            display: flex;
            flex-wrap: wrap;
        }

        .advantage-title-fixed {
            position: sticky;
            top: 0;
            z-index: 10;
            background-color: #f8f9fa;
            padding-right: 1rem;
        }

        .advantage-title {
            font-size: 25px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 1rem;
        }

        .advantage-description {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.8;
        }

        .advantage-list {
            border-left: 2px solid #d6d8db;
            padding-left: 2rem;
            position: relative;
            height: 100%;
        }

        .advantage-item {
            position: relative;
            margin-bottom: 2rem;
        }

        .advantage-item:last-child {
            margin-bottom: 0;
        }

        .advantage-number {
            position: absolute;
            left: -2.5rem; /* Adjusted for proper alignment */
            top: 0;
            width: 50px;
            height: 50px;
            background-color: #f8f9fa;
            border: 2px solid #d6d8db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            font-weight: bold;
            color: #0d6efd;
        }
        .advantage-number:hover{
            color: white;
            background-color: navy;
        }


        .advantage-heading {
            margin-left: 2.5rem; /* Added spacing to align to the right of the number */
            font-size: 20px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 0.5rem;
        }

        .advantage-text {
            margin-left: 2.5rem; /* Added spacing to align with the heading */
            font-size: 15px;
            color: #6c757d;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .advantage-title-fixed {
                position: relative;
            }

            .advantage-number {
                left: -2rem;
                transform: scale(0.8);
            }

            .advantage-heading, .advantage-text {
                margin-left: 2rem; /* Adjusted for smaller screens */
            }
        }


        .leadership-section {
            padding: 4rem 2rem;
            text-align: center;
            background-color: #ffffff;
        }

        .leadership-title {
            font-size: 22px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 2rem;
        }

        .leadership-text {
            font-size: 17px;
            color: #6c757d;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        @media (max-width: 768px) {
            .leadership-section {
                padding: 2rem 1rem;
            }

            .leadership-title {
                font-size: 1.8rem;
            }

            .leadership-text {
                font-size: 0.9rem;
            }
        }



        .team-section {
            padding: 4rem 2rem;
            text-align: center;
            background-color: #f8f9fa;
        }

        .team-title {
            font-size: 22px;
            font-weight: bold;
            color: #0d6efd;
            margin-bottom: 0.5rem;
        }

        .team-subtitle {
            font-size: 20px;
            color: #6c757d;
            margin-bottom: 3rem;
        }

        .team-member {
            position: relative;
            margin-bottom: 2rem;
            transition: transform 0.3s ease;
            overflow: hidden;
            border-radius: 8px;
        }

        .team-member img {
            width: 100%;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .team-member:hover img {
            transform: scale(1.1); /* Slight zoom effect */
            opacity: 0.3;
        }

        .team-info {
            margin-top: 1rem;
        }

        .team-name {
            font-size: 20px;
            font-weight: bold;
            color: #0d6efd;
        }

        .team-position {
            font-size: 15px;
            color: #6c757d;
        }

        .description-card {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.9);
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: none;
            text-align: center;
            z-index: 10;
        }

        .description-card h5 {
            font-size: 20px;
            font-weight: bold;
            color: #0d6efd;
            margin-bottom: 0.5rem;
        }

        .description-card p {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.5;
        }

        .description-card a {
            color: #0d6efd;
            font-weight: bold;
            text-decoration: none;
        }

        .team-member:hover .description-card {
            display: block;
        }

        @media (max-width: 768px) {
            .description-card {
                position: static;
                transform: none;
                width: 100%;
                margin-top: 1rem;
            }

            .team-member img {
                opacity: 1; /* Remove opacity effect for mobile */
            }
        }


        .memberships-section {
            padding: 4rem 2rem;
            background-color: #ffffff;
            text-align: center;
        }

        .memberships-title {
            font-size: 25px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 2rem;
        }

        .membership-item {
            text-align: left;
            margin-bottom: 2rem;
        }

        .membership-item h5 {
            font-size: 15px;
            font-weight: bold;
            color: #0d6efd;
            margin-bottom: 0.5rem;
        }

        .membership-item p {
            font-size: 14px;
            color: #6c757d;
            line-height: 1.8;
        }

        @media (max-width: 768px) {
            .membership-item {
                margin-bottom: 1.5rem;
            }
        }


        .carousel-container {
            padding: 30px;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            overflow: hidden;
        }

        .carousel {
            display: flex;
            gap: 2rem;
            transition: transform 0.5s ease-in-out;
            position: relative;
        }

        .carousel img {
            height: 30px;
            /*margin-left: 100px;*/
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .carousel img:hover {
            transform: scale(1.1); /* Zoom effect on hover */
        }

        .carousel-wrapper {
            width: 90%;
            overflow: hidden;
            display: flex;
            justify-content: center;
        }

        @media (max-width: 768px) {
            .carousel-wrapper {
                width: 90%;
            }
        }


        .tieups-section {
            padding: 4rem 2rem;
            text-align: center;
            background-color: #ffffff;
        }

        .tieups-title {
            font-size: 25px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 1rem;
        }

        .tieups-subtitle {
            font-size: 22px;
            font-weight: bold;
            color: #0d6efd;
            margin-bottom: 2rem;
        }

        .tieups-text {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        .tieups-logo {
            margin-top: 2rem;
        }

        .tieups-logo img {
            width: 150px;
            height: auto;
        }

        @media (max-width: 768px) {
            .tieups-title {
                font-size: 1.8rem;
            }

            .tieups-subtitle {
                font-size: 1.3rem;
            }

            .tieups-text {
                font-size: 0.9rem;
            }
        }


        .insurance-section {
            padding: 4rem 2rem;
            background-color: #ffffff;
        }

        .insurance-left {
            color: #6c757d;
            line-height: 1.8;
            font-size: 15px;
        }

        .insurance-left ul {
            margin-top: 1rem;
            padding-left: 1.5rem;
        }

        .insurance-left ul li {
            list-style: disc;
            margin-bottom: 0.5rem;
        }

        .insurance-right {
            text-align: left;
        }

        .insurance-right h5 {
            font-size: 28px;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 0.5rem;
        }

        .insurance-right p {
            font-size: 20px;
            color: #6c757d;
            margin-bottom: 1.5rem;
        }

        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #dc3545;
            color: #fff;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .scroll-to-top:hover {
            background-color: #bb2d3b;
        }

        @media (max-width: 768px) {
            .insurance-right h5 {
                font-size: 20px;
            }

            .insurance-left ul li {
                font-size: 15px;
            }

            .scroll-to-top {
                width: 35px;
                height: 35px;
            }
        }


        .coverage-section {
            padding: 4rem 2rem;
            text-align: left;
        }

        .coverage-header {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .coverage-intro {
            font-size: 1rem;
            font-weight: normal;
            color: #cfd8dc; /* Muted white for subtitle */
            margin-bottom: 2rem;
        }

        .link-container {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .link-column {
            flex: 1;
            min-width: 200px;
        }

        .link-column a {
            display: block;
            font-size: 1rem;
            font-weight: 500;
            color: #ffffff;
            text-decoration: none;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }

        .link-column a:hover {
            text-decoration: underline;
            font-size: 1.1rem; /* Increases text size slightly */
        }

        .column-divider {
            border-bottom: 1px solid #cfd8dc;
            margin-top: 1rem;
        }

        .back-to-top-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #dc3545;
            color: #fff;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .back-to-top-btn:hover {
            background-color: #bb2d3b;
        }

        @media (max-width: 768px) {
            .coverage-header {
                font-size: 1.8rem;
            }

            .link-column {
                flex: 1 1 100%; /* Stack columns vertically */
            }

            .back-to-top-btn {
                width: 35px;
                height: 35px;
            }
        }



        .policy-section-wrapper {
            padding: 4rem 2rem;
            text-align: left;
        }

        .policy-header-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .policy-introduction {
            font-size: 20px;
            font-weight: normal;
            color: #cfd8dc; /* Muted white for subtitle */
            margin-bottom: 2rem;
        }

        .policy-links-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .policy-group-block {
            flex: 1;
            min-width: 200px;
        }

        .policy-group-block a {
            display: block;
            font-size: 20px;
            font-weight: 500;
            color: #ffffff;
            text-decoration: none;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }

        .policy-group-block a:hover {
            text-decoration: underline;
            font-size: 22px;
            color: red; /* Increases text size slightly */
        }

        .divider-line {
            border-bottom: 1px solid #cfd8dc;
            margin-top: 1rem;
        }

        .top-navigation-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #dc3545;
            color: #fff;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .top-navigation-btn:hover {
            background-color: #bb2d3b;
        }

        @media (max-width: 768px) {
            .policy-header-title {
                font-size: 1.8rem;
            }

            .policy-group-block {
                flex: 1 1 100%; /* Stack columns vertically */
            }

            .top-navigation-btn {
                width: 35px;
                height: 35px;
            }
            .policy-group-block a{
                font-size: 15px;
                text-align: center;
            }
            .policy-group-block a:hover{
                font-size: 17px;
            }
        }


        .insurance-header {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
    }

    .insurance-description {
      font-size: 18px;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 40px;
    }

    .custom-card {
      background-color: #0c2a4d;
      border: none;
      padding: 20px;
      border-top: 2px solid #ccc;
    }

    .custom-card-title {
      font-size: 18px;
      font-weight: bold;
      color: #ff5b5b; /* Red for headings */
    }

    .custom-card-text {
      font-size: 16px;
      color: #d3d3d3;
      line-height: 1.5;
    }

    .arrow-container {
      text-align: right;
      font-size: 24px;
      color: #ff5b5b;
    }


    .solutions-title {
      font-size: 32px;
      font-weight: bold;
      color: #1d3557; /* Dark blue color */
      margin-bottom: 20px;
    }

    .solutions-description {
      font-size: 18px;
      color: #6c757d; /* Grey for the description */
      margin-bottom: 40px;
    }

    .solutions-list {
      font-size: 16px;
      color: #1d3557; /* Dark blue for the links */
      line-height: 2;
    }

    .solutions-list a {
      text-decoration: none;
      color: #1d3557;
    }

    .solutions-list a:hover {
      text-decoration: underline;
    }


    .section-title {
      font-size: 28px;
      font-weight: bold;
      color: #1d3557; /* Dark blue */
      text-align: center;
      margin-bottom: 40px;
    }

    .icon-card {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
      transition: transform 0.3s ease-in-out;
    }

    .icon-card:hover {
      transform: scale(1.05); /* Slight zoom on hover */
    }

    .icon-card i {
      width: 40px;
      color: darkblue;
      height: 40px;
      margin-bottom: 10px;
      transition: color 0.3s ease-in-out, filter 0.3s ease-in-out;
    }

    .icon-card:hover img {
      filter: brightness(0) invert(1); /* Change icon color */
    }

    .icon-title {
      font-size: 16px;
      color: #1d3557; /* Blue text */
      margin-top: 10px;
      transition: color 0.3s ease-in-out;
    }

    .icon-card:hover .icon-title {
      color: #ff5b5b; /* Change text color to red */
    }


    .cta-button {
      background-color: #ff5b5b;
      color: #fff;
      font-weight: bold;
      padding: 8px 15px;
      border: none;
      border-radius: 20px;
      transition: background-color 0.3s ease-in-out;
      text-align: center;
      font-size: 14px;
      display: inline-block;
      margin-top: 30px;
    }

    .cta-button:hover {
      background-color: #d43c3c;
    }


    .section-title {
      font-size: 28px;
      font-weight: bold;
      color: #1d3557;
      text-align: center;
      margin-bottom: 10px;
    }

    .section-subtitle {
      font-size: 16px;
      color: #6c757d;
      text-align: center;
      margin-bottom: 20px;
    }

    .toggle-bar {
      background-color: #1d3557;
      color: white;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
    }

    .toggle-bar i {
      margin-left: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .icon-card {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }

    .icon-card i {
      font-size: 40px;
      margin-bottom: 10px;
      color: #1d3557;
    }

    .icon-title {
      font-size: 16px;
      color: #1d3557;
      margin-top: 10px;
    }

    .hidden {
      display: none;
    }


        .specialty-header {
      font-size: 28px;
      font-weight: bold;
      color: #1d3557;
      text-align: center;
      margin-bottom: 10px;
    }

    .specialty-description {
      font-size: 16px;
      color: #6c757d;
      text-align: center;
      margin-bottom: 20px;
    }

    .specialty-toggle {
      background-color: #1d3557;
      color: white;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
    }

    .specialty-toggle i {
      margin-left: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .specialty-card {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }

    .specialty-card i {
      font-size: 40px;
      margin-bottom: 10px;
      color: #1d3557;
    }

    .specialty-title {
      font-size: 16px;
      color: #1d3557;
      margin-top: 10px;
    }

    .specialty-highlight {
      color: #ff5b5b; /* Highlighted red color */
    }

    .specialty-hidden {
      display: none;
    }


    .coverage-title {
      font-size: 28px;
      font-weight: bold;
      color: #1d3557;
      text-align: center;
      margin-bottom: 10px;
    }

    .coverage-subtitle {
      font-size: 16px;
      color: #6c757d;
      text-align: center;
      margin-bottom: 40px;
    }

    .coverage-card {
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out;
    }

    .coverage-card:hover {
      transform: scale(1.05);
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    }

    .coverage-card i {
      font-size: 40px;
      color: #ff5b5b;
      margin-bottom: 15px;
    }

    .coverage-card h5 {
      font-size: 18px;
      font-weight: bold;
      color: #ff5b5b;
      margin-bottom: 10px;
    }

    .coverage-card p {
      font-size: 14px;
      color: #333;
      line-height: 1.6;
    }


    .coverage-section-title {
      font-size: 24px;
      font-weight: bold;
      color: #1d3557;
      text-align: center;
      margin-bottom: 10px;
    }

    .coverage-section-subtitle {
      font-size: 16px;
      color: #6c757d;
      text-align: center;
      margin-bottom: 40px;
    }

    .coverage-icon-card {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .coverage-icon-card:hover {
      transform: scale(1.05);
    }

    .coverage-icon-card i {
      font-size: 40px;
      color: #1d3557;
      margin-bottom: 10px;
    }

    .coverage-title {
      font-size: 16px;
      color: #1d3557;
      font-weight: bold;
      margin-top: 10px;
    }


        .note-section {
      text-align: center;
      margin-bottom: 20px;
    }

    .note-text {
      font-size: 18px;
      color: #ff5b5b;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .note-subtext {
      font-size: 16px;
      color: #6c757d;
    }

    .btn-connect {
      background-color: #ff5b5b;
      color: #ffffff;
      font-weight: bold;
      padding: 10px 30px;
      border: none;
      border-radius: 25px;
      text-align: center;
      font-size: 16px;
      transition: background-color 0.3s ease-in-out;
    }

    .btn-connect:hover {
      background-color: #d43c3c;
    }



        .custom-toggle-section {
      background-color: #1d3557;
      color: white;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
    }

    .custom-toggle-section i {
      margin-left: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .custom-content-section {
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 20px;
      margin-top: 10px;
      display: none; /* Initially hidden */
    }

    .custom-content-section p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
    }

    .custom-scroll-top {
      text-align: center;
      margin-top: 20px;
    }

    .custom-scroll-top i {
      color: #ff5b5b;
      font-size: 18px;
    }

    .custom-scroll-top i:hover {
      cursor: pointer;
    }


    .exporter-toggle-header {
      background-color: #1d3557;
      color: white;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
    }

    .exporter-toggle-header i {
      margin-left: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .exporter-content-box {
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 20px;
      margin-top: 10px;
      display: none; /* Initially hidden */
    }

    .exporter-content-box p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
    }

    .exporter-scroll-top {
      text-align: center;
      margin-top: 20px;
    }

    .exporter-scroll-top i {
      color: #ff5b5b;
      font-size: 18px;
    }

    .exporter-scroll-top i:hover {
      cursor: pointer;
    }



        .book-card {
      position: relative;
      width: 80%;
      height: 270px; /* Smaller height for cards */
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .book-card:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .book-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures image fits within the card */
    }

    .book-title {
      font-size: 14px; /* Slightly smaller font */
      color: #ff5b5b;
      font-weight: bold;
      text-align: center;
      margin-top: 10px;
    }

    .hover-arrow {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      font-size: 20px; /* Smaller icon size */
      color: #ff5b5b;
      display: none;
      cursor: pointer;
    }

    .book-card:hover .hover-arrow {
      display: block;
    }



        .video-card {
      position: relative;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }

    .video-card:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .video-title {
      font-size: 14px;
      color: #ff5b5b;
      font-weight: bold;
      text-align: center;
      margin-top: 10px;
    }

    .ratio {
      border-radius: 8px;
    }


        .main-title {
      font-size: 24px;
      font-weight: bold;
      color: #1d3557;
      text-align: center;
      margin-bottom: 30px;
    }

    .main-title span {
      color: #ff5b5b;
    }

    .square-card {
      background-color: #1d3557;
      color: white;
      border-radius: 8px;
      text-align: center;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: transform 0.2s;
    }

    .square-card.wide-card {
      height: 200px;
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
    }

    .square-card.white-card {
      background-color: white;
      border: 1px solid #ddd;
      color: #1d3557;
    }

    .square-card.white-card .red-text {
      color: #ff5b5b;
    }

    .square-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .highlight {
      font-size: 28px;
      font-weight: bold;
    }

    .sub-text {
      font-size: 14px;
      margin-top: 5px;
    }



        .custom-card1 {
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 500px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .text-card1 {
      background-color: #1d3557;
      color: white;
      padding: 20px;
      flex: 1;
      font-size: 14px;
      line-height: 1.5;
    }

    .image-card1 {
      flex: 1;
    }

    .image-card1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .red-card1 {
      background-color: #ff5b5b;
      color: white;
      padding: 20px;
      flex: 1;
    }

    .red-card1 img {
      width: 100%;
      height: auto;
      margin-top: 10px;
      border-radius: 8px;
    }


        .section-title {
      font-size: 24px;
      font-weight: bold;
      color: #ff5b5b;
      text-align: center;
      margin-bottom: 10px;
    }

    .section-subtitle {
      text-align: center;
      font-size: 14px;
      color: #6c757d;
      margin-bottom: 20px;
    }

    .cta-button {
      background-color: #1d3557;
      color: white;
      border: none;
      border-radius: 50px;
      padding: 10px 30px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .cta-button:hover {
      background-color: #143047;
      text-decoration: none;
    }

    .cta-button .arrow-icon {
      margin-left: 10px;
      font-size: 16px;
    }


        .contact-section {
      padding: 40px 0;
    }

    .contact-details {
      font-size: 14px;
      line-height: 1.8;
      color: #34495e;
    }

    .contact-details h5 {
      font-weight: bold;
      color: #2c3e50;
    }

    .contact-details .location {
      font-weight: bold;
      color: #e74c3c;
    }

    .form-section {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
    }

    .form-section h4 {
      color: #e74c3c;
      font-weight: bold;
    }

    .btn-submit {
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 10px 20px;
      font-size: 14px;
      transition: background-color 0.3s ease-in-out;
    }

    .btn-submit:hover {
      background-color: #2980b9;
    }

    .captcha-box {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .captcha-box label {
      margin: 0;
    }

    .captcha-box img {
      height: 20px;
    }

    .captcha-checked {
      color: #27ae60;
    }


    .menu-section {
      margin: 20px 0;
    }

    .menu-title {
      font-weight: bold;
      font-size: 18px;
      color: #002060;
      margin-bottom: 10px;
    }

    .menu-item a {
      display: block;
      padding: 10px;
      color: #002060;
      text-decoration: none;
      border: 1px solid #e0e0e0;
      margin-bottom: 5px;
      border-radius: 4px;
      transition: all 0.3s ease-in-out;
    }

    .menu-item a:hover {
      background-color: #002060;
      color: #fff;
    }



    .privacy-policy h1 {
            color: red;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        .privacy-policy h2 {
            color: #333;
            font-size: 1.8rem;
            font-weight: bold;
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }
        .privacy-policy p {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 1rem;
        }
        .privacy-policy li {
            margin-bottom: 0.5rem;
        }


         .disclaimer-section h3 {
            font-size: 1.8rem;
            font-weight: bold;
            color: red;
            margin-bottom: 1rem;
        }
        .disclaimer-section p {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 1rem;
        }
        .disclaimer-section ul {
            font-size: 15px;
            line-height: 1.8;
            margin-left: 1.5rem;
        }
        .disclaimer-section ul li {
            margin-bottom: 0.5rem;
        }
        .disclaimer-section a {
            color: #0d6efd;
            text-decoration: none;
        }
        .disclaimer-section a:hover {
            text-decoration: underline;
        }


                .unique-toggle-section {
            background-color: #00264d;
            color: white;
            padding: 2rem;
            border-radius: 0.5rem;
        }

        .unique-header-box {
            background-color: white;
            color: #00264d;
            padding: 1rem;
            border-radius: 0.5rem;
            cursor: pointer;
            text-align: center;
            font-weight: bold;
        }

        .unique-header-box:hover {
            background-color: #e6e6e6;
        }

        .unique-content-box {
            display: none;
            margin-top: 1rem;
            font-size: 15px;
        }

        .unique-ul {
            list-style-type: circle;
            padding-left: 1.5rem;
        }

        .unique-up-icon {
            text-align: center;
            margin-top: 1rem;
        }

        .unique-up-icon a {
            color: red;
            font-size: 20px;
            text-decoration: none;
        }

        .unique-up-icon a:hover {
            color: darkred;
        }



                .toggle-container {
            background-color: #022c43;
            border-radius: 8px;
            margin: 20px 0;
            padding: 15px;
            color: #ffffff;
        }

        .toggle-header {
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            padding: 10px 15px;
            background-color: #ffffff;
            color: #022c43;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .toggle-content {
            margin-top: 15px;
            display: none;
            font-size: 15px;
            padding: 15px;
            background-color: #ffffff;
            color: #022c43;
            border-radius: 5px;
        }

        .scroll-up-icon {
            text-align: right;
            margin-top: 10px;
        }

        .scroll-up-icon a {
            color: crimson;
            font-size: 20px;
            text-decoration: none;
        }

        .scroll-up-icon a:hover {
            color: darkred;
        }


                .collapse-container {
            background-color: #013a63;
            border-radius: 8px;
            margin: 20px 0;
            padding: 15px;
            color: #ffffff;
        }

        .collapse-header {
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            padding: 10px 15px;
            background-color: #ffffff;
            color: #013a63;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .collapse-content {
            margin-top: 15px;
            display: none;
            font-size: 15px;
            padding: 15px;
            background-color: #ffffff;
            color: #013a63;
            border-radius: 5px;
        }

        .scroll-top-icon {
            text-align: right;
            margin-top: 10px;
        }

        .scroll-top-icon a {
            color: crimson;
            font-size: 20px;
            text-decoration: none;
        }

        .scroll-top-icon a:hover {
            color: darkred;
        }



                .panel-container {
            background-color: #003b66;
            border-radius: 8px;
            margin: 20px 0;
            padding: 15px;
            color: #ffffff;
        }

        .panel-header {
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            padding: 10px 15px;
            background-color: #ffffff;
            color: #003b66;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .panel-body {
            margin-top: 15px;
            display: none;
            font-size: 15px;
            padding: 15px;
            background-color: #ffffff;
            color: #003b66;
            border-radius: 5px;
        }

        .go-top-icon {
            text-align: right;
            margin-top: 10px;
        }

        .go-top-icon a {
            color: crimson;
            font-size: 20px;
            text-decoration: none;
        }

        .go-top-icon a:hover {
            color: darkred;
        }



                .nav-tabs .nav-link {
            color: #000;
            font-weight: bold;
            border: none;
        }

        .nav-tabs .nav-link.active {
            color: white;
            /*border-bottom: 2px solid red;*/
        }

        .card img {
            height: 300px;
            object-fit: cover;
        }

        .card-title {
            font-size: 18px;
            font-weight: bold;
            color: red;
        }

        .topic-button {
            cursor: pointer;
            color: red;
            font-weight: bold;
            margin: 0 10px;
            transition: color 0.3s;
        }

        .topic-button:hover {
            color: darkred;
            text-decoration: underline;
        }

        .topic-button.active {
            color: darkred;
            text-decoration: underline;
        }


        
       



        .light-dark-table-container {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .light-dark-table th {
            background-color: #f0f0f0; /* Lighter header */
            color: #333333; /* Darker text for header */
            font-weight: 600;
        }

        .light-dark-table td {
            color: #444444;
        }

        .light-dark-pagination-container {
            text-align: center;
            margin-top: 20px;
        }

        .light-dark-pagination .page-link {
            background-color: #e0e0e0;
            color: #444444;
        }

        .light-dark-pagination .page-link:hover {
            background-color: #007bff;
            color: #ffffff;
        }

        .light-dark-pagination .page-item.active .page-link {
            background-color: #007bff;
            border-color: #007bff;
        }

        .light-dark-select-container select {
            background-color: #f8f8f8;
            color: #333333;
            border: 1px solid #cccccc;
        }

        .link-highlight {
            color: #0056b3;
            text-decoration: none;
        }

        .link-highlight:hover {
            color: #007bff;
            text-decoration: underline;
        }


         .login-container {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .login-btn-google {
            background-color: #ffffff;
            border: 1px solid #ddd;
            color: #333;
            font-weight: bold;
        }

        .login-btn-google:hover {
            background-color: #f7f7f7;
        }

        .login-btn-linkedin {
            background-color: #0077b5;
            color: #ffffff;
            font-weight: bold;
        }

        .login-btn-linkedin:hover {
            background-color: #005983;
        }

        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 20px 0;
        }

        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ccc;
        }

        .divider::before {
            margin-right: 0.25em;
        }

        .divider::after {
            margin-left: 0.25em;
        }

        .form-check-label {
            margin-left: 5px;
        }

        .remember-toggle .form-check-input:checked {
            background-color: #007bff;
            border-color: #007bff;
        }

        .signup-link {
            color: #007bff;
            text-decoration: none;
        }

        .signup-link:hover {
            text-decoration: underline;
        }



                .signup-container {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .signup-btn-google {
            background-color: #ffffff;
            border: 1px solid #ddd;
            color: #333;
            font-weight: bold;
        }

        .signup-btn-google:hover {
            background-color: #f7f7f7;
        }

        .signup-btn-linkedin {
            background-color: #0077b5;
            color: #ffffff;
            font-weight: bold;
        }

        .signup-btn-linkedin:hover {
            background-color: #005983;
        }

        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 20px 0;
        }

        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ccc;
        }

        .divider::before {
            margin-right: 0.25em;
        }

        .divider::after {
            margin-left: 0.25em;
        }

        .form-check-label {
            margin-left: 5px;
        }

        .terms-link {
            color: #007bff;
            text-decoration: none;
        }

        .terms-link:hover {
            text-decoration: underline;
        }

        .signin-link {
            color: #007bff;
            text-decoration: none;
        }

        .signin-link:hover {
            text-decoration: underline;
        }

        .btn-primary {
            border-radius: 50px;
        }

        .btn-primary:disabled {
            background-color: #ccc;
            border-color: #ccc;
            cursor: not-allowed;
        }