/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Astra Child Theme
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* custome css start*/

.cflex {
    display: flex;
}

.blog-author {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 25px auto;
}

.items-center {
    align-items: center;
}

.box23 {
    gap: 1rem;
    flex-direction: row;
}



.au-pic {
    border-radius: 9999px;
    height: 3.5rem;
    width: 3.5rem;
    overflow: auto;
}

.aflex-col {
    flex-direction: column;
}

.entry-content .aflex-col p {
    margin-bottom: 5px;
    color: var(--ast-global-color-2);
}

.box25 {
    align-items: flex-end;
    flex-direction: column;

}

.ast-single-post .aflex-col a {
    color: var(--ast-global-color-2);
    text-decoration: none;
}

.aflex-col a:hover {
    color: #0e5e8c;
    text-decoration: underline;
}

.faq-body {
    margin: 100px auto;
}

.faq-query {
    background-color: #f5f5f5;
    border: 1px solid #c7c7c7;
    padding: 4px 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.faq-query h3 {
    font-size: 18px;
    line-height: 25px;
    float: left;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 23px;
}

.faq-question {
    cursor: pointer;
}

.faq-answer {
    width: 100%;
    overflow: auto;
}

.ddlist {
    float: right;
}

.hide {
    display: none;
}

.blog-content {
    margin-bottom: 100px;
}


.big-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.blogcta {
    margin: 25px auto;
}

.entry-content ul {
    padding-left: 40px;
}

table.cus-table {
    text-align: center;
}

tr.theading {
    background-color: rgb(245, 245, 245);
}

.read-more {
    margin: 12px auto;
    text-align: center;
    padding: 13px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #158ad0;
    background-color: #0e5e8c;
    font-weight: 600;
    display: inline-block;
}

.read-more:hover {
    background-color: #158ad0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
    margin-top: 0em;
    margin-bottom: 20px;
}

body {
    counter-reset: section;
}

.numbers::before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: bold;
    color: #212D45;
}

.entry-content ul.alpha ul {
    margin: 11px auto;
}

.entry-content ul.alpha li {
    list-style-type: lower-alpha;
}

.entry-content ul.alpha ul.disc li {
    list-style: disc;
}

td.tbg,
th.tbg {
    background-color: #f4f3ef;
}

/* Section divider rows (5–8%) */
tr.section-divider {
    background-color: #fafafa;
    font-weight: 600;
}

/* Outcome rows (10%) */
tr.highlight-row {
    background-color: #f2f2f2;
}

/* Thick top border (approx 1.5pt) */
tr.thick-top td {
    border-top: 2px solid #999;
}

/* Right align numbers */
td.num {
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 993px) {
    .ast-right-sidebar #primary {
        padding-right: 18px;
    }
}

.section-group {
    counter-reset: section;
}

.blog a,
.single-post a {
    text-decoration: none !important;
    
}

.blog a:hover,
.single-post a:hover {
    text-decoration: underline !important;
}
.entry-content li {
            padding: 7px 0px;
        }
.entry-content ul.alpha ul.disc ul.roman li {
            list-style-type: lower-roman;
        }

.panel-box {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 40px;
        }

        .panel-text {
            flex: 2;
        }

        .panel-text ul {
            margin-top: 0px !important;
        }

        .panel-image {
            flex: 1;
            text-align: right;
        }

        .panel-image img {
            max-width: 100%;
            height: auto;
            display: block;
            cursor: zoom-in;
            border-radius: 12px;
        }

        /* Modal */
        .img-modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.82);
            justify-content: center;
            align-items: center;
            padding: 20px;
            z-index: 9999;
            cursor: zoom-out;
        }

        .img-modal.active {
            display: flex;
        }

        .img-modal img {
            max-width: 90vw;
            max-height: 90vh;
            width: auto;
            height: auto;
            border-radius: 14px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
            animation: zoomIn 0.25s ease;
            cursor: default;
        }

        .img-close {
            position: absolute;
            top: 20px;
            right: 24px;
            border: none;
            background: transparent;
            color: #fff;
            font-size: 42px;
            line-height: 1;
            cursor: pointer;
            z-index: 10000;
        }

        .img-close:hover {
            opacity: 0.8;
        }

        @keyframes zoomIn {
            from {
                transform: scale(0.85);
                opacity: 0;
            }

            to {
                transform: scale(1);
                opacity: 1;
            }
        }


        @media (max-width: 768px) {
            .panel-box {
                flex-direction: column;
            }

            .panel-image {
                text-align: left;
            }

            .img-close {
                top: 12px;
                right: 16px;
                font-size: 36px;
            }
        }
.color-box {
            background: #F5F7FA;
            border-left: 4px solid #1B3A5C;
            border-radius: 0 6px 6px 0;
            padding: 16px 20px;
            margin: 20px 0;
        }

        .read-summery {
            background: #EEF3F8;
            border: 2px solid #1B3A5C;
            border-radius: 8px;
            padding: 24px 28px;
            margin: 32px 0;
        }

        .read-summery-label {
            font-family: 'Inter', sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--navy);
            margin-bottom: 12px;
        }

        .read-summery p.qr-footer {
            font-size: 14px;
            color: #4a5568;
            margin: 12px 0 0;
            font-style: italic;
        }
