
.p1 {
    background: linear-gradient(to right, #008ec8, #d3b0c2);
    color: white;
}

.p2 {
    background: linear-gradient(to right, #008ec8, #b0bdc4);
    color: white;
}

.p3 {
    background: linear-gradient(to right, #008ec8, #7c85a2);
    color: white;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column {
    min-height: 1px;
}

.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-741 .elementor-element.elementor-element-fc01c88 > .elementor-element-populated {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

    .elementor-741 .elementor-element.elementor-element-fc01c88 > .elementor-element-populated, .elementor-741 .elementor-element.elementor-element-fc01c88 > .elementor-element-populated > .elementor-background-overlay, .elementor-741 .elementor-element.elementor-element-fc01c88 > .elementor-background-slideshow {
        border-radius: 8px 8px 8px 8px;
    }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-widget-image {
    text-align: center;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    color: white;
    margin-top: 16px;
}


/*design code for typing area*/

/* General styles for the header within the Bootstrap partial */
.bootstrap-partial .meta {
    padding: 20px; /* Add padding to the header */
    margin-bottom: 20px; /* Add margin at the bottom */
    background-color: #f8f8f8; /* Set background color */
    border-radius: 4px; /* Add rounded corners */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/ /* Add a subtle shadow */
}

    /* Styles for the h2 within the header */
    .bootstrap-partial .meta h2 {
        font-size: 24px; /* Adjust font size as needed */
        color: #333; /* Set text color */
        margin-bottom: 10px; /* Add margin at the bottom */
    }

    /* Styles for the span within the header */
    .bootstrap-partial .meta span {
        font-size: 14px; /* Adjust font size as needed */
        color: #666; /* Set text color */
        line-height: 1.6; /* Adjust line height for better readability */
    }

        /* Styles for the strong text within the span */
        .bootstrap-partial .meta span strong {
            font-weight: 600; /* Set font weight */
            color: #169fe6; /* Set text color */
        }


.bootstrap-partial .progress {
    /* Custom styles for progress bar */
    height: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 10px;
}

.bootstrap-partial .progress-bar {
    /* Custom styles for progress bar */
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 10px;
}

/* General styles for the paragraph within the Bootstrap partial */
.bootstrap-partial #textToType {
    width: 100%;
    font-size: 16px; /* Adjust font size as needed */
    color: #333; /* Set text color */
    text-align: left; /* Center align the text */
    margin-bottom: 10px; /* Add margin at the bottom */
    line-height: 1.6; /* Adjust line height for better readability */
    font-weight: 500; /* Set font weight */
    padding: 10px; /* Add padding for better spacing */
    border: 1px solid #169fe6;
    border-radius: 4px;
    background-color: #c6ecff4f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

    /* Hover effect for the paragraph within the Bootstrap partial */
    .bootstrap-partial #textToType:hover {
        border-color: #888; /* Change border color on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Increase shadow on hover */
    }



/* Styles for the icons within the Bootstrap partial */
.bootstrap-partial .d-flex {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space between icons */
  
}
    .bootstrap-partial .d-flex.align-items-center {
        align-items: center; /* Center align icons vertically */
    }
    .bootstrap-partial .d-flex.align-items-center .text-right {
        text-align: right;
    }
    .bootstrap-partial .d-flex.align-items-center .text-left {
        text-align: left;
        flex:auto;
    }

.bootstrap-partial .d-flex p {
    font-size: 1.4em;
    color: #333333;
}
/* General styles for the textarea within the Bootstrap partial */
.bootstrap-partial #typingArea {
    width: 100%; /* Ensure it takes full width of its container */
    padding: 10px; /* Add some padding for better readability */
    margin-bottom:10px;
    font-size: 16px; /* Adjust font size as needed */
    line-height: 1.5; /* Adjust line height for better readability */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add rounded corners */
    background-color: #fff; /* Set background color */
    color: #333; /* Set text color */
    transition: border-color 0.3s ease; /* Add transition for border color */
    resize: none
}

    /* Hover effect for the textarea within the Bootstrap partial */
    .bootstrap-partial #typingArea:hover {
        border-color: #888; /* Change border color on hover */
    }

    /* Focus effect for the textarea within the Bootstrap partial */
    .bootstrap-partial #typingArea:focus {
        border-color: #169fe6; /* Change border color on focus */
        outline: none; /* Remove default focus outline */
        box-shadow: 0 0 5px rgba(22, 159, 230, 0.5); /* Add a subtle shadow on focus */
    }

    /* Styles for the disabled state within the Bootstrap partial */
    .bootstrap-partial #typingArea:disabled {
        background-color: #f8f8f8; /* Light gray background for disabled state */
        color: #aaa; /* Light gray text color for disabled state */
        border-color: #ddd; /* Light gray border for disabled state */
        cursor: not-allowed; /* Change cursor to not-allowed */
    }

    /* Optional: Add a placeholder style for better visibility within the Bootstrap partial */
    .bootstrap-partial #typingArea::placeholder {
        color: #aaa; /* Light gray color for placeholder text */
    }

/* General styles for the button within the Bootstrap partial */
.bootstrap-partial .btn-primary {
    padding: 10px 15px; /* Add padding to the button */
    font-size: 14px; /* Adjust font size as needed */
    border: none; /* Remove default border */
    border-radius: 4px; /* Add rounded corners */
    background-color: #169fe6; /* Set background color */
    margin-bottom: 10px;
    color: #fff; /* Set text color */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s ease; /* Add transition for background color */
}

    /* Hover effect for the button within the Bootstrap partial */
    .bootstrap-partial .btn-primary:hover {
        background-color: #148fd1; /* Change background color on hover */
    }

/* General styles for the success button within the Bootstrap partial */
.bootstrap-partial .btn-success {
    padding: 10px 15px; /* Add padding to the button */
    font-size: 14px; /* Adjust font size as needed */
    border: none; /* Remove default border */
    border-radius: 4px; /* Add rounded corners */
    background-color: #28a745; /* Set background color */
    margin-bottom: 10px;
    color: #fff; /* Set text color */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s ease; /* Add transition for background color */
}

/* Hover effect for the success button within the Bootstrap partial */
.bootstrap-partial .btn-success:hover {
    background-color: #218838; /* Change background color on hover */
}
/* General styles for the reset button within the Bootstrap partial */
.bootstrap-partial .btn-danger {
    background-color: #dc3545; /* Red background color */
    color: #fff; /* White text color */
    padding: 10px 15px; /* Add padding to the button */
    font-size: 14px; /* Adjust font size as needed */
    border: none; /* Remove default border */
    border-radius: 4px; /* Add rounded corners */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s ease; /* Add transition for background color */
}

    /* Hover effect for the reset button within the Bootstrap partial */
    .bootstrap-partial .btn-danger:hover {
        background-color: #c82333; /* Darker red background color on hover */
    }

    /* Styles for the icon within the reset button */
    .bootstrap-partial .btn-danger i {
        margin-right: 5px; /* Add margin to the right of the icon */
    }




/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        color: white;
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}

.table-container {
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: auto;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling */
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container th, .table-container td {
        border: 1px solid #cccccc;
        padding: 8px;
        text-align: left;
    }

    .table-container th {
        background-color: #f3f3f3;
        font-size: 14pt;
    }

    .table-container td {
        font-size: 12pt;
        color: #333333;
    }

    .table-container tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table-container tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

/* Responsive styling */
@media screen and (max-width: 768px) {
    .table-container {
        overflow-x: auto; /* Maintains horizontal scroll on smaller screens */
    }

        .table-container table {
            width: 100%;
            /* Ensure table is still displayed as a table */
        }
}
