@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&family=Happy+Monkey&display=swap');

:root {

/*---CPC---colors---start---*/
--navy-blue:#02253D;
--gold-yellow: #EFA500;
--bright-yellow: #FEDB5D;
--ivory:#F4F1ED;
--charcoal-gray:#3B3B3B;
--platinum-gray: #EFEFEF;
--light-gray:#f1ebeb3d;
--white:#ffffff;
--cpc-gradient:linear-gradient(to top, var(--gold-yellow) 0%, var(--bright-yellow) 100%);
--cpc-gradient-reverse:linear-gradient(to bottom, var(--gold-yellow) 0%, var(--bright-yellow) 100%);
--cpc-gradient-to-left:linear-gradient(to left, var(--gold-yellow) 0%, var(--bright-yellow) 100%);
--cpc-box-shadow:12px 12px 30px 0px rgba(0, 0, 0, 0.2);
/*---CPC---colors---end---*/


/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}


html {
overflow-x: hidden;   
}
body {
max-width: 100%;     
}

* {
box-sizing: border-box;
}

.two-column-section {
display: flex;
flex-wrap: wrap;       
width: 100%;
max-width: 100%;
overflow: hidden;
}

.two-column-section .column {
min-width: 0;         
flex: 1 1 300px;      
}

.content-area {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

.tools-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
width: 100%;
}

.compliance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
width: 100%;
}

.resource-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
width: 100%;
}

.insights-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
width: 100%;
}

img {
/*max-width: 100%;*/
height: auto;
}


* {
box-sizing: border-box;
}

body {
font-family: 'Poppins', Arial, sans-serif;
line-height: 1.6;
color: #02253d;
background-color: #ffffff;
}

.container {
width: 100%;
max-width: 1920px;
margin: 0 auto;
}


.header {
position: sticky;
top: 0;
z-index: 100;
background-color: #02253d;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
padding: 5px 1px;
}

.nav-menu {
margin-left: 110px !important; /* value adjust kar sakte ho */
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 94%;
margin: 0 auto;
}

.logo {
width: 110px;
height: 80px;
object-fit: contain;
}

.nav-menu {
display: none;
gap: 35px;
align-items: center;
}

.nav-menu a {
font-size: 18px;
font-family: 'Playfair Display', serif;
font-weight: 500;
line-height: 30px;
color: #ffffff;
text-decoration: none;
transition: color 0.3s ease;
letter-spacing: 1px;
padding-left: 14px;
padding-right: 14px;
border-radius: 5px;
}

.nav-menu a:hover {
background: var(--cpc-gradient);
padding-left: 14px;
padding-right: 14px;
border-radius: 5px;
color: var(--theme-color-white);
transition: all 300ms ease;
}

.login-section {
display: flex;
gap: 28px;
align-items: center;
margin-top: 10px;
}

.members-login {
font-size: 16px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
line-height: 25px;
text-transform: uppercase;
color: #ffffff;
}

.login-btn {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 28px;
padding: 4px 3px 4px 20px;
font-size: 16px;
font-weight: 500;
height: 50px !important;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
transition: transform 0.3s ease;
}

.lock-icn svg { 
width: 19px; 
height: 19px; 
vertical-align: middle; 
margin-right: 10px; 
outline: none;
border: none;
}


.login-btn .icon {
width: 42px !important;
height: 42px !important;
border-radius: 50%;
background-color: var(--white);
position: absolute;
display: flex;
align-items: center;
justify-content: center;
}

.login-btn .icon svg {
width: 16px !important;
height: 16px !important;
margin-bottom:16px;
}

.login-btn:hover {
background: linear-gradient(180deg, #efa500 0%, #fedb5d 100%);
}

/*---button---css---start---*/

.theme-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
white-space: nowrap;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 0;
/*margin-top: 45px;*/
text-transform: uppercase;
position: relative;
padding: 26px 30px !important;
padding-bottom: 24px !important;
padding-right: 70px !important;
letter-spacing: 1px !important;
min-width: fit-content !important;
}

.theme-btn .btn-title {
position: relative;
}

.theme-btn.btn-style-one {
padding: 26px 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 100px;
height: 59px;
}

.theme-btn.btn-style-one .icon svg,
.theme-btn.btn-style-two .icon svg {
width: 16px !important;
height: 16px !important;
margin-top: 17px;
}

.theme-btn .icon {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background-color: var(--white);
position: absolute;
right: 4px;
top: 4px;
/*bottom: 4px;*/
}

/*Btn Style One*/
.btn-style-one {
position: relative;
line-height: 1;
padding: 20px 42px;
overflow: hidden;
text-transform: capitalize;
font-family: var(--poppins-font);
color: var(--navy-blue);
border-radius: 100px;
background: var(--cpc-gradient);
}

/*.btn-style-one.cta-on-dark {*/
/*  background: var(--cpc-gradient);*/
/*  color: var(--navy-blue);*/
/*}*/

/*.btn-style-one.cta-on-dark::before {*/
/*  background: var(--cpc-gradient-reverse);*/
/*}*/

/*.btn-style-one:before {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0%;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  content: "";*/
/*  background: var(--cpc-gradient-reverse);*/
/*  -webkit-transform: scale(1, 0);*/
/*  transform: scale(1, 0);*/
/*  -webkit-transform-origin: bottom left;*/
/*  transform-origin: bottom left;*/
/*  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),*/
/*    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*  z-index: -1;*/
/*}*/

/*.btn-style-one:hover:before {*/
/*  -webkit-transform-origin: top right;*/
/*  transform-origin: top right;*/
/*  -webkit-transform: scale(1, 1);*/
/*  transform: scale(1, 1);*/
/*}*/

/*.btn-style-one:hover {*/
/*  color: var(--navy-blue) !important;*/
/*}*/

@media (max-width: 767.98px) {
.theme-btn {
margin-top: 30px;
}
}

@media only screen and (max-width: 767px) {
.theme-btn.btn-style-one {
padding-right: 80px;
}

.theme-btn .icon {
width: 50px;
height: 50px;
line-height: 40px;
right: 4px;
top: 4px;
display: flex;
/*align-items: center;*/
justify-content: center;
}

.theme-btn.btn-style-one .icon svg {
width: 16px;
height: 16px;
}
}

@media (max-width: 575.98px) {
.theme-btn.btn-style-one {
padding: 26px 42px;
padding-right: 88px;
height: 57px;
}
}
/*---button---css---end---*/


.main-content {
display: flex;
align-items: flex-start;  
margin: 0 70px 0 70px;
gap: 30px;
}


/*.sidebar {*/
/*  width: 22%;*/
/*  background-color: #ffffff;*/
/*  box-shadow: 12px 12px 30px rgba(0,0,0,0.2);*/
/*  border-radius: 8px;*/
/*  padding: 30px 16px;*/
/*  height: fit-content;*/
/*}*/

.sidebar {
width: 22%;
background-color: #ffffff;
box-shadow: 12px 12px 30px rgba(0,0,0,0.2);
border-radius: 8px;
padding: 30px 16px;
position: sticky;     
top: 80px;                
height: 100vh;        
overflow-y: auto;      
}



.quick-links-title {
font-size: 24px;
font-family: 'Playfair Display', serif;
font-weight: 700;
line-height: 32px;
text-transform: capitalize;
color: #02253d;
margin-bottom: 8px;
}

.title-underline {
width: 100px;
height: 1px;
background-color: #efa500;
margin-bottom: 18px;
}

.quick-links-list {
display: flex;
flex-direction: column;
gap: 11px;
}

.quick-link-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
/*transition: all 0.3s ease;*/
cursor: pointer;
font-size: 14px;
font-weight: 500;
}

.quick-link-item:first-child {
background-color: #02253d;
color: #ffffff;
}

.quick-link-item:not(:first-child) {
background-color: rgba(239, 239, 239, 0.5);
color: #02253d;
}

