
body {
    margin: 0;
    font-family: 'Mukta', sans-serif;
    background-color: #efefef;
    color: #fff;
}
body {
    margin: 0;
    font-family: 'Mukta', sans-serif;
    background-color: #efefef;
    color: #fff;
}


.container {
    padding-left: 30px;
    padding-right: 30px;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 200px; /* Set a more reasonable width */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px;
}

.logo span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.navbar {
    display: flex;
}

.navbar ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0 15px;
}

.navbar a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.navbar a:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: green;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.mobile-menu {
    display: none;
}

.menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .navbar {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #000;
    }

    .navbar.active {
        display: flex;
    }

    .navbar ul {
        flex-direction: column;
        padding: 0;
    }

    .navbar li {
        margin: 10px 0;
    }

    .mobile-menu {
        display: block;
    }
}


/* footer */

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    
    flex-wrap: wrap;
    margin: 0 40px; /* Set margin from both sides */
}

.footer-column {
    flex: 1;
    margin: 0 10px;
    min-width: 200px;
}

.footer-column h3 {
    margin-bottom: 10px;
}

.footer-column p {
    margin: 0;
}



/* Responsive styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        margin: 10px 0;
        text-align: center;
    }
}

/* copyright footer----------------------- */
.protech_copyright {
    background: linear-gradient(90deg, #a11e1e, #d42626); /* Gradient for a modern look */
    color: #fff; /* White text for contrast */
    font-family: 'Arial', sans-serif;
    padding: 15px 20px;
    font-size: 14px;
}

.protech_footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
}

.left-side {
    text-align: left;
    flex: 1;
}

.right-side {
    text-align: right;
    flex: 1;
}

.right-side a {
    color: #fff; /* White link text */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Smooth hover effect */
}

.right-side a:hover {
    color: #ffcccb; /* Subtle hover color change */
    text-shadow: 0 0 5px #fff; /* Glow effect on hover */
}

@media (max-width: 768px) {
    .protech_footer-container {
        flex-direction: column;
        text-align: center; /* Center align for smaller screens */
    }

    .left-side,
    .right-side {
        margin: 5px 0;
    }
}



/* ads */

 /* Center the content of the .protech_ads div, make it full width, and add background and shadow */
.protech_ads {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Ensure text is centered */
    width: 100%; /* Ensure it takes up full width */
    
}

/* Add border radius to images within .protech_ads */
.protech_ads img {
    border-radius: 4px; /* Adjust the value as needed */
}

/* header category module start------------------------- */

/* Debugging: Add borders to see the layout */
#single_sidebar img {
    margin-bottom: 20px !important;
    border: 1px solid red; /* Temporary border for debugging */
}

#single_sidebar .widget {
    margin-bottom: 20px !important;
    border: 1px solid blue; /* Temporary border for debugging */
}


.protech_footer_widget {
    display: flex;
    
    width: 100%; /* Ensure it takes up full width */
    
}

  

    /* Styling for the header container */
    .header-category {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins', sans-serif; /* Modern font */
        font-size: 24px; /* Slightly larger font size */
        font-weight: 600; /* Make the text bold */
        color: #333; /* Neutral text color for contrast */
        margin: 20px 0; /* Vertical spacing */
        gap: 10px;
    }

    /* Decorative line */
    .line {
        flex-grow: 1;
        height: 3px;
        background-color: #3498db; /* Vibrant blue for modern feel */
       
        border-radius: 2px; /* Rounded edges for the line */
    }

    /* Styling for the header text */
    .header-text {
        white-space: nowrap;
        color: #2c3e50; /* Darker shade for text contrast */
        text-transform: uppercase; /* Add emphasis with uppercase */
        letter-spacing: 2px; /* Spacing between letters */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .header-category {
            font-size: 20px; /* Reduce font size for smaller screens */
        }

        .line {
            margin: 0 0px; /* Narrower spacing on smaller screens */
        }
    }


    /* header category module end------------------------- */





    /* header category----------white -------------color--------start----- */

    /* Styling for the header container */
