
        .blog-section .col-lg-3 img {
            widows: 100%;
            height: 250px;
        }

        .blog-section .col-lg-3 img:hover {
            transform: scale(1.1);
            transition: all 1s;
        }

        .news-block-one .category a {
            background: #292b80;
        }


        .gallery-container {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .large-image {
            flex: 3;
            position: relative;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .large-image img {
            max-width: 100%;
            max-height: 100%;
        }

        .thumbnail-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .thumbnail {
            width: 80px;
            height: 80px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: border 0.3s;
        }

        .thumbnail:hover {
            border: 2px solid #007BFF;
        }

        .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .overlay-button {
            position: absolute;
            display: none;
            top: 90%;
            left: 30%;
            transform: translate(-50%, -50%);
            background-color: rgba(253, 255, 255, 0.8);
            color: #8f1214;
            border: 2px solid #323488;
            border-radius: 20px;
            padding: 3px 6px;
            font-size: 14px;
            cursor: pointer;
            z-index: 10;
        }

        .overlay-button a {
            text-decoration: none;
            color: #8f1214;
        }

        @media only screen and (max-width:768px) {
            .overlay-button {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .thumbnail-container {
                display: none;
            }

            .large-image {
                flex: 1;
                width: 100%;
                overflow-x: auto;
            }

            .large-image img {
                width: 100%;
                height: auto;
            }
        }


        .image-indicators {
            display: none;
            justify-content: center;
            gap: 10px;
            margin-top: 10px;
            text-align: center;
        }

        @media (max-width:768px) {
            .image-indicators {
                display: flex;
                justify-content: center;
                gap: 10px;
                margin-top: 10px;
                text-align: center;
            }
        }


        .image-indicators .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ccc;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .image-indicators .indicator.active {
            background-color: #007BFF;
        }

        .tablesec {
            overflow-x: auto;
            /* Enable horizontal scrolling */
            -webkit-overflow-scrolling: touch;
            /* Enable smooth scrolling for touch devices */
        }


        .social-share {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .social-share a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #ddd;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
            text-decoration: none;
            color: #fff;
            font-size: 20px;
        }

        .social-share .facebook {
            background-color: #3b5998;
        }

        .social-share .twitter {
            background-color: #1da1f2;
        }

        .social-share .linkedin {
            background-color: #0077b5;
        }

        .social-share .whatsapp {
            background-color: #25d366;
        }



        /*--------------------------------*/


        .accordion1 {

            background-color: #fff;
        }



        .accordion1 .accordion {
            background-color: #fff;
            color: #000;
            cursor: pointer;
            padding: 10px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.9s;
            border-bottom: 1px solid #b2babb;

        }

        .accordion1 .active,
        .accordion:hover {
            background-color: #f8f9f9;
        }

        .accordion1 .panel {
            padding: 0 18px;
            display: none;
            background-color: #f8f9f9;
            overflow: hidden;
        }

        .accordion1 .accordion:after {
            content: '\02795';
            /* Unicode character for "plus" sign (+) */
            font-size: 13px;
            color: #666;
            float: right;
            margin-left: 5px;
        }

        .accordion1 .active:after {
            content: "\2796";
            /* Unicode character for "minus" sign (-) */
        }



        .btn-style-fourteen {
            background: #117864;
            border: 1px solid #117864;
        }

        .btn-style-fourteen:hover {
            background: #117864;
            color: #fff;
        }

        .btn-style-fourteen {
            padding: 7px 20px;
        }
  


  
        /* Hide the social icons by default */
        .social-icons {
            display: none;
            margin-top: 10px;
            background: #ccc;
            border-radius: 50px;
            padding: 10px;

        }



        @media only screen and (max-width:768px) {
            .deskshare {
                display: none;
            }
        }

        .mobshare {
            display: none;
            background: #fff;
        }

        @media only screen and (max-width:768px) {
            .mobshare {
                display: block;
                margin-bottom: 20px;
                background: none;
                float: right;
            }
        }

        .mobshare .social-icons {
            display: none;
        }


        .mobs .social-icons {
            display: none;
            margin-top: 3px;
            background: #fff;
            border-radius: 50px;
            padding: 10px;
            z-index: 100;
            margin-top: -13px;
        }

        .mobs .social-icon {

            text-decoration: none;
            background: #fff;
            border-radius: 0px;
            padding: 5px;

            color: #042c76;
            height: 50px;
            width: 50px;
            margin: 1px;
        }

        .mobs .social-icon .fa {
            margin-top: 5px;
            border: 1px solid #fff;
            height: 25px;
            width: 25px;
            padding: 2px;
            align-content: center;
            text-align: center;
        }

        .mobs .social-icon .fa-facebook {
            background: #0548c5;
            color: #fff;
            border-radius: 50%;
        }

        .mobs .social-icon .fa-twitter {
            background: #02a5e7;
            color: #fff;
            border-radius: 50%;
        }

        .mobs .social-icon .fa-linkedin {
            background: #04087e;
            color: #fff;
            border-radius: 50%;
        }

        .mobs .social-icon .fa-whatsapp {
            background: #03ae28;
            color: #fff;
            border-radius: 50%;
        }

        /* Share button style */
        .mobs #shareButton {
            padding: 2px 5px;
            background-color: #fff;
            color: #000;
            border: none;
            cursor: pointer;
            border-radius: 50px;
        }


        .mobs #shareButton:hover {
            background-color: #ccc;
        }

        /* Style for social media icons */
        .deskshare .social-icon {
            margin: 0 10px;
            text-decoration: none;
            background: #fff;
            border-radius: 50px;
            padding: 5px;
            color: #000;

        }

        .social-icon img {
            width: 40px;
            height: 40px;
        }

        /* Share button style */
        .deskshare #shareButton {
            padding: 7px 20px;
            background-color: #ccc;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 50px;
        }

        #shareButton:hover {
            background-color: #45a049;
        }

        .topttl {
            display: block;
        }

        @media only screen and (max-width:768px) {
            .topttl {
                display: none;
            }
        }

        .mobttl {
            display: none;
        }

        @media only screen and (max-width:768px) {

            .mobttl {
                display: block;
                margin-top: 30px;
                margin-bottom: 10px;
                font-size: 18px;
                font-weight: 600;
                text-align: center;
            }
        }


        .newbtn {
            display: none;
        }

        @media only screen and (max-width:768px) {
            .newbtn {
                display: block;
                color: #117864;
                background: none;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                margin-bottom: 20px;
            }
        }

        @media only screen and (max-width:768px) {
            .oldbtn {
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
                margin-bottom: 20px;
            }
        }


        .table td,
        .table th {
            padding: 1px 1px 3px 4px;
        }


        /*msearch-----------------*/

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 9999;

        }

        .dropdown-content a {
            color: black;
            padding: 2px 6px;
            text-decoration: none;
            display: block;
            word-wrap: break-word;
            /* Ensures the content wraps if it's too long */
            overflow-wrap: break-word;
            /* Same as word-wrap, but newer name */
            white-space: normal;
            /* Ensures normal white-space behavior (no nowrap) */
        }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .search-box {
            width: 300px;
            padding: 3px;
            border: 1px solid #ccc;
            margin-right: 10px;
            border-radius: 10px;
        }
  