.quick-link-item:hover {
/*transform: translateX(5px);*/
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quick-link-icon {
width: 18px;
height: 18px;
flex-shrink: 0;
}

.quick-link-icon svg {
width: 18px;
height: 18px;
}

.quick-link-item:first-child .quick-link-icon svg {
fill: #fedb5d;
}

.quick-link-item:not(:first-child) .quick-link-icon svg {
fill: #02253d;
}

.tax-calculators {
margin-top: 80px;
display: none;
}

.calculator-title {
font-size: 24px;
font-family: 'Playfair Display', serif;
font-weight: 700;
line-height: 32px;
text-transform: capitalize;
color: #02253d;
margin-bottom: 8px;
}

.calculator-buttons {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 18px;
}

.calculator-btn {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 28px;
padding: 4px 40px 4px 22px;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 12px;
transition: transform 0.3s ease;
}

.calculator-btn:hover {
transform: scale(1.02);
}

/* Content Area */
.content-area {
flex: 1;
margin-top: 40px;
}


.hero-section {
background: linear-gradient(135deg, rgba(2,37,61,0.92) 0%, rgba(26,58,92,0.88) 100%),
url('/images/pages/digital-desk/tax-compliance-help-india-banner.png') center/cover no-repeat;
border-radius: 32px;
padding: 50px 56px;
margin-bottom: 125px;
position: relative;
}

.hero-content {
flex: 1;
}

.hero-easy-access {
flex-shrink: 0;
width: 220px;
}


.hero-easy-access {
position: absolute;
bottom: 0px;
right: 0px;
width: 280px;
background: rgba(2, 37, 61, 0.6);
padding: 24px 20px;
border-radius: 0px 0px 32px 0px;
}

.easy-access-title {
font-size: 20px;
font-family: 'Playfair Display', serif;
font-weight: 700;
color: #ffffff;
margin-bottom: 6px;
padding-bottom: 8px;
letter-spacing: 1px !important;
}

.easy-access-title-underline {
width: 80px;
height: 1px;
background-color: #efa500;
margin-bottom: 20px;
}

.easy-access-buttons {
display: flex;
flex-direction: column;
gap: 14px;
padding-bottom: 10px;
}

.easy-access-btn {
background: #02253d;
border: none;
/*border-radius: 6px;*/
padding: 14px 16px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #ffffff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
transition: all 0.3s ease;
text-align: left;
font-family: 'Poppins', sans-serif;
}

.easy-access-btn:hover {
background: var(--cpc-gradient);
transform: translateX(3px);
color: var(--navy-blue);
}

.easy-access-btn .btn-arrow {
flex-shrink: 0;
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
}

.easy-access-btn .btn-arrow svg {
width: 14px;
height: 14px;
fill: #ffffff;
}

.easy-access-btn:hover .btn-arrow svg {
fill: var(--navy-blue);
}
.easy-access-btn .btn-arrow:hover svg {
fill: #ffffff;
}


.hero-content {
max-width: 1272px;
}

.immediate-assistance {
background-color: #BA1A1A;
border-radius: 12px;
padding: 5px 20px 3px 16px;
font-size: 12px;
font-weight: 500;
line-height: 18px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
display: inline-block;
margin-bottom: 14px;
}

.hero-title {
font-size: 40px;
font-family: 'Playfair Display', serif;
font-weight: 700;
line-height: 60px;
letter-spacing: 1px;
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}

.hero-subtitle {
font-size: 24px;
font-weight: 400;
line-height: 45px;
letter-spacing: 1px;
color: #ffffff;
margin-bottom: 16px;
}

.hero-description {
font-size: 18px;
font-weight: 400;
line-height: 32px;
color: #ffffff;
width: 70%;
margin-bottom: 66px;
}

.cta-button {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 36px;
padding: 4px 5px 4px 34px;
font-size: 18px;
font-weight: 500;
line-height: 30px;
letter-spacing: 1px;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
/*display: flex;*/
align-items: center;
gap: 20px;
transition: all 0.3s ease;
font-family: 'Poppins';
}

.cta-button:hover {
background: linear-gradient(180deg, #efa500 0%, #fedb5d 100%);
}

/* Sections */
.section {
background-color: rgba(239, 239, 239, 0.5);
border-radius: 32px;
padding: 90px 56px;
margin-bottom: 125px;
}

.section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 70px;
}

.section-header .view-all-btn .btn-icon svg {
width: 16px !important;
height: 16px !important;
/*transform: rotate(-45deg) !important; */
}

.section-title {
font-size: 22px;
font-family: 'Playfair Display', serif;
font-weight: 700;
/*line-height: 56px;*/
color: #02253d;
}

.section-underline {
width: 100px;
height: 1px;
background-color: #efa500;
margin-top: -2px;
}

.section-description {
font-size: 18px !important;
font-weight: 400;
line-height: 26px;
letter-spacing: 1px;
color: #02253d;
margin-top: 18px;
}

.view-all-btn {
background: transparent;
border: 1px solid #02253d;
border-radius: 28px;
padding: 1px 2px 1px 34px;
font-size: 16px;
letter-spacing: 1px;
font-family:'Poppins';
font-weight: 500;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 34px;
transition: all 0.3s ease;
white-space: nowrap;
}

.view-all-btn:hover {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%) !important;
color: #02253d;
border: none;
}

/* Icon Buttons */
.btn-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
flex-shrink: 0;
}

.btn-icon svg {
width: 100%;
height: 100%;
}

/* Compliance Grid */
.compliance-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 24px;
}

.compliance-card {
background-color: #ffffff;
border-radius: 24px;
padding: 20px 26px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
}

.compliance-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,0,0,0.1);

}

.compliance-card.urgent {
border-left: 4px solid #efa500;
}

.compliance-card.critical {
border-left: 4px solid #ba1a1a;
}

.card-icon {
width: 54px;
height: 54px;
background-color: #eaf5ff;
border-radius: 8px;
padding: 14px;
margin-bottom: 22px;
display: flex;
align-items: center;
justify-content: center;
}

.card-icon svg {
width: 26px;
height: 26px;
}

.card-title {
font-size: 20px;
font-weight: 600;
/*line-height: 36px;*/
color: #002742;
margin-bottom: 22px;
}

.card-description {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #3b3b3b;
margin-bottom: 22px;
}

.card-action {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
}

.card-action-text {
font-size: 18px;
font-weight: 700;
line-height: 27px;
color: #efa500;
}

.card-action-text.critical {
color: #ba1a1a;
}

.card-action svg {
width: 10px;
height: 10px;
}

/* Two Column Section */
.two-column-section {
display: flex;
justify-content: space-between;
gap: 54px;
margin-bottom: 146px;
}

.column {
width: 48%;
background-color: rgba(239, 239, 239, 0.5);
border-radius: 32px;
padding: 82px 56px;
}

/* Tools Grid */
.tools-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
margin-bottom: 22px;
}

.tool-item {
background-color: #ffffff;
border-radius: 8px;
/*padding: 20px 24px;*/
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
display: flex;
align-items: center;
gap: 14px;
transition: transform 0.3s ease;
cursor: pointer;
}

.tool-item:hover{
background-color: #02253d;
color: #fff;
}

.tool-item:hover {
transform: translateX(5px);
}

.tool-icon {
width: 22px;
height: 22px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}

.tool-icon svg {
width: 22px;
height: 22px;
fill: #ba1a1a;
}

.tool-text {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #02253d;
}

/* Due Dates */
.due-dates-list {
display: flex;
flex-direction: column;
gap: 22px;
margin-bottom: 24px;
}

.due-date-item {
background-color: #ffffff;
border-radius: 20px;
padding: 18px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
display: flex;
justify-content: space-between;
align-items: center;
transition: transform 0.3s ease;
}

.due-date-item:hover {
transform: translateX(5px);
}

.due-date-item.urgent {
border-left: 4px solid #ba1a1a;
}

.due-date-item.warning {
border-left: 4px solid #efa500;
}

.due-date-info h3 {
font-size: 18px;
font-weight: 700;
line-height: 27px;
color: #02253d;
margin-bottom: 2px;
}

.due-date-info p {
font-size: 16px;
font-weight: 700;
line-height: 25px;
}

.due-date-info p.urgent {
color: #ba1a1a;
}

.due-date-info p.warning {
color: #efa500;
}

.file-now-btn {
background: transparent;
border: 1px solid #02253d;
border-radius: 8px;
padding: 8px 32px;
font-size: 16px;
font-weight: 600;
color: #02253d;
cursor: pointer;
transition: all 0.3s ease;
}

.file-now-btn:hover{
background-color: #02253d;
color: #02253d;
}

/* Updates List */
.updates-list {
display: flex;
flex-direction: column;
gap: 22px;
margin-bottom: 24px;
}

.update-item {
background-color: #ffffff;
border-radius: 20px;
padding: 8px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
display: flex;
align-items: center;
gap: 6px;
transition: transform 0.3s ease;
cursor: pointer;
}

.update-item:hover {
transform: translateX(5px);
}

.update-item.urgent {
border-left: 4px solid #ba1a1a;
}

.update-item.warning {
border-left: 4px solid #efa500;
}

.update-content {
flex: 1;
padding: 10px;
}

.update-date {
font-size: 14px;
font-weight: 700;
line-height: 21px;
text-transform: uppercase;
margin-bottom: 2px;
}

.update-date.urgent {
color: #ba1a1a;
}

.update-date.warning {
color: #efa500;
}

.update-title {
font-size: 18px;
font-weight: 600;
line-height: 27px;
color: #02253d;
margin-bottom: 2px;
}

.update-title a {
color: var(--link-color);
text-decoration: none;
font-weight: 600;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.update-description {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #3b3b3b;
}

.update-icon {
width: 38px;
height: 38px;
margin: 6px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border-radius: 8px;
padding: 8px;
flex-shrink: 0;
}

.update-icon svg {
width: 22px;
height: 22px;
fill: #02253d;
}

/* Forms List */
.forms-list {
display: flex;
flex-direction: column;
gap: 40px;
margin-bottom: 22px;
}

.form-item {
background-color: #ffffff;
border-radius: 8px;
padding: 20px 26px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}

.form-item:hover {
background-color: #02253d;
color: #fff;
}

.form-text {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #02253d;
}

.download-icon {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.download-icon svg {
width: 20px;
height: 20px;
fill: #02253d;
}

/* Resource Library */
.resource-library {
background-color: rgba(239, 239, 239, 0.5);
border-radius: 32px;
padding: 64px 56px;
margin-bottom: 125px;
}

.resource-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
margin-bottom: 38px;
}

.resource-card {
background-color: #ffffff;
border-radius: 12px;
padding: 24px 30px;
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
transition: transform 0.3s ease;
}

.resource-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.resource-icon {
width: 54px;
height: 54px;
background-color: #eaf5ff;
border-radius: 8px;
padding: 14px;
margin-bottom: 22px;
display: flex;
align-items: center;
justify-content: center;
}

.resource-icon svg {
width: 26px;
height: 26px;
fill: #02253d;
}

.resource-title {
font-size: 24px;
font-weight: 600;
line-height: 36px;
color: #032234;
margin-bottom: 22px;
}

.resource-links {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 22px;
}

.resource-link {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #3b3b3b;
}

.resource-cta {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 16px;
/*padding: 2px 20px 2px 20px;*/
padding:6px 4px 6px 25px !important; 
margin-right:6px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 14px;
transition: transform 0.3s ease;
}


.resource-card:hover {
background-color: #02253d;
}

.resource-card:hover .resource-title,
.resource-card:hover .resource-description,
.resource-card:hover .resource-link span {
color: #ffffff;
}


.resource-card:hover .resource-title {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}





/* FAQ Section */

.faq-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
}

/* wrap title + description together */
.faq-text {
max-width: 70%;
}

