/*
Theme Name: trustlink
Theme URI: https://shekharhans.com
Author: Shekhar
Author URI: https://shekharhans.com
Requires at least: WordPress 4.9.6
Version: 1.4
Text Domain: trustlink
*/

 
/* Alignments */
html{
    scroll-behavior: smooth;

}
body{
    overflow-x: hidden;
}

/** fonts **/
@font-face {
    font-family: 'Vonca';
    src: url('./fonts/VoncaBold.woff2') format('woff2'),
        /* url('VoncaBold.woff') format('woff'); */
        url('./fonts/VoncaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca Extra';
    src: url('./fonts/VoncaExtraBold.woff2') format('woff2'),
        url('./fonts/VoncaExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca Extra';
    src: url('./fonts/VoncaExtraLight.woff2') format('woff2'),
        url('./fonts/VoncaExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('./fonts/VoncaLight.woff2') format('woff2'),
        url('./fonts/VoncaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('./fonts/VoncaMedium.woff2') format('woff2'),
        url('./fonts/VoncaMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('./fonts/VoncaRegular.woff2') format('woff2'),
        url('./fonts/VoncaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vonca';
    src: url('./fonts/VoncaSemibold.woff2') format('woff2'),
        url('./fonts/VoncaSemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
img{
    max-width: 100%;
}
/***Header css***/
.banner-section .main-heading-title{
font-size: 70px;
}
.main-heading-title{
    font-family: 'Vonca';
    font-weight: normal;
    font-size: 60px;
    text-transform: uppercase;
}
.brand-sec .main-heading-title, .discover-video-section .main-heading-title{
    font-size: 40px;
}
.sec-padding{
    padding: 50px 0px;
}

.fixed-top{
    position: absolute !important;
}
.header-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}
.header-logo img {
    width: 100px;
}

.menu-icon{
 display: none;
}
#menu-header_menu{
    display: inline-flex;
    list-style: none;
    margin: 0;
}
#menu-header_menu li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
#menu-header_menu li {
    margin: 0px 15px;
}
.primary-btn {
    background: #e63039;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
    font-weight: 500;
}
.primary-btn:hover{
    color: #fff;
    font-size: 16px;
}

/****banner section***/
.banner-section {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.banner-inner-data {
    max-width: 770px;
    margin: 0 auto;
}
.banner-content p {
    font-size: 17px;
    line-height: 26px;
    margin: 30px 0px;
}
.brands-logo-container{
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 equal columns */
    grid-template-rows: repeat(3, auto); /* 3 rows, auto height */
    gap: 20px; /* Space between grid items */
    justify-items: center; /* Center images in each grid cell */
    align-items: center;
    justify-self: center;
    padding: 20px;
}
.discover-video-section iframe {
    margin: 40px auto;
    display: table;
    width:70%;
    height: 500px;
    position: relative;
    z-index: 2;
}
.discover-video-section::before{
    content: "";
    position: absolute;
    background-image: url(./images/before-1.png);
    width: 400px;
    height: 400px;
    background-size: 380px;
    top: 40px;
    left: 0px;
    background-repeat: no-repeat;
}

.discover-video-section::after{
    content: "";
    position: absolute;
    background-image: url(./images/after-1.png);
    width: 400px;
    height: 400px;
    background-size: 100%;
    bottom: 0px;
    right: 0px;
}

.why-choose-us-wrap {
    overflow-x: hidden;
}
.why-choose-us-wrap .main-heading-title{
 margin-bottom: 40px;
}
.why-choose-inner {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    max-width: 100%; /* Adjust container width */
    margin: 0 auto;
    background: #fff;
    align-items: center; 
}

.text-content {
    padding-right:70px; /* Adjust padding */
    width: 35vw;
    background: #fff; /* Ensure it stays inside container */
}

.image-content {
    width:65vw; /* Full width of the viewport */
    margin-left:0%; /* Move the image out of the container */
}

.image-content img {
    width: 100%;
    height: 100%;
   
}
.text-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 40px;
}
.text-content p:empty{
    display: none;
}

.feature-section .container {
    border: 1px solid #b3a77f;
    border-radius:20px;
    padding: 5px 0px;
}
.feature-section .feature-section-inner{
    border: 1px solid #b3a77f;
    border-radius:20px;
   
    background-image: url(./images/f-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.overlay-bg{
    padding:50px;
    background-color: rgba(255,255,255,0.7);
}
.feature_data_repeat {
    margin: 25px auto;
    width: 75%;
}
.feature_data_repeat .feature_image {
    width: 60px;
    margin-bottom: 16px;
}
.feature_data_repeat h2 {
    font-family: 'Vonca';
    font-size: 23px;
    margin: 0px 0 10px;
}
.feature_data_repeat p {
    line-height: 28px !important;
    margin: 0;
}
.counter-heading-wrap h2{
    font-size: 50px;
    max-width:60%;
    margin: 20px auto;
    font-family: 'Vonca';
}
#counter-box-container {
    /* display: flex
; */
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 25px;
}
.counter-count-wrap span {
    font-size: 60px;
    font-family: 'Vonca';
}
.counter-count-wrap p {
    font-size: 49px;
    position: relative;
    top: -13px;
    left: 8px;
    font-family: 'Vonca';
}


#counter-box h3 {
    font-size: 16px;
    width: 200px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 0;
}
div#counter-box:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #e3e3e3;
    top: 10px;
    right: 48px;
}
div#counter-box {
    position: relative;
}
div#counter-box:last-child:after{
    display: none;
} 

.counter_section::before {
    content: "";
    position: absolute;
    background-image: url(./images/before-2.png);
    width: 190px;
    height: 150px;
    background-size: 130px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
}

.counter_section::after {
    content: "";
    position: absolute;
    background-image: url(./images/after-2.png);
    width: 230px;
    height: 190px;
    background-size: 160px;
    bottom: 0px;
    right: -70px;
    background-repeat: no-repeat;
}


#counter-section-container {
    margin: 50px 0;
}
.about-plaza-sec {
    background: #fde6d4;
    padding: 140px 0;
    position: relative;
}

.plaza-text-area .main-heading-title{
    
    margin-bottom: 22px;
}
.plaza-text-area p {
    line-height: 30px;
    margin-bottom: 30px;
}
.face-plaza-image {
    position: relative;
    top: -120px;
    margin-bottom: -599px;
}
.gallery-slider-wrap {
    padding: 240px 0px 50px;
}


.gallery-slider-image {
    display: flex;
    align-items: center;
    height: 500px;
}
.gallery-slider-image img{
    max-height: 100%;
}
.pre-lease-section {
    padding: 50px 0;
    background: #faf9f9;
}
.lease-img {
    text-align: right;
}
.lease-data p {
    margin:15px 0 30px;
    line-height: 30px;
}
.from-hold {
    display: flex
;
    align-items: center;
    column-gap: 20px;
}
.from-hold input, .form-hold textarea{
    border: 1px solid #cccccc;
    padding: 0 12px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    color: #000;
}
.form-hold.full-width{
    width: 100%;
    display: block;
}
.form-hold.full-width {
    width: 100%;
    display: block;
    column-gap: 0;
}
.form-hold textarea{
    padding: 12px; 
    height: 150px;
    resize: none;  
}
.form-btn .wpcf7-form-control{
    background: #e63039;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 18px 35px;
    display: inline-block;
    font-weight: 500;
    border: 0px;
}
.contact-form-sec{
    padding: 70px 0px;

}
.counter-image-banner {
    margin-bottom: 30px;
}
/**Footer css**/
.footer-inner {
    display: flex
;
    column-gap: 15px;
    padding: 30px 0;
    justify-content: space-between;
}
.footer-about-info {
    width: 30%;
}
.footer-address-info {
    width:20%;
}
.footer-contact-info{
    width: 50%;
    align-items: self-start;
    display: flex;
    justify-content: space-around;
}

    .footer-contact-info a {
        font-size: 19px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        margin: 0px 10px;
        font-family: 'Vonca';
        font-weight: normal;
    }
.footer-address-info p{
    font-family: 'Vonca';
        font-weight: normal;
        font-size: 19px;
        margin: 0px; 
}
.footer-about-info p {
    line-height: 25px;
    color: #000;
    margin: 0px;
}
.border-top {
    border-top: 1px solid #f2f2f2 !important;
}
.copyright-text {
    text-align: center;
    padding: 10px 0;
}



