/**
Theme Name: WeCreate Theme
Theme URI:
Author: WeCreate
Author URI: https: //wecreate.com.hk/
Description:
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wecreate
*/

h2.section-title {
    position: relative;
    padding-bottom: 30px;
}
h2.section-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 66px;
    height: 1px;
    background: #DA6C43;
    left: 0;
}

section.platform-layout{
    margin-top: 120px;
}

.platform-list{
    margin-top: 60px;
}

.platformItm{
    margin-bottom: 40px;
}

.platformItm .iconRap{
    width: 90px;
    height: 90px;
    position: relative;
}

.platformItm .iconRap img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.platformItm p{
    margin-top: 20px;
    margin-bottom: 0;
}

h2.section-title.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

section.worldwide-layout{
    margin-bottom: 150px;
    margin-top: 80px;
}

section.worldwide-layout .contentBox{
    max-width: 558px;
    margin: 0 auto;
    text-align: center;
}

section.worldwide-layout .contentBox .description{
    margin-top: 50px;
}

.mapWrapper {
    margin: 50px auto 0;
    height: 666px;
}

.detailBox {
    padding: 0 25px;
    max-width: 315px;
    width: 100%;
}

.detailBox p.number{
    color: #13ABDA;
	font-family: "Roboto";
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0.01em;
}

.detailBoxWrap {
    margin-top: 50px;
}

.overlappingWrap .contentBox {
    width: 59%;
    background: #fff;
    padding: 65px 50px;
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 1;
}

.overlappingWrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.57;
    background: #E7EAF2;
}

.overlappingWrap .imageOverlap {
    position: absolute;
    width: 57.6%;
    height: 100%;
}

.overlappingWrap .imageOverlap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

section.overlapping-layout {
    margin-top: 85px;
}

.overlappingWrap .contentBox p.description {
    margin-top: 50px;
}

.hero-banner-title{
    position: relative;
}

.hero-banner-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000059;
    z-index: 1;
}

.hero-banner-title h1{
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #fff;
    padding-top: 210px;
    padding-bottom: 40px;
    z-index: 5;
}

.hero-banner-title img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.core-technology-layout{
    margin-top: 120px;
}

.techList{
    margin-top: 50px;
}

.core-technology-layout .tab-content {
    width: 100%;
    margin-top: 50px;
    background: #fff;
}

.core-technology-layout .nav-tabs{
    border: 0;
}

.core-technology-layout .tab-content .tabContentBox{
    padding-top: 182px;
    padding-left: 110px;
    position: relative;
}

.core-technology-layout .tab-content .tabContentBox .overLappingImage{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 775px;
    height: 100%;
    max-height: 517px;
}

.core-technology-layout .tab-content .tabContentBox .overLappingImage img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.core-technology-layout .tab-content .ContentBox {
    padding: 130px 55px 68px 130px;
    background: #F0F3F9;
}

.core-technology-layout .tab-content .ContentBox .contentWrap {
    background: #fff;
    padding: 50px;
    position: relative;
}

.core-technology-layout .tab-content .iconWrap{
    width: 90px;
    height: 90px;
}

.core-technology-layout .tab-content .ContentBox h4{
    color: #424B5A;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 20px;
}

.core-technology-layout .tab-content .ContentBox .wysiwygBox{
    margin-top: 20px;
}

.core-technology-layout ul.nav li{
    text-align: center;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}

.core-technology-layout ul.nav li a{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 16.41px;
    letter-spacing: 0.16em;
    color: #4661A2;
}

.core-technology-layout .nav-tabs .nav-item.show .nav-link,
.core-technology-layout .nav-tabs .nav-link.active,
.core-technology-layout .nav-tabs .nav-link:hover
{
    border-bottom: 3px solid #DA6C43;
    color: #4661A2;
}


.core-technology-layout .nav-tabs .nav-item .nav-link{
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#header:hover .mega-menu-wrapper{
	display: block;
}

.mega-menu-wrapper{
	position: relative;
	z-index: 9999;
	width: 100%;
	background: #fff;
	padding: 50px 0;
	display: none;
}

.panel-heading {
    display: none;
}
.responsive-tabs .panel-heading a.active-panel:after {
    background-image: url(/wp-content/uploads/2024/10/blue-minus-icon.png);
}
.responsive-tabs .panel-heading a:after {
    background-image: url(/wp-content/uploads/2024/10/blue-plus-icon.png);
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
		top: 4px;
}
.responsive-tabs .panel-heading a.f-tab {
    margin-top: 0;
}
.responsive-tabs .panel-heading a.active-panel {
    margin: 0 0 20px;
}
.responsive-tabs .panel-heading a {
    color: #424B5A;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 34px;
    margin: 30px 0;
    display: block;
    position: relative;
}
.tab-content > .active {
    height: auto !important;
}
.tab-content>.active {
    display: block;
}



@media screen and (max-width: 992px){
	section.overlapping-layout .overlappingWrap{
		aspect-ratio: 1;
	}
	.core-technology-layout {
		margin-top: 80px;
	}
	section.overlapping-layout {
		margin-top: 56px;
	}
	.core-technology-layout p.description {
		margin-top: 30px;
	}
	.techList {
		margin-top: 40px;
	}
	.core-technology-layout .tab-content .tabContentBox {
		padding: 0;
		background: transparent;
	}
	.responsive-tabs .nav-tabs {
		display: none;
	}
	.panel-heading {
		display: block;
	}
	.core-technology-layout .tab-content .ContentBox h4 {
		font-size: 20px;
	}
	.core-technology-layout .tab-content .ContentBox .wysiwygBox {
		font-size: 18px;
	}
}