/* button styling (optional spacing fix) */
.faq-cta {
white-space: nowrap;
}

.faq-cta .btn-icon svg {
width: 16px !important;
height: 16px !important;
}

@media (max-width: 768px) {
.faq-header {
flex-direction: column;
align-items: flex-start;
}

.faq-text {
max-width: 100%;
}
}

.faq-section {
background-color: #02253d;
border-radius: 30px;
padding: 88px 34px;
margin-bottom: 125px;
}

.faq-header {
text-align: center;
margin-bottom: 88px;
}

.faq-title {
font-size: 32px;
font-family: 'Playfair Display', serif;
font-weight: 600;
line-height: 56px;
text-transform: capitalize;
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
/*margin-bottom: 30px;*/
text-align: left;

}

.faq-description {
font-size: 18px;
font-weight: 400;
line-height: 30px;
color: #ffffff;
/*margin-bottom: 66px;*/
text-align: left;
}

.faq-cta {
background: transparent;
border: 1px solid #ffffff;
border-radius: 30px;
padding: 8px 4px 8px 20px;
font-size: 16px;
font-weight: 500;
line-height: 30px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
margin-top:10px
}

.faq-cta:hover {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
border:none;
}

.faq-list {
display: flex;
flex-direction: column;
gap: 20px;
/*margin-bottom: 16px;*/
}

