:root{

    --gm-green:#74BB44;
    --gm-red:#E22627;

    --gm-dark:#2E2E2E;
    --gm-light:#F8F9FA;
    --gm-border:#E5E5E5;

}

.section-title {
    color: var(--gm-green);
    font-weight: 700;
}

.bg-primary {
    background-color: var(--gm-green) !important;
}

.text-primary {
    color: var(--gm-red) !important;
}
.green {
    color: var(--gm-green) !important;
}

.btn-gm {
    background: white;
    color: var(--gm-green);
    border: 2px solid var(--gm-dark);
    border-radius: 10px;
    transition: all .25s ease;
}

.btn-gm:hover {
    background: var(--gm-green);
    color: white;
}
    
.btn-secondary {
    background-color: white;
    color: var(--gm-green);
    border: 2px solid var(--gm-green);
    border-radius: 20px; /* rounded corners */
    outline: none;
}

.product-card {
    border-radius: 12px;
    padding: 30px;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-6px);
}

.gm-green {
    color: var(--gm-green);
}

.gm-red {
    color: var(--gm-red);
}

.gm-carousel-card{
    border-radius: 12px;
    padding: 30px;
    transition: 0.3s;
}

.hero{
    height:700px;
}
.hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hero-logo{
    object-fit:contain;
    background:white;
}
.hero-title{
    color: var(--gm-dark);
}

.section-divider{

    text-align:center;
    color:var(--gm-green);

    font-size:12px;

    letter-spacing:10px;

}

.section{
    padding-top:100px;
    padding-bottom:100px;
}
.heading{
    margin-bottom:25px;
}
.paragraph{
    margin-bottom:15px;
}

.team-photo {
    width: 220px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.team-list {
    padding-left: 1.25rem;
}

.team-list li {
    margin-bottom: 1rem;
}

/* From style.css 
    For Header
*/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /*background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

#header-carousel{
    height:700px;
}

#header-carousel .carousel-inner{
    height:100%;
}

#header-carousel .carousel-item{
    height:100%;
}

#header-carousel .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/Globalist-Market-Logo-Large-Transparent.png) center center no-repeat;
    background-size: contain;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    min-height:400px;
}

.service-item > img{
    width:100%;
    height:400px;
    object-fit:cover;
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition:.35s ease;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    overflow-y:auto;
    padding: 35px 25px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition:.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -100%;
    left: 0;
    transform: skewY(0deg);
    background: #FFFFFF;
    transition: .35s ease;
}

.service-item:hover .service-text::before {
    top: -50px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gm-green);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.product-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-list{
    width:100%;
    color:white;
    text-align:left;
    padding-left:20px;
    margin:0;
}

.product-list li{
    color:white;
    margin-bottom:12px;
    line-height:1.45;
}

.product-list li:last-child{
    margin-bottom:0;
}

.accordion-button{
    font-weight:600;
    color:var(--gm-dark);
    background:white;
}

.accordion-button:not(.collapsed){
    color:white;
    background:var(--gm-green);
}

.accordion-body{
    padding:25px 30px;
    line-height:1.7;
    color:#555;
}

.accordion-item{
    border:none;
    border-radius:12px !important;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.accordion-button:focus{
    box-shadow:none;
    border:none;
}

.accordion-button::after{
    filter:grayscale(100%);
}