/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.otgs-development-site-front-end {
    display: none!important;
} 
body, html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.bg-section {
    position: relative;
    z-index: 1;
}
.bg-section:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/taki-bg2.png), url(/wp-content/uploads/2025/06/taki-bg-new.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain, cover;
    background-position: bottom, top;
    z-index: -1;
	background-repeat: no-repeat, no-repeat;

}
.bg-section:after {
    content: "";
    background: url(/wp-content/uploads/2025/06/bg-top.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.pagecontent {
    position: relative;
    z-index: 1;
}
.pagecontent:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/taki-bg2.png), url(/wp-content/uploads/2025/06/taki-bg-alpha.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain, cover;
    background-position: bottom, top;
    z-index: -1;
    background-repeat: no-repeat, no-repeat;
}
.breadcrumbs .elementor-icon-list-item:not(:last-child):after {
    transform: rotate(20deg);
}
.breadcrumbs .elementor-icon-list-item > a span {
    color: #333333!important;
}

.dot ul {
    list-style-type: none;
	padding:0;
}
.dot li {
    line-height: 30px;
    padding-left: 25px;
    position: relative;
}
.dot li:before {
    content: "";
    background: #ffc81b;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    z-index: 1000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
    left: 0;
}

.body-rombus:after {
    content: "";
    background: #ffc81b;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    z-index: 1000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: 0;
    right: 200px;
}
@media screen and (max-width: 1480px){
    .body-rombus:after {
    right: 100px;
}
}
@media screen and (max-width: 1180px) {
    .body-rombus:after {
        right: 50px;
    }
}
@media screen and (max-width: 580px) {
    .body-rombust:after {
        right: 30px;
    }
}

::selection {
    background: #ffc81b;
    color: #6d6e71;
}

::-moz-selection {
    background: #ffc81b;
    color: #6d6e71;
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    content: "”";
	font-weight: 300;
	font-family: 'Ubuntu';
	font-size: 200px!important;
	height: 0.5em;
}