a {
color: var(--link-color);
text-decoration: none;
font-weight: 400;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.animated-underline:hover {
position: relative;
display: inline;
text-decoration: none;
color: var(--gold-yellow) !important;
}


.faq-item {
/*background-color: #ffffff;*/
border: 1px solid rgba(255,255,255,0.2);
border-radius: 10px;
overflow: visible;
}

.faq-question {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
padding: 16px 38px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
}

.faq-question:hover {
background: linear-gradient(180deg, #efa500 0%, #fedb5d 100%);
}

.faq-question.collapsed {
background: rgba(255,255,255,0.05);
}

.faq-question.collapsed h3 {
color: #ffffff;
}

.faq-question h3 {
font-size: 18px;
font-weight: 500;
line-height: 33px;
color: #02253d;
}

.faq-toggle-icon {
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.faq-toggle-icon svg {
width: 14px;
height: 14px;
}

.faq-question.collapsed .faq-toggle-icon svg {
fill: #ffffff;
}

.faq-question:not(.collapsed) .faq-toggle-icon svg {
fill: #02253d;
}

.faq-answer {
padding: 32px 44px;
background-color: #ffffff;
}

.faq-answer p {
font-size: 16px;
font-weight: 400;
line-height: 28px;
color: #3b3b3b;
}

/* Insights Section */
.insights-section {
background-color: #02253d;
border-radius: 30px;
padding: 70px 46px;
margin-bottom: 125px;
}

.insights-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 50px;
}

.insights-title {
font-size: 32px;
font-family: 'Playfair Display', serif;
font-weight: 600;
line-height: 56px;
text-transform: capitalize;
background: linear-gradient(to top, var(--gold-yellow) 0%, var(--bright-yellow) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.insights-description {
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #ffffff;
margin-top: 32px;
}

.insights-cta {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 30px;
padding: 2px 2px 2px 20px;
font-size: 16px;
font-weight: 500;
line-height: 27px;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 14px;
transition: transform 0.3s ease;
white-space: nowrap;
}

.insights-cta:hover {
background: var(--cpc-gradient-reverse);
}

.insights-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 54px;
margin-bottom: 34px;
}

.insight-card {
background-color: #ffffff;
border-radius: 12px;
box-shadow: 15px 15px 25px rgba(0,0,0,0.1);
overflow: hidden;
transition: transform 0.3s ease;
}

.insight-card:hover {
transform: translateY(-10px);
}

.insight-image {
width: 100%;
height: 290px;
object-fit: cover;
display: block;
}

.insight-img-wrapper {
position: relative;
}

.insight-date {
position: absolute;
top: 0;
right: 0;
background: linear-gradient(180deg, #efa500 0%, #fedb5d 100%);
border-radius: 0px 12px 0px 0px;
padding: 4px 10px;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
color: #02253d;
}

.insight-content {
padding: 34px 18px;
}

.insight-category {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}

.insight-category-icon {
width: 14px;
height: 14px;
display: flex;
align-items: center;
justify-content: center;
}

.insight-category-icon svg {
width: 14px;
height: 14px;
fill: #efa500;
}

.insight-category-text {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #02253d;
}

.insight-title {
font-size: 20px;
font-weight: 600;
line-height: 35px;
color: #02253d;
margin-bottom: 20px;
}

.insight-divider {
width: 100%;
height: 1px;
background-color: rgba(0,0,0,0.2);
margin-bottom: 62px;
}

.insight-author {
display: flex;
justify-content: space-between;
align-items: center;
}

.author-info {
display: flex;
align-items: center;
gap: 10px;
}

.author-avatar {
width: 40px;
height: 40px;
border-radius: 20px;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.author-avatar svg {
width: 24px;
height: 24px;
fill: #02253d;
}

.author-text {
font-size: 16px;
line-height: 24px;
color: #02253d;
}

.author-name {
font-weight: 600;
}

.author-company {
font-weight: 400;
}

.read-more-btn {
background: linear-gradient(180deg, #efa500 0%, #fedb5d 100%);
border: none;
border-radius: 18px;
padding: 4px 36px 4px 22px;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 12px;
transition: transform 0.3s ease;
white-space: nowrap;
}

.read-more-btn:hover {
transform: scale(1.05);
}

/* Trusted Section */
.trusted-section {
background-color: #02253d;
border-radius: 30px 30px 0px 0px;
padding: 74px 64px;
margin-bottom: 92px;
}

.trusted-header {
text-align: left;
margin-bottom: 48px;
}

.trusted-title {
font-size: 32px;
font-family: 'Playfair Display', serif;
font-weight: 600;
line-height: 56px;
text-transform: capitalize;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 22px;
}

.trusted-description {
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #ffffff;
}

.features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
/*margin-bottom: 92px;*/
}

.feature-card {
background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(2,37,61,0.8) 50%, rgba(0,0,0,0.2) 100%);
border: 1px solid transparent;
border-image: linear-gradient(89deg, #efa500 0%, #000000 50%, #efa500 100%);
border-radius: 12px;
padding: 20px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
}

.feature-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1px;
background: linear-gradient(89.79deg, #EFA500 -10.66%, #000000 50.25%, #EFA500 110.31%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
z-index: 1;
}

.feature-icon {
width: 44px;
height: 44px;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: center;
}

.feature-icon svg {
width: 44px;
height: 44px;
fill: #fedb5d;
}

.feature-title {
font-size: 16px;
font-weight: 600;
/*line-height: 36px;*/
color: #ffffff;
margin-bottom: 8px;
}

.feature-description {
font-size: 14px;
font-weight: 400;
line-height: 25px;
color: #ffffff;
}

/* CTA Section */
.cta-section {
background: linear-gradient(270deg, #efa500 0%, rgba(254,219,93,0.9) 50%, #efa500 100%);
border-radius: 0px 0px 30px 30px;
padding: 38px 54px;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: -95px;
margin-bottom: 50px;
}

.cta-text {
font-size: 32px;
font-weight: 500;
line-height: 66px;
color: #02253d;
}

.cta-btn {
background: transparent;
border: 1px solid #02253d;
border-radius: 30px;
padding: 4px 4px 4px 20px;
font-size: 16px;
font-weight: 500;
line-height: 27px;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
}

.cta-btn:hover {
background-color: #02253d;
color: #ffffff;
}

/* Marquee Section */
.marquee-section {
background: linear-gradient(270deg, #efa500 0%, rgba(254,219,93,0.9) 50%, #efa500 100%);
padding: 14px;
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}

.marquee-text {
font-size: 20px;
font-family: 'Happy Monkey', cursive;
font-weight: 400;
line-height: 32px;
letter-spacing: 1px;
text-transform: uppercase;
color: #02253d;
}

.marquee-divider {
font-size: 26px;
color: #02253d;
}

/* Footer */
.footer {
background-color: #02253d;
/*padding: 40px 0;*/
padding-top: 40px;
}

.footer-content {
width: 90%;
margin: 0 auto;
}

.footer-main {
display: flex;
justify-content: space-between;
margin-bottom: 14px;
}

.footer-company {
width: 28%;
}

.company-name {
font-size: 22px;
font-family: 'Playfair Display', serif;
font-weight: 700 !important;
line-height: 32px;
letter-spacing: 2.5px;
text-transform: uppercase;
/*background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);*/
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 30px;
}

.company-description {
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: #efefef;
margin-bottom: 15px;
}

.company-details {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 18px;
}

.company-gstin {
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-transform: capitalize;
color: #efefef;
}

.contact-info {
display: flex;
flex-direction: column;
gap: 15px;
}

.contact-item {
display: flex;
align-items: center;
gap: 10px;
}

.contact-icon {
width: 30px;
height: 30px;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border-radius: 14px;
padding: 6px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.contact-icon svg {
width: 18px;
height: 18px;
fill: #02253d;
}

.contact-text {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #efefef;
}

.footer-support {
width: 18%;
}

.support-title {
font-size: 22px;
font-family: 'Playfair Display', serif;
font-weight: 700 !important;
line-height: 32px;
letter-spacing: 2.5px;
text-transform: uppercase;
/*background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);*/
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 30px;
}

.support-links {
display: flex;
flex-direction: column;
gap: 15px;
}

.support-link {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #efefef;
text-decoration: none;
transition: color 0.3s ease;
}

.support-link:hover {
color: #EFA500;
}

.footer-form {
width: 30%;
position: relative;
}

.help-desk-form {
background-color: #ffffff;
border: 1px solid rgba(226,232,240,0.2);
border-radius: 22px;
padding: 28px 40px;
/*margin-right: 96px;*/
box-shadow: 0px 32px 32px rgba(0,39,67,0.04);
}

.help-desk-form .form-title {
font-size: 22px;
font-weight: 700 !important;
letter-spacing: 2.5px;
color: #02253d;
margin-bottom: 16px;
font-family: 'Playfair Display', serif;
text-transform: uppercase;
}


.form-title {
font-size: 18px;
font-family: 'Playfair Display', serif;
font-weight: 500;
color: #02253d;
}

.form-item:hover .download-btn,
.form-item:hover .download-btn svg {
color: #fff;
stroke: #fff;
}

.form-item:hover .form-title {
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.form-fields {
display: flex;
flex-direction: column;
gap: 22px;
}

.form-field {
border: 1px solid #3b3b3b;
border-radius: 8px;
padding: 14px;
font-size: 14px;
font-weight: 400;
line-height: 21px;
color: #3b3b3b;
background-color: #fff;
width: 100%;
font-family: 'Poppins', sans-serif;
}

.form-dropdown {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%233b3b3b'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 10px 6px;
padding-right: 36px;
}

.form-submit {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 28px;
padding: 2px 2px 2px 34px;
font-size: 18px;
font-weight: 500;
line-height: 27px;
text-transform: uppercase;
color: #02253d;
cursor: pointer;
display: flex;
align-items: center;
/*gap: 34px;*/
transition: transform 0.3s ease;
font-family: 'Poppins', sans-serif;
}

.form-submit {
display: flex;
align-items: center;
width: 100%;
text-align: center;
}

.form-submit .btn-icon {
margin-left: auto;
display: inline-flex;
align-items: center;
justify-content: center;
}

.form-submit:hover {
background: linear-gradient(360deg, #fedb5d 0%, #efa500 100%);
}

.footer-bottom {
/*padding: 38px;*/
display: flex;
justify-content: space-between;
align-items: center;
}

.social-section {
/*display: flex;*/
align-items: center;
gap: 20px;
}

.social-title {
font-size: 22px;
font-family: 'Playfair Display', serif;
font-weight: 700 !important;
line-height: 32px;
letter-spacing: 2.5px;
text-transform: uppercase;
/*background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);*/
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}

.social-icons {
display: flex;
gap: 20px;
margin-top: 22px;
}

.social-icon {
width: 40px;
height: 40px;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border-radius: 20px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
cursor: pointer;
}

.social-icon:hover {
transform: scale(1.1);
}

.social-icon svg {
width: 20px;
height: 20px;
fill: #02253d;
}

.footer-divider {
width: 1px;
height: 100px;
background-color: rgba(239,239,239,0.6);
}

.policies-section {
text-align: center;
}

.policies-title {
font-size: 22px;
font-family: 'Playfair Display', serif;
font-weight: 700 !important;
line-height: 32px;
letter-spacing: 2.5px;
text-transform: uppercase;
/*background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);*/
background: var(--cpc-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}

.policies-text {
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #efefef;
}

.copyright {
background-color: #02253d;
padding: 12px 34px;
text-align: center;
}

.copyright-text {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #efefef;
}

.hero-section {
position: relative;
}

.fab {
position: fixed;
right: 0;
top: 35%;
transform: translate(0%); 
width: 64px;
height: 64px;
background: #25D366;
border-radius: 16px 0px 0px 16px; 
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
z-index: 10;
}

.fab svg {
width: 35px;
height: 35px;
fill: #fff;
/*margin-left: -10px;*/
margin-top: 8px;
}

.fab:hover {
background: linear-gradient(180deg, #efa500, #fedb5d);
}

.fab:hover svg {
fill: #02253d; 
}


@media (max-width: 1024px) {
.fab {
display: none;
}
}


.expandable-item {
cursor: pointer;
}

.expandable-item.expanded .faq-answer {
display: block;
}

.expandable-item:not(.expanded) .faq-answer {
display: none;
}


@media (max-width: 639px) {
.header-content { 
flex-direction: column; 
gap: 20px; 
}
.nav-menu { 
display: none; 
}
.main-content { 
flex-direction: column; 
margin: 0 20px; 
}
.sidebar { 
width: 100%; 
margin-bottom: 40px; 
display: none;
}
.hero-title { 
font-size: 28px; 
line-height: 40px; 

}
.hero-description { 
width: 100%; 
font-size: 16px;
}
.section { 
padding: 40px 20px; 

}
.compliance-grid { 

grid-template-columns: 1fr; 

}
.two-column-section { 
flex-direction: column; 

}
.column { 
width: 100%;

}
.tools-grid { 
grid-template-columns: 1fr; 

}
.resource-grid { 
grid-template-columns: 1fr; 

}
.insights-grid { 
grid-template-columns: 1fr; 

}
.features-grid {
grid-template-columns: 1fr; 

}
.footer-main { 
flex-direction: column; 
gap: 40px; 

}
.footer-company, .footer-support, .footer-form { 
width: 100%; 

}
.footer-bottom { 
flex-direction: column; 
gap: 30px; 
}
.help-desk-form .form-title { 
font-size: 18px; 
}
}

@media (min-width: 640px) {
.hero-title { font-size: 40px; line-height: 70px; }
.compliance-grid { grid-template-columns: repeat(2, 1fr); }
.tools-grid { grid-template-columns: repeat(2, 1fr); }
.resource-grid { grid-template-columns: repeat(2, 1fr); }
.insights-grid { grid-template-columns: repeat(2, 1fr); }
.features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
.nav-menu { display: flex; }
.hero-title { font-size: 40px; line-height: 75px; }
.section { padding: 70px 40px; }
.compliance-grid { grid-template-columns: repeat(3, 1fr); }
.resource-grid { grid-template-columns: repeat(3, 1fr); }
.insights-grid { grid-template-columns: repeat(3, 1fr); }
.features-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
.hero-title { font-size: 40px; line-height: 80px; }
.section { padding: 90px 56px; }
.resource-grid { grid-template-columns: repeat(4, 1fr); }
.features-grid { grid-template-columns: repeat(4, 1fr); }
.main-content { margin: 0 30px; }
}

@media (min-width: 1280px) {
.container { max-width: 1920px; }
}

.btn-icon {
width: 38px;
height: 38px;
background: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 18px;
color: #02253d;
}

.quick-link-item {
display: flex;
align-items: center;
gap: 12px;
/*padding: 10px 14px;*/
text-decoration: none;
background: #EFEFEF80;
color: #02253d; 
/*transition: all 0.3s ease;*/
}

.quick-link-icon {
width: 20px;
height: 20px;
display: inline-block;
background-color: #02253d; 
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
/*transition: all 0.3s ease;*/
}

.quick-link-item span:last-child {
color: #0A3D62;
font-size: 15px;
}

.quick-link-item:hover {
background: #02253d;
}

.quick-link-item:hover span:last-child {
color: #fff;
}

.quick-link-item:hover .quick-link-icon {
background: linear-gradient(180deg, #FEDB5D, #EFA500);
}

.quick-link-item.active {
background: #02253d;
}

.quick-link-item.active span:last-child {
color: #fff;
}

.quick-link-item.active .quick-link-icon {
background: linear-gradient(180deg, #FEDB5D, #EFA500);
}




.compliance-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}

.compliance-card {
background: #fff;
border-radius: 14px;
padding: 20px 18px 16px;
border: 1.5px solid #e8e8e8;
cursor: pointer;
transition: all 0.25s ease;
position: relative;
overflow: hidden;
}

/* Colored left border strip */
.compliance-card::before {
content: '';
position: absolute;
left: 0; top: 0; bottom: 0;
width: 3.5px;
border-radius: 4px 0 0 4px;
}


/* Hover — dark navy fill */
.compliance-card:hover {
background: #02253d;
border-color: #02253d;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(26,26,46,0.18);
}

/* Icon box */
.card-icon {
width: 38px; 
height: 38px;
border-radius: 8px;
display: flex; 
align-items: center; 
justify-content: center;
margin-bottom: 12px;
transition: background 0.25s;
}
.compliance-card.urgent  .card-icon { 
background: #EAF5FF; 
}
.compliance-card.critical .card-icon { 
background: #EAF5FF; 
}
.compliance-card:hover   .card-icon { 
background: #fff; 
}
.compliance-card:hover   .card-icon svg { 
fill: #efa500 !important; 
}
.card-icon svg { 
width: 18px; 
height: 18px; 
}

/* Title */
.card-title {
font-size: 16px; 
font-weight: 600 !important;
color: #02253d; 
margin-bottom: 16px;
line-height: 1.3; 
/*transition: color 0.25s;*/
}

.card-title a {
color: var(--link-color);
text-decoration: none;
font-weight: 600 !important;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.compliance-card:hover .card-title { color: #efa500; }

/* Description */
.card-description {
font-size: 14px; 
color: #02253d;
line-height: 1.5;
margin-bottom: 14px;
transition: color 0.25s;
}

.compliance-card:hover .card-description { 
color: #fff; 
}

.card-action { 
display: flex; 
align-items: center; 
gap: 5px; 
}
.card-action-text {
font-size: 14px; 
font-weight: 600;
transition: color 0.25s;
}
.compliance-card.urgent  .card-action-text { 
color: #efa500; 
text-decoration: none;
}
.compliance-card.critical .card-action-text { 
color: #ba1a1a; 
text-decoration: none;
}
.compliance-card:hover.card-action-text { 
color: #efa500; 
}

.compliance-card.urgent  .card-action svg { 
fill: #efa500; 
}
.compliance-card.critical .card-action svg { 
fill: #ba1a1a; 
}
.compliance-card:hover   .card-action svg { 
fill: #efa500; 
}

.card-icon img {
width: 18px;
height: 18px;
object-fit: contain;
}

.compliance-card.urgent:hover {
border-left-color: #efa500 !important;
}

.compliance-card.critical:hover {
border-left-color: #ba1a1a !important;
}

/*.dashboard {*/
/*display: flex;*/
/*grid-template-columns: 1fr 1fr;*/
/*gap: 24px;*/
/*max-width: 1300px;*/
/*margin: 0 auto;*/
/*}*/
.dashboard {
display: flex;
flex-direction: column;
gap: 125px; 
}



@media (max-width: 768px) {
.dashboard {
display: flex;
flex-direction: column;
gap: 16px;
}
}

/* ── CARD ── */
.card {
background: #f7f7f7;
border-radius: 20px;
padding: 32px 28px;
position: relative;
}

.card-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 24px;
}

.card-title-dynamic {
font-family: 'Playfair Display', serif;
font-size: 26px;
color: #02253d;
border-bottom: 2px solid #efa500;
padding-bottom: 4px;
display: inline-block;
}

.view-all-btn {
display: flex;
align-items: center;
gap: 6px;
border: 1px solid #02253d;
border-radius: 50px;
padding: 1px 3px 1px 20px;
font-size: 0.78rem;
font-family:'Poppins';
font-weight: 500;
letter-spacing: 1px;
text-decoration: none;
color: #02253d;
white-space: nowrap;
transition: background 0.2s, color 0.2s;
}

.view-all-btn:hover { 
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
color: #02253d; 
}
.view-all-btn svg { 
width: 13px; 
height: 13px; 
}

/* ── SKELETON LOADER ── */
.skeleton {
background: linear-gradient(90deg, #e0e0e0 25%, #ececec 50%, #e0e0e0 75%);
background-size: 200% 100%;
animation: shimmer 1.4s infinite;
border-radius: 10px;
height: 80px;
margin-bottom: 12px;
}
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ── DUE DATES ── */
.due-item {
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
border-radius: 14px;
padding: 18px 20px;
margin-bottom: 12px;
border-left: 5px solid #ccc;
gap: 16px;
transition: transform 0.15s, box-shadow 0.15s;
}

.due-item:hover { 
background-color: #02253d;
}
.due-item.urgent   { 
border-left-color: #ba1a1a; 
}
.due-item.warning  { 
border-left-color: #efa500; 
}
.due-item.normal   { 
border-left-color: #ba1a1a; 
}

.due-info {
flex: 1;
}

.due-title { 
font-weight: 600; 
font-size: 1rem; 
color: #1a1a2e; 
margin-bottom: 4px; 
}

.due-title a {
color: var(--link-color);
text-decoration: none;
font-weight: 600;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.due-title:hover{
color: #fff;
}

.due-item:hover .due-title {
color: #fff;
}


.due-item:hover .file-now-btn {
color: #fff;
border-color: #fff;
} 


.due-date-label { 
font-size: 0.8rem; 
color: #888;
margin-bottom: 2px; 
}
.due-penalty {
font-size: 0.82rem;
font-weight: 600;
}
.due-item.urgent  .due-penalty { 
color: #ba1a1a; 
}

.due-item.warning .due-penalty { 
color: #efa500; 
}
.due-item.normal  .due-penalty {
color: #ba1a1a; 
}

.file-now-btn {
border: 1.5px solid #02253d;
border-radius: 10px;
padding: 9px 20px;
font-size: 0.82rem;
font-weight: 600;
color: #02253d;
background: transparent;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}

.file-now-btn:hover {
background: linear-gradient(360deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
}

/* Button hover → override parent hover */
.due-item:hover .file-now-btn:hover {
background: linear-gradient(360deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
border-color: #02253d ;
}
/*.file-now-btn:hover { */
/*    background: #1a1a2e; */
/*    color: #fff;*/
/*    }*/

/* ── QUICK TOOLS ── */
.tools-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}

.tool-item {
display: flex;
align-items: center;
background: #fff;
padding: 10px 12px;
text-decoration: none;
color: #02253d;
font-weight: 500;
font-size: 0.92rem;
}


.tool-icon {
width: 36px; 
height: 36px;
border-radius: 8px;
display: flex; 
align-items: center; 
justify-content: center;
flex-shrink: 0;
}

.tool-icon svg { 
width: 18px; 
height: 18px; 
color: #ba1a1a; 
}

/* ── LATEST UPDATES ── */
.update-item {
display: flex;
align-items: stretch;
background: #fff;
border-radius: 14px;
padding: 16px 20px;
margin-bottom: 12px;
gap: 16px;
border-left: 5px solid #ccc;
}

.update-item:hover {
background-color: #02253d; 
} 

.update-item svg{
color: #02253d; 
}

.update-item:hover svg {
color: #fff;
}

.update-item:hover .update-title,
.update-item:hover .update-desc,
.update-item:hover .update-link {
color: #fff;
}

.update-item.red    { 
border-left-color: #efa500; 
}

.update-item.orange { 
border-left-color: #efa500; 
}

.update-info { 
flex: 1;
}
.update-date {
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.05em;
margin-bottom: 4px;
}
.update-item.red    .update-date { 
color: #efa500;
}
.update-item.orange .update-date { color: #efa500;  }
.update-title { font-weight: 600; font-size: 0.97rem; color: #1a1a2e; margin-bottom: 3px; }
.update-desc { font-size: 0.82rem; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 340px; }
.update-link { display: flex; align-items: center; color: #999; align-self: center; flex-shrink: 0; }
.update-link:hover { color: #1a1a2e; }
.update-link svg { width: 18px; height: 18px; }

/* ── DOWNLOAD FORMS ── */
.form-item {
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
border-radius: 14px;
padding: 12px 20px;
margin-bottom: 12px;
transition: transform 0.15s, box-shadow 0.15s;
}

.form-title { 
font-weight: 500; 
font-size: 16px; 
color: #02253d;
font-family: 'Poppins';
}

.form-title a {
color: var(--link-color);
text-decoration: none;
font-weight: 500;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.download-btn { 
color: #02253d; 
display: flex; 
align-items: center;
}
.download-btn:hover { 
color: #ba1a1a; 

}
.download-btn svg { width: 20px; height: 20px; }

.error-msg { color: #ba1a1a; font-size: 0.85rem; padding: 12px; text-align: center; }

@media (max-width: 900px) {
.dashboard { grid-template-columns: 1fr; }
}


.due-date-label {
font-size: 0.8rem;
color: #888;
margin-bottom: 2px;
display: none;
}


/* ── Resource Library Section ── */
.resource-library {
padding: 2.5rem 1.5rem; 
margin-top: 125px;

}

.section-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 2rem;
gap: 1rem;
/*flex-wrap: wrap;*/
}

.section-header .view-all-btn {
display: flex;
align-items: center;
gap: 12px;
padding: 5px 3px 5px 22px;
border: 1.5px solid #02253D;
border-radius: 999px;
background: transparent;
color: #02253d;
font-size: 16px;
font-family:'Poppins';
font-weight: 500;
letter-spacing: 1px;
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
margin-top: 10px !important;
}


.section-title {
font-size: 36px;
font-weight: 600;
color: #02253d;
margin: 0 0 0.4rem;
margin-bottom:0px !important;
}

.section-underline {
width: 100px;
height: 1px;
background: #EFA500;
border-radius: 1px;
margin-bottom: 0.75rem;
}

.section-description {
font-size: 15px;
color: #555;
margin: 0;
line-height: 1.6;
}

/* View All button */
.view-all-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 5px 5px 5px 22px;
border: 1.5px solid #02253D;
border-radius: 999px;
background: transparent;
color: #02253d;
font-size: 16px;
font-family:'Poppins';
font-weight: 500;
letter-spacing: 1px;
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
}
.view-all-btn:hover { 
background: linear-gradient(90deg, #e0e0e0 25%, #ececec 50%, #e0e0e0 75%);
border: transparent;
transition: fill 0.3s ease;
}
.view-all-btn .btn-icon svg { 
width: 16px;
height: 16px;
/*transform: rotate(-45deg);*/
}

/* ── Resource Grid ── */
.resource-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
@media (max-width: 900px) {
.resource-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
.resource-grid { grid-template-columns: 1fr; }
}

/* ── Resource Card ── */
.resource-card {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 14px;
padding: 1.4rem;
display: flex;
flex-direction: column;
transition: border-color 0.2s;
}
.resource-card:hover {
border-color: #bbb; 
}

.resource-icon {
width: 46px;
height: 46px;
background: #eef2f8;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.resource-icon svg { width: 22px; height: 22px; fill: #3a5a8a; }

.resource-title {
font-size: 18px;
font-weight: 600;
color: #02253d;
margin: 0 0 1rem;
}

.resource-title a {
color: var(--link-color);
text-decoration: none;
font-weight: 600;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.resource-links {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 1.4rem;
flex: 1;
}

.resource-link {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 13.5px;
color: #555;
line-height: 1.4;
}

/* ── CTA Button ── */
.resource-cta {
display: flex;
align-items: center;
justify-content: space-between;
/*padding: 4px 3px 4px 20px;*/
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
border: none;
border-radius: 999px;
font-size: 12px;
font-family:'Poppins';
font-weight: 500;
letter-spacing: 1px;
cursor: pointer;
text-transform: uppercase;
margin-top: auto;
}
.resource-cta:hover {
background: linear-gradient(360deg, #fedb5d 0%, #efa500 100%);

}

.resource-cta .btn-icon {
width: 35px;
height: 35px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transform: rotate(-45deg);
}

.resource-cta .btn-icon svg { 
width: 15px; 
height: 15px; 
fill: #02253D; 
}



.tool-icon img {
transition: filter 0.2s ease;
}

.tool-item:hover .tool-icon img {
filter: brightness(0) saturate(100%) 
invert(68%) sepia(90%) 
saturate(600%) hue-rotate(2deg) 
brightness(103%);
}




/* ----------  Blog CSS Start ---------- */

#blog-section {
padding: 0px 0px 0px 0px;
/*background: #f5f7fa;*/
}

.section-title {
font-size: 40px;
margin-bottom: 30px;
background: var(--cpc-gradient);
-webkit-background-clip: text;
background-clip: text; 

}


.blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
max-width: 1250px;
margin: auto;
}


.blog-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
/*border: 1px solid #eee;*/
transition: 0.3s;
}

.blog-card:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transform: translateY(-5px);
}

.blog-image {
position: relative;
}

.blog-image img {
width: 100%;
/*height: 220px;*/
object-fit: cover;
}


.blog-date {
position: absolute;
top: 10px;
right: 10px;
background: linear-gradient(180deg, #EFA500 40%, #FEDB5D 100%);
color: #02253d;
font-size: 12px;
font-weight: 600;
padding: 6px 10px;
border-radius: 6px;
}

/* Content */
.blog-content {
padding: 18px;
}

/* Category */
.blog-category {
font-size: 13px;
color: #0b2c3d;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}

.cat-icon {
color: #EFA500;
}

/* Title */
.blog-content h3 {
font-size: 18px;
color: #0b2c3d;
margin-bottom: 10px;
font-family: 'Poppins';
line-height: 1.6rem;
font-weight:600;
}

.blog-content h3 a {
font-weight:600;    
}

.divider {
height: 1px;
background: #ddd;
margin: 15px 0;
}

/* Footer */
.blog-footer {
display: flex;
justify-content: space-between;
align-items: center;
}

/* Author */
.author {
display: none;
align-items: center;
gap: 12px;
}

.author img {
width: 40px;
height: 40px;
border-radius: 50%;
}

.author-text {
display: flex !important;
flex-direction: column !important;
align-items: flex-start;
line-height:normal;
}

.author-label {
font-size: 16px;
color: #02253d;
font-weight: 600;
display: block !important;
}

.author-name {
font-size: 16px;
font-weight: 400;
color: #02253d;
display: block !important;
white-space: normal !important;   
}

.read-more-btn {
display: flex;
align-items: center;
gap: 11px;
padding: 5px 4px 5px 18px;
border-radius: 25px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
color: #02253d;
background-image: linear-gradient(180deg, #EFA500 40%, #FEDB5D 100%);
}

.read-more-btn:hover {
color: #02253d;       
}

.arrow-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background: #fff;
border-radius: 50%;
font-size: 18px;
font-weight: 400px;
line-height: 1;
}


.blog-pagination {
display: flex;
justify-content: space-between;
max-width: 1250px;
margin: 45px auto 0;
}


.blog-btn {
/*padding: 6px 28px;*/
border-radius: 30px;
font-size: 16px;
font-weight: 600;
cursor: pointer;

background: transparent;
color: #fff;              
border: 1px solid #fff;   
}

/* Category hover */
.blog-category:hover {
color: #EFA500;
}

/* Title hover */
.blog-content h3:hover {
color: #EFA500;
}

/* Author name hover */
.author-name:hover {
color: #EFA500;
}

.read-more-btn:hover {
background-image: var(--cpc-gradient-reverse);
color: #02253d;
}

.blog-btn:hover {
background-image: linear-gradient(180deg, #EFA500 40%, #FEDB5D 100%);
color: #02253d;
border:transparent;
}

.cat-icon img {
width: 16px;
height: 16px;
object-fit: contain;
margin-top: 3px;
}


@media (max-width: 992px) {
.blog-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
.blog-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
.blog-footer {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}

.read-more-btn {
width: auto;
justify-content: center;
}
}

/* ----------  Blog CSS end ---------- */



/* ── TABLET (640px – 1023px) */
@media (max-width: 1023px) {

/* --- Header --- */
.header-content {
flex-direction: row;
flex-wrap: wrap;
padding: 8px 16px;
gap: 10px;
justify-content: space-between;
align-items: center;
}

.logo {
width: 80px;
height: 60px;
}

.nav-menu {
display: none;
}

.login-section {
margin-top: 0;
gap: 12px;
}

.members-login {
font-size: 13px;
}


/* --- Main Layout --- */
.main-content {
flex-direction: column;
margin: 0 16px;
gap: 20px;
}

.sidebar {
width: 100%;
position: static;
height: auto;
overflow-y: visible;
top: auto;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
padding: 20px 16px;
display: none; 
}

.content-area {
margin-top: 0px;
width: 100%;
}

/* --- Hero Section --- */
.hero-section {
border-radius: 0px;
padding: 32px 24px 120px;
margin-bottom: 80px;
}

.hero-title {
font-size: 28px;
line-height: 42px;
}

.hero-subtitle {
font-size: 18px;
line-height: 32px;
}

.hero-description {
font-size: 15px;
line-height: 26px;
width: 100%;
margin-bottom: 32px;
}

.hero-easy-access {
width: 100%;
position: absolute;
bottom: 0;
right: 0;
left: 0;
border-radius: 0 0 20px 20px;
padding: 16px 20px;
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}

.easy-access-title {
font-size: 16px;
margin-bottom: 0;
padding-bottom: 0;
white-space: nowrap;
letter-spacing: 1px !important;
}

.easy-access-title-underline {
display: none;
}

.easy-access-buttons {
flex-direction: row;
gap: 8px;
padding-bottom: 0;
flex: 1;
flex-wrap: wrap;
}

.easy-access-btn {
font-size: 10px;
padding: 10px 12px;
flex: 1;
min-width: 130px;
}

.cta-button {
font-size: 14px;
padding: 4px 5px 4px 20px;
gap: 14px;
}

/* --- General Section --- */
.section {
border-radius: 0px;
padding: 40px 24px;
margin-bottom: 68px;
}

.section-header {
flex-direction: column;
align-items: flex-start;
gap: 14px;
margin-bottom: 30px;
}

.section-title {
font-size: 24px;
}

.section-description {
font-size: 15px;
}

/* --- Compliance Grid --- */
.compliance-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

/* --- Dashboard Grid (due dates / tools / updates / forms) --- */
.dashboard {
grid-template-columns: 1fr;
gap: 20px;
}

/* --- Two Column Section --- */
.two-column-section {
flex-direction: column;
gap: 20px;
margin-bottom: 40px;
}

.column {
width: 100%;
padding: 32px 24px;
border-radius: 20px;
}

/* --- Tools Grid --- */
.tools-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}

/* --- Resource Grid --- */
.resource-library {
border-radius: 0px;
padding: 40px 24px;
margin-bottom: 40px;
margin-top: 40px;
}

.resource-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

/* --- Insights Grid --- */
.insights-section {
border-radius: 0px;
padding: 40px 24px;
margin-bottom: 40px;
}

.insights-header {
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.insights-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}

/* --- FAQ Section --- */


.faq-section {
border-radius: 0px;
padding: 48px 20px;
margin-bottom: 40px;
}

.faq-header {
margin-bottom: 40px;
}

.faq-title {
font-size: 24px;
line-height: 40px;
}

.faq-question h3 {
font-size: 15px;
line-height: 26px;
}

.faq-question {
padding: 14px 20px;
}

.faq-answer {
padding: 20px 24px;
}

/* --- Trusted Section --- */
.trusted-section {
border-radius: 0px 0px 0px 0px;
padding: 40px 24px;
margin-bottom: 40px;
}

.features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
margin-bottom: 20px;
}

/* --- CTA Section --- */
.cta-section {
flex-direction: column;
align-items: flex-start;
gap: 20px;
padding: 32px 24px;
}

.cta-text {
font-size: 22px;
line-height: 36px;
}

/* --- Marquee --- */
.marquee-section {
flex-wrap: wrap;
gap: 16px;
padding: 12px 16px;
text-align: center;
justify-content: center;
}

.marquee-text {
font-size: 15px;
}

/* --- Footer --- */
.footer-content {
width: 92%;
}

.footer-main {
flex-direction: column;
gap: 32px;
margin-bottom: 24px;
}

.footer-company,
.footer-support,
.footer-form {
width: 100%;
}

.footer-form {
position: static;
}

.help-desk-form {
margin-right: 0;
padding: 24px 20px;
border-radius: 16px;
}

.footer-bottom {
flex-direction: column;
gap: 20px;
/*padding: 24px 16px;*/
text-align: center;
}

.footer-divider {
width: 100%;
height: 1px;
}

.social-icons {
justify-content: center;
}

/* --- FAB --- */
.fab {
display: none;
}
}


/* ── MOBILE (≤ 639px) */
@media (max-width: 639px) {

/* --- Header --- */
.header-content {
flex-direction: row;
justify-content: space-between;
padding: 8px 14px;
align-items: center;
gap: 8px;
display:none;
}

.logo {
width: 70px;
height: 50px;
}

.login-section {
gap: 8px;
margin-top: 0;
}

.members-login {
display: none; 
}

/*.login-btn {*/
/*  font-size: 12px;*/
/*  padding: 4px 3px 4px 12px !important;*/
/*  gap: 8px;*/
/*}*/


/* --- Hero Section --- */
.hero-section {
border-radius: 0px;
padding: 24px 16px 180px;
margin-bottom: 60px;
}

.immediate-assistance {
font-size: 10px;
padding: 4px 12px 3px 12px;
margin-bottom: 10px;
}

.hero-title {
font-size: 22px;
line-height: 34px;
margin-bottom: 12px;
}

.hero-subtitle {
font-size: 15px;
line-height: 26px;
}

.hero-description {
font-size: 14px;
line-height: 24px;
width: 100%;
margin-bottom: 24px;
}

.cta-button {
font-size: 13px;
padding: 4px 5px 4px 16px;
gap: 10px;
}

.hero-easy-access {
width: 100%;
left: 0;
right: 0;
border-radius: 0 0 16px 16px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
padding: 14px 16px;
}

.easy-access-title {
font-size: 14px;
}

.easy-access-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}

.easy-access-btn {
font-size: 11px;
padding: 10px 14px;
width: 100%;
}

/* --- Main content --- */
.main-content {
margin: 0 12px;
gap: 0;
}

/*.content-area {*/
/*margin-top: 10px;*/
/*}*/

/* --- General Section --- */
.section {
border-radius: 0px;
padding: 28px 16px;
margin-bottom: 58px;
}

.section-header {
margin-bottom: 20px;
gap: 10px;
}

.section-title {
font-size: 24px;
}

.section-description {
font-size: 14px;
line-height: 22px;
}

.view-all-btn {
font-size: 12px;
font-family:'Poppins';
padding: 1px 2px 1px 16px;
letter-spacing:1px;
gap: 10px;
}

/* --- Compliance Grid --- */
.compliance-grid {
grid-template-columns: 1fr;
gap: 14px;
}

.compliance-card {
padding: 16px 14px;
}

.card-title {
font-size: 15px;
margin-bottom: 10px;
}

.card-description {
font-size: 13px;
margin-bottom: 12px;
}

/* --- Dashboard / Two Column --- */
.dashboard {
grid-template-columns: 1fr;
gap: 66px;
}

.two-column-section {
flex-direction: column;
gap: 16px;
margin-bottom: 28px;
}

.column {
width: 100%;
padding: 24px 16px;
border-radius: 16px;
}

/* --- Tools Grid --- */
.tools-grid {
grid-template-columns: 1fr;
gap: 12px;
}

.tool-item {
padding: 10px 14px;
border-radius: 10px;
}

.tool-text {
font-size: 14px;
}

/* --- Due Date Items --- */
.due-item {
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
padding: 14px 14px;
}

.due-title {
font-size: 14px;
}

.due-penalty {
font-size: 12px;
}

.file-now-btn {
padding: 7px 14px;
font-size: 12px;
}

/* --- Update Items --- */
.update-item {
flex-direction: row;
padding: 12px 14px;
gap: 10px;
}

.update-title {
font-size: 14px;
}

.update-desc {
font-size: 12px;
max-width: 100%;
}

.update-icon {
width: 32px;
height: 32px;
}

/* --- Download Forms --- */
.form-item {
padding: 10px 14px;
border-radius: 12px;
}

.form-title {
font-size: 14px;
}

/* --- Resource Library --- */
.resource-library {
border-radius: 0px;
padding: 28px 16px;
margin-bottom: 28px;
margin-top: 28px;
}

.resource-grid {
grid-template-columns: 1fr;
gap: 14px;
}

.resource-card {
padding: 1rem;
}

.resource-title {
font-size: 16px;
}

.resource-link {
font-size: 12.5px;
}

/* --- FAQ Section --- */
.faq-section {
border-radius: 0px;
padding: 32px 14px;
margin-bottom: 28px;
}

.faq-title {
font-size: 20px;
line-height: 34px;
}

.faq-description {
font-size: 15px;
line-height: 24px;
/*margin-bottom: 32px;*/
}

.faq-question {
padding: 12px 16px;
}

.faq-question h3 {
font-size: 14px;
line-height: 22px;
}

.faq-answer {
padding: 16px 18px;
}

.faq-answer p {
font-size: 14px;
line-height: 26px;
}

.faq-list {
gap: 20px;
}

.faq-header {
margin-bottom: 28px;
}

.faq-cta {
font-size: 15px;
padding: 4px 28px 4px 20px;
gap: 12px;
}

@media (max-width: 639px) {
.faq-cta {
font-size: 15px;
padding: 4px 4px 4px 20px;
gap: 12px;
}

.update-desc {
font-size: 12px;
max-width: 100%;
white-space: normal;      
overflow: visible;        
text-overflow: unset;     
word-break: break-word;   
}

.resource-cta {
width: fit-content;
align-self: flex-start;  
}

}

/* --- Insights Section --- */
.insights-section {
border-radius: 0px;
padding: 28px 16px;
margin-bottom: 28px;
}

.insights-header {
flex-direction: column;
align-items: flex-start;
gap: 30px;
margin-bottom: 35px;
}

.insights-title {
font-size: 22px;
line-height: 36px;
}

.insights-description {
font-size: 15px;
line-height: 24px;
margin-top: 12px;
}

.insights-cta {
font-size: 13px;
padding: 2px 3px 2px 20px;
gap: 10px;
}

.insights-grid {
grid-template-columns: 1fr;
gap: 20px;
}

.insight-image {
height: 200px;
}

.insight-title {
font-size: 17px;
line-height: 28px;
}

/* --- Trusted / Features Section --- */
.trusted-section {
border-radius: 0px 0px 0px 0px;
padding: 28px 16px;
margin-bottom: 28px;
}

.trusted-title {
font-size: 22px;
line-height: 36px;
}

.trusted-description {
font-size: 15px;
line-height: 24px;
}

.features-grid {
grid-template-columns: 1fr;
gap: 14px;
margin-bottom: 80px;
}

.feature-card {
padding: 16px;
}

.feature-title {
font-size: 16px;
line-height: 26px;
}

.feature-description {
font-size: 13px;
line-height: 22px;
}

/* --- CTA Section --- */
.cta-section {
flex-direction: column;
padding: 24px 16px;
gap: 16px;
border-radius: 0 0 0px 0px;
}

.cta-text {
font-size: 18px;
line-height: 30px;
}

.cta-btn {
font-size: 14px;
padding: 4px 2px 4px 20px;
gap: 12px;
width: 100%;
justify-content: space-between;
}

/* --- Marquee --- */
.marquee-section {
flex-direction: column;
gap: 6px;
padding: 12px 14px;
text-align: center;
}

.marquee-text {
font-size: 13px;
line-height: 22px;
}

.marquee-divider {
display: none;
}

/* --- Footer --- */
.footer-content {
width: 94%;
}

.footer-main {
flex-direction: column;
gap: 28px;
}

.footer-company,
.footer-support,
.footer-form {
width: 100%;
}

.company-name {
font-size: 18px;
letter-spacing: 2px;
margin-bottom: 16px;
}

.company-description {
font-size: 14px;
line-height: 22px;
}

.company-gstin {
font-size: 14px;
}

.contact-text {
font-size: 13px;
}

.support-title {
font-size: 18px;
letter-spacing: 2px;
}

.support-link {
font-size: 14px;
}

.help-desk-form {
margin-right: 0;
padding: 20px 16px;
border-radius: 14px;
}

.form-field {
font-size: 13px;
padding: 12px;
}

.form-submit {
font-size: 14px;
padding: 2px 2px 2px 20px;
gap: 16px;
}

.footer-bottom {
flex-direction: column;
gap: 16px;
/*padding: 16px 14px;*/
text-align: left;
align-items: flex-start;
}

.policies-section {
text-align: left;
}

.footer-divider {
width: 80%;
height: 1px;
}

.social-title {
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 12px;
}

.social-icons {
justify-content: center;
gap: 12px;
margin-top: 12px;
}

.social-icon {
width: 36px;
height: 36px;
}

.policies-title {
font-size: 18px;
letter-spacing: 2px;
margin-bottom: 10px;
}

.policies-text {
font-size: 13px;
line-height: 22px;
}

.copyright {
padding: 18px 28px;
text-align: left;
}

.copyright-text {
font-size: 13px;
line-height: 22px;
}

/* --- Card --- */
.card {
border-radius: 0px;
padding: 20px 16px;
}

.card-title-dynamic {
font-size: 20px;
}
}


/*MOBILE HEADER*/

.mobile-header {
display: none;
position: sticky;
top: 0;
z-index: 1000;
background-color: #02253d;
width: 100%;
box-shadow: 0 2px 8px rgba(0,0,0,0.35);
transition: box-shadow 0.3s ease;
}

.logo img {
width: 70px;
height: 50px;
}

.mobile-header.scrolled {
box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
.mobile-header { 
display: block; 
}
}

.mobile-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
height: 70px;
}

/* Logo */
.mobile-header .logo {
display: flex;
flex-direction: column;
line-height: 1;
}

.mobile-header .logo-services {
font-size: 10px;
letter-spacing: 4px;
color: #c9a227;
text-align: center;
border-top: 1px solid #c9a227;
padding-top: 2px;
margin-top: 2px;
}

.mobile-header-right {
display: flex;
align-items: center;
gap: 10px;
}

.mobile-header .members-text {
font-size: 11px;
color: #ffffff;
letter-spacing: 1px;
white-space: nowrap;
display: none;
}

@media (min-width: 400px) {
.mobile-header .members-text { 
display: inline; 
}
}

/* Login button */
.mobile-header .login-btn {
display: flex;
align-items: center;
gap: 7px;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
text-decoration: none;
font-size: 12px;
font-weight: 500;
height: 40px !important;
letter-spacing: 0.8px;
padding: 5px 4px 5px 14px;
border-radius: 50px;
white-space: nowrap;
transition: opacity 0.2s ease, transform 0.15s ease;
}

/* active (while clicking) */
.ql-item:active {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
}

/* focus (keyboard / accessibility) */
.ql-item:focus {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%);
color: #02253d;
}



.mobile-header .login-btn:hover { 
opacity: 0.9; 
transform: scale(1.03); 
}
.mobile-header .login-btn:active { 
transform: scale(0.98); 

}

.mobile-header .lock-icon {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
flex-shrink: 0;
}

.mobile-header .lock-icon svg {
width: 13px;
height: 13px;
stroke: #02253d;
}

/* Hamburger */
.mobile-header .hamburger {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 28px;
height: 20px;
background: none;
border: none;
cursor: pointer;
padding: 0;
flex-shrink: 0;
}

.mobile-header .hamburger span {
display: block;
height: 2px;
background: #ffffff;
border-radius: 2px;
transition: transform 0.3s ease, opacity 0.3s ease;
transform-origin: center;
}

.mobile-header .hamburger.open span:nth-child(1) { 
transform: translateY(9px) rotate(45deg); 
}
.mobile-header .hamburger.open span:nth-child(2) { 
opacity: 0; transform: scaleX(0); 
}
.mobile-header .hamburger.open span:nth-child(3) { 
transform: translateY(-9px) rotate(-45deg); 
}

/* Dropdown nav */
.mobile-dropdown-nav {
background-color: #02253d;
overflow: hidden;
max-height: 0;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.mobile-dropdown-nav.open { max-height: 600px; }

.mobile-dropdown-nav ul { list-style: none; padding: 8px 0; }

.mobile-dropdown-nav ul li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
color: #fff;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
transition: background 0.2s ease, color 0.2s ease;
border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mobile-dropdown-nav ul li:last-child a {
border-bottom: none; 
}
.mobile-dropdown-nav ul li a:hover {
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%); 
color: #02253d; 
}

.mobile-dropdown-nav .mob-arrow {
font-size: 18px;
color: #c9a227;
transition: transform 0.3s ease;
}

.mobile-dropdown-nav a.sub-open .mob-arrow {
transform: rotate(90deg);
}

/* Sub menu */
.mobile-sub-menu {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
background-color: #081629;
}

.mobile-sub-menu.open { max-height: 300px; }

.mobile-sub-menu li a {
padding-left: 36px !important;
font-size: 12px !important;
color: #aaaaaa !important;
}

.mobile-sub-menu li a:hover { 
color: #c9a227 !important; 
}

/* Overlay */
.mobile-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.45);
z-index: 999;
}

.mobile-overlay.visible { 
display: block; 
}

.strip-yellow {
color: var(--navy-blue, #0a2342);
text-transform: uppercase;
background: linear-gradient(180deg, #fedb5d 0%, #efa500 100%) !important;
}



.feature-card {
display: flex;
align-items: flex-start;
gap: 12px;
}

/* 20% icon */
.feature-icon {
flex: 0 0 20%;
max-width: 20%;
}

.feature-icon img {
width: 100%;
max-width: 55px;
height: auto;
}

.feature-content {
/*flex: 0 0 80%;*/
max-width: 80%;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}

.ql-slider-wrap {
width: 100%;
overflow: hidden;
/*border-top: 1px solid #e0e4ea;*/
/*border-bottom: 1px solid #e0e4ea;*/
background: #C3C7CD1A;
cursor: grab;
user-select: none;
-webkit-user-select: none;
}

.ql-slider-wrap.dragging {
cursor: grabbing;
}

.ql-track {
display: flex;
align-items: center;
width: max-content;
padding: 0 12px;
transition: transform 0.05s linear;
will-change: transform;
}

.ql-item {
display: inline-flex;
align-items: center;
padding: 14px 20px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #1a2744;
text-decoration: none;
white-space: nowrap;
/*border-right: 1px solid #e0e4ea;*/
transition: background 0.15s, color 0.15s;
-webkit-tap-highlight-color: transparent;
}

.ql-item:first-child {
border-left: 1px solid #e0e4ea;
}

.ql-item:hover,
.ql-item:focus-visible {
background: #f0f3f8;
color: #0a3a8a;
outline: none;
}

.ql-item:active {
background: #e2e8f4;
}

@media (max-width: 600px) {
.ql-item {
font-size: 11.5px;
padding: 13px 16px;
}
}

.ql-mobile-only {
display: block;
margin-bottom: 50px;
margin-top: -58px;
}

@media (min-width: 1025px) {
.ql-mobile-only {
display: none;
}
}

.sec-title{
display:none;
}

@media (min-width: 1024px) {
.hero-section {
min-height: 77vh;
padding: 60px 40px;
display: flex;
align-items: center;
}
}


.faq-answer ul {
padding-left: 18px; 
margin-left: 16px;
margin-bottom: 10px;
}

.faq-answer li {
margin-left: 0;
color: #3b3b3b;
}


.faq-answer p strong {
font-weight: 600;
display: block;
margin: 10px 0;
}

/* remove default bullets */
.faq-answer ul {
list-style: none;
padding-left: 0;
}

/* style each list item */
.faq-answer ul li {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 8px;
}

/* custom bullet */
.faq-answer ul li::before {
content: '';
width: 18px;
height: 18px;
border-radius: 50%;
background: #f5b21a;
flex-shrink: 0;

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%230b1c2c' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 10px;

margin-top: 3px; 
}




.blog-pagination .blog-btn {
flex: 0 0 180px; 
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}


@media (max-width: 1023px) {
.main-content {
margin: 0 !important;

}
}

@media (max-width: 639px) {
.main-content {
margin: 0 !important;
}
}


.dashboard-top-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px; 
}

.card--full-width {
width: 100%;
}

@media (max-width: 768px) {
.dashboard-top-row {
grid-template-columns: 1fr;
gap: 60px;
}

.cta-section{
margin-bottom: 60px;
}
}


.blog-pagination {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1px; 
flex-wrap: wrap; 
}

.blog-pagination .theme-btn.btn-style-one .icon svg,
.blog-pagination .theme-btn.btn-style-two .icon svg {
width: 13px !important;
height: 13px !important;
margin-top: 11px;
}

.blog-pagination .theme-btn .icon {
width: 35px !important;
height: 35px !important;
line-height: 24px !important;
/*right: 6px;   */
top: 50%;
transform: translateY(-50%);
}


.blog-pagination .theme-btn.btn-style-one {
padding: 8px 16px !important;
padding-right: 16px !important;
height: auto !important;
min-height: 50px;
}

@media (max-width: 768px) {
.blog-pagination .theme-btn .icon {
transform: none !important;
top: auto;
right: 6px;
}
}


.due-item.urgent {
border-left: 4px solid #ba1a1a;
}

.due-item.warning {
border-left: 4px solid #efa500;
}


.footer-bottom-grid {
display: flex;
align-items: center;
gap: 60px;
}

.footer-bottom-col {
flex: 1;
padding: 22px;
}

.footer-bottom-col--center {
text-align: center;
}

.footer-bottom-col--right {
display: flex;
justify-content: center;
align-items: center;
}

.footer-bottom-divider {
width: 1px;
height: 80px;
background-color: rgba(255, 255, 255, 0.15);
flex-shrink: 0;
}

/* WhatsApp slide button */
.whatsapp-slide-btn {
display: flex;
align-items: center;
gap: 14px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 50px;
padding: 10px 20px 10px 10px;
text-decoration: none;
transition: background 0.2s ease;
cursor: pointer;
}

.whatsapp-slide-btn:hover {
background: rgba(255, 255, 255, 0.13);
}

.whatsapp-arrow {
width: 42px;
height: 42px;
background: var(--cpc-gradient); /* your gold color */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #0a1628;
}

.whatsapp-arrow svg {
width: 18px;
height: 18px;
}

.whatsapp-label {
color: #ffffff;
font-size: 16px;
font-weight: 400;
white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-bottom-col--right {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
.footer-bottom-grid {
flex-direction: column;
}
.footer-bottom-divider {
width: 80%;
height: 1px;
}
.footer-bottom-col {
padding: 1.2rem 1.5rem;
text-align: center;
}
}

.footer-bottom-grid {
max-width: 1200px;   
margin-left: auto;
margin-right: auto;
gap: 40px
}
.footer-bottom-grid {
display: flex;
align-items: center;
gap: 40px;
}

.footer-bottom-col {
padding: 1.5rem 2rem;
flex: 1;
margin-left: -20px;
}

.footer-bottom-col--center {
flex: 0 0 50%; 
text-align: center;
}

.footer-bottom-col--right {
display: flex;
justify-content: center;
align-items: center;
}


.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
.footer-main {
display: flex;
flex-direction: column;
padding: 12px;
}

.footer-company { 
order: 2;
}
.footer-support  {
order: 3;
}
.footer-form     {
order: 1;
}

.footer-bottom-grid {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
margin-left: 0px;
/*margin-left: -25px;*/
}

.footer-bottom-col,
.footer-bottom-col--center,
.footer-bottom-col--right {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
text-align: left !important;
width: 100% !important;
}

.social-title,
.policies-title,
.policies-text {
text-align: left !important;
width: 100%;
}

.social-icons {
display: flex !important;
flex-direction: row !important;
justify-content: flex-start !important;
align-items: center !important;
gap: 10px;
margin: 0 !important;
padding: 0 !important;
}

.whatsapp-slide-btn {
display: flex !important;
justify-content: flex-start !important;
margin: 0 !important;
width: auto !important;
}
}

@media (max-width: 480px) {
.footer-bottom-grid {
gap: 8px;
}

.footer-bottom-divider {
margin: 0;
}
}


.faq-answer ul li span {
display: inline;
flex: 1;
}

.faq-answer ul li a {
display: inline;
}


.faq-answer a {
position: relative;
z-index: 10;
pointer-events: auto;
cursor: pointer;
}


@media (max-width: 767px) {
    
  #resource-library-placeholder .resource-library {
    margin-top: 68px;
  }

  #faq-placeholder .faq-section {
    margin-top: 68px;
  }

  .insights-section {
    margin-top: 68px;
  }

  .trusted-section {
    margin-top: 68px;
  }
}

@media (max-width: 900px) {
    
  #resource-library-placeholder .resource-library {
    margin-top: 70px;
  }

  #faq-placeholder .faq-section {
    margin-top: 70px;
  }

  .insights-section {
    margin-top: 70px;
  }

  .trusted-section {
    margin-top: 70px;
  }
  
  .card {
background: #f7f7f7;
border-radius: 0px;
padding: 32px 28px;
position: relative;
}

.card--full-width {
        width: 100%;
        /*margin-top: 66px;*/
    }
}

