/* 
Theme Name: Gluu
Theme URI: https://gluu.org/
Description: Gluu is a child theme of Hello Elementor, created by Elementor team
Author: Gluu Team
Template: hello-elementor
Version: 2.0.0
Text Domain: gluu
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
*/

/* Custom Scroll Bar 

html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width: 0.7em;
    background: #272121;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#00777f);
    background: linear-gradient(transparent,#00FFF7);
    border-radius: 50px;
}  */

/* Global Style */

.gluu-list ul {
    list-style: none;
}
.gluu-list ul li::before {
    content: "\2022";
	display: inline-block;
    width: 0.6em;
    color: #00a65c;
    font-size: 30px;
    vertical-align: middle;
}
.gluu-list ul li a:hover,
.gluu-list ul li a:focus {
	color: #00a65c;
	text-decoration: underline;
}
/* Add your custom styles here */

.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu {
    width: 300px !important;
}
header.page-header {
    display: none;
}
.page-content {
    overflow: hidden;
}
.elementor-widget-text-editor p a {
    color: #00A65D;
}
.buttons a { 
	display: inline-block;
    font-family: 'Mona Sans';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
	margin: 0px 20px 20px 0px;
    padding: 12px 40px;
}
.buttons a.btn-green {
	background: #10ae67;
	color: #ffffff;
}
.buttons a.btn-white {
	background: #ffffff;
	color: #0A2540;
}
.banner-desc p {
    margin-bottom: 8px;
}
.icon-box .icon {
    margin: 0 auto;
}
.service-box .elementor-widget-wrap {
    box-shadow: 2px 2px 0px 4px rgb(0 162 93 / 10%);
}
.deployment-box {
    box-shadow: 10px 30px 30px -10px rgb(0 166 93 / 40%);
}
.plugin-box {
    box-shadow: 10px 20px 20px -10px rgb(0 166 93 / 15%);
    border-radius: 10px;
}
.casa-logos {
    display: block;
    width: 100%;
    text-align: center;
}
.casa-logos img {
    width: 160px;
}
.casa-logos img:first-child {
    margin-right: 30px;
}
.gluu-price-table table {
	width: auto;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}