.protech_header-category {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif; /* Modern font */
    font-size: 24px; /* Slightly larger font size */
    font-weight: 600; /* Make the text bold */
    color: white; /* Text color set to white */
    margin: 20px 0; /* Vertical spacing */
    gap: 10px;
}

/* Decorative line */
.protech_line {
    flex-grow: 1;
    height: 3px;
    background-color: white; /* Line color set to white */
    border-radius: 2px; /* Rounded edges for the line */
}

/* Styling for the header text */
.protech_header-text {
    white-space: nowrap;
    color: white; /* Text color set to white */
    text-transform: uppercase; /* Add emphasis with uppercase */
    letter-spacing: 2px; /* Spacing between letters */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .protech_header-category {
        font-size: 20px; /* Reduce font size for smaller screens */
    }

    .protech_line {
        margin: 0 10px; /* Narrower spacing on smaller screens */
    }
}

/* header category module end------------------------- */


        /* header category----------white -------------color--end----------- */


        /* dark mode */

        /* for logo */

   
/* Limit the logo size */
.uc-logo img {
    max-width: 280px;  /* Set the maximum width */
    width: 100%;       /* Allow the logo to scale down responsively */
    height: auto;      /* Maintain aspect ratio */
}

/* Adjust logo size for smaller screens (Responsive) */
@media (max-width: 768px) {
    .uc-logo img {
        max-width: 280px;  /* Smaller size for mobile */
    }
}

/* Optional: Resize for larger screens */
@media (min-width: 1200px) {
    .uc-logo img {
        max-width: 300px;  /* Larger size for big screens */
    }
}





/* dropdown menu */

/* Default navbar styling */
.uc-navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.uc-navbar-nav li {
    position: relative; /* Make parent items relative for positioning the dropdown */
}

/* Styling the top-level menu items */
.uc-navbar-nav > li > a {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    display: block;
}

/* Dropdown menu items (hidden by default) */
.uc-navbar-nav li ul {
    display: none;
    position: absolute;
    top: 100%; /* Position dropdown below the parent */
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
    z-index: 1000;
    padding: 10px 0;
    width: 200px; /* Set width of dropdown */
}

/* Show dropdown on hover */
.uc-navbar-nav li:hover > ul {
    display: block;
}

/* Dropdown menu item styling */
.uc-navbar-nav li ul li {
    width: 100%;
    padding: 10px 20px;
}

.uc-navbar-nav li ul li a {
    text-decoration: none;
    color: #333;
}

/* Hover effects for dropdown links */
.uc-navbar-nav li ul li a:hover {
    background-color: #f1f1f1;
    color: #0073aa; /* Change color on hover */
}

/* Remove search icon styling */
.uc-search-icon {
    display: none; /* No need for this if the search form is removed */
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Stack menu items vertically on mobile */
    .uc-navbar-nav {
        flex-direction: column;
    }

    /* Hide dropdowns and make them work on mobile */
    .uc-navbar-nav li ul {
        position: static;
        display: none;
    }

    /* Toggle dropdown on click (for mobile) */
    .uc-navbar-nav li.active > ul {
        display: block;
    }

    /* Make parent items block-level on mobile */
    .uc-navbar-nav li > a {
        display: block;
    }
}


/* sidebar menu */

/* search result */

/* Card container styles *//* Card container styles */
.card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 1rem;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 1rem;
}

.card .btn-primary {
    background-color: #007bff;
    border: none;
}

.card .btn-primary:hover {
    background-color: #0056b3;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-results .col-md-6 {
    flex: 1 1 calc(50% - 1rem);
}

.search-results .col-lg-4 {
    flex: 1 1 calc(33.33% - 1rem);
}

@media (max-width: 767px) {
    .search-results .col-12 {
        flex: 1 1 100%;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding: 1rem;
   margin-top: -50px;;
    border-radius: 5px;
    
}

.pagination .page-numbers {
    color: #007bff;
    text-decoration: none;
    margin: 0 5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #007bff;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    pointer-events: none;
}

.pagination .dots {
    color: #6c757d;
    margin: 0 5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

/* Modal responsiveness */
.uc-modal-dialog {
    max-width: 90%; /* 90% width on small screens */
    padding: 20px;
}

#search-results {
    margin-top: 20px;
}



/* sharethis author information */
/* Author Info Section */
.protech_author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start; /* Align everything to the left */
    border-bottom: 1px solid  #0003; /* Add solid 1px black border at the bottom */
    padding-bottom: 5px; /* Add padding to create space between the content and the border */
}

