


.copy-share-button {
        width: 100%;
        padding: 12px;
        background-color: #28a745;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        margin-bottom: 15px;
        font-weight: bold;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .copy-share-button:hover {
        background-color: #218838;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .copy-success-message {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #28a745;
        color: white;
        padding: 12px 24px;
        border-radius: 8px;
        display: none;
        z-index: 1100;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        font-weight: 500;
    }
    /* Style for post titles */
    .popup-body a {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }






/* Custom styles for Recent Posts shortcode */
.custom-recent-posts-item {
    border-bottom: 1px solid #000; /* Border color: black */
    padding: 4px;
    transition: background-color 0.3s;
    align-items: 4px;
    color: black; /* Text color: black */
}

.custom-recent-posts-item:hover {
    background-color: #e0e0e0; /* Hover background color */
}

.custom-recent-posts .post-indicator {
    margin-right: 5px;
    font-size: 22px;
    color: black; /* Dot indicator color: black */
}

@media (max-width: 480px) {
    .custom-recent-posts-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .custom-recent-posts-item {
        padding: 4px;
    }
}

/* Additional styles for links and titles */
.custom-recent-posts-item a {
    color: blue; /* Link color: blue */
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.custom-excerpt {
    color: black; /* Excerpt text color: black */
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}

.custom-updated {
    color: black; /* Updated timestamp color: black */
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}

/* Enhanced Elementor Heading Styles */
.single-post .elementor-widget-container h2,
.single-post .elementor-widget-container h3,
.single-post .elementor-widget-container h4,
.single-post .elementor .elementor-heading-title,
.single-post .entry-content h2 {
    font-family: inherit !important;
    padding: 12px 22px !important;
    background: linear-gradient(-45deg, #004998, #0066cc, #0088ff, #004998) !important;
    background-size: 300% 300% !important;
    border-radius: 25px !important;
    color: #fff !important;
    box-shadow: rgba(23, 43, 99, 0.25) 0 7px 28px !important;
    display: block !important;
    width: 100% !important;
    margin: 12px 0 !important;
    text-align: center !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
    animation: gradientFlow 15s ease infinite !important;
}

/* Animation Keyframes */
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Hover Effects */
.single-post .elementor-widget-container h2:hover,
.single-post .elementor .elementor-heading-title:hover {
    transform: translateY(-2px) !important;
    box-shadow: rgba(23, 43, 99, 0.35) 0 10px 35px !important;
}

/* Individual heading sizes */
.single-post .elementor-widget-container h2,
.single-post .elementor h2 { font-size: 20px !important; }
.single-post .elementor-widget-container h3,
.single-post .elementor h3 { font-size: 18px !important; }
.single-post .elementor-widget-container h4,
.single-post .elementor h4 { font-size: 16px !important; }
.single-post .elementor-widget-container h5,
.single-post .elementor h5 { font-size: 14px !important; }
.single-post .elementor-widget-container h6,
.single-post .elementor h6 { font-size: 14px !important; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .single-post .elementor-widget-container h2,
    .single-post .elementor .elementor-heading-title {
        font-size: 16px !important;
        padding: 12px 15px !important;
        margin: 10px auto !important;
        width: calc(100% - 20px) !important;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {
    .single-post .elementor-widget-container h2,
    .single-post .elementor .elementor-heading-title {
        font-size: 14px !important;
        padding: 10px !important;
        width: calc(100% - 10px) !important;
        margin: 8px auto !important;
    }
}

/* Reset any conflicting styles */
.single-post .elementor-widget-container h2::before,
.single-post .elementor-widget-container h2::after {
    display: none !important;
}

/* Ensure proper spacing */
.single-post .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* Common Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f5f5f5;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Container to fix spacing */
.main-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* First Button Group Styles */
.button-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 2px;
    width: 100%;
    margin: 0 auto;
}

.custom-button {
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.custom-button .icon {
    font-size: 20px;
}

.custom-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: 0.5s;
}

.custom-button:hover:before {
    left: 100%;
}

.custom-button.red { 
    background: linear-gradient(135deg, #ff0000, #cc0000); 
}
.custom-button.green { 
    background: linear-gradient(135deg, #1fa219, #167c12); 
}
.custom-button.black { 
    background: linear-gradient(135deg, #333333, #000000); 
}

.custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Second Button Group Styles */
/* Grid Layout */
.job-button-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}

/* Button Base Styles */
.job-button {
    color: #ffffff;
    padding: 10px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Button Content Layout */
.job-button .content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 1;
}

.job-button .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0px;
}

.job-button .action {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
    font-weight: 00;
}

/* Button Colors with Gradient */
.job-button.olive { background: linear-gradient(135deg, #808000, #5a5a00); }
.job-button.blue { background: linear-gradient(135deg, #00B0CD, #00008b); }
.job-button.orange { background: linear-gradient(135deg, #FF6600, #cc5200); }
.job-button.maroon { background: linear-gradient(135deg, #8000D0, #4d0000); }
.job-button.red { background: linear-gradient(135deg, #FF0000, #cc0000); }
.job-button.green { background: linear-gradient(135deg, #006400, #004d00); }
.job-button.pink { background: linear-gradient(135deg, #FF1493, #cc1077); }
.job-button.skyblue { background: linear-gradient(135deg, #1E90FF, #0066cc); }

/* Hover Effects */
.job-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.job-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0)
    );
    transform: rotate(45deg);
    transition: 0.5s all;
}

.job-button:hover::after {
    left: 100%;
    top: 100%;
}

/* Responsive Design */
@media (max-width: 1020px) {
    .job-button-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 820px) {
    .job-button-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .job-button {
        min-height: 80px;
    }
    
    .job-button .title {
        font-size: 16px;
    }
    
    .job-button .action {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .job-button-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 5px;
    }
    
    .job-button {
        min-height: 70px;
        padding: 2px;
    }
    
    .job-button .title {
        font-size: 12px;
    }
    
    .job-button .action {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .job-button {
        min-height: 60px;
        padding: 8px;
    }
    
    .job-button .title {
        font-size: 13px;
    }
    
    .job-button .action {
        font-size: 10px;
    }
}

.popup-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.popup-content {
    width: 98%;
    max-width: 500px;
    max-height: 80vh;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.popup-header {
    padding: 5px;
    background: #0052cc;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h2 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-button {
    color: white;
    background: rgba(255,255,255,0.1);
    border: none;
    font-size: 35px;
    cursor: pointer;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-body {
    padding: 2px;
    overflow-y: auto;
    max-height: calc(90vh - 130px);
}

.post-item {
    padding: 2px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: 0.2s;
}

.post-item:hover {
    transform: translateX(5px);
    border-left: 3px solid #0052cc;
}

.post-title {
    color: #0052cc;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.post-title:hover {
    color: #0077ff;
}

.last-date {
    color: #dc3545;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.last-date::before {
    content: '⏰';
}

.popup-footer {
    padding: 0px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 12px 12px;
}

.home-button {
    width: 100%;
    padding: 5px;
    background: #0052cc;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.home-button:hover {
    background: #0077ff;
}

@media (max-width: 480px) {
    .popup-modal { padding: 10px; }
    .popup-content { width: 95%; }
    .post-item { padding: 10px; }
    .popup-header h2 { font-size: 16px; }
    .last-date { font-size: 13px; }
}





























.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #eee;
    z-index: 1000;
    padding: 4px 0;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    gap: 2px;
    font-weight: 600;
}

.nav-item i {
    font-size: 18px;
    color: #000;
}

.nav-item.active {
    color: #0066ff;
}

.nav-item.active i {
    color: #0066ff;
}

@media (min-width: 768px) {
    .mobile-footer {
        display: none;
    }
}

