table.custome-table { border-collapse: collapse; width: 100%; }
        .custome-table th, .custome-table td { border: 1px solid #ccc; padding: 10px; vertical-align: top; }
        .custome-table th { background-color: #2c3e50; color: white; }
        .type-a { background-color: #dfe6ef; }
        .type-b { background-color: #dff0e6; }
        .type-c { background-color: #f5e6d8; }
        th.type-hr1,.row-header { font-weight: bold; background-color: #f2f2f2; }
        th.type-hr2{background-color: #1E6B40;}
        th.type-hr3{background-color: #8B4513;}
        .header-pera{background-color: #2c3e50;color: #fff;text-align: center;margin-bottom: 0px !important;padding: 6px 0px;}
.hover-box{border-radius: 4px;padding: 25px 21.2px;height: 100%;background-clip: padding-box;border: 1px solid rgb(0 0 0 / .05);box-shadow: 5px 5px 5px #7f7f7f;margin: 50px 0px;}
.disclaimer{font-style: italic;color: #718096;font-size: 14px;text-align: center;margin-top: 40px;}

/* 1cbsl old custome css start */
a.blue:active,
a.blue:link,
a.blue:visited {
    color: #0082ad;
}

nav {
    position: relative;
    z-index: 99;
    width: 100%;
    background-image: url("https://www.1stchoice-formations.com/wp-content/uploads/2026/05/banner.png");
    overflow: auto;
}
.site-main nav{background-image:none;}
nav ul {
    margin: 0px;
    padding: 0px;
}

nav .heading {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-bdy {
    width: 100%;
}

.logo {
    background: url("https://www.1stchoice-formations.com/wp-content/uploads/2026/05/1st-logo-small.png") no-repeat left top;
    padding-left: 49px;
}

.cnam {
    color: #1B94D8;
}

.desktop-item {
    background-image: url("https://www.1stchoice-formations.co.uk/assets/custom/images/fc-galllery/down-icon.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.logo a {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.heading .nav-2nd {
    float: right;
}

.nav-links li {
    list-style: none;
    float: left;
}

.fas-menu {
    font-size: 35px;
}

.nav-links li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 37px 9px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 23px;
}

.fas-head {
    margin-right: 6px;
}

.nav-links .mobile-item,
.src-agn,
.hed-hide {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    width: 400px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    display: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.hed-top li a {
    color: #1B94D8;
}

.nav-links .drop-menu.show-menu,
.mega-box.show-menu {
    transition: all 0.3s ease;
    top: 170px;
    opacity: 1;
    display: block;
    position: fixed;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    top: 85px;
    opacity: 0;
    display: none;
}

.mega-box .content {
    background-color: rgba(0,0,0);
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    object-fit: cover;
    max-width: 300px;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li,
.drop-menu li {
    padding: 10px;
    float: none;
}

.row .mega-links li a {
    padding: 0px 13px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
    background: url("../images/down-arrow.png") no-repeat left 27%;
}

.row .mega-links li a:hover,
.nav-links li a:hover,
.cnam2,
.nav-links .mobile-item:hover {
    color: #FF7F27;
}

.heading .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.heading .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}


/*custome css*/


/*footer css start*/

footer {
    background-color: #f5f5f5;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 30px;
}

footer p {
    margin-top: 0em;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

.footer-contant {
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto;
}

.footer-icon {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    overflow: auto;
    border-radius: 5px;
}

.footer-center {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
}

.footer_icon_content,
.footer_icon_inner,
footer {
    float: left;
    overflow: auto;
}

.footer_icon_content {
    clear: none;
    width: 90px;
    margin: 10px 15px 10px 0;
    background-image: url("https://www.1stchoice-formations.com/wp-content/uploads/2026/05/payment-icons.webp") !important;
    background-repeat: no-repeat;
    background-position: left top;
    height: 62px;
}

.visa {
    background-position: left top;
}

.mastercard {
    background-position: left -76px;
}

.visadeb {
    background-position: left -155px;
}

.master {
    background-position: left -242px;
}

.visapur {
    background-position: left -327px;
}

.visaelect {
    background-position: left -416px;
}

.maestro {
    background-position: left -513px;
}

.social_buttons {
    float: right;
    box-sizing: border-box;
    width: 213px;
}

.social_buttons img {
    float: right;
}

.social-icon {
    width: 66px;
    overflow: auto;
    position: relative;
    float: left;
}

footer a:active,
footer a:link,
footer a:visited {
    color: #676767;
    text-decoration: none;
}

.facebook,
.utube,
.twitter {
    width: 66px;
    margin-right: 5px;
}

.utube {
    background-position: left -894px;
}

.twitter {
    background-position: left -823px;
}

.facebook {
    background-position: left -754px;
}

.footer-space {
    background-color: #c7c7c7;
    width: 100%;
    height: 2px;
}

.footer-serice-cont,
.footer-btn {
    margin-top: 15px;
    display: grid;
    grid-auto-flow: dense;
    grid-gap: 20px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-service-name h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 0em;
}

li.listItem {
    background: url("https://www.1stchoice-formations.com/wp-content/uploads/2026/05/list-ar.png") no-repeat left top;
    padding-left: 15px;
    line-height: 15px;
list-style: none;
}

li.listItem a,
.info-link {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    margin: -3px 0px 10px 0px;
}

li.listItem a:hover,
.info-link:hover {
    text-decoration: underline;
}

.info-link {
    margin-bottom: 0;
}

.footer-button span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.footer-button {
    text-align: center;
}

.footer-btn {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.footer-company h3,
.footer-company p {
    margin-bottom: 3px;
}

.footer-review {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.fa-show {
    font-size: 20px;
    display: none !important;
    cursor: pointer;
}

.fa-ser {
    display: none;
}


/*footer css end*/


/*blog css start*/

ul.number {
    counter-reset: li;
	padding-left: 40px;
}

ul.number li,ul.disc li {
    counter-increment: li;
	line-height: 22px;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	padding: 6px 0;
list-style: none;
}

ul.number li::before {
    content: counter(li) ". ";
    font-weight: 700;
    width: 1em;
    margin-left: -1.5em;
    font-size: 17px;
    color: #333;
list-style: none;
}

ul.disc {
    counter-reset: di;
    padding-left: 40px;
margin: 11px auto;
}

ul.disc li::before {
    content: counter(dl, disc) " ";
    font-weight: 700;
    width: 1em;
    margin-left: -.5em;
    font-size: 17px;
    color: #333;
list-style: none;
}

ul.disc li {
    counter-increment: di;
list-style: none;
}

ul.uldisc {
    counter-reset: ud;
margin: 11px auto;
}

ul.uldisc li {
    counter-increment: ud;
list-style: none;
}

ul.uldisc li::before {
    content: counter(ud, circle) " "
list-style: none;
}

ul.uldisc li {
    counter-increment: ud;
list-style: none;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
}

.wp-block-search {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    color: #303030;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Magra, Tahoma, Arial;
    border-bottom: 1px solid #10b1c6;
    padding-bottom: 6px;
}

.wp-block-search__inside-wrapper {
    margin-top: 10px;
}


/*blog css end*/

.display {
    display: block !important;
}

@media only screen and (max-width:768px) {
    nav {
        position: relative;
    }
    nav .heading {
        margin: 0px auto;
    }
}

@media only screen and (max-width:480px) {
    .footer-serice-cont,
    .footer-btn,
    .fa-show,
    .ser-dd,
    .st-order-panel {
        display: block;
    }
    .logo a {
        font-size: 25px;
    }
    .popup-cont {
        padding: 0px;
    }
    .popup-txt {
        padding: 10px;
    }
    nav .heading {
        padding: 0px 12px 0px 0px;
    }
    .footer-serice-bdy,
    .footer-btn-panel {
        margin-bottom: 33px;
    }
    .footer-service-list,
    .footer-space,
    .ser-cont {
        display: none;
    }
    .footer-contant {
        padding: 0px 20px;
    }
    .footer-service-name {
        border-bottom: 2px solid #c7c7c7;
        margin-bottom: 12px;
    }
    .footer-service-name h4 {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 970px) {
    .top-nav {
        display: none;
    }
    nav .heading {
        float: right;
    }
    nav .hed-top {
        width: 300px;
        float: left;
        padding: 0px;
    }
    .heading .btn,
    .hed-hide {
        display: block;
    }
    .heading .nav-2nd {
        float: none;
    }
    .row .mega-links li a {
        padding: 10px 5px;
    }
    .row .mega-links li {
        padding: 10px 0px 10px 24px;
    }
    .row .mega-links li a {
        padding: 0px 0px 0px 14px;
    }
    .heading .nav-bdy {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        background-color: rgba(0, 0, 0, .8);
        display: block;
        padding: 50px 0px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    .mega-box .content,
    .nav-links .drop-menu {
        background-color: transparent;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked~.nav-bdy {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 26px 10px;
        float: none;
    }
    .nav-links .drop-menu li {
        padding: 10px 0px;
    }
    .nav-links li a {
        padding: 0px;
        display: block;
        font-size: 18px;
        line-height: 23px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 0px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    /* #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    } */
    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        cursor: pointer;
        border-radius: 5px;
        background-image: url("../images/down-icon.svg");
        background-repeat: no-repeat;
        background-position: 97% center;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .nav-links .drop-menu.show-menu,
    .mega-box.show-menu {
        max-height: 100%;
        position: static;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 0px 0 0px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}
nav .navigation.pagination {background-image: none;}
/* 1cbsl old custome css end */

/* custome css end */