/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.page .main-page-wrapper{
    background-color: transparent !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.wd-slide-container{
    padding: 0 !important;
}
#slider-82 .wd-slide-inner{
    max-width: 100% !important;
}
.whb-header {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.whb-row{
    background-color: transparent !important;
}

.wd-header-nav{
    text-align: right !important;
    border-radius: 30px 0 0 30px;
    position: relative;
}
/* .wd-header-nav::after{
    content: '';
    display: block;
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -360px;
    background-color: #000;
} */

.wd-nav-main > li > a{
    height: 40px !important;
    color: #000 !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}
.wd-nav-main > li > a:hover{
    color: #ffd700 !important;
}
.container{
    max-width: none !important;
}
.whb-main-header .container{
    max-width: 1550px !important;
}
.site-content{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.whb-mobile-left{
    display: flex;
    justify-content: space-between !important;
}
.wd-tools-element .wd-tools-icon::before {
	font-size: 20px !important;
	/*color: #fff !important;*/
}

.whb-mobile-left h2{
    font-family: "Kanit", Sans-serif;
    font-size: 35px;
}
.whb-mobile-left .wd-tools-element .wd-tools-icon::before{
    font-size: 35px;
    color: #fff;
}
.wd-header-mobile-nav{
    background-color: #276eb9;
}




.client-slide .elementor-swiper-button{
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-slide .elementor-swiper-button-prev{
    left: -20px !important;
}
.client-slide .elementor-swiper-button-next{
    right: -20px !important;
}



.tech-img-left{
    position: relative;
    /* padding-left: 60px; */
}
.tech-img-left::before,
.tech-img-right::after{
    content: '';
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #f3f5f5;
    position: absolute;
    left: 0;
    top: -60px;
}
.tech-img-left img,
.tech-img-right img{
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px #aaacac;
}

.tech-img-right{
    position: relative;
    /* padding-right: 60px; */
}
.tech-img-right::after{
    left: auto;
    right: 0;
}

.cont-box h3{
    margin-bottom: 0;
}
.cont-box .elementor-image-box-img{
    min-width: 50px;
    height: 50px;
    box-shadow: 0 0 15px #e3e3e3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.cont-map iframe{
    border-radius: 15px;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #83a7ce;
    background-color: transparent;
    border-radius: 15px;
    margin-top: 30px;
    color: #fff;
}
/* .contact-form input[type="text"]{
    margin-top: 0;
} */
.contact-form textarea{
    min-height: 100px;
    resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus{
    border: 1px solid #bad1eb;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #bacde0;
    opacity: 1;
}
.contact-form button{
    color: #fff;
    background-color: #000;
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    padding: 13px 0;
    margin-top: 30px;
}
.contact-form button:hover{
    background-color: #4990DB;
    color: #fff;
}
.screen-reader-response p,
.screen-reader-response ul{
    display: none;
}


.con-acc .elementor-accordion-item{
    border-bottom: 1px solid #c4c3c3 !important;
}
.con-acc .elementor-accordion .elementor-tab-content,
.con-acc .elementor-accordion .elementor-tab-title{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cor-box .elementor-widget-image{
    position: relative;
    cursor: pointer;
    width: max-content;
    margin: 0 auto;
}
.cor-box:hover .elementor-widget-image::after{
    content: url(assets/images/plus.png);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    top: 0;
	pointer-events:none;
    left: 0;
}
.cor-box:hover h5{
    color: #276eb9;
}

.dest-box .elementor-image-box-img{
    position: relative;
}
.dest-box .elementor-image-box-img::after{
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    background-color: #f6f7f7;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -20px;
}
.dest-box .elementor-image-box-img img{
    position: relative;
    z-index: 2;
}

.dest-box .elementor-image-box-title::after{
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 15px;
}

.peter-text h5{
    color: #9bc0e6;
    font-size: 26px;
}
.peter-text h5 span{
    color: #fff;
    background-color: #e7c607;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 12px;
}
.case-grid .elementor-widget-image img{
    box-shadow: 0 5px 15px #cecece;
}

.course-acc .elementor-accordion-item{
    border-bottom: 1px solid #4d86c2;
}


.ban-btn .elementor-button-content-wrapper{
    align-items: center;
}
.ban-btn .elementor-button-icon svg{
    width: 3em;
}

.whb-mobile-right{
	margin-right: 0 !important;
}

.event-box h6{
	text-align: center;
	background-color: #266db8;
	width: 100px;
	height: 100px;
	padding: 10px;
	color: #fff;
}
.event-box span.date{
	font-size: 36px;
}
.event-box img{
	height: 253px;
	object-fit: cover;
}
.vision-box img{
	max-height: 45px;
	width: auto;
}
.vision-box .elementor-widget-image .elementor-widget-container{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #276eb9;
	margin: 0 auto;
	border-radius: 15px;
}
.vision-box .elementor-widget-image .elementor-widget-container img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(171deg) brightness(106%) contrast(101%);
}
.vision-box .elementor-widget-image{
	width: max-content;
	margin: 0 auto;
	padding: 7px;
	box-shadow: 0 0 10px #ddd;
	border-radius: 15px;
	background-color: #fff;
}
.wd-header-text{
	padding: 0 !important;
}
.whb-mobile-left{
	width: 80%;
}
.whb-general-header :is(.whb-mobile-left, .whb-mobile-right){
	flex: auto !important;
}





@media (max-width:767px){
    .tech-img-left::before,
    .tech-img-right::after{
        display: none;
    }
    .cont-box .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .client-slide .elementor-swiper-button-prev{
        box-shadow: none !important;
        left: 0px !important;
    }
    .client-slide .elementor-swiper-button-next{
        /* box-shadow: 0 5px 5px #d7d7d8; */
        right: 0px !important;
    }
	.ban-btn .elementor-button-icon svg{
		width: 2em !important;
	}
}