/* header */

.protech-header-old, .heading__formall2 {
    margin-bottom: 25px;
    display: block;
    position: relative;
    border-bottom: 2px solid #d3d4f3;
}
.protech-header-old span, .protech-header-old2 span {
    color: #0287ac;
    
    font-weight: 500;
    
    position: relative;
    display: inline-block;


    font-family: Teko, sans-serif;
    font-size: 40px;
     
    line-height: 1;
    letter-spacing: 1px;

}

.more_btn1 {

  display: inline-block;
  
  font-size: 18px;
  font-weight: 600;
  margin-top: -10px;

  
  }

.protech-header-old a, .protech-header-old2 a {
    font-size: 17px;
    color: #222439;
    position: absolute;
    right: 0;
    top: 50%;
}
.protech-header-old a:hover, .protech-header-old2 ahover {
    color: #ff0000;
}
.heading__formall, .protech-header-old2 {
    margin-bottom: 25px;
    display: block;
    position: relative;
    border-bottom: 3px solid #1f2033;
}

/* menu setup */
/* Basic Menu Styles */
.primary-menu-container {
    padding: 1px 0; /* Remove background-color */
}

.primary-menu-container .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around; /* Centers the menu items */
}

.primary-menu-container .menu li {
    position: relative; /* Necessary for dropdown positioning */
}

.primary-menu-container .menu li a {
    color: white; /* Text color for menu items */
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-size: 17px; /* Set font size to 17px */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.primary-menu-container .menu li a:hover {
    color: yellow; /* Hover text color */
    background-color: #064684; /* Background color on hover */
}

/* Active Menu Item Styles */
.primary-menu-container .menu .current-menu-item > a {
    color: yellow; /* Text color for active menu items */
    background-color: #064684; /* Background color for active menu items */
}

/* Dropdown Icon for Submenu */
.primary-menu-container .menu li.menu-item-has-children > a::after {
    content: '\f078'; /* FontAwesome down arrow icon */
    font-family: 'Font Awesome 5 Free'; /* Specify FontAwesome */
    font-weight: 900; /* Use solid icon style */
    margin-left: 8px; /* Space between text and icon */
    font-size: 0.7em; /* Decrease icon size by 30% */
}

/* Dropdown Menu Styles */
.primary-menu-container .menu .sub-menu {
    display: none; /* Hide submenu by default */
    position: absolute;
    background-color: #064684; /* Dropdown background color */
    padding: 0;
    margin: 0;
    list-style: none;
    top: 100%; /* Position below the parent menu item */
    left: 0;
    min-width: 200px; /* Minimum width for the dropdown */
    z-index: 1000; /* Ensure it is on top */
}

.primary-menu-container .menu .sub-menu li {
    width: 100%; /* Full width for each submenu item */
}

.primary-menu-container .menu .sub-menu li a {
    padding: 10px 15px; /* Padding for submenu items */
    color: white; /* Text color for submenu items */
    font-size: 17px; /* Set font size to 17px */
}

.primary-menu-container .menu .sub-menu li a:hover {
    color: yellow; /* Hover text color for submenu items */
    background-color: #064684; /* Background color on hover */
}

/* Show Dropdown on Hover */
.primary-menu-container .menu li:hover > .sub-menu {
    display: block; /* Show submenu on hover */
}

/* Hide Primary Menu in Mobile View */
@media (max-width: 768px) {
    .primary-menu-container {
        display: none; /* Hide the entire menu container */
    }
}
/* menu end */

/* Hide menu items by default on desktop */
@media (min-width: 768px) {
    .set-suren-navigation-bar {
        display: none;
    }
}



/* pagination buttom */

/* Pagination Container */
.ts-pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: center; /* Centers the pagination */
}

/* Pagination Items */
.ts-pagination li {
    margin: 0 5px;
}

