.protect-creativity-section{
    padding:60px 0;
}
.box1{
    background-color:#f5f6fc;
    padding: 40px;
    border-radius: 20px;
    box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
    position: relative;
    z-index: 0;
  
}
.box1::after{
    content:"";
    width: 0;
    height: 100%;
    background-color:var(--primary-color);
    left: 0;
    opacity: 0;
    position: absolute;
    z-index:-1;
    top:0;
    bottom:0;
    right:0;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.box1:hover::after{
    width: 100%;
    opacity: 1;
    z-index: -1;
}
.box1 h2{
    font-size: 28px;
    color:#000;
    margin: 25px 0 15px;
}
.box1:hover h2, .box1:hover p{
    color:#fff;
}
.box1:hover img{
    filter: brightness(0) invert(1);
}
.mb-30{
    margin-bottom:30px;
}
.mb-20{
    margin-bottom:20px;
}
.benefits-section{
    background-color:transparent;
}
.mt-60{
    margin-top:60px;
}
.listing, .listing li{
    margin: 0;
    padding:0;
}
.listing li{
    padding-left: 28px;
    margin-bottom:18px;
    position: relative;
    list-style-type: none;
}
.listing li:last-child{
    margin-bottom:0;
}
.listing li img{
    position: absolute;
    left: 0;
    top: 3px;
}
.mb-10{
    margin-bottom:10px;
}
.bg-warea{
    background: var(--primary-color);
    padding:40px;
    border-radius: 25px;
    color:#fff !important;
    text-align: center;
    margin-top:60px;
}
.bg-warea h2, .bg-warea p{
    color:#fff !important;
}
.big-img{
    background:url(../images/license.jpg) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    margin-top:60px;
}
.white-box{
    background-color: rgba(255,255,255,0.8);
    padding:40px;
}

/* Limitations Specific Styles */
.border-primary {
    border-color: var(--primary-color) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.irro-box .list-row .row-text strong {
    color: var(--primary-color);
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.irro-box h3 i {
    font-size: 0.9em;
    vertical-align: middle;
}

/* Ensure cards in the grid are equal height */
.h-100 {
    height: 100% !important;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 1.8em;
    }
    .overview-section {
        padding: 40px 0;
    }
}
.limitation-section{
    padding-bottom: 60px;
}
.limitation-section h3, .apply-license h3, .protect-creativity-section h3{
    margin-bottom:20px;
    font-size: 30px;
}
.limitation-section .row-text {
    font-size: 16px;
    color: var(--black-color);
}
.limitation-section .list-row {
    display: flex;
    align-items: start;
    gap: 20px;
}

.limitation-section .row-icon img{
    width:40px;
}
.apply-license-portal{
    padding-bottom:60px;
}
.box-shadow{
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
}
.btn-blu {
    background: var(--primary-color);
    color:#fff;
}

/* Portal Container */
.portal-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

/* Left Content Area */
.portal-content-left {
    padding: 3rem !important; /* Matches p-5 */
}

.portal-content-left .sub-heading {
    margin-top: 10px;
    font-family: var(--title-font-family);
}

.portal-content-left .info-paragraph {
    margin-bottom: 1.5rem !important; /* Matches mb-4 */
}

.download-link {
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    gap: 15px;
}

.download-link i {
    font-size: 24px;
}

.important-notice {
    margin-top: 3rem; /* Matches mt-5 */
    padding: 1.5rem; /* Matches p-4 */
    background: #f8fafd;
    border-left: 4px solid var(--primary-color);
    border-radius: 8px;
}

.important-notice p {
    font-size: 15px;
    margin-bottom: 0;
}

/* Right Sidebar Area */
.portal-content-right {
    background: #ecf2f8;
    padding: 3rem !important; /* Matches p-5 */
    border-left: 1px solid #dee2e6;
}

.assistance-title {
    font-family: var(--title-font-family);
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.assistance-intro {
    font-weight: 500;
    margin-bottom: 1.5rem; /* Matches mb-4 */
}

/* Contact List Items */
.contact-item {
    display: flex;
    gap: 1rem; /* Matches gap-3 */
    margin-bottom: 1.5rem; /* Matches mb-4 */
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.contact-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .portal-content-left, 
    .portal-content-right {
        padding: 2rem !important;
    }
    
    .portal-content-right {
        border-left: none;
        border-top: 1px solid #dee2e6;
    }

    .download-link {
        width: 100%;
        padding: 15px 25px;
    }
}

/* Tariff Page Layout */
.tariff-layout {
    padding: 80px 0;
}

.tariff-layout h2 {
    font-family: var(--title-font-family);
    font-size: 38px;
    color: var(--black-color);
    margin-top: 10px;
}

.tariff-description {
    font-family: var(--body-font-family);
    font-size: 18px;
    color: var(--dark-gray);
    margin: 25px 0 35px;
}

/* Download Box Styling - using your list-box pattern */
.tariff-download-box {
    background-color: #e8eaf7; /* Matches your irro-box ul li background */
    border-radius: 12px;
    padding: 40px;
    transition: all 0.3s ease;
}

.tariff-download-box:hover {
    background-color: var(--primary-color);
}

.tariff-download-box:hover .download-link {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.tariff-download-box:hover .row-icon img {
    filter: brightness(0) invert(1);
}

.download-link {
    display: inline-block;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .tariff-layout h2 {
        font-size: 28px;
    }
    
    .tariff-download-box {
        padding: 25px;
    }
    
    .download-link {
        width: 100%;
        text-align: center;
    }
}

.protect-creativity-section{
    padding-bottom: 60px;
}
/* Licensees Table Styling */
.licensees-table-page {
    padding: 60px 0;
}

.table-container {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

.licensees-custom-table {
    margin-bottom: 0;
}

.licensees-custom-table thead {
    background: var(--primary-color);
    color: #fff;
}

.licensees-custom-table thead th {
    padding: 20px;
    font-family: var(--title-font-family);
    font-weight: 500;
    border: none;
}

.licensees-custom-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    font-family: var(--body-font-family);
}

.licensees-custom-table tbody tr:last-child td {
    border-bottom: none;
}

.licensees-custom-table tbody tr:nth-child(even) {
    background-color: #fcfdfe;
}

.licensees-custom-table tbody tr:hover {
    background-color: #ecf2f8; /* Light blue highlight on hover */
}

/* Responsive Table */
@media (max-width: 767px) {
    .licensees-custom-table thead {
        display: none;
    }
    .licensees-custom-table tbody td {
        display: block;
        padding: 10px 20px;
        border: none;
    }
    .licensees-custom-table tbody tr {
        border-bottom: 2px solid #eee;
        display: block;
        padding: 10px 0;
    }
}