.protech_author-info img {
    border-radius: 50%;
    width: 40px; /* Set the width of the author image */
    height: 40px; /* Set the height of the author image */
    margin-right: 30px; /* Reduced space between image and text */
}

.protech_author-details {
    display: flex;
    flex-direction: row; /* Keep name and date on the same row */
    align-items: center;  /* Vertically align name and date */
    white-space: nowrap;  /* Prevent wrapping in the author-details */
}

.protech_author-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;  /* Prevent the author name from breaking into multiple lines */
}

.protech_author-name a {
    text-decoration: none; /* Remove underline from author name hyperlink */
    color: inherit; /* Inherit color from parent */
}

.protech_post-date {
    font-size: 0.9rem;
    color: #777;
    margin-left: 10px;  /* Add slight space between the name and date/time */
    white-space: nowrap; /* Prevent line break between date and time */
}

.protech_author-info a {
    text-decoration: none; /* Remove underline from author image hyperlink */
    color: inherit; /* Inherit color from parent */
}

/* ShareThis Buttons Container - Align to the right */
.protech_sharethis-buttons-container {
    text-align: right;   /* Align ShareThis container to the right */
    width: 100%;          /* Ensure it takes up full width */
    margin-top: -5px;     /* Adjust space above ShareThis buttons */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .protech_author-info {
        flex-direction: row;  /* Ensure the author info stays in a row on mobile */
        align-items: center;  /* Vertically align everything */
    }

    .protech_author-info img {
        width: 30px; /* Set the width of the author image for mobile */
        height: 30px; /* Set the height of the author image for mobile */
        margin-bottom: 0; /* Remove margin between image and text */
        margin-right: 10px; /* Adjust space between image and text */
    }

    .protech_author-details {
        flex-direction: row; /* Ensure name and date are on the same row */
        white-space: nowrap;  /* Prevent wrapping in the author-details container */
    }

    .protech_author-name {
        font-size: 1rem;
    }

    .protech_post-date {
        font-size: 0.8rem;
    }

    .protech_sharethis-buttons-container {
        text-align: left;  /* Align ShareThis buttons to the left on mobile */
        margin-top: 10px;   /* Adjust spacing on mobile */
        display: block;     /* Force ShareThis container to be block and stack vertically */
    }
}



/* sub-title */


/* subtitle */

.entry-subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #333; /* Dark color for better readability */
    margin-top: -2px;
    
  }
  
  .subtitle-text {
    color: #1b541b; /* Set a red color for the subtitle text */
   
  }
  
  /* Responsive styles */
  @media only screen and (max-width: 768px) {
    .entry-subtitle {
        font-size: 24px;
		 margin-top: 5px;
    }
  
    .subtitle-text {
        font-size: 22px; /* Slightly smaller font for mobile devices */
    }
  }
  
  @media only screen and (max-width: 480px) {
    .entry-subtitle {
        font-size: 20px;
    }
  
    .subtitle-text {
        font-size: 18px; /* Further adjustment for very small screens */
    }
  }



/* header style */

.block-header.panel {
    margin: 0;
    padding: 0;
}

.block-header.panel h2 {
    font-size: 25px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


/* gap betwwen two widget */

.protech_ads_sidebar .widget {
    margin-bottom: 20px; /* Adjust the value as needed */
}

.protech_home_ads .widget {
    margin-bottom: 20px; /* Adjust the value as needed */
}




/* Hide element on mobile view */
.hide-mobile {
    display: block; /* Default display */
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important; /* Hide on screens smaller than 768px */
    }
}


/* Hide element on desktop view */
.hide-desktop {
    display: none; /* Default display */
}

@media (max-width: 768px) {
    .hide-desktop {
        display: block !important; /* Show on screens smaller than 768px */
    }
}