/* Pagination Links */
.ts-pagination a,
.ts-pagination span {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #064684; /* Default text color */
    background-color: #f0f0f0; /* Default background color */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover Effect for Pagination Links */
.ts-pagination a:hover {
    color: #fff; /* Text color on hover */
    background-color: #007bff; /* Background color on hover */
}

/* Active Pagination Item */
.ts-pagination .current {
    background-color: #064684; /* Background color for active item */
    color: #fff; /* Text color for active item */
    font-weight: bold; /* Bold text for active item */
}

/* Disabled Pagination Item */
.ts-pagination .disabled {
    background-color: #e0e0e0; /* Background color for disabled item */
    color: #999; /* Text color for disabled item */
    pointer-events: none; /* Disable click for disabled items */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ts-pagination {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align items on smaller screens */
    }

    .ts-pagination li {
        margin-bottom: 10px; /* Add spacing between items */
    }
}
/* pagination edn */




/* new category module */
/* Category Module Container *//* Category Module Container */
.set-suren-category-module {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

/* Category Title */
.set-suren-category-title h4 {
    font-size: 40px; /* Font size for the title */
    font-weight: 500; /* Bold font weight for the title */
    margin: 0;
    color: #0f60af; /* Maroon color */
    font-family: 'Teko', sans-serif; /* Use Teko font */
    white-space: nowrap; /* Prevents text wrapping */
}

/* Divider Line */
.set-suren-category-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #ddd; /* Light gray color for divider */
    margin: 0 15px; /* Spacing between title and view all */
}

/* View All Link */
.set-suren-category-view-all a {
    font-size: 16px; /* Font size for the view all text */
    text-decoration: none;
    color: #c70408; /* Maroon color for the view all link */
    font-weight: bold; /* Bold font weight for the link */
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevents text wrapping */
}

/* Arrow Icon */
.set-suren-arrow-icon {
    margin-left: 5px; /* Spacing between text and arrow */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover Effect for Arrow Icon */
.set-suren-category-view-all a:hover .set-suren-arrow-icon {
    transform: translateX(5px); /* Slide the arrow to the right on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
    .set-suren-category-module {
        flex-wrap: wrap; /* Allows items to wrap if needed */
    }

    .set-suren-category-title h4, 
    

    .set-suren-category-divider {
        margin: 0 10px; /* Reduce margin for mobile view */
    }
}

/* new category end */




/* nav menu */

/* General Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /* Navigation Bar Styles */
  .set-suren-navigation-bar {
    display: flex;
    align-items: center;
    padding: 0.12rem 1.5rem;
   
    position: relative;
    z-index: 1000; /* Ensure the navigation bar is on top */
    background-color: #0f60af; /* Add background color to prevent transparency issues */
  }
  
  .set-suren-menu-toggle {
    cursor: pointer;
    z-index: 1001; /* Higher z-index to ensure toggle button is on top of the menu */
    position: relative; /* Set position to ensure z-index works */
    font-size: 0.8rem; /* Decrease font size for smaller icon */
}
  
  .set-suren-menu-toggle span {
    display: block;
    margin: 8px 0;
    height: 3px;
    width: 32px; /* Decrease width for smaller icon */
    background-color: #fcf5f3;
    transition: all 0.4s ease-out;
}

  
  /* Transition effects for menu toggle */
  .rotation-first-span {
    transform: rotate(-45deg) translateY(8px) translateX(-7px);
    background-color: #fff !important;
  }
  
  .scale-second-span {
    transform: scale(0);
  }
  
  .rotation-third-span {
    transform: rotate(45deg) translateY(-8px) translateX(-7px);
    background-color: #fff !important;
  }
  
  /* Menu Items Styles */
/* Menu Items Styles */
.set-suren-menu-items {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5rem 4rem 2rem; /* Increase horizontal padding */
    font-size: 18px;
    line-height: 1.5;
    background-color: #0f60af;
    border-radius: 0 0 10px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-300%);
    transition: all 0.5s ease-out;
    z-index: 1000; /* Ensure menu items are on top */
    margin-left: -60px;
    margin-top: 44px;
    box-sizing: border-box; /* Include padding in the element's total width and height */
    white-space: nowrap; /* Prevent text from breaking */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
    max-width: calc(100vw - 80px); /* Ensure the menu does not exceed the viewport width */
}

/* Hover effect for menu item text color */
.set-suren-menu-items a:hover {
    color: yellow;
}

.set-suren-nav-btn-close {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.2rem; /* Decrease font size for smaller close icon */
}

/* Transition effects for menu items */
.horizontal-translation {
    transform: translateX(0) !important;
}

.set-suren-menu-items a {
    text-decoration: none;
    color: #f0f0f0;
}

.set-suren-menu-items a p {
    color: #ccc;
}

.set-suren-menu-items a p:hover {
    color: #fff;
}
  
/* Submenu Styles */

/* nav menu end */
/* General Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /* Blockquote Styling */
  blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 5px solid #ee4a23; /* Add a left border for emphasis */
    background-color: #f9f9f9; /* Light background color for contrast */
    font-style: italic; /* Italicize the text */
    color: #064684; /* Text color */
    font-size: 1.1rem; /* Font size */
    line-height: 1.6; /* Line height for readability */
  }
  
  /* Optional: Style for blockquote cite */
  blockquote cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #555;
    text-align: right;
  }
  
  /* Optional: Style for blockquote footer */
  blockquote footer {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #555;
    text-align: right;
  }
  

  /* ads */
  .posts__banner__ads, .banner__ads {  text-align: center;  }
.posts__banner__ads img, .banner__ads img { margin-bottom: 20px; }
.sidebar__ads img {  margin-bottom: 15px; width: 100%; }

/* sidebar ads */

@media (max-width: 639px) {
    .sidebar__ads {
        display: block !important; /* Ensure the sidebar ads are displayed */
        width: 100%; /* Make sure it takes full width */
        margin: 0 auto; /* Center it if necessary */
    }

    .sidebar__ads img,
    .sidebar__ads iframe {
        width: 100%; /* Ensure the ad content takes full width */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Remove any inline-block or other display settings */
    }
}



/* custom thumb size */



/* date */

.header-date {
    display: flex;
    align-items: center;
    
}
.header-date iframe {
    display: block; /* Ensures the iframe is treated like an inline-block */
}