.gluu-price-table table thead th {
	background: #00A65D;
	color: #ffffff;
	font-family: 'Mona Sans';
    font-size: 16px;
    padding: 8px 40px;
}
.gluu-price-table table tbody tr td {
	background: #ffffff;
	font-family: 'Mona Sans';
	padding: 6px 40px;
}
.client-gallery .elementor-image-gallery .gallery-icon img {
    height: 48px;
    padding: 0;
    width: auto;
}
.deployment-box ul.docs-tags {
    padding: 10px 20px 0px;
}
ul.docs-tags {
    list-style: none;
    padding-left: 0;
}
ul.docs-tags li {
    display: inline-block;
    background: #B6F6DA;
    border-radius: 4px;
    padding: 2px 10px;
}
ul.docs-tags li,
ul.docs-tags li a {
    font-family: 'Mona Sans';
    color: #00A65D;
    font-size: 16px;
    font-weight: 500;
}
.gluu-price-table.docs {
    display: block;
    width: 100%;
}
.gluu-price-table.docs table {
    margin: 0 auto;
    box-shadow: 10px 30px 30px -10px rgb(0 166 93 / 40%);
}
.gluu-price-table.docs table thead th {
    padding: 16px 30px;
}
.gluu-price-table.docs table tbody tr td {
    font-weight: 500;
    padding: 12px 30px;
    border-color: #b6f6da;
    border-width: 1px 1px 1px 0px;
}
.gluu-faqs .e-n-accordion .e-n-accordion-item {
    border-radius: 20px;
    overflow: auto;
	margin-bottom: 10px;
}
.gluu-faqs .e-n-accordion .e-n-accordion-item .e-con {
	padding: 0px 20px 20px;
}
.gluu-faqs .e-n-accordion .e-n-accordion-item[open] {
    border: 1px solid #26e18e;
}
.footer-menu .elementor-nav-menu a {
	padding: 6px 0px !important;
}
.pricing-table h4.elementor-heading-title {
	position: relative;
    border-radius: 6px;
    padding: 10px 20px;
	padding-left: 40px;
}
.pricing-table h4.elementor-heading-title::before {
	content: "";
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.pricing-table .price-heading1 h4.elementor-heading-title {
	background: linear-gradient(90deg, #1E6486 0%, rgba(30, 100, 134, 0.00) 75%);
}
.pricing-table .price-heading1 h4.elementor-heading-title::before {
    background-image: url(https://gluu.org/wp-content/uploads/2023/09/globe.svg);
}
.pricing-table .price-heading2 h4.elementor-heading-title {
	background: linear-gradient(90deg, #007C46 0%, rgba(0, 124, 70, 0.00) 75%);
}
.pricing-table .price-heading2 h4.elementor-heading-title::before {
    background-image: url(https://gluu.org/wp-content/uploads/2023/09/star.svg);
}
.pricing-table .price-heading3 h4.elementor-heading-title {
	background: linear-gradient(90deg, #26E18E 0%, rgba(38, 225, 142, 0.00) 74.19%);
}
.pricing-table .price-heading3 h4.elementor-heading-title::before {
    background-image: url(https://gluu.org/wp-content/uploads/2023/09/planet.svg);
}
.pricing-table .price-list span.free-pkg {
    border-radius: 3px;
    background: #B6F6DA;
    color: #00A65D;
    padding: 6px 10px;
    margin-left: 8px;
}
.gluu-doc-list .elementor-icon-list-text a {
    display: inline !important;
    color: #00A65D;
}
em {
    color: #00a65d;
}

/* Contact Form */
.gluu_form .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gluu_form .row .col-md-4,
.gluu_form .row .col-md-6 {
    display: inline-block;
	margin-right: 10px;
}
.gluu_form .row .col-md-4 {
    width: 31.5%;
}
.gluu_form .row .col-md-6 {
    width: 48%;
}
.gluu_form .row .col-md-12 {
    display: inline-block;
    width: 98%;
}
.gluu_form .row .col-md-12.btn {
	text-align: left;
}
.gluu_form .form-control {
    font-family: 'Mona Sans';
    font-size: 14px;
    border-color: #00a65d;
    border-radius: 10px;
	padding: 14px 20px;
}
.gluu_form .form-control:hover,
.gluu_form .form-control:active {
	border-color: #00A65D;
}
.gluu_form .form-control::placeholder {
    color: #d5d5d5;
}
.gluu_form label {
    display: inline-block;
    width: 100%;
    font-family: 'Mona Sans';
    font-size: 15px;
	line-height: 1.5em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
}
.gluu_form .checkbox {
    display: block;
    width: 100%;
    text-align: left;
}
.gluu_form .checkbox .wpcf7-list-item {
    margin: 0.5em 1em 0 0;
}
.gluu_form .btn_submit {
    background: #00a65c;
    color: #ffffff;
    font-family: 'Mona Sans';
    font-weight: 500;
	border: none;
    border-radius: 30px;
    padding: 12px 30px;
}
.gluu_form .wpcf7-not-valid-tip,
.gluu_form .wpcf7-response-output {
    font-family: 'Mona Sans';
}

/* Gluu Blog */

.news-cat a {
    display: inline-block;
    background: #00A65D;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.news-cat a:hover,
.news-cat a:focus {
    background: #b6f6da ;
    color: #00A65D;
}
.featured-img-listing a {
    background: #ffffff;
    border-top-right-radius: 10px;
    padding: 6px 6px 0px 0px;
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.blog-post-thumb {
	border-radius: 6px;
}
.blog-post-thumb img {
    height: 160px;
    object-fit: cover;
	border-radius: 6px;
}
.blog-post-date li.elementor-icon-list-item {
    background: #b6f6da;
    padding: 10px 20px;
    border-radius: 30px;
}
.booking-info-text p {
    line-height: 1.6em;
}
.blog-content a:hover,
.blog-content a:focus {
    color: #00A65C;
    text-decoration: underline;
}
.blog-content h2, .blog-content h3, .blog-content h4 {
    font-weight: 700;
}
.blog-content img.align-left {
    float: left;
    border-radius: 20px;
    margin: 10px 20px 10px 0px;
}
.blog-content img.blog-img {
    border-radius: 20px;
}
.blog-content ul, .blog-content ol {
    padding-bottom: 20px;
}
.blog-content ul > li::marker {
    color: #00a65d;
    font-size: 28px;
}

/* Agama Lab Style */

ul.table-content {
    padding-left: 0;
}
ul.table-content li {
    background: #282828;
    list-style: none;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}
.episode-box {
    box-shadow: 10px 10px 10px -10px rgb(0 166 93 / 40%);
}
.episode-count .elementor-widget-container {
    background: #b4f7d8;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 10px !important;
}
.search-posts .elementor-post {
    border-radius: 10px;
    box-shadow: 10px 10px 10px -10px rgb(0 166 93 / 40%);
}
.gluu-search .asl_m.asl_w {
    border-radius: 10px;
}

.table-content-menu .bellows .bellows-nav .bellows-target {
    padding: 10px 20px 10px 0px;
}

.table-content-menu .bellows ul.bellows-submenu {
    list-style-type: upper-roman;
    margin: 0;
    padding-left: 1.5em;
}
.table-content-menu .bellows .bellows-nav .bellows-menu-item-has-children>.bellows-target {
    padding-right: 0px;
}

.table-content-menu .bellows .bellows-nav .bellows-menu-item {
    border-bottom: 1px solid #e5e5e5;
}
.table-content-menu .bellows .bellows-nav .bellows-submenu li {
    border-bottom: none;
}
@media screen and (max-width: 1070px) {
	.gluu-header .gluu-main-nav .elementor-nav-menu .menu-item  .elementor-item {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 1024px) {
	.hero-section {
		background-position: top !important;
    	background-size: contain !important;
	}
	.buttons a {
		font-size: 16px;
		padding: 12px 30px;
	}
	.client .client-gallery .gallery-item {
		max-width: 25% !important;
	}
	.gluu-price-table.docs {
		overflow-x: auto;
		width: 100%;
	}
	.gluu-price-table.docs table {
		width: 100%;
	}
	.gluu-price-table.docs table thead th {
		padding: 8px 10px;
	}
	.gluu-price-table.docs table tbody tr td {
		padding: 6px 10px;
	}
	.deployment-box ul.docs-tags.partners {
		padding: 10px 0px 0px;
	}
	.gluu_form .row .col-md-6,
	.gluu_form .row .col-md-4 {
		width: 46%;
	}
	.gluu_form .row .col-md-12,
	.gluu_form .col-md-6.checkbox {
		width: 95%;
	}
}
@media screen and (max-width: 900px) {
	.client .client-gallery .gallery-item {
		max-width: 33% !important;
	}
}
@media screen and (max-width: 765px) {
	.gluu_form .row .col-md-12,
	.gluu_form .row .col-md-6,
	.gluu_form .row .col-md-4 {
		width: 100%;
	}
}


/* Agama Lab */

a {
    color: #36d581;
}

a:hover {
    color: #ffffff;
}

header.page-header {
    display: none;
}

.about-img:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    height: 20%;
    width: 15%;
    border-radius: 4px 0;
    border-left: 3px solid #1ba65d;
    border-top: 3px solid #1ba65d;
}

.main-title {
    margin-bottom: 60px;
}

.main-title h1 .holder {
    top: -10px;
    width: 215px;
    height: 60px;
}

.main-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 45px;
    padding-top: 10px;
}

.main-title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 19px;
    right: -79px;
    width: 65px;
    border-top: 2px dotted #46454a;
}

.main-title h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: -90px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 3px solid #36353b;
    background: #1ba65d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-sizing: content-box;
}

.main-title .holder {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 95px;
    height: 40px;
    border: 1px dotted #46454a;
    background: #36353b;
    border-right: none;
    z-index: -1;
}

.main-title span {
    position: absolute;
    bottom: 2px;
    right: -125px;
    color: #46454a;
    font-size: 17px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.page-title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 45px;
    padding-top: 10px;
}

.page-title .elementor-widget-container:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 160px;
    height: 70px;
    top: 8px;
    left: 20px;
}

.loom-video {
    position: relative;
    width: 100%;
    height: 0;
    left: 0;
    padding-bottom: 56.25%;
}
.videos .elementor-element {
    flex-wrap: nowrap;
    padding: 0;
}

code {
    background: #e2fff0;
    font-family: cursive;
    color: #00894c;
    margin-right: 4px;
    padding: 2px 4px;
}

/* Agma Documentation */

.agama-blog-content {
    font-weight: 500;
}

.agama-blog-content .elementor-heading-title {
    font-weight: 700;
}

.agama-blog-content a {
    color: #04a45c;
}

.agama-blog-content a:hover,
.agama-blog-content a:focus {
    color: #04a45c;
    text-decoration: underline;
}

.agama-blog-content ul li {
    margin-bottom: 10px;
}

.agama-icon .elementor-icon {
    background: #D0E7DC;
    border-radius: 50%;
    padding: 10px;
}

ul.chapter-list {
  list-style-type: none;
  padding-left: 20px;
}

ul.chapter-list li {
  position: relative;
}

ul.chapter-list li .time {
    color: #00a75d;
    margin-right: 10px;
}

ul.chapter-list li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #1ca95e;
  border-radius: 50%;
}

.table-of-content {
    font-family: 'Mona Sans';
    border: 1px solid #777777;
    border-radius: 10px;
    padding: 10px 20px;
}

.table-of-content h4 {
    font-weight: 700;
}

.table-of-content ul {
    list-style: none;
    padding-left: 0;
}

.table-of-content ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
}

.table-of-content ul li:last-child {
    border-bottom: none;
}

.table-of-content ul li a {
    color: #000000;
    font-weight: 500;
}

.table-of-content ul li a:focus,
.table-of-content ul li a:hover {
    color: #01A161;
}

@media screen and (max-width: 1024px) {

    .page-title .elementor-widget-container:before {  
        width: 110px;
        height: 48px;
    }

    .page-title h1:before {
        top: 35px;
        right: -140px;
        width: 125px;
    }

    .page-title h1:after {
        top: 28px;
        right: -160px;
    }
}
@media screen and (max-width: 765px) {
    .main-title h2 {
        padding-left: 15px;
    }

    .main-title h2:before {
        content: none;
    }

    .main-title h2:after {
        top: 20px;
        right: -10px;
    }

    .main-title span {
        display: none;
    }

    .page-title .elementor-widget-container:before {
        width: 90px;
        height: 36px;
    }

    .page-title h1:before {
        content: none;
    }

    .page-title h1:after {
        top: 18px;
        height: 12px;
        width: 12px;
        right: 30px;
    }

}
