:root{
    --primary-theam: #2a2d5a;
    --secondary-theam: #2271b1;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    /* background-image: url(../img/site-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
body::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0cbaba;
    background: -webkit-linear-gradient(to bottom, #0cbaba 0%, #380036 100%);
    background: -moz-linear-gradient(to bottom, #0cbaba 0%, #380036 100%);
    background: linear-gradient(to bottom, #0cbaba 0%, #380036 100%);
    background-attachment: fixed;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    font-family: "Inter", sans-serif;
}
.footer {
    color: #fff;
}
.offer-img {
    position: absolute;
    left: -100px;
    width: 160px;
    top: 60px;
    z-index: 11;
}
.offer-badge {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    text-align: center;
    background: #737473;;
    background: -webkit-linear-gradient(to right, #737473; 0%, #e91e63 100%);
    background: -moz-linear-gradient(to right, #737473; 0%, #e91e63 100%);
    background: linear-gradient(to right, #737473; 0%, #e91e63 100%);
}
span.offer-badge2 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    text-align: center;
    background: #009688;
    background: -webkit-linear-gradient(to right, #009688 0%, #4caf50 100%);
    background: -moz-linear-gradient(to right, #009688 0%, #4caf50 100%);
    background: linear-gradient(to right, #009688 0%, #4caf50 100%);
}
.form-box,
.invoice-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: #ffffff;
}
.form-box h1 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding: 0.8em;
    color: #ffffff;
    background: var(--primary-theam);
}
.form-box h2,
.form-box h2,
.invoice-box h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding: 0.5em;
    color: #ffffff;
    background: var(--primary-theam);
    /* background: -webkit-linear-gradient(0deg, #0398d6 0%, #ea258e 100%); */
    background: -webkit-linear-gradient(0deg, var(--primary-theam) 0%, var(--primary-theam) 100%);
}
.form-box h2 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px;
}
.form-box h3 {
    font-size: 18px;
    color: #a92c50;
}
.form-box h4 {
    font-size: 18px;
    line-height: 28px;
    background: var(--primary-theam);
    background: -webkit-linear-gradient(0deg, var(--primary-theam), 0%, var(--primary-theam), 100%);
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
}
.form-box tr h3 {
    font-size: 22px;
    color: #a92c50;
    line-height: 32px;
    background: var(--primary-theam);
    margin: 0;
    text-align: center;
    padding: 10px;
}
.form-box h5 {
    font-size: 15px;
    text-align: center;
    margin: 0 0 18px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding: 2px;
    color: #ffffff;
    background: var(--primary-theam);
}
.form-box h5 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px;
}
.form-check-input {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.form-control,
.form-select {
    border: 2px solid #dadada;
    border-radius: 8px;
}
label {
    color: #646464;
}
.reg-table td {
    font-size: 14px;
    line-height: 22px;
}
label.error,
.mendetary {
    color: #f00;
    font-size: 12px;
}
.info.bg-warning {
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
}
.form-box h5 span.bg-1 {
    background: var(--primary-theam);
    display: inline-block;
    padding: 4px 15px;
    color: #000000;
    border-radius: 15px;
    font-weight: 500;
    font-size: 13px;
}
.list-include ul li {
    list-style: disc;
    margin-left: 22px;
    font-size: 14px;
    line-height: 21px;
}
.info ul {
    list-style: disc;
    margin: 0 0 0 20px;
}
.info ul li {
    padding: 5px 0;
}
.accompany-details li {
    background-color: var(--primary-theam);
    padding: 1em 2em;
    border-bottom: 1px solid #e1e1e1;
}
.accompany-details li:nth-child(even) {
    background-color: var(--primary-theam);
}
.accompany-details li:last-child {
    border: none;
}
label.pg_upload {
    padding: 20px 10px;
    background: #fff;
    border: 2px dashed #ffcf1c;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    color: #a92c50;
    cursor: auto;
}
.workshop-list {
    padding: 15px;
    background-color: #f5eef5;
    border: 2px solid #d3c2d3;
    border-radius: 15px;
}
.workshop-list li {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    vertical-align: top;
    line-height: 23px;
}
.reg-table td {
    padding: 0.5em;
}
/* ==========course section code start ========== */
.course-selection-container {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  /*max-width: 800px;*/
}
.course-option {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
            position: relative;
        }
        .course-option:last-child {
  border-bottom: none;
}
        .course-option label {
            margin-left: 10px;
            flex-grow: 1;
            cursor: pointer;
        }
        .view-details {
            color: #0d6efd;
            cursor: pointer;
            text-decoration: underline;
            margin-left: 15px;
        }
        .view-details:hover {
            text-decoration: none;
        }
        /* Modal Styles */
        .course-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            overflow-y: auto;
            justify-content: center;
            align-items: flex-start;
            padding: 40px 20px;
        }
        .modal-content {
            background-color: white;
            border-radius: 12px;
            width: 100%;
            max-width: 800px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            animation: modalFadeIn 0.3s ease;
            position: relative;
        }
        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 28px;
            color: #7f8c8d;
            cursor: pointer;
            transition: color 0.2s;
        }
        .close-btn:hover {
            color: #e74c3c;
        }
        .modal-header {
            background-color: var(--primary-theam);
            color: white;
            padding: 20px;
            border-radius: 12px 12px 0 0;
        }
        .modal-body {
            padding: 25px;
        }
        .session {
            margin-bottom: 25px;
        }
        .session h3 {
            color: #2c3e50;
            font-size: 20px;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #eaecef;
        }
        .session ul {
            list-style-type: none;
        }
        .session li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            line-height: 1.5;
        }
        .session li:before {
            content: "•";
            color: #3498db;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .footer-menu{
        display: flex; text-align: center!important;
    }
    
    .footer-menu li a{color: white; padding: 5px 10px; text-align: center; font-weight: bold;}
   
    .footer-menu li a:hover{color: yellow;}

   
    .footer
    {
        background-color:#000;
        color:#fff;
    }
    
    .footer a
    {
        color:gold;
        text-decoration:none;
    }