.header-date span {
    margin-left: -38px; /* Adjusts the spacing between the iframe and the date */
}


/* topup */

/* CSS for Move Top Up Button */
.move-top-btn {
    position: fixed;
    bottom: 40px; /* Position from the bottom */
    right: 20px;  /* Position from the right */
    width: 50px;  /* Circular shape */
    height: 50px; /* Circular shape */
    background-color: #007bff; /* Blue background color */
    color: white; /* White color for the arrow */
    border: none;
    border-radius: 50%; /* Circular shape */
    cursor: pointer;
    z-index: 1000; /* Ensures the button is above other elements */
    display: none; /* Hidden by default */
    font-size: 20px; /* Arrow size */
    box-shadow: 0 4px 8px rgba(232, 4, 4, 0.305); /* Shadow effect */
    transition: background-color 0.3s ease; /* Smooth transition */
    -webkit-appearance: none; /* Remove default button styles on iOS */
    appearance: none; /* Remove default button styles */
}

.move-top-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Animation for the arrow icon */
.arrow {
    display: inline-block;
    animation: moveUpDown 1s infinite alternate; /* Animation name, duration, and repeat */
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0); /* Starting position */
    }
    100% {
        transform: translateY(-5px); /* Move up */
    }
}

/* Ensure visibility on mobile */
@media screen and (max-width: 600px) {
    .move-top-btn {
        width: 50px;  /* Same size for mobile */
        height: 50px; /* Same size for mobile */
        bottom: 15px; /* Adjust positioning for smaller screens */
        right: 15px;  /* Adjust positioning for smaller screens */
        display: block; /* Ensure button is visible on mobile */
    }

    .move-top-btn span {
        font-size: 18px; /* Slightly smaller arrow icon */
    }
}


/* fifth footer */


/* Footer widget area styles */
.footer-widget-area {
    color: #ffffff; /* Set text color to white */
}

.footer-widget-area a {
    color: #ffffff; /* Set link color to white */
    text-decoration: none; /* Remove underline from links */
}

.footer-widget-area a:hover {
    color: #f9e575; /* Set hover color to pink */
    text-decoration: underline; /* Add underline on hover */
}




/* tag css */

.post-tags .tag-item {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px; /* Adjusted margin to 5px to ensure 10px space between tags */
    border: 1px solid #0f60af; /* Outline stroke */
    border-radius: 7px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.post-tags .tag-item:hover {
    background-color: red;
    color: white;
}


/* search icon */


/* Styling the search icon button */
.navbar-search {
    position: relative;
    display: inline-block;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fcfcfc; /* Change to match your site's color scheme */
    outline: none;
}

.search-icon i {
    font-size: 18px;
}

/* Hidden search input by default */
.search-input {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff; /* Change to match your site's color scheme */
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 999;
}

.search-input input {
    border: none;
    padding: 5px;
    width: 150px;
    font-size: 14px;
}

.search-input .search-submit {
    border: none;
    background-color: #333; /* Change to match your site's color scheme */
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
}



/* text action increase deacrease */

.text-action {
    padding: 15px 0;
}

.text-action button {
    background: none;
    padding: 0;
    cursor: pointer;
    border: 1px solid #064684;
    margin-right: 14px;
    padding: 7px;
    width: 40px;
    height: 40px;
}

.text-action img {
    width: 100%; /* Adjust image size within button */
    height: auto;
}

.content-area {
    font-size: 16px; /* Default font size */
}


/* rajniti category link css */


/* Party menu styling */

/* Party menu styling */
.party-menu {
    list-style: none; /* Remove default list style */
    padding: 0;
    display: flex; /* Display items in a row */
    align-items: center; /* Center items vertically */
    gap: 20px; /* Add gap between items */
    margin: 0; /* Remove default margin */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
    scrollbar-width: thin; /* Firefox: thin scrollbar */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* IE11: hide scrollbar until hover */
}

.party-menu li {
    display: inline-block; /* Inline-block for horizontal alignment */
}

.party-menu li a {
    text-decoration: none; /* Remove underline from links */
    color: #000; /* Set text color */
    font-size: 16px; /* Set font size */
    display: flex; /* Flexbox for image and text alignment */
    align-items: center; /* Center items vertically */
    gap: 8px; /* Add gap between icon and text */
    border-right: 1px solid #ddd; /* Add right border */
    padding-right: 12px; /* Add padding to right of each link */
}

.party-menu li:last-child a {
    border-right: none; /* Remove right border for the last item */
}

.party-menu img {
    width: 30px; /* Set width of icons */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure images are block elements */
}

/* Optional: Customize scrollbar for WebKit browsers (Chrome, Safari) */
.party-menu::-webkit-scrollbar {
    height: 8px; /* Set height for horizontal scrollbar */
}

.party-menu::-webkit-scrollbar-thumb {
    background-color: #888; /* Set color for scrollbar thumb */
    border-radius: 10px; /* Round scrollbar thumb */
}

.party-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darken scrollbar thumb on hover */
}
