﻿.hero-section {
    background-color: #f8faff;
}

.hero-text {
    color: #222222;
}

.sp1 {
    font-size: 3.2rem;
    color: #0d48e0;
    font-family: "Public Sans", sans-serif;
}

.sp2 {
    font-size: 3.6rem;
    font-family:Calibri;
}
.hero-highlightm {
    background: linear-gradient(90deg, #082A5E, #0ae99d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 1rem;
}

.hero-highlight {
    background: linear-gradient(90deg, #082A5E, #0ae99d);
    /*background: linear-gradient(90deg, #082A5E, #0ae99d);  */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 4.5rem;
}
.hero-highlightsub {
    background: linear-gradient(90deg, #082A5E, #0ae99d);
    /*background: linear-gradient(90deg, #082A5E, #0ae99d);  */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 3rem;
}

.top-lst a {
    color: #636060;
    font-family: Calibri;
}
.explore-btn {
    background: linear-gradient(90deg, #082A5E, #0ae99d);
    color: #ffffff;
    border: none;
    border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 2px 4px;
    left: -24px;
    font-size: 2rem;
}

.search-input {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #082A5E !important;
    flex-grow: 1;
    border-right: none !important;
    padding: 10px;
}
.search-icn{
    font-size:15px;
}
.stats-badge {
    background-color: #f0f8ff;
    color: #333;
    border-radius: 12px;
    padding: 0px 10px 5px 10px;
    position: absolute;
    width: auto;
    height: auto;
    align-items: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
}
    .stats-badge i {
        position: absolute;
        top: -10px;
        left: -10px;
        font-size: 15px;
        color: #fff;
        background-color: #1e90ff;
        border-color: #1e90ff;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
.percent{
    margin-left:5px;
    color:blue;
}
.stats-1 {
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.stats-2 {
    top: 33%;
    right: 17%;
    transform: translate(50%, -50%);
}





.review-stars {
    color: #f39c12;
}

.review-text {
    color: #007bff;
    margin-right:5px;
}

.icon-gradient {
    background: linear-gradient(90deg,orange, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
}


.card-wrap {
    width: 220px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: #616161;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: initial;
    transition: all .2s ease-in-out;
}

    .card-wrap:hover {
        transform: scale(1.1);
    }

.card-header {
    height: 140px;
    width: 100%;
    background: red;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;
}

    .card-header i {
        color: #fff;
        font-size: 72px;
    }

.cardcontent {
    display: flex;
    flex-direction: column;
    justify-content:center;
}

.cardtitle {
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    padding:5px;
    color:white;
    margin-bottom:10px;
}

.cardtext {
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    color:white;
}

.card-btn {
    border: none;
    border-radius: 100px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    bottom: 5px;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.card-header.one {
    background: linear-gradient(to bottom left, #8844e5, #0550f2);
}

.card-btn.one {
    background: linear-gradient(to left, #f12711, #f5af19);
    text-align:center;
}
.card-header:first-child {
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
}
.cardcontent img {
    height: 100px !important;
    width:100px;
}
 .card-wrap{
height:300px;
 }
.cardimg {
    height: 104px;
    margin: 0 auto;
    margin-bottom:5px;
}

.certification-section {
    text-align: center;
    padding: 50px;
    margin-bottom:40px;
}

.heading-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

    .heading-logo-container h2 {
        margin: 0 10px;
        font-size: 28px;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    }

    .heading-logo-container img {
        width: 150px; 
        margin-left: 10px;
    }

.certification-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.certification-box {
    width: 23%;
    min-width: 220px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.card-icon-box img.icon-small {
    width: 50px; 
    height: auto; 
}
.frst-img{
    width:70px!important
}
.frst-link{
    margin-top:10px!important;
}
.frst-cert-box {
    padding-top:10px!important;
}

.card-link {
    display: inline-block;
    background-color: #0567d1; 
    color: white; 
    border-radius: 20px;
    text-decoration: none; 
    font-weight: bold;
    transition: background-color 0.3s ease; 
    margin: 20px 0; 
    text-align: center;
    width: 100%;
}

    .card-link:hover {
        background-color: #004494; 
        color:white;
    }

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    height: 100%; 
}

.card-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
    height: 100%; 
}

.card-description {
    margin: 0; 
    padding: 0 10px; 
    flex-grow: 1; 
    display: flex;
    align-items: center;
}



.info-box {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 150px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.05);
}

    .info-box h4 {
        position: relative;
        margin: 0;
        color: white;
        z-index: 2;
    }

    .info-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(4 59 198 / 77%); 
        z-index: 1; 
    }

    .info-box::after {
        content: "";
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease-out; 
        opacity: 0; 
        z-index: 0;
    }

.box-1::after {
    background-image: url('../img/infobox/cert-pro.png');
}

.box-2::after {
    background-image: url('../img/infobox/cert-exam.png');
}

.box-3::after {
    background-image: url('../img/infobox/cert-user.png');
}

.box-4::after {
    background-image: url('../img/infobox/cert-sats.png');
}

.info-box:hover::after {
    top: 0; 
    opacity: 1; 
}



.header-section {
    text-align: center;
    margin-bottom: 20px;
}


.header-section p {
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:black;
    margin-bottom: 40px;
}

.info-section{
    margin-bottom:60px;
    margin-top:60px;
}
.header-section img{
    margin-bottom:20px;
}

.aboutt{
    margin-top:40px;
}

.faq-section{
    margin-top:40px;
    margin-bottom:40px;
}

.gradient-blue {
    background: linear-gradient(to bottom, #ffffff, #f0f7fa, #e6f4fa, #f0f7fa, #ffffff);
}

.gradient-green {
    background: linear-gradient(to bottom, #ffffff, #c1e1c1, #9acd32, #c1e1c1, #ffffff);
}

.gradient-yellow {
    background: linear-gradient(to bottom, #ffffff, #ffffff, #f5f4eb, #f4f2eb, #ffffff);
}

.gradient-pink {
    background: linear-gradient(to bottom, #ffffff, #faeff4, #f9e5ee, #faeff4, #ffffff);
}
.gradient-lavender {
    background: linear-gradient(to bottom, #ffffff, #f3f1fa,#e7e4fa, #f3f1fa, #ffffff);
}

.gradient-seagreen {
    background: linear-gradient(to bottom, #ffffff, #edfaf2,#e7f7ed,#edfaf2, #ffffff );
}
.gradient-brown {
    background: linear-gradient(to bottom, #ffffff, #f7f0f0cf, #f6ebebc2, #f7f0f0cf, #ffffff);
}


.image-with-shadow {
    background-color:white;
    margin-bottom:70px;
}
.cert-head-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 33%;
    padding: 10px 0; 
}

.cert-head-background {
    position: absolute;
    background-color: #195ab8;
    height: 100%;
    width: 110%;
    transform: skew(-15deg);
    z-index: 0;
    border-radius: 10px;
}

.top-cert-heading {
    position: relative;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10px 20px;
    background-color: white;
    color: #195ab8;
    font-weight: bold;
    border-radius: 5px;
    z-index: 1;
    text-align: center;
    margin: 0; 
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.carousel_se_03 {
    overflow: hidden;
    margin-top:30px;
}

    .carousel_se_03 .product-grid3 {
        border: none;
        box-shadow: none;
    }

    .carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 42%;
        right: -40px;
        padding: 0px 5px !important;
        display: inline-block;
        transform: translateY(-50%);
        border-radius: 5px;
        font-size: 32px;
        line-height: 32px;
        color: #195ab8;
    }

        .carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
            color: #f76a4c;
            background:unset;
        }

    .carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 42%;
        left: -40px;
        padding: 0px 5px !important;
        display: inline-block;
        transform: translateY(-50%);
        border-radius: 5px;
        font-size: 32px;
        line-height: 32px;
        color: #195ab8;
    }

        .carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
            color: #f76a4c;
            background: unset;
        }

    .carousel_se_03 .owl-arrow .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.8rem;
    }

        .carousel_se_03 .owl-arrow .owl-nav .owl-prev,
        .carousel_se_03 .owl-arrow .owl-nav .owl-next {
            display: inline-block;
            transition: all 0.6s ease-in-out;
            color: #a5ca34;
        }


.owl-carousel .item {
    margin: 20px 0 40px 0;
}

.owl-carousel .item > .wow{
    display:flex;
    justify-content:center;
}



.allbtn {
    margin-top:30px;
    justify-content: space-between;
    align-items:flex-end;
}
    .allbtn a {
        margin-right: 40px;
        align-items: center;
        color: black;
    }
.allbtn2 {
    margin-top: 30px;
    justify-content: space-between;
    align-items: flex-end;
}

.allbtn2 a{
font-weight:bold;
color:black;
margin-right:40px;
}
    .allbtn2 p{
        margin-left:40px;
        margin-bottom:0;
    }

    .cert-section {
        padding: 20px;
        margin-top: 30px;
        color:darkblue;
    }

.cert-header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.cert-subheader {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.cert-item {
    font-size: 14px;
    margin-bottom: 5px;
/*    color: hsl(0deg 0% 0% / 60%);
*/    display:block;
}
#myInput:focus {
    outline: unset !important;
}
.serch-content {
    background-color: white;
    font-size: medium;
    font-family:Calibri;
}


        @media(max-width:992px){
            .carousel_se_03 .owl-carousel .owl-nav button.owl-prev{
                left:0;
            }
            .carousel_se_03 .owl-carousel .owl-nav button.owl-next{
                right:0;
            }
           /* .explore-btn{
                padding:13px 18px;
            }*/
        }
.headline-text{
    text-align:center;
}
    .headline-text h1 {
        color: black;
        font-size: 3rem;
        font-family: "Public Sans", sans-serif;
        padding:10px;
    }
    .headline-text h3 {
        color: #636060;
        text-align: center !important;
        font-size: 16px;
        font-family: "Public Sans", sans-serif;
        font-weight:300;
    }
.top-cert-exam {
    font-size: 24px;
    color: #1A2024;
    margin-left:40px;
}
.exmas{
    font-weight:700;
}
.topp-text{
    text-decoration:underline;
    text-decoration-color:orange;
}
.scrollable-links-container {
    display: flex;
    align-items: center;
    gap: 3rem; 
    overflow-x: auto; 
    white-space: nowrap; 
    scrollbar-width: none; 
    margin:0px 40px;
}

    .scrollable-links-container::-webkit-scrollbar {
        display: none; 
    }

.link-button {
    
}

.link-item {
    text-decoration: none;
    color: #0550f2;
    white-space: nowrap;
}
    .link-item:hover {
        text-decoration:underline;
        text-decoration-color:orange;
        color:orange;
    }

    @media (max-width: 600px) {
        .scrollable-links-container {
        gap: 1rem; 
        }
    }

@media(max-width: 782px){
    .img-col{
        display:none;
    }
}
.bx-marque {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.drp-menu {
    overflow: scroll;
    border-radius: 0;
}
    .drp-menu a:hover {
        background: linear-gradient(90deg, #082A5E, #0ae99d);
    }
@media only screen and (max-width: 600px) { 
  .hide-me { display: none; } 
} 
.form-input {
flex-wrap:nowrap;
}
@media only screen and (max-width: 600px) { 
  #myInput { font-size: 14px; } 
} 
