@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    min-height: 100vh;
    margin: 0;
    background: url(../images/home-speaker-bg_02.jpg) center center no-repeat;
    background-size: cover;
    font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

header {
    width: 100%;
    padding: 10px 25px;
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

header img {
    width: 155px;
}

.sponsor-logos {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.card-body {
    padding: 1rem 1rem;
}

.sponsor-logos img {
    width: 96px;
}

.gflogo {
    width: 154px;
}


.org-div-home {
    top: 3vh;
    left: 2vw;
    background: #fff;
    border-radius: 38px;
    z-index: 102;
    padding: 14px 22px;
}

.org-div-home img {
    width: 3.5vw;
}

.org-div-home img:first-child { 
    border-right: 1px #000 solid;
    margin: 0 15px 0 0;
    padding-right: 15px;
    width: 4.5vw;
}

.login-card {
        border: 5px #319ce9 solid;
        background-color: #fff;
        color: #000;
        border: 5px #f5f0fd solid;
        border-radius: 20px;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px auto;
        box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
      }

      .login-card h1 {
        margin-bottom: 15px;
      }

      .login-card h5 {
        color: #555;
        font-weight: 600;
        font-size: 14px;
      }

    .floating-top {
    position: relative;
    margin-bottom: 24px;
}

.floating-top-mobile {
    margin-bottom: 24px;
}

.floating-top input {
    width: 100%;
    padding: 18px 12px 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
    font-weight: 600;
}


.floating-top input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

/* Label initially on top */
.floating-top label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: transparent;
    padding: 0 0;
    font-size: 14px;
    color: #777;
    transition: all 0.25s ease;
    pointer-events: none;
}


/* On focus or value */
.floating-top input:focus + label,
.floating-top input:not(:placeholder-shown) + label {
        top: 12px;
        font-size: 12px;
        color: #333;
        background: #fff;
        padding: 0;
}

.floating-top-inp input:focus + label, .floating-top-inp input:not(:placeholder-shown) + label {
    top: 3px;
    font-size: 12px;
    color: #333;
    padding: 3px 5px;
    border-radius: 3px;
}

.floating-top label {
    line-height: 1;
}

.floating-top select {
    height: 48px;
    font-size: 14px;
    border-radius: 8px;
}

.floating-top select:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.floating-top-mobile {
    padding: 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
}

.floating-top-mobile .floating-top input {
    box-shadow: none;
    border: 0;
    height: 46px;
}

.floating-top-mobile select {
    box-shadow: none;
    border: 0;
    height: 38px;
    margin: 4px 0 0 4px;
    border-right: 1px #cccccc solid;
    border-radius: 0;
    text-align: center;
}

.floating-top-mobile select:focus {
    box-shadow: none;
    border-right: 1px #cccccc solid;
}

.inp-file {
    padding: 11px 12px 0 18px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn-theme {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: #088ba8;
    background-image: linear-gradient(to right, #f69000 0%, #088ba8 51%, #f69000 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
}

.btn-theme:hover
{
  color: #fff;
  background-position: right center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(118, 75, 162, 0.4);
}

.btn-danger {
    border-radius: 50px;
    padding: 12px 30px;
}

.width-100 {
    width: 100%;
}

/* Quick Links Styling */
.quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.link-item {
    color: #539b23;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.link-item:hover {
    color: #520C89;
    text-decoration: underline;
}

.link-separator {
    color: #ccc;
    font-size: 16px;
}

/* Contact Information Styling */
.contact-info {
    text-align: center;
}

.info-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
}

.info-label {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.info-text {
    color: #000;
    font-weight: 500;
}

.info-text a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-text a:hover {
    color: #520C89;
    text-decoration: underline;
}

/* Customer Service Section */
.customer-service {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 12px;
    font-weight: 700;
}

.service-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
        display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.service-title i {
    font-size: 18px;
}

.service-text {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Footer Links Styling */
.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.footer-link {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #539b23;
}

/* Icon styling (optional - if using actual icons) */
.icon-phone,
.icon-email {
    margin-right: 8px;
    color: #000;
}

/* Font Awesome Icon Styling */
.info-row i {
    font-size: 16px;
    color: #000;
    min-width: 20px;
    text-align: center;
}

.cfpass {
    padding: 12px 0 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cfpass a {
    font-size: 14px;
    color: #520C89;
    text-decoration: none;
    font-weight: 600;
    text-decoration: underline;
}

.irdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.adimg {
    max-width: 400px;
    height: auto;
    width: 100%;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 20px;
    
}

.signupbtn-area {
    max-width: 480px;
        margin: 25px auto;
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
}

.signupbtn-area .btn {
    border: 2px solid #fff;
    margin: 0;
}

.gf-reg-card {
    width: 100%;
    max-width: 1000px;
    margin-top: 35px;
}

.stsec {
    margin-bottom: 35px;
    margin-top: 40px;
}

.radio-card {
    display: block;
    cursor: pointer;
    width: 100%;
}

.radio-card input {
    display: none;
}

.card-content {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 12px;
    text-align: center;
    transition: all 0.35s ease;
    background: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Icon */
.card-content i {
    font-size: 38px;
    color: #520C89;
    margin-bottom: 14px;
}

/* Title */
.card-content h5 {
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827;
    font-size: 1.3rem;
}

/* Subtitle */
.card-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0;
}

/* Hover Effect */
.radio-card:hover .card-content {
    border-color: #9468b6;
    /* transform: translateY(-6px); */
    /* box-shadow: 0 18px 40px rgba(82,12,137,0.25); */
}

/* Selected State */
.radio-card input:checked + .card-content {
    color: #fff;
    /* background: linear-gradient(135deg, #520C89 0%, #9468b6 70%); */
    background: linear-gradient(135deg, #520C89 0%, #9468b6 70%);
    border: 1px solid #530d8a;
    /* box-shadow: 0 20px 45px rgba(82, 12, 137, 0.4); */
}


/* Change text colors on select */
.radio-card input:checked + .card-content h5,
.radio-card input:checked + .card-content p,
.radio-card input:checked + .card-content i {
    color: #fff;
}

.radio-card input:checked + .card-content label {
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-card input:checked + .card-content label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
  margin: 0;
}

.radio-card input:checked + .card-content label span {
    display: none;
}

/* Optional: Check mark badge */
/* .radio-card input:checked + .card-content::after {
    content: "✓";
    position: absolute;
    top: 12px;
    right: 14px;
    background: #ffffff;
    color: #520C89;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.radio-card .btn-theme {
    color: #520C89;
    display: block;
    background: transparent;
    border: 1px solid #a9abad;
    margin: 16px auto 0 auto;
    font-size: 0.9rem;
    text-transform: capitalize;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: -10px;
}

.radio-card .btn-theme.btnactive {
    color: #fff;
    background: linear-gradient(135deg, #520C89 0%, #9468b6 70%);
}

.custom-radio {
  margin: 0 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #444;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;
    min-width: 100px;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 200px;
}

.custom-radio input[type="radio"]:checked + label {
    background: linear-gradient(135deg, #520C89 0%, #9468b6 70%);
	color:#fff;
}

.custom-radio input[type="radio"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.tel-cc:focus {
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}

.del-card {
    position: relative;
    margin-bottom: 40px;
    border: 1px #cccccc solid;
    border-radius: 8px;
    /* box-shadow: 0 0 10px #d9d9d9; */
}

.del-card-main:last-child .del-card {
    margin-bottom: 0px;
}

.del-card-head {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
    font-weight: 700;
    color: #520C89;
}

.last-footer-submit {
    padding: 1.3rem 1rem 1rem 1rem;
    /* background: #f5f5f5; */
    border-radius: 0;
    border-top: 1px #8e5fb2 dashed;
    margin-top: 10px;
}

 .thank-you-container {
        animation: fadeUp 1s ease forwards;
        margin: 0 0 25px 0;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Tick Animation */
    .tick-wrapper {
        margin-bottom: 25px;
    }

    .checkmark {
        width: 90px;
        height: 90px;
        stroke-width: 3;
        stroke: #764ba2;
        fill: none;
        stroke-miterlimit: 10;
        overflow: visible; 
        animation: scaleIn 0.6s ease-in-out forwards;
    }

    @keyframes scaleIn {
        0% { transform: scale(0); }
        100% { transform: scale(1); }
    }

    .checkmark-circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .checkmark-check {
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: strokeCheck 0.4s 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    @keyframes strokeCircle {
        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes strokeCheck {
        100% {
            stroke-dashoffset: 0;
        }
    }
    .thank-you-title {
        font-size: clamp(24px, 4vw, 36px);
        font-weight: 700;
        margin-bottom: 10px;
        color: #222;
    }

    .thank-you-subtitle {
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 30px;
        margin-top: 25px;
        line-height: 1.6;
    }

    /* Button */
    .thank-you-btn {
        display: inline-block;
        padding: 14px 35px;
        border-radius: 50px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .thank-you-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(118, 75, 162, 0.4);
        color: #fff;
        text-decoration: none;
    }

    .terms-link {
        font-size: 14px;
        color: #520C89;
        text-decoration: none;
        font-weight: 600;
        text-decoration: underline;
    }

       .terms-link:hover {
        color: #520C89;
    }

    .gfreg-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px 15px 0 15px;
        justify-content: end;
    }

    .gfreg-nav .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin: 0 0.5rem;
        background: #fff;
        color: #000;
        border-radius: 8px;
        line-height: normal;
        font-weight: 600;
    }

    .gfreg-nav .navbar-nav .nav-link:hover {
        background-image: linear-gradient(to right, #9468b6 0%, #520C89 100%);
        color: #fff;
    }

.rd-form-card {
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #088BA8;
}

    .rd-form-card .card-header {
        background: linear-gradient(207deg, rgba(246, 144, 0, 1) 0%, rgba(8, 139, 168, 1) 100%);
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff;
        border-radius: 15px 15px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
    }

        .rd-form-card .card-header span small {
            font-size: 0.875rem;
            color: #ddd;
        }

        .rd-form-card .card-header strong {
            font-size: 0.875rem;
            color: #ddd;
            background: #520C89;
            border-radius: 6px;
            padding: 3px 8px;
        }

.promo-code-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 520px;
}

.promo-input-group {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-wrap: wrap;
}

.promo-input {
    flex: 1;
    min-width: 220px;
}

.promo-actions {
    display: flex;
    gap: 8px;
}

.promo-message {
    font-size: 14px;
    font-weight: 500;
    padding-left: 4px;
}

.summaery-payment-card .summary-table-wrapper {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
}

    .summary-table th {
        font-weight: 500;
        color: #555;
        padding: 10px 0;
    }

    .summary-table td {
        text-align: right;
        font-weight: 500;
    }

    .summary-table tr {
        border-bottom: 1px solid #eee;
    }

        .summary-table tr:last-child {
            border-bottom: none;
        }

    .summary-table .total-row th,
    .summary-table .total-row td {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        padding-top: 12px;
    }

.summary-buttons {
    margin-top: 15px;
    text-align: center;
}

    .summary-buttons .btn {
        margin-right: 8px;
        margin-bottom: 8px;
    }

table .btn {
    
}

.del-table tr td {
    font-size: 14px;
}

.del-table tr th {
    font-size: 14px;
}

.action-btns {
    white-space: nowrap;
}

.thead-dark th {
    background: #2b6cb0;
    color: #fff;
    border-color: #2b6cb0;
}

.thead-dark th {
    background: linear-gradient(135deg,#1e3c72,#2a5298);
    color: #fff;
    border: none;
}

.btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 4px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    transition: all .2s ease;
}

    .btn-action:hover {
        transform: translateY(-1px);
    }

/* specific colors */

.view-btn:hover {
    background: #e8f4ff;
    color: #0d6efd;
}

.edit-btn:hover {
    background: #e7f7ef;
    color: #198754;
}

.delete-btn:hover {
    background: #fdeaea;
    color: #dc3545;
}

.ao-btn {
    text-align: center;
    margin: 0 0 22px 0;
}

.action-icon {
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
    text-decoration: none;
}

    .action-icon:hover {
        opacity: 0.7;
    }

.del-list-table {
    margin-bottom: 0;
}

    .del-list-table thead {
        background: #ebebeb;
        border-bottom: 2px solid #dee2e6;
    }

        .del-list-table thead th {
            padding: 0.6rem;
            font-size: 0.8rem;
            font-weight: 600;
            color: #ffffff;
            border: none;
            background: linear-gradient(135deg, #667eea 0%, #5970db 100%);
        }

    .del-list-table tbody td {
        padding: 0.6rem;
        vertical-align: middle;
        border-color: #dee2e6;
        font-size: 0.8rem;
    }

    .del-list-table tbody tr:hover {
        background-color: #f8f9fa;
    }

.modal-header {
    background: linear-gradient(207deg, rgba(246, 144, 0, 1) 0%, rgba(8, 139, 168, 1) 100%);
}

.modal-title {
color: #fff;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
}

.action-btn-td .btn {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    box-shadow: none;
    color: #5a71dc;
}

.action-btn-td .btn:hover {
    background: transparent;
}

.action-btn-td .btn span,
.action-btn-td .btn i {
    margin-right: 0;
}

.summary-payment-row {
    margin-top: 20px;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fff;
}

.card-header {
    background: #f8f9fa;
    font-size: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.card-body {
    padding: 16px;
}

/* Summary */

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .summary-list li {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px dashed #eee;
        font-size: 14px;
    }

        .summary-list li:last-child {
            border-bottom: none;
        }

        .summary-list li.total {
            font-size: 16px;
            font-weight: 600;
            color: #0d6efd;
            padding-top: 12px;
        }

/* Payment */

.payment-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

    .payment-grid label {
        font-size: 12px;
        color: #888;
        margin-bottom: 3px;
        display: block;
    }

    .payment-grid p {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

/* Status */

.status {
    color: #28a745;
    font-weight: 600;
}

/* No payment */

.no-payment {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
}

.main-page-head {
    text-align: center;
    margin-bottom: 25px !important;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 20px 0;
    background: linear-gradient(207deg, rgba(246, 144, 0, 1) 0%, rgba(8, 139, 168, 1) 100%);
    color: #fff;
}

.reg-form-sec {
    
}

.rfc-head {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}

.rfc-head h4 {
    margin-bottom: 0;
}

.section-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    background: #F69000;
    background: linear-gradient(207deg, rgba(246, 144, 0, 1) 0%, rgba(8, 139, 168, 1) 100%);
    ;
    color: #fff;
}

.rfc-form {
    background: transparent !important;
    padding: 0 0 10px 0 !important;
    border: 0 !important;
    /*border-bottom: 2px #1f8c98 dashed !important;*/
    border-radius: 0 !important;
    margin: 0 0 0 0 !important;
}

.reg-form-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(32 6 68), transparent);
    margin: 0px 0 18px 0;
    opacity: 0.6;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.inp-file-info {
    color: #ff0000;
    display: block;
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(207deg, rgba(246, 144, 0, 1) 0%, rgba(8, 139, 168, 1) 100%);
    color: #fff;
}

.summary-header p {
    color: #fff !important;
}

    .summary-title h2 {
    margin-bottom: 8px;
}

.summary-title p {
    color: #666;
    margin: 0;
}

.summary-actions {
    display: flex;
    gap: 10px;
}

.summary-nav-btn {
    padding: 8px 16px;
}

.summary-card-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    border: 1px #1b8b9a solid;
}

.bdblock {
    margin-top: 15px;
}

.billing-summary {
    font-size: 14px;
}

.billing-item {
    background: #f9fafb;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.billing-label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 4px;
}

.billing-value {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    word-break: break-word;
}

/* HEADER */
.summary-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .summary-header-v2 h4 {
        margin: 0;
        font-weight: 700;
    }

    .summary-header-v2 small {
        color: #888d97;
    }

.promo-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
}

.promo-input {
    height: 42px;
}

.promo-actions {
    display: flex;
    align-items: center;
}

.promo-message {
    font-weight: 600;
    color: #28a745;
}

@media (max-width: 768px) {
    .promo-actions {
        margin-top: 8px;
    }
}

.payment-summary-table {
    margin-bottom: 16px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.payment-label {
    color: #6c757d;
}

.payment-value {
    font-weight: 600;
}

.payment-total {
    border-top: 2px solid #ddd;
    border-bottom: none;
    margin-top: 6px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.payment-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.btn-outline-theme {
    border: 1px solid #007691;
    color: #007691;
    background: transparent;
}

    .btn-outline-theme:hover {
        background: #007691;
        color: #fff;
    }


.apply-btn {
    position: relative;
    right: -14px;
    border-radius: 50px;
}

.offline-field-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 4px;
}

#offlinePanel .form-control,
#offlinePanel .form-select {
    height: 40px;
}

#offlinePanel .btn-theme {
    padding: 8px 18px;
}

#offlinePanel .bdblock {
    padding-top: 10px;
}

/*responsive css*/
@media (max-width: 991px) {
    .org-div-home img:first-child {
            width: 15.5vw;
        }

        .org-div-home img {
            width: 12.5vw;
        }

        .org-div-home {
            padding: 8px 13px;
        }

        header {
            padding: 10px 15px;
            gap: 10px;
        }

         .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #fff;
        margin: 65px 0 0 0;
        z-index: 100;
        box-shadow: 0 0 5px #ccc;
        border-radius: 8px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .custom-radio label {
        padding: 7px 10px;
        font-size: 1rem;
        max-width: 135px;
}

.btn-theme {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
}

    .reg-form-sec .card-body {
        padding: 16px 0 16px 0;
    }

    .delegate-card {
        flex-direction: column;
    }

    .delegate-group-bar {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: start !important;
    }

    .delegate-bottom-actions {
        justify-content: center !important;
        gap: 10px !important;
    }
    }

@media (max-width: 768px) {
    .summary-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-actions {
        margin-top: 12px;
        flex-wrap: wrap;
    }
}