/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com
Description: Custom Child Theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
*/

/* Custom CSS starts here */


.search_form .hfe-search-submit{border-radius: 30px; margin: 3px; min-width: 35px !important;}

.custom-table .table-wrapper {
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Title */
.custom-table .table-title {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Table */
.custom-table .table-container {
    overflow-x: auto;
}

.custom-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

/* Header */
.custom-table thead {
    background: #f1f1f1;
}

.custom-table th {
    text-align: left;
    padding: 12px;
    font-size: 13px;
    color: #333;
}

/* Body */
.custom-table td {
    padding: 12px;
    font-size: 13px;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

/* Image */
.custom-table .card-img {
    width: 45px;
    height: 65px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* Status styles */
.custom-table .status {
    font-weight: 500;
}

.custom-table .status.verified {
    color: green;
}

.custom-table .status.pending {
    color: orange;
}

.custom-table .status.not-verified { color: red; }

/* Scroll body */
.custom-table .scroll-body {  overflow-y: auto; }

.pagination {width: 300px; }

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    width: 40px;
    text-align: center;
}

.pagination .active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pagination span {
    pointer-events: none;
}

footer nav .menu-item-has-children ul li a{background: #000; line-height: 23px !important;}



.custom-card-details {
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

/* Card Box */
.custom-card-details .card-box {
    background: #f5f6f7;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

/* ID */
.custom-card-details .card-id {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

/* Title */
.custom-card-details .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Images */
.custom-card-details .card-images {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-card-details .card-img {
    width: 220px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* Grade */
.custom-card-details .grade-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
    display: inline-block;
}

.custom-card-details .grade-box span {
    display: block;
    font-size: 12px;
    color: #777;
}

.custom-card-details .grade-box strong {
    font-size: 16px;
}

/* Section Titles */
.custom-card-details h3 {
    font-size: 16px;
    margin: 15px 0;
}

/* Info Grid */
.custom-card-details .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    font-size: 14px;
}

.custom-card-details .info-grid div:nth-child(odd) {
    color: #666;
}

.custom-card-details .info-grid div:nth-child(even) {
    font-weight: 500;
}

/* Links */
.custom-card-details a {
    color: #e11d48;
    text-decoration: none;
}

/* Verified */
.custom-card-details .verified {
    color: green;
    font-weight: 600;
}

/* Divider */
.custom-card-details hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 20px 0;
}



.form-response{text-align: center;  margin-top: 12px;  font-size: 20px;}

/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 555;
}

/* Box */
.popup-box {
    background: #f3f4f6;
    width: 95%;
    max-width: 900px;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    margin: 0px auto;
    margin-top: 5%; overflow-x: scroll; max-height: 100%;
}

/* Close */
.popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Title */
.popup-box h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.popup-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* Form */
.popup-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.popup-form .form-group {
    flex: 1;
}

.popup-form .form-group.full {
    flex: 100%;
}

.popup-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.popup-form label span {
    color: red;
}

/* Inputs */
.popup-form input,
.popup-form select {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 13px;
    background: #fff;
}

/* Button */
.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit button {
    background: #e11d48;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}

.form-submit button:hover {
    background: #be123c;
}

 




.custom-table td a{color: #000;}
.click_here{color: #f10606 !important;}

.iti__selected-country[type="button"]{display: flex;}
.iti input.phone-field { padding-left: 115px !important;}
.iti{display: inherit !important;}
.iti__dropdown-content{z-index: 9999999999999;}



/* Register Login form */
.custom_form button{background: #EF0202; color: #fff; font-size: 18px; margin-top: 20px; width: 100%; border-radius: 8px;}
.custom_form button:hover{background-color: #000;}
.custom_form input{border-radius: 8px;  border-color: #AAAAAA;  margin-top: 10px;  margin-bottom: 15px;}





/* Plans Page */

 .kapture-plans-wrapper {
            max-width: 1250px;
            margin: 50px auto;
            padding: 20px;
            font-family: Arial, sans-serif;
        }

        .kapture-billing-toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-bottom: 40px;
            font-size: 20px;
            font-weight: 500;
        }

        .kapture-switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 30px;
        }

        .kapture-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .kapture-slider {
            position: absolute;
            cursor: pointer;
            inset: 0;
            background: #f5dede;
            border-radius: 50px;
            transition: .3s;
        }

        .kapture-slider:before {
            position: absolute;
            content: "";
            width: 24px;
            height: 24px;
            left: 3px;
            top: 3px;
            background: #fff;
            border-radius: 50%;
            transition: .3s;
        }

        .kapture-switch input:checked+.kapture-slider:before {
            transform: translateX(30px);
        }

        .kapture-plan-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .kapture-plan-card {
            border: 1px solid #ff6b6b;
            border-radius: 16px;
            padding: 28px;
            position: relative;
            background: #fff;
        }

        .kapture-plan-card.popular {
            border: 2px solid red;
            background: #fff6f6;
        }

        .popular-badge {
            position: absolute;
            top: 22px;
            right: 22px;
            background: red;
            color: #fff;
            padding: 10px 18px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
        }

        .kapture-plan-card h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .plan-price {
            display: flex;
            align-items: baseline;
            gap: 5px;
            margin-bottom: 20px;
        }

        .currency {
            font-size: 28px;
            color: red;
            font-weight: bold;
        }

        .monthly-price {
            font-size: 58px;
            color: red;
            font-weight: bold;
            line-height: 1;
        }

        .duration {
            font-size: 18px;
            color: #555;
        }

        .tagline {
            color: #555;
            margin-bottom: 20px;
            min-height: 50px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 30px 0;
        }

        .features-list li {
            margin-bottom: 18px;
            font-size: 18px;
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .checkmark {
            color: red;
            font-weight: bold;
            font-size: 22px;
        }

        .plan-btn {
            width: 100%;
            background: #0d1117;
            color: #fff;
            border: 0;
            padding: 16px;
            border-radius: 10px;
            font-size: 24px;
            cursor: pointer;
            transition: .3s;
        }

        .plan-btn:hover {
            opacity: .9;
        }

        .bottom-text {
            text-align: center;
            margin-top: 16px;
            color: #666;
            font-size: 15px;
        }

        @media(max-width:991px) {
            .kapture-plan-grid {
                grid-template-columns: 1fr;
            }
        }











/* Responsive */
@media (max-width: 768px) {

.popup-form .form-row {
        flex-direction: column;
    }


    .custom-card-details .card-images {
        flex-direction: column;
        align-items: center;
    }

    .custom-card-details .card-img {
        width: 100%;
        max-width: 300px;
    }

    .custom-card-details .info-grid {
        grid-template-columns: 1fr;
    }



    
    /* .custom-table table,
    .custom-table thead,
    .custom-table tbody,
    .custom-table th,
    .custom-table td,
    .custom-table tr {
        display: block;
    } */

    /* .custom-table thead {
        display: none;
    } */

    .custom-table tr {
        background: #fff;
        margin-bottom: 15px;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    }

    .custom-table td {
        border: none;
        padding: 6px 10px;
        /* display: flex; */
        justify-content: space-between;
    }

    .custom-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #555;
    }

    .custom-table .card-img {
        width: 50px;
        height: 70px;
    }



}