   body {
            font-family: 'Lato', sans-serif;
            margin: 0;
            padding: 0;
        }

        .top-bar {
            background: #2c2c2c;
            color: #cccccc;
            font-size: 14px;
            padding: 8px 0;
            transition: 0.3s;
        }

       .map-link{
        font-size: 18px;
        color: #cccccc;
        text-decoration: none;
       }


        .top-link{
             font-size: 16px;
            color: #cccccc;
            text-decoration: none;
            margin-right: 15px;
        }

        .top-link:hover{
            text-decoration: underline;
        }
        .haveany {
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px;
        }

        .social_media {
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px;
            margin-left: 10px;
        }

          .social_media:hover {
            color: #FFFFFF
        }

        .main-navbar {
            background: #ffffff;
            border-bottom: 1px solid #e5e5e5;
            transition: all 0.4s ease;
            padding-top: 15px;
            padding-bottom: 15px;
            z-index: 10;
        }

        .logo-img {
            max-height: 100px;
            transition: all 0.4s ease;
        }

        .navbar-nav .nav-link {
            color: #444444;
            font-weight: 500;
            transition: 0.3s;
        }

        .navbar-nav .nav-link.active,
        .navbar-nav .nav-link:hover {
            color: #2991d6;
            border-bottom: 2px solid #2991d6;
        }

        .navbar-scrolled {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .navbar-scrolled .logo-img {
            max-height: 50px !important;
        }

           .swiper {
        width: 100%;
        height: 450px;
    }
    .swiper-slide {
        position: relative;
        overflow: hidden;
    }
    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

    .slide-content {
        position: absolute;
        bottom: 30px;
        right: 120px;
        color: white;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
    
    .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.7;
    }
    .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

        .map_area {
            min-height: 150px;
            background-color: #333333;
            color: #cccccc;
            font-size: 18px;
        }

        .rights_area {
            background-color: #252525;
            color: #cccccc;
            font-size: 18px;
        }

        @media (min-width: 992px) {
            .nav-item.dropdown:hover>.dropdown-menu {
                display: block;
                margin-top: 0;
                opacity: 1;
                visibility: visible;
                animation: fadeIn 0.3s ease;
            }

            .dropdown-toggle::after {
                transition: transform 0.3s;
            }

            .nav-item.dropdown:hover .dropdown-toggle::after {
                transform: rotate(180deg);
            }
        }

        .dropdown-menu {
            margin-top: 0;
        }

        .dropdown-item {
            padding: 10px;
            color: #2e2e2e;
            background-color: #F2F2F2;
            border-bottom: 1px solid #e5e5e5;
        }

        .dropdown-item:hover {
            padding: 10px;
            background-color: #dadadaff;

            border-bottom: 1px solid #e5e5e5;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            display: none;
        }

        .dropdown-submenu:hover>.dropdown-menu {
            display: block;
        }

        @media (max-width: 991px) {
            .dropdown-submenu .dropdown-menu {
                left: 0;
                margin-left: 20px;
            }
        }

        .dropdown-submenu .dropdown-toggle::after {
            transform: rotate(-90deg);
            vertical-align: middle;
        }

        .our_events h3{
            font-family: 'Lato', sans-serif;
            font-size: 25px;
            line-height: 35px;
            font-weight: bold;
            color: #0078c9;
        }

        .our_events p{
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            line-height: 28px;
            color: #555555;
        }

        .find_member{
            background-color: #0078c9;
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .find_member a{
            padding: 20px 35px;
            background-color: transparent;
            font-family: 'Lato', sans-serif;
            text-decoration: none;
            color: #ffffff;
            border: 2px solid #ffffff;
            font-size: 30px;
            line-height: 28px;
        }

        .find_member a:hover{
            background-color: #005f9e;

        }



        :root {
            --njnari-blue: #0077c0;
            --njnari-gray: #e9ecef;
        }

        .membership-box {
            background-color: var(--njnari-gray);
            padding: 60px 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .membership-title {
            font-family: 'Lato', sans-serif;
            margin-bottom: 20px;
            font-size: 25px;
            line-height: 35px;
            font-weight: bold;
            color: #0078c9;
            letter-spacing: 0;
        }

        .membership-text {
            color: #626262;
            line-height: 2;
            max-width: 450px;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            margin-bottom: 25px;
        }

    .btn-njnari {
        font-family: "Open Sans", sans-serif;
        position: relative; 
        font-size: 16px;
        display: inline-block;
        border-radius: 0px;
        padding: 12px 30px;
        border: 2px solid #000;
        background-color: transparent;
        color: #0078c9;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        overflow: hidden; 
        transition: color 0.4s ease;
        z-index: 1;
    }

    .btn-njnari::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%; 
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        background-color: #0078c9; 
        transition: all 0.4s ease;
        z-index: -1; 
    }

    .btn-njnari:hover::before {
        left: 0;
    }

    .btn-njnari:hover {
        color: #fff !important;
    }

        .sponsor-text{
            font-size: 18px;
            font-family: 'Lato', sans-serif;
            color: #626262;
        }


        .company_details h6,
        .member_details a:first-of-type {
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;
            color: #2991d6 !important;
            
        }
         
        .company_details p,
        .member_details div {
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            line-height: 28px;
            font-weight: 500;
            color: #000000;
        }

        .member_details a:last-of-type {
            text-decoration: none;
           font-family: 'Lato', sans-serif;
            font-size: 14px;
            line-height: 28px;
            font-weight: 500;
            color: #2991d6 !important;
        }

        .business_type {
           font-family: 'Lato', sans-serif;
            font-size: 14px;
            line-height: 28px;
            font-weight: 500;
            color: #000000 !important;
        }




.company_details h6 {
     color: #00a3e0; 
     font-weight: 400; 
     font-size: 1.1rem;
    }
.company_details p {
     color: #333;
     font-size: 0.95rem;
     line-height: 1.4; 
     margin-bottom: 0;
    }

.member_details div {
     font-weight: 500;
     color: #333; 
     margin-bottom: 5px;
    }

.member_details a:nth-of-type(1) {
     color: #00a3e0; 
     font-size: 1rem; 
     display: block; 
     margin-bottom: 5px;
    }

.member_details a:nth-of-type(2) { 
    color: #00a3e0; 
    font-size: 0.9rem; 
}

.info-text { 
    font-size: 14px; 
    color: #666;
    margin: 15px 0; 
}
.pagination-link { 
    color: #00a3e0; 
    text-decoration: none; 
    cursor: pointer; 
    padding: 0 5px; 
}
.search-label { 
    font-weight: bold; 
    margin-bottom: 5px; 
    display: block; 
}
.search-input { 
    border: 1px solid #ddd; 
    padding: 5px 10px; 
    width: 200px; 
    outline: none; 
}

input[type="search"].form-control-sm,
#businessFilter,
select[name="memberTable_length"].form-select-sm:focus  {
    box-shadow: none !important;
}

        .customHeadingCommon {
            color: #0076bd;
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 10px;
            margin-bottom: 25px;
             position: relative; 
            display: inline-block;
            width: auto;
            min-width: 200px;
        }

        .customHeadingCommon::after {
            content: "";             
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;              
            width: 120px;              
            background-color: #0076bd; 
        }

        .header-info {
            font-weight: bold;
            color: #000;
            line-height: 1.4;
            margin-top: 15px;
            font-size: 18px;
        }

        /* પ્રોફાઇલ રો સ્ટાઇલ */
        .memberProfileDetails { margin-top: 40px; }
        
        .profileRow {
            display: flex;
            margin-bottom: 8px;
            align-items: flex-start;
        }

        .leftSideTitle {
            font-weight: bold;
            width: 180px;
            color: #333;
            margin-bottom: 0;
            flex-shrink: 0;
        }

        .rightSidecontent {
            color: #555;
            margin-bottom: 0;
            flex-grow: 1;
        }

        .rightSidecontent a {
            color: #00a3e0;
            text-decoration: none;
        }

        .rightSidecontent a:hover { text-decoration: underline; }

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







        .award-section {
            padding: 60px 0;
            text-align: center;
        }

        .award-title {
            font-size: 44px;
            color: #444;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .award-desc {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            max-width: 95%;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            .award-title {
                font-size: 30px;
            }
            .award-desc {
                font-size: 15px;
                padding: 0 15px;
            }
        }


        /* .ceu-container {
            padding: 50px 0 20px 0;
        } */

        .main-heading {
            font-size: 20px;
            font-weight: bold;
            color: #626262;
            margin-bottom: 20px;
        }

        .sub-text {
            font-size: 16px;
            margin-bottom: 25px;
        }

        .year-heading {
            font-size: 18px;
            color: #626262;
            font-weight: 500;
            margin: 20px 0 10px 0;
        }

        .event-list {
            list-style: none;
            padding: 0;
        }

        .event-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 18px;
            color: #626262;
        }

        .custom-box {
            width: 18px;
            height: 18px;
            border: 1px solid #777;
            display: inline-block;
            flex-shrink: 0;
            margin-top: 4px;
        }

        .event-content {
            flex-grow: 1;
            color: #626262;
        }

        @media (max-width: 768px) {
            .main-heading { font-size: 18px; }
            .event-item { font-size: 14px; }
        }


         .blog_details_heading {
        font-family: 'Lato', sans-serif;
        color: #626262;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .blog_details_para,
    .blog_details_list li {
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        color: #626262;
        font-size: 18px;
    }

    .blog_details_para a {
        color: #2991d6;
        text-decoration: none;
    }

    .blog_details_para a:hover {
        color: #2991d6;
        text-decoration: underline;
    }
    .back_to_blog{
        background-color: #f7f7f7;
        color: #747474;
        font-size: large;
        padding: 16px 20px;
    }

    .back_to_blog i{
        font-size: 30px ;
        font-weight: bold;
    }

    .back_to_blog:hover{
        background-color: #bbbbbb;

    }

    .blog_details_head{
        font-size: 36px;
        color: #444444;
    }

    .comment-bubble{
        background-color: #f6f6f6;
        color: #444444;
        font-size: 18px;
        font-weight: 600;
    }

    .admin_block{
        border-bottom: 1px solid #bbbbbb;
    }


    .related-title {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
}

.post-card {
    margin-bottom: 30px;
}

.post-img-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.post-img-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.post-date {
    top: 15px;
    left: 15px;
    color: #a8a8a8;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.post-heading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.post-heading a {
    font-size: 28px;
    color: #444444;
    text-decoration: none;
    font-weight: 700;
}

.post-underline {
    width: 120px;
    height: 1px;
    background-color: #00a3e0;
    margin-bottom: 20px;
}

.btn-read-more {
    display: inline-block;
    background-color: #f7f7f7;
    color: #777;
    padding: 8px 18px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.btn-read-more i {
    font-size: 16px;
}

.btn-read-more:hover {
    background-color: #bbbbbb;
}


.custom_padding {
    padding: 30px 0 30px 0;
}









 .nav-item {
     position: relative;
}

.nav-item .dropdown-arrow {
    font-size: 20px;
    background-color: #cccccc;
    padding: 4px 10px;
    border-radius: 50%;
    }

.nav-item .dropdown-arrow:hover {
    background-color: #8a8888ff;
}

.nav-item .dropdown-menu {
    top: 100%;
    left: 0;
}

.drop-arrow:hover{
    color: #444444 !important;
    border-bottom:none !important;
}


@media (max-width: 767.98px) {
    .dropdown-menu{
        width: 75%;       

    }
    .navbar-nav .dropdown-menu .dropdown-item {
        width: 100%;       
        white-space: normal;
        word-wrap: break-word;
    }
}

  .custom-input {
    border: 1px solid #000;
    border-radius: 0;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 15px;
}

.custom-input::placeholder {
    color: #6c757d;
}

.custom-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

/* Button styling */
.btn-primary {
    background-color: #1e88e5;
    border-radius: 0;
    border: none;
}

.btn-primary:hover {
    background-color: #1565c0;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .custom-input {
        font-size: 14px;
    }
}

.member_resqust_text{
    font-size: 18px;
    color: #626262;
    margin-bottom: 25px;
}

.submit_text{
    font-size: 16px;
    color: #626262;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.submit_text a{
    color: #2991d6;
    font-size: 14px;
    text-decoration: none;
}

.main-navbar {
  position: relative;
  width: 100%;
  background: #fff;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.main-navbar {
  will-change: transform;
  transform: translateZ(0);
}
