
/*
Theme Name: GPCS
Theme URI: https://example.com/gpcs
Author: GPCS
Description: Custom Bootstrap + Slick Slider WordPress Theme
Version: 1.0
License: GPLv2 or later
Text Domain: gpcs
*/

body{
    font-family: "Google Sans", sans-serif;
}

.site-header{
    padding: 0px 0;
    background:#f8f9fa;
}

a.navbar-brand img {
    height: 80px;
}

ul#menu-primary-menu {
    gap: 10px;
}

.site-footer{
    padding:20px;
    background:#111;
    color:#fff;
    text-align:center;
}

.topbar {
    display: flex;
    justify-content: space-between;
}

section.topbar-section {
    background: #144587;
    padding: 5px 0px;
}

.topbar--enquiry ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    gap: 20px;
}

.topbar--title h4 {
    margin: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    line-height: normal;
}

.topbar--enquiry ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.topbar--enquiry ul li {
    list-style: none;
}

.topbar--enquiry ul li a svg {
    height: 15px;
}



/* Home Slider */
.home--slider-main img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
    transform: scale(1);
    transition: transform 8s ease;
}

.home--slider-content {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 2;
}

.home--slider-main {
    position: relative;
}

.home--slider-main:before {
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000080;
    top: 0;
    left:0;
    z-index: 1;
}

.home--slider-content h3 {
    font-size: 60px;
    color: #fff;
}

.home--slider-content p {
    font-size: 26px;
    color: #fff;
    line-height: 35px;
    margin: 10px 0px 30px;
}

.home--slider-main {
    overflow: hidden;
}

.home--slider-main .slick-active img {
    transform: scale(1.15);
}

.label-eyebrow {
    background: #1F5C9E;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
}

.label-eyebrow h5 {
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

a.btn.btn-default {
    background: #1F5C9E;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid #ddd;
}


/* Why Choose Us */
.whychoose--Outerbox {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(45deg, #192d42, #1F5C9E);
}

section.main-whychoose-section {position: relative;top: -65px;}

.whychoose--content h5 {
    color: #fff;
    font-size: 22px;
}

.whychoose--content p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

.whychoose--icon svg {
    height: 75px;
    color: #fff;
    width: 75px;
    stroke-width: 1px;
}

/*About Us Section*/
.about--content h3 {
    font-size: 38px;
    margin-bottom: 20px;
}

.about--content p {
    font-size: 18px;
}

section.about-us-section {
    padding: 20px 0px 80px;
}

.video-wrapper {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.video-thumbnail {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #e53935; */
    color: #fff;
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}


.courses--Inner img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 16px;
}

.courses--Inner h3 {
    font-size: 19px;
}

.courses--Inner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0, black, transparent);
    top: 0px;
    left: 0px;
    border-radius: 16px;
}

.courses---Outer {
    position: relative;
    margin: 0px 0px 20px;
    border-radius: 16px;
}

.courses--Inner h3 {
    position: absolute;
    bottom: 0;
    margin: 0px;
    width: 100%;
    background: #0000003d;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px 0px 16px 16px;
}

.main--title {
    text-align: center;
    margin-bottom: 40px;
}

.main--title h5 {
    font-size: 16px;
    color: #8a8686;
}

.main--title h3 {
    font-size: 56px;
}

section.explore--courses {
    padding: 60px 0px;
}

.courses--Inner {
    border-radius: 16px;
}

.enroll--course {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}

.enroll--course svg {height: 16px;}

a.btn.btn-enroll {
    background: #1f5c9eba;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: auto;
    margin: 0px auto;
    justify-content: center;
    gap: 10px;
}

.client--box img {
    width: 131px;
}

section.happy--clients-section {
    padding: 60px 0px;
    background: #f7f7f7;
}

.client--box {
    margin: 20px 0px;
    padding: 10px 0px;
}

.client--Image img {
    height: 40px;
}

.client--OuterWrap {
    margin: 40px 0px;
    display: flex;
    gap: 10px;
}

.clients--wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    /* background: #fff; */
    padding: 10px 10px;
    /* margin-bottom: 20px; */
    background: #fff;
    border-radius: 10px;
}

.client--Title h4 {
    font-size: 18px;
    margin: 0px;
}

.testimonial-Image img {width: 100%;}

.testimonial--Inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.testimonial--section {
    padding: 60px 0px;
}