main .bg-secondary{background-color:hsl(var(--secondary)) !important}

/* NEW CSS START  */
.main-new-faq-cisco .container {
    max-width: 1200px !important;
}
.main-new-faq-cisco table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main-new-faq-cisco table th, .main-new-faq-cisco table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.main-new-faq-cisco table th {
    background-color: #f2f2f2;
    font-weight: 600;
}

.main-new-faq-cisco table tr:nth-child(even){
    background-color: #f9f9f9;
}

.main-new-faq-cisco table tr:hover{
    background-color: #f1f1f1;
}
.cciso-faq-main{
    max-width:1200px;
    margin:40px auto;
    display:flex;
    padding: 0 0px;
}

.cciso-faq-sidebar{
    width:30%;
}

.cciso-faq-tab{
    padding:25px;
    cursor:pointer;
    font-weight:700;
    border-right:1px solid #B1B3B6;
    transition:0.3s;
    position:relative;
    background:#fff;
}
.cciso-faq-main p {
    color: #333;
}
.cciso-faq-main p a, .cciso-faq-item a {
    color: #0d6efd;
}
.main-new-faq-cisco table a {
    color: #0d6efd;
}
.cciso-faq-item ul{
    padding-left: 20px;
    margin: 10px 0px;
    list-style: disc;
}
.cciso-faq-tab:hover,
.cciso-faq-tab.active{
    background:#F3F4F6;
    border-right:4px solid #e10600;
}

.cciso-faq-content{
    width:70%;
    padding:25px 25px 40px 25px;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.cciso-faq-content-button {
    background: #E00000;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 12px;
    line-height: 12px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}
.cciso-faq-content-button:hover{
    background: #9f0707;
    color: #fff;
}
.faq-certification {
    text-align: center;
}

.faq-certification a {
    color: #0d6efd;
}

.cciso-faq-panel{
    display:none;
}

.cciso-faq-panel.active{
    display:block;
}

.cciso-faq-item{
    border-bottom:1px solid #ddd;
}
.cciso-faq-item:last-child{
    border:none;
}

.cciso-faq-question{
    padding:15px 10px;
    cursor:pointer;
    font-weight:700;
    position:relative;
}

.cciso-faq-question::after{
    content:"+";
    position:absolute;
    right:0;
    font-size:22px;
    color:#e10600;
        top: 15px;
}

.cciso-faq-question.active::after{
    content:"−";
}

.cciso-faq-answer{
    display:none;
    padding-bottom:15px;
    color:#555;
    line-height:1.6;
        padding: 0 10px 30px 10px;
}

/* NEW CSS END  */


@media(max-width:768px){

    .cciso-faq-main{
        flex-direction:column;
    }

    .cciso-faq-sidebar,
    .cciso-faq-content{
        width:100%;
    }

    .cciso-faq-content{
        box-shadow:none;
        padding:20px 00px 20px 00px;
        display:none; /* hide initially */
    }

    .cciso-faq-tab{
        border-right:none;
        border-bottom:1px solid #ddd;
        background:#F3F4F6;
    }

    .cciso-faq-tab::after{
        content:"+";
        position:absolute;
        right:20px;
        font-size:22px;
        color:#e10600;
    }

    .cciso-faq-tab.active::after{
        content:"−";
    }

    .cciso-faq-question::after{
        right: 0px;
    }

    .cciso-faq-question {
    padding: 15px 20px 15px 10px;
    }
    .cciso-faq-answer{
        padding: 0 20px 30px 10px;
    }
    .cciso-banner-main #pricing {
    padding-top: 50px;
}
}

/* NEW RESPONSIVE END   */

