/*
Theme Name: AGNO - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: agno
*/
@import url("../agno/style.css");

/* contact form css start*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    font-family: var(--content_font);
    font-weight: 400;
    color: var(--content_color);
    max-width: 100%;
    font-size: 18px;
    line-height: 1.2;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 3px;
    width: 100%;
    /*padding: 0 0 15px;*/
	padding-top:23px;
	padding-bottom:23px;
	padding-left:10px;
    height: 36px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid var(--theme_color);
	 border-top: 1px solid var(--theme_color);
	 border-left: 1px solid var(--theme_color);
	 border-right: 1px solid var(--theme_color);
    border-radius: 0;
    transition: all .3s;
    -webkit-appearance: none;
}

.contact-button {
    background-color: #000;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 25px;
	font-weight:bold;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none;
	padding-left:50px;
	padding-right:50px;
	
}

/* Hover + Focus + Active fix */
.contact-button:hover,
.contact-button:focus,
.contact-button:active {
    background-color: #0f4f2c !important;
    color: #ffffff !important;
    text-decoration: none;
}


.about-divider-custom{
    position: relative;
    width: 20px;
    height: 300px;   /* 🔥 CHANGE THIS to increase line height */
    margin: auto;
}

.about-divider-custom .line{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #9fd3e6;
}

.about-divider-custom .diamond{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #9fd3e6;
}

#advaits-projects .text_wrapper{background: linear-gradient(
    180deg,
    rgba(22, 55, 41, 0.95) 0%,  
    rgba(29, 68, 50, 0.92) 50%,  
    rgba(17, 44, 33, 0.95) 100% 
);
margin-right: auto;margin-left: 0px;padding: 40px;color: #fff;}
.villa-content img{padding-bottom:40px;}
.villa-content h2{color: #fff;font-size: 20px !important;text-align: center;}
.villa-content ul{text-align:center;}
.villa-content li{color: #fff;list-style: none !important;padding:5px 0px !important;}
.villa-content li span{border-bottom: 1px solid #90873a;padding-bottom: 5px;font-size: 15px;}
.villa-content a{background:#d3ad41;padding:10px 20px;font-size:14px;color: #000 !important;text-transform:uppercase;}
.villa-content p{text-align:center;}
.villa-content li:before{display: none !important;}