@font-face {
    font-family: 'Charter Regular';
    src:  url('../fonts/charter/webFonts-V1/Charter_Regular.woff2') format('woff2'),
          url('../fonts/charter/webFonts-V1/Charter_Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family: 'Charter Bold';
    src:  url('../fonts/charter/webFonts-V1/Charter_Bold.woff2') format('woff2'),
          url('../fonts/charter/webFonts-V1/Charter_Bold.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.red-box {
    background-color: rgba(119, 1, 1, 1);
    color: white;
    padding: 20px;
    border-radius: 8px;
}
.image-container img {
    width: 100%;
    border-radius: 8px;
}

.name h4{
    font-weight: 700;
    font-family: "Charter Regular";
    font-size: 34px;
}
.name p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.name li{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.sub-para p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.sub-para li{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.grey-section {
    background-color: rgba(242, 242, 242, 1); 
    padding: 40px 0;
}
.bg-light-blue {
    background-color: rgba(182, 202, 233, 0.15); 
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    left: -1000px;
}

.sec-title h2{
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Charter";
}
.sec-para p{
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}
.inter-mem h4
{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Charter Regular';
}

.jmc-para p{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.txt-al-lf p{
    text-align: right;
}

.exep{
    text-align: right;
}

.dash-list {
    list-style-type: none !important;
}

/* .custom-list li::before {
content: "\2013" !important; 
}

.custom-list li{
    list-style-type: none;
} */

.text-dec ol li {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.custom-card {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    min-height: 180px;
    text-align: left;
}

.card-title {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 1em;
    font-family: "Charter Regular";

}

.custom-btn {
    display: inline-block;
    background-color: #B22222;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
a.custom-btn{
    font-size: 12px;
}
.custom-btn:hover {
    background-color: #8b1a1a;
}

/*.tab-2-vc h3{
    font-size:4.5em;
}*/

.tab-2-vc p{
    font-size:18px;
}

.tab-2-vc ol{
    font-size:18px;
}

.btn-container {
    text-align: left; 
    padding: 20px 0; 
}

.custom-btn {
    background-color: #b3261e; 
    color: white;
    text-decoration: none; 
    font-weight: bold;
    border-radius: 5px; 
    display: inline-flex;
    align-items: center;
    width: fit-content;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.custom-btn:hover {
    background-color: #8d1e16; 
    color: white;
}
.ccp-law-logo img{
    align-items: center;
}

.logo-ccp-txt{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight:600px;
    margin-top:1em;
}

.pdf-container {
    width: 100%;
    max-width: 100%;
    height: 80vh; 
}

.pdf-container iframe {
    width: 100%;
    height: 100%;
}

.facex-p p{
    text-align: center;
}
.certificate-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(242, 242, 242, 1); 
    padding: 50px 0;
}

.certificate-container {
    width: 1300px; 
    height: 1995x; 
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}


.certificate-container img {
    width: 100%;
    border-radius: 5px;
}
.heroUl
{
    padding:10px 0 0 0;
    margin-bottom: 0;
}

.heroLi {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
    text-align: left;
    margin-bottom: 10px;
}
.heroLi a 
{
    color: #000;
    text-decoration: underline;
}
.heroLi a:hover 
{
    color: #c5161d;
}

.carousel-control-prev, .carousel-control-next {
    position: relative;
    display: inline-block;
    margin: 10px;
}
.carousel-buttons {
    text-align: center;
    margin-top: 10px;
}

.box a{
    text-decoration: underline;
    color: #000;
    font-size:19px;
}

.social-icons img {
    width: 50px; /* Adjust size as needed */
    margin: 0 10px; /* Adjust spacing */
    transition: transform 0.3s ease;
}

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

    .prev-btn, .next-btn {
        background-color: #a02020;
        color: white;
        width: 39px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .btn-outline-dark {
        display: flex;
        align-items: center;
        font-weight: bold;
        border: 1px solid black;

    }
.pmun img{
    height: 22em;
    width: 23em;
}
.nexprev button{
    padding:15px 25px 14px 22px;
}

.downl-btn button:hover{
        color: #212529;
        background-color: #fff  !important;
        border-color: #67696a;
    }

    .downl-btn button{
        justify-content: center !important;
    }

    @media screen and (width:768px) {
        .certificate-container img{
            width: 50%;
        }
        .certificate-container {
            height: 26%;
        }
    }

    @media screen and (max-width:768px) {
        .tab-2-vc h3{
            
            font-size:2.1em;
        }
    }

    @media screen and (min-width: 820px) and (max-width: 1024px) {
    .jmc-para p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: "Montserrat", sans-serif;
    }
    .name h3 {
        font-size: 17px;
    }
}

/* Between 1200px and 1440px */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .jmc-para p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: "Montserrat", sans-serif;
    }
    .name h3 {
        font-size: 17px;
    }
}

/* For 1366px */
@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .jmc-para p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: "Montserrat", sans-serif;
    }
    .name h3 {
        font-size: 17px;
    }
}



@media screen and (max-width:768px) {

    a .btn{
        font-size:12px;
    }
    .tab-2-vc h4{
        font-size:1.5em;
    }
    
    .tab-2-vc p, .tab-2-vc li{
        font-size:15px;
    }
    .sec-para p{
        font-size:15px;
        text-align: left;
    }
    .name p{
        font-size:15px;
    }
    .name li{
        font-size:15px;
        text-align: left;
    }
    .name h4{
        font-size:2em;
    }

    .sec-title h2 {
        font-size: 2em;
        font-weight: 100;
        margin-bottom: 10px;
        font-family: "Charter";
    }
    .jmc-para p {
        font-size: 10px;
        text-align: left;
    }
    .name h3 b{
        font-size:15px;
        text-align: left;
    }

}

@media screen and  (max-width: 600px) {
    .examination_programme .box {
        width: 45%;
        margin: 1rem 0.5rem;
    }
    .box a {
        text-decoration: underline;
        font-size: 12px;
    }
}
@media screen and  (max-width: 767px) {
.examination_programme .box {
    padding: 1rem;
    width: 77%;
    margin: 1rem 0.8rem;
}
.box a {
    text-decoration: underline;
    font-size: 14px;
}
.heroLi img{
    height:25px;
}

    .heroLi {
        font-size: 9px;
        line-height: 2;
    }
.mainheading h3{
    font-size:14px;
    margin-bottom:1em;
}
}
@media screen and  (max-width: 768px) {
.examination_programme .box {
    padding: 1rem;
    width: 29%;
    margin: 1rem 0.8rem;
}
.pdf-trainer .box{
    padding: 1rem;
    width: 29%;
    margin: 1rem 0.8rem;
}
.box a {
    text-decoration: underline;
    font-size: 14px;
}
.heroLi img{
    height:25px;
}
.heroLi {
    font-size: 15px;
    line-height: 2;
}
.mainheading h3{
    font-size:14px;
    margin-bottom:1em;
}
}
@media (min-width: 775px) and (max-width: 942px) {
    .heroLi {
        font-size: 23px;  
        line-height: 46px;
    }
}
@media screen and  (max-width: 1200px) {
.examination_programme .box {
    padding: 1rem;
    width: 22%;
    margin: 1rem 0.8rem;
}
.pdf-trainer .box {
    padding: 1rem;
    width: 78%;
    margin: 1rem 0.8rem;
}
.box a {
    text-decoration: underline;
    font-size: 12px;
}
}

@media screen and (max-width: 1024px) {
    .sec-title h2{
        font-size: 1.7em;
    }
    .sec-para p{
        font-size:15px;
    }
}

/* Default styles */
.certificate-section {
    background-color: #f0f0f0; 
    padding: 20px;
}

.certificate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.certificate-container img {
    max-width: 100%;
    height: auto;
}

/* For larger devices (desktop and tablet) */
@media (min-width: 1200px) {
    .certificate-container img {
        width: 80%; 
    }
}

/* For 1024px screens (larger tablets or small desktop screens) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .certificate-container img {
        width: 85%; 
    }
}

/* For 992px screens (tablets or smaller desktops) */
@media (min-width: 992px) and (max-width: 1023px) {
    .certificate-container img {
        width: 90%;
    }
}

/* For 912px screens */
@media (min-width: 912px) and (max-width: 991px) {
    .certificate-container img {
        width: 90%; 
    }
}

/* For 820px screens */
@media (min-width: 820px) and (max-width: 911px) {
    .certificate-container img {
        width: 95%; 
    }
}

/* For smaller devices (mobile) */
@media (max-width: 819px) {
    .certificate-container img {
        width: 100%; 
        max-width: none;
    }
}

@media screen and (min-width: 1700px) and (max-width: 5000px) {
    .eraka-head h3{
        font-size: 60px;
    }
}

/* bugfixes */
.row.align-items-center.my-4:nth-child(even) .bg-light-blue {
    justify-content: flex-start;
}