﻿
    a, a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
    }
   

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .heading {
        margin-top: 0px;
    }

    .separator {
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .separator:after,
        .separator:before {
            position: absolute;
            content: "";
            width: 50px;
            height: 2px;
            background: #0b0861;
            top: 50%;
        }

        .separator i {
            color: #0b0861;
        }

        .separator:after {
            right: 140%;
        }

        .separator:before {
            left: 140%;
        }

    .amazing_feature {
        padding-top: 32px;
        padding-bottom: 50px;
    }

    .single_feature {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 40px 40px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .single_feature:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #6f91e3;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            color: white;
        }

        .single_feature:hover, .single_feature:focus, .single_feature:active {
            color: white;
        }

            .single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

    .feature_icon {
    }

    .single_feature i {
        border: 1px solid #e8e8e9;
        border-radius: 50%;
        color: #333;
        float: left;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        margin-right: 15px;
        position: relative;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 60px;
        z-index: 3;
        margin-top: 25px;
    }

    .single_feature:hover i {
        background: #fff;
        border: 1px solid #fff;
        color: #0b0861;
    }

    .single_feature h3 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
        overflow: hidden;
    }

    .single_feature:hover h3 {
        color: #fff;
    }

    .single_feature span {
        border-bottom: 1px dashed #ccc;
        display: block;
        margin: 15px auto 10px;
        width: 80px;
    }

    .single_feature p {
        margin-bottom: 0;
        overflow: hidden;
    }
   @media (max-width: 575px) {
        .feature-cards {
            display: block;
            padding: 1em;
        }

        .feature-card {
            width: 98%;
            margin: 20px auto;
        }
    }

   @media (max-width: 800px) {
        .feature-cards {
            display: block;
            padding: 1em;
        }

        .feature-card {
            width: 98%;
            margin: 20px auto;
        }
    }

    #main h1 {
        font-size: 45px;
        color: #183378;
        text-align: center;
        text-shadow: 0px 0px 10px white;
    }

    .cards-list {
        z-index: 0;
        width: 85%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: auto;
    }

    .card {
        margin: 30px auto;
        width: 360px;
        height: 345px;
        border-radius: 50px 0;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
        cursor: pointer;
        transition: 0.4s;
        justify-content: flex-start !important;
        background-color: #97A9BD;
    }

    .card_image {
        background: #fff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 10px auto;
    }

        .card_image i {
            margin: 17px;
            font-size: 37px;
            -webkit-animation: spin 4s linear infinite;
            -moz-animation: spin 4s linear infinite;
            animation: spin 4s linear infinite;
        }

    @@-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @@-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @@keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .card_title .heading {
        font-size: 1.9rem;
        font-weight: 800;
        margin: auto;
        text-align: center;
        color: black;
        font-family: sans-serif;
    }

    .card_title p {
        margin: 10px auto;
        line-height: 1.4;
        text-align: center;
        color: black;
        font-family: sans-serif;
    }

    .cards-list .card:nth-child(1) {
        background-color: #ffffff;
    }

        .cards-list .card:nth-child(1):hover {
            background-color: #6a88da;
        }

    .cards-list .card1 .card_image a i {
        color: #97A9BD;
    }

    .cards-list .card:nth-child(2) {
        background-color: #ffffff;
    }

        .cards-list .card:nth-child(2):hover {
            background-color: #6a88da;
        }

    .cards-list .card2 .card_image a i {
        color: #A197BD;
    }

    .cards-list .card:nth-child(3) {
        background-color: #ffffff;
    }

        .cards-list .card:nth-child(3):hover {
            background-color: #6a88da;
        }

    .cards-list .card4 .card_image a i {
        color: #BDA697;
    }

    .cards-list .card:nth-child(4) {
        background-color: #ffffff;
    }

        .cards-list .card:nth-child(4):hover {
            background-color: #6a88da;
        }

    .cards-list .card4 .card_image a i {
        color: #6b7da8;
    }

    .btn-flip {
        opacity: 1;
        outline: 0;
        color: #fff;
        line-height: 40px;
        position: relative;
        text-align: center;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        font-family: "Open Sans";
        text-transform: uppercase;
    }

        .btn-flip:hover:after {
            opacity: 1;
            transform: translateY(0) rotateX(0);
        }

        .btn-flip:hover:before {
            opacity: 0;
            transform: translateY(50%) rotateX(90deg);
        }

        .btn-flip:after {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            color: #ababb4;
            display: block;
            transition: 0.5s;
            position: absolute;
            background: #fcfcfc;
            content: attr(data-back);
            transform: translateY(-50%) rotateX(90deg);
        }

        .btn-flip:before {
            top: 0;
            left: 0;
            opacity: 1;
            color: #f9f9ff;
            display: block;
            padding: 0 30px;
            line-height: 40px;
            transition: 0.5s;
            position: relative;
            /* background: #fbfbfd; */
            content: attr(data-front);
            transform: translateY(0) rotateX(0);
            border: 1px solid #fbfbfb;
        }

    .btn-read {
        justify-content: center;
        align-content: center;
        display: flex;
        margin: 31px;
    }

  .section {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px;
        padding: 40px 0;
        background: linear-gradient(135deg, #71879c17, #0a9396);
        /*border-radius: 12px;*/
    }

    .training-section, .tips-section {
        grid-column: span 12;
        background: white;
        padding: 25px 35px;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

        .training-section h2, .tips-section h2 {
            color: #004d40;
            font-size: 2rem;
            margin-bottom: 15px;
            font-family: math;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .training-section p {
            color: black;
            line-height: 1.1;
            font-size: 19px;
            margin-bottom: 20px;
        }

    .show-more-btn {
        padding: 15px 30px;
        font-size: 1.1rem;
        background-color: #4a77a5;
        color: white;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
        margin-top: 20px;
    }

        .show-more-btn:hover {
            background-color: #4a77a5;
            transform: scale(1.05);
        }

    .more-content {
        display: none;
        margin-top: 20px;
    }

        .more-content ul {
            list-style: none;
            padding-left: 0;
            font-size: 1rem;
            color: #333;
        }

            .more-content ul li {
                padding: 10px 0;
                border-bottom: 1px solid grey;
                font-size: 19px;
            }

                .more-content ul li:last-child {
                    border-bottom: none;
                }

    /* Tips Section */
    .tips-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 columns on larger screens */
        gap: 30px;
    }

    .tip-card {
        background-color: #f3f5f7;
        padding: 25px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

        .tip-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

    .tip-icon {
        font-size: 2.8rem;
        margin-bottom: 15px;
        color: #007f7f;
    }

    h3 {
        font-size: 1.6rem;
        color: #0842d4;
        margin-bottom: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

    p {
        color: black;
        /*font-size: 17px;*/
        line-height: 1.5;
        font-weight: 400;
    }

    /* Responsive Design */
   @media (max-width: 1200px) {
        .tips-list {
            grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
        }
    }

   @media (max-width: 900px) {
        .tips-list {
            grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
        }
    }

   @media (max-width: 600px) {
        .section {
            grid-template-columns: 1fr;
            padding: 20px;
        }

        .training-section, .tips-section {
            padding: 20px;
        }

        .tips-list {
            grid-template-columns: 1fr; /* Stack tips in one column on mobile */
        }

        .show-more-btn {
            width: 100%;
        }
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    }

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }

        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    span, a, a:hover {
        display: inline-block;
        text-decoration: none;
        color: inherit;
    }

    .section-head {
        margin-bottom: 60px;
    }

        .section-head h4 {
            position: relative;
            padding: 0;
            color: #f91942;
            line-height: 1;
            letter-spacing: 0.3px;
            font-size: 34px;
            font-weight: 700;
            text-align: center;
            text-transform: none;
            margin-bottom: 30px;
        }

            .section-head h4:before {
                content: '';
                width: 60px;
                height: 3px;
                background: #f91942;
                position: absolute;
                left: 0px;
                bottom: -10px;
                right: 0;
                margin: 0 auto;
            }

            .section-head h4 span {
                font-weight: 700;
                padding-bottom: 5px;
                color: #2f2f2f;
            }

    p.service_text {
        color: #cccccc !important;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .section-head p, p.awesome_line {
        color: #818181;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .extra-text {
        font-size: 34px;
        font-weight: 700;
        color: #2f2f2f;
        margin-bottom: 25px;
        position: relative;
        text-transform: none;
    }

        .extra-text::before {
            content: '';
            width: 60px;
            height: 3px;
            background: #f91942;
            position: absolute;
            left: 0px;
            bottom: -10px;
            right: 0;
            margin: 0 auto;
        }

        .extra-text span {
            font-weight: 700;
            color: #f91942;
        }

    .item {
        background: #fff;
        text-align: center;
        padding: 30px 25px;
        -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
        border-radius: 20px;
        border: 5px solid rgba(0, 0, 0, 0.07);
        margin-bottom: 30px;
        -webkit-transition: all .5s ease 0;
        transition: all .5s ease 0;
        transition: all 0.5s ease 0s;
    }

        .item:hover {
            background: #6a8de3d1;
            box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
            -webkit-transition: all .5s ease 0;
            transition: all .5s ease 0;
            transition: all 0.5s ease 0s;
        }

            .item:hover .item, .item:hover span.icon {
                background: #fff;
                border-radius: 10px;
                -webkit-transition: all .5s ease 0;
                transition: all .5s ease 0;
                transition: all 0.5s ease 0s;
            }

            .item:hover h6, .item:hover p {
                color: #fff;
                -webkit-transition: all .5s ease 0;
                transition: all .5s ease 0;
                transition: all 0.5s ease 0s;
            }

        .item .icon {
            font-size: 40px;
            margin-bottom: 25px;
            color: #f91942;
            width: 90px;
            height: 90px;
            line-height: 96px;
            border-radius: 50px;
        }

        .item .feature_box_col_one {
            background: rgba(247, 198, 5, 0.20);
            color: #f91942;
        }

        .item .feature_box_col_two {
            background: rgba(255, 77, 28, 0.15);
            color: #f91942;
        }

        .item .feature_box_col_three {
            background: rgba(0, 147, 38, 0.15);
            color: #f91942;
        }

        .item .feature_box_col_four {
            background: rgba(0, 108, 255, 0.15);
            color: #f91942;
        }

        .item .feature_box_col_five {
            background: rgba(146, 39, 255, 0.15);
            color: #f91942;
        }

        .item .feature_box_col_six {
            background: rgba(23, 39, 246, 0.15);
            color: #f91942;
        }

        .item p {
            font-size: 21px;
            line-height: 26px;
        }

        .item h6 {
            margin-bottom: 20px;
            color: #2f2f2f;
        }

    .mission p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 28px;
        font-weight: 500;
    }

    .mission i {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f91942;
        border-radius: 50%;
        color: #fff;
        font-size: 25px;
    }

    .mission .small-text {
        margin-left: 10px;
        font-size: 13px;
        color: #666;
    }

    .skills {
        padding-top: 0px;
    }

        .skills .prog-item {
            margin-bottom: 25px;
        }

            .skills .prog-item:last-child {
                margin-bottom: 0;
            }

            .skills .prog-item p {
                font-weight: 500;
                font-size: 15px;
                margin-bottom: 10px;
            }

            .skills .prog-item .skills-progress {
                width: 100%;
                height: 10px;
                background: #e0e0e0;
                border-radius: 20px;
                position: relative;
            }

                .skills .prog-item .skills-progress span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    background: #f91942;
                    width: 10%;
                    border-radius: 10px;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                }

                    .skills .prog-item .skills-progress span:after {
                        content: attr(data-value);
                        position: absolute;
                        top: -5px;
                        right: 0;
                        font-size: 10px;
                        font-weight: 600;
                        color: #fff;
                        background: rgba(0, 0, 0, 0.9);
                        padding: 3px 7px;
                        border-radius: 30px;
                    }


    section {
        /*padding: 60px 0;*/
    }

    /* Container */
    .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Intro Section */
    .intro {
        background-color: #1e3d58;
        color: #fff;
        text-align: center;
        padding: 80px 20px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }


        .intro h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .intro p {
            font-size: 18px;
            line-height: 1.6;
        }


    /* RPSL Companies Section */
    .rpsl-companies {
        background-color: #bac8ed;
        padding: 50px;
        border-radius: 10px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        /*margin-top: 40px;*/
    }

        .rpsl-companies h2 {
            font-size: 32px;
            color: #1e3d58;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
        }

        .rpsl-companies p {
            font-size: 18px;
            line-height: 1.6;
            text-align: center;
            color: black;
        }

    .button {
        background-color: #1e3d58;
        color: #fff;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
        margin-top: 20px;
        text-align: center;
        transition: background-color 0.3s ease;
    }

        .button:hover {
            background-color: #2a4d72;
        }

    /* Responsive Design */
   @media (max-width: 768px) {
        .career-categories,
        .certification-list,
        .resources-list {
            flex-direction: column;
            align-items: center;
        }

        .career-category,
        .certification-item,
        .resource-item {
            flex: 1 1 100%;
            margin-bottom: 20px;
        }

        .container {
            width: 95%;
        }

        .certifications,
        .career-progression,
        .rpsl-companies,
        .resources {
            padding: 40px;
        }

            .career-paths h2,
            .certifications h2,
            .career-progression h2,
            .rpsl-companies h2,
            .resources h2 {
                font-size: 28px;
            }

        .career-category h3,
        .certification-item h4,
        .resource-item h4 {
            font-size: 22px;
        }
    }

   .section-head{
       margin-top:31px
   }



    .flexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }

    .flexcard {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 20%;
        align-items: baseline;
        height: 296px;
        border-radius: 20px;
    }

    .flexcardNumber {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        margin: 10px 0px;
        border-radius: 0px 50px 50px 0px;
        font-family: 'Jost', sans-serif;
        color: white;
        text-shadow: 0px 3px 5px black;
        font-weight: 500;
        font-size: 20px;
        position: relative;
    }

   .flexcardTitle {
    font-family: emoji;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
}
    .flexcardText {
        /*font-family: 'Jost', sans-serif;*/
        text-align: center;
        font-weight: 300;
    }

    .flexcardNumber:before {
        content: '';
        width: 34px;
        height: 90px;
        position: absolute;
        left: -33px;
        top: 0px;
        border-radius: 50px 0px 0px 50px;
        z-index: -1;
        /* background: #95B7A2; */ /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
        background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
        /* background: linear-gradient(to top, #95B7A2, #AED2BC); */;
    }

    .flexcardNumber:after {
        content: '';
        width: 25px;
        height: 40px;
        position: absolute;
        left: -25px;
        bottom: -40px;
        border-radius: 50px 0px 0px 50px;
        z-index: -1;
    }
.flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

    img.flexcardimgItem {
        width: 50%;
    }

    /* GREEN CARD */

    .flexcardGreen {
        background: white;
        box-shadow: 4px 4px 4px #0842d4;
    }

    .flexcardNumberGreen {
        background: #FCFCFC;
        background: -webkit-linear-gradient(right, #FCFCFC, #AED2BC);
        background: -moz-linear-gradient(right, #FCFCFC, #AED2BC);
        background: linear-gradient(to left, #FCFCFC, #0842d4);
        box-shadow: 0px 2px 2px #fe4703;
    }

        .flexcardNumberGreen:before {
            background: #AED2BC;
        }

        .flexcardNumberGreen:after {
            background: #95b7a2;
        }

    /* BLUE CARD */

    .flexcardBlue {
        background: white;
        box-shadow: 4px 8px 1px #0842d4;
    }

    .flexcardNumberBlue {
        background: #FDFFFE;
        background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
        background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
        background: linear-gradient(to left, #FDFFFE, #0842d4);
        box-shadow: 0px 2px 2px #fe4703;
    }

        .flexcardNumberBlue:before {
            background: #92E8EB;
        }

        .flexcardNumberBlue:after {
            background: #71bdbf;
        }

    /* ORANGE CARD */

    .flexcardOrange {
        background: white;
        box-shadow: 4px -2px 1px #0842d4;
    }

    .flexcardNumberOrange {
        background: #FDFFFE;
        background: -webkit-linear-gradient(right, #FDFFFE, #F68404);
        background: -moz-linear-gradient(right, #FDFFFE, #F68404);
        background: linear-gradient(to left, #FDFFFE, #0842d4);
        box-shadow: 0px 2px 2px #fe4703;
    }

        .flexcardNumberOrange:before {
            background: #F68404;
        }

        .flexcardNumberOrange:after {
            background: #d06f02;
        }

    /* PİNK CARD */

    .flexcardPink {
        background: #fffafd;
        position: relative;
        box-shadow: 2px 2px 1px #0842d4;
        border-radius: 20px 20px 0px 20px;
    }

        .flexcardPink:before {
            content: '';
            width: 0px;
            height: 50px;
            /* background: red; */
            position: absolute;
            bottom: 0;
            right: 0;
            border-left: 100px solid transparent;
            border-bottom: 90px solid #0842d4;
        }

    .flexcardNumberPink {
        background: #FDFFFE;
        background: -webkit-linear-gradient(right, #FDFFFE, #F34EAE);
        background: -moz-linear-gradient(right, #FDFFFE, #F34EAE);
        background: linear-gradient(to left, #FDFFFE, #0842d4);
        box-shadow: 0px 2px 2px #fe4703;
    }

        .flexcardNumberPink:before {
            background: #F34EAE;
        }

        .flexcardNumberPink:after {
            background: #d24095;
        }

    /* RESPONSİVE */

   @media only screen and (max-width: 800px) {

        .flexcard {
            width: 40%;
            margin-top: 20px;
        }

        img.flexcardimgItem {
            width: 30%;
        }
    }

   @media only screen and (max-width: 500px) {

        .flexcard {
            width: 70%;
        }
    }


    .custom-paragraph{
        font-size: 21px; 
        line-height: 3.1; 
        margin-top: -26px; 
        text-align: center;
         color: black;
         font-family: "Raleway", sans-serif;
    }

    .FeatureHead{
     text-align: center;
     color: #183378;
     font-family: "Raleway", sans-serif;
    }


  