@media (min-width: 1024px) {
    .lg\:order-1 {
        order: 1 !important;
    }
	.lg\:order-2 {
        order: 2;
    }
	.lg\:flex {
        display: flex !important;
		opacity: 1 !important;
    }
	.lg\:block {
        display: block !important;
		opacity: 1 !important;
    }
	.lg\:grid{
		display: grid !important;
	}
    
}
@media (min-width: 768px) {
    .md\:block {
        display: block !important;
		opacity: 1 !important;
    }
}
main > *{
    font-family: var(--font-body);
}
#main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
    width: 100% !important;
}
.border-white\/10 {
    border-color: #ffffff1a !important;
}
.border {
    border-width: 1px !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.gap-3 {
    gap: .75rem !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.border-muted-foreground\/30 {
    border-color: hsl(var(--muted-foreground) / .3) !important;
}
.border-0 {
    border-width: 0px !important;
}
main .border-b {
    border-bottom-width: 1px !important;
}
.border-\[hsl\(var\(--ceh-primary\)\/0\.3\)\] {
    border-color: hsl(var(--ceh-primary) / .3) !important;
}
.border-\[hsl\(var\(--ceh-primary\)\/0\.15\)\] {
    border-color: hsl(var(--ceh-primary) / .15) !important;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.gap-2 {
    gap: .5rem !important;
}
div#main .gform_wrapper .gform_footer input#gform_submit_button_111{
	background: rgb(208, 17, 17) !important;
}
main .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100% !important;
}
main .shadow-primary\/25 {
    --tw-shadow-color: hsl(var(--primary) / .25);
    --tw-shadow: var(--tw-shadow-colored) !important;
}
.bg-\[hsl\(var\(--ceh-primary\)\)\] {
    background-color: hsl(var(--ceh-primary)) !important;
}
.a.text-red-300.text-sm.font-semibold.underline.underline-offset-4.hover\:text-white.transition-colors:hover {
    text-decoration: underline;
}
.text-background {
    color: hsl(var(--background)) !important;
}
main .border-bottom-solid{
	border-bottom: 1px solid rgba(218, 221, 227, 0.96) !important;
}
.cciso-download-brochure .download_brochure {
    font-size: 14px !important;
    line-height:20px !important;
    padding: 18px 40px !important;
    font-family: inherit !important;
    font-weight:600 !important;
    text-transform:uppercase;
    border-radius:0 !important ;
    background-color: #ff0007;
}
.cciso-download-brochure .download_brochure_old_none{
    display: none;
}
#curriculum .download_brochure:focus-visible {
    outline: none !important;
    outline-offset: 0px !important;
    outline-width: 0 !important;
    --tw-ring-offset-width: 0;
}
#curriculum .download_brochure:focus {
   color: #fff !important;
    background-color: #a32929 !important;
}
.gform_title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #1e1e1e;
}

.pink-info-box{
    display: none;
}
.d-none-faq{
    display: none;
}

/* Hide all content by default */
.ciso-new-aaccordian > button > div.mt-6 {
    display: none;
}

/* Show content if button has active class */
.ciso-new-aaccordian > button.active > div.mt-6 {
    display: block;
}

/* Optional: cursor pointer for buttons */
.ciso-new-aaccordian > button {
    cursor: pointer;
}

.cciso-main-form .gform-theme-button {
    padding: 10px 20px;
    border: 1px solid #ff0007;
}
.cciso-main-form .gform-theme-button:hover {
    color: #ff0007;
    background-color: #fff;
}

@media(max-width:1024px){
    .cciso-banner-main .cciso-form-banner-row {
    flex-flow: row-reverse;
}
}
@media(max-width: 767px){
        .trusted-logo-group {
        gap: 20px !important;
    }
	.form-sec{
		display: flex;
		flex-direction: column-reverse;
	}
	.ceh-tabs-content{
		padding-top: 30px;
	}
    .cciso-banner-main .cciso-form-banner-row {
    flex-flow: column-reverse;
    gap: 30px;
}
.cciso-form-banner-row .left-col {
     width:100%;
     padding-right: 0 !important;
}
.cciso-form-banner-row .right-col{
    width:100%;
}
.cciso-form-banner-row .right-col .admission-inquiry{
    position: unset;
}
.cciso-form-banner-row .left-col .counter-row {
    gap: 010px;
}
.security-leaders-box {
    display: flex !important;
    flex-flow: column !important;
    margin-bottom: 32px !important;
}
.trusted-logo-group {
    gap: 20px;
}
.cciso-offer-ticker{
    padding-top: 0;
}
.cciso-certificate-hall {
    padding-left: 20px;
    padding-right: 20px;
}
}
.bg-navy-blue {
    background-color: #272c35 !important;
    border-radius: 32px !important;
}
@media(max-width:567px){
    .leadership-steps-group .leadership-steps-item {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media(max-width:400px){
    .cciso-form-banner-row .left-col .counter-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
}
}



.salary-card{
	    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
	letter-spacing: -.02em !important;
	font-family:"Poppins", system-ui, sans-serif;
	margin-top:-8px;
}

@media(max-width:767px){
	.salary-card{
		font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
	}	
}

