    .faq-section .faq-title {
    font-size: 1.8rem; /* Smaller heading size */
    margin-bottom: 0.5rem;
}

.faq-section .faq-description {
    font-size: 0.9rem; /* Smaller description text */
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.faq-section .faq-item h4,
.faq-section .faq-item h3 {
    font-size: 1.2rem; /* Reduced FAQ question size */
    margin-bottom: 0.3rem;
}

.faq-section .faq-content p {
    font-size: 0.9rem; /* Smaller answer text */
    line-height: 1.5;
}

.faq-section .faq-arrow svg {
    width: 150px; /* Reduced SVG arrow size */
    height: 150px;
}

.faq-container {
    padding: 1rem; /* Reduced padding for a tighter layout */
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0; /* Compact spacing between FAQ items */
}


        #main-image {
            margin-top: 40px;
            padding: 10px;
            border: 5px solid darkblue;
            border-radius: 5px;
            margin-bottom: 30px;
        }

        .image-container {
            width: 1200px;
            height: 700px;
            overflow: hidden;
            position: relative;
            border: none;
            cursor: grab;
            margin-top: 20px;
            margin-left: 30px;

        }

        #zoom-img {
            position: absolute;
            width: 100%;
            height: auto;
            top: 0;
            left: 0;
            transform-origin: top left;
            cursor: zoom-in;
            transition: transform 0.05s linear;
        }

        .sensor {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: transparent;
            border-radius: 50%;
            cursor: pointer;
            transform-origin: top left;
        }

        .customtooltip {
            position: absolute;
            background-color: rgba(118, 107, 107, 0.9);
            /* Semi-transparent dark background */
            color: #fff;
            /* White text for high contrast */
            padding: 8px 12px;
            /* Balanced padding for content */
            border-radius: 6px;
            /* Smooth rounded corners */
            font-size: 0.875rem;
            /* Consistent font size (14px) */
            display: none;
            /* Hidden by default */
            transform: translate(-50%, -130%);
            /* Centered above the target */
            white-space: nowrap;
            /* Prevent text wrapping */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            /* Subtle shadow for depth */
            z-index: 1000;
            /* Ensure it overlays other content */
            pointer-events: none;
            /* Avoid interfering with interactions */
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            /* Modern font stack */
            line-height: 1.4;
            /* Improved readability */
        }

        .circle {
            width: 12px;
            height: 12px;
            background-color: transparent;
        }

        .small-circle {
            width: 6px;
            height: 6px;
            background-color: transparent;
        }

        .tiny-circle {
            width: 3px;
            height: 3px;
            background-color: transparent;
        }

        .rectangle {
            width: 10px;
            height: 20px;
            border-radius: 2px;
            /* background-color: skyblue; */
            background-color: transparent;
        }

        .small-rectangle {
            width: 5px;
            height: 10px;
            border-radius: 1px;
            /* background-color: skyblue; */
            background-color: transparent;
        }

        .horizontal-rectangle {
            width: 20px;
            height: 5px;
            border-radius: 1px;
            /* background-color: skyblue; */
            background-color: transparent;
        }

        .tilt-rectangle {
            width: 10px;
            height: 20px;
            border-radius: 2px;
            /* background-color: skyblue; */
            transform: rotate(-20deg);
            background-color: transparent;
        }

        .data-container {
            display: none;
        }
        .table th, .table td {
            text-align: center;
            vertical-align: middle;
        }
        
        .table th {
            background-color: black;
            color: #ffffff;
            font-weight: bold;
        }
        
        .table tbody tr:hover {
            background-color: #f0f8ff; /* Light blue hover effect */
        }
        
        #pagination .page-item .page-link {
            color: #007bff;
            border: 1px solid #007bff;
        }
        
        #pagination .page-item.active .page-link {
            background-color: #007bff;
            color: #ffffff;
            border-color: #007bff;
        }
        
        #pagination .page-item .page-link:hover {
            background-color: #0056b3;
            color: #ffffff;
        }
        /* Footer Styling */

  }
  
  .border-top {
    border-top: 1px solid #e9ecef !important;
  }
  
  .small {
    font-size: 13px; /* Smaller font for compactness */
  }