@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body { position: relative; padding: 0; margin: 0;  font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 400; line-height: 1.5; color: #000000;  } 
img{ max-width: 100%; vertical-align: top; }
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { color: #000; font-weight: 700; }
a{ color: inherit; }
a:hover,
a:focus{ text-decoration: none; color: inherit; }
a, .btn { text-decoration: none; -webkit-transition: all 0.2s linear;  -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear;  -o-transition: all 0.2s linear;  transition: all 0.2s linear; }
.btn:focus, .btn:active, .btn:active:focus { box-shadow: none; -webkit-box-shadow: none; }
.required-star { color: red; }

.primary-btn{color: #000000; display: inline-flex; align-items: center; gap: 10px; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
.primary-btn i{color: #E32124; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
.primary-btn:hover{color: #E32124; }
.primary-btn.btn-lg{font-size: 20px; }
.primary-btn.white-text, .primary-btn.white-text i{color: #ffffff; }
.primary-btn.white-text:hover, .primary-btn.white-text:hover i{color: #E32124; }

.form-group{padding: 0 0 18px 0; }
.form-group p{margin: 0; }
.form-group .form-label{margin: 0 0 8px 0; font-weight: 500; }
.form-group .form-control, .form-group .form-select{font-size: 16px; border: none; border-top: 1px solid #D6D6D6; border-radius: 0; padding: 0; height: 40px; outline: none; box-shadow: none; background-color: transparent; }
.form-group .form-select{padding-right: 40px; }
.form-group .form-control:focus, .form-group .form-select:focus{box-shadow: none;  border-color: #000; }
.form-group textarea.form-control{resize: none; height: 70px; padding: 10px 0; }
.form-group p br{display: none; }
.form-group .wpcf7-form-control-wrap{display: block; }

input.primary-btn{background: none; background-image: url(../images/right-arrow.svg); background-repeat: no-repeat; background-position: right center; background-size: 13px; border: none; color: #000000; padding: 0 26px 0 0; outline: none; }
.submit-button p{margin: 0; display: flex; align-items: center; }

.custom-button-row{padding: 5px 0 0 0; }

.wpcf7-not-valid-tip{padding: 0; font-size: 15px; font-weight: 500; }
.submit-btn .wpcf7-spinner{vertical-align: middle; }

.theme-color{color: #E32124; }

.custom-modal .modal-header{border: none; padding: 18px 25px; }
.custom-modal .modal-title{font-size: 26px; line-height: 1.4; font-weight: 600; }
.custom-modal .modal-header .btn-close{padding: 10px; }
.custom-modal .modal-content{border-radius: 15px; border: none; }
.custom-modal .modal-body{padding: 18px 25px; }

section{padding: 60px 0; }

.tag{font-weight: 500; }
.tag .tag-round{width: 10px; height: 10px; background: #E32124; border-radius: 50%; display: inline-block; margin-right: 5px; }

.section-title{padding: 0 0 15px 0; }
.section-title h1, .section-title h2{font-size: 42px; line-height: 1.25; margin: 0 0 15px 0; font-weight: 500; }
.section-title.text-white, .section-title.text-white h2{color: #ffffff; }

.top-title-row{display: flex; justify-content: space-between; align-items: center; gap: 60px; margin-bottom: 30px; }
.top-title-row .left{flex: 1; flex: 0 0 45%; }
.top-title-row .right{flex: 0 0 35%; }
.top-title-row p{color: #5B5B5B; }
.top-title-row p:last-child{margin-bottom: 0; }
.top-title-row.right-title .left{flex: 0 0 35%; }
.top-title-row.right-title .right{flex: 0 0 50%; padding: 0 0 0 12px; }

.slick-slider .slide-arrow{background: #EFEFEF; border: none; width: 48px; height: 48px; border-radius: 50%; font-size: 20px; color: #000000; display: flex; align-items: center; justify-content: center; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
.slick-slider .slide-arrow:hover{background: #E32124; color: #ffffff; }

.title-tag{display: inline-flex; align-items: center; gap: 10px; }
.title-tag a{height: 28px; width: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #E32124; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
.title-tag a:hover{background: #E32124; color: #ffffff; }

.site-content{padding: 70px 0 0 0; }

/* Header */
header.main-header{position: fixed; left: 0; top: 0; width: 100%; z-index: 99; background: rgba(255,255,255,0.8); transition: top .2s ease-in-out; }
header.main-header.nav-up{top:-72px }
header.site-header .navbar-brand{display: block; }
header.site-header .navbar-brand img{ max-width: 130px; }
header.site-header .navbar .navbar-collapse {  flex: 0 0 auto; margin-left: auto; padding: 5px 5px 5px 20px; border-radius: 50px; }
header.site-header .navbar .navbar-nav{padding-right: 0; }
header.site-header .navbar .navbar-nav li{margin: 0 1px; }
header.site-header .navbar .navbar-nav li a{ color: #000; padding: 8px 15px;  }
header.site-header .navbar .navbar-nav li a:hover{color: #E32124;}
header.site-header .navbar .navbar-nav li a.active{color: #E32124;}

@media only screen and (max-width: 991px) {
    header.site-header {position: sticky; top: 0; border-radius: 0px; max-width: 100%; background: #ffffff; z-index: 991; }
    header.site-header .navbar .navbar-collapse { padding: 0; border-radius: 0;}
    header.site-header .navbar-toggler{padding: 0; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; box-shadow: none; border:none; font-size: 26px; }
    header.site-header .navbar{border: none; box-shadow: none; padding:15px 0; background:none; }
    header.site-header .navbar .navbar-brand{padding: 0; }  
    header.site-header .navbar-nav li{padding: 12px 15px; width: 100%; }
    header.site-header .navbar .navbar-nav{padding-right: 0; padding-top: 12px; }
    header.site-header .navbar .nav-item .nav-link{padding: 0 12px; }
    header.site-header .navbar-collapse{position: fixed; background: #fff; box-shadow: rgb(0 0 0 / .05) 0 0 0 1px; top: 0; left: -12px; bottom: 0; width: 330px; height: 100%; transition: .3s; z-index: 999; }
    header.site-header .collapse.show{left: -12px; transition: .3s; display: block; }
    header.site-header .collapse:not(.show){display: block; left: -342px; transition: .3s; }
    header.site-header .mobile-header{ justify-content: space-between; background: #ffe4e4; padding: 15px 12px 15px 24px; }     
}
 
/* Footer */
footer.site-footer .footer-logo img{ max-width: 200px; }
footer.site-footer .top-footer { border-top: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; }
footer.site-footer .footer-box { padding: 30px 30px; }
footer.site-footer .footer-box.footer-info{ padding-left: 0;  }
footer.site-footer .footer-box h3{ font-size: 30px; line-height: 1.4; margin: 30px 0 20px; font-weight: 400; }
footer.site-footer .footer-box .footer-title { font-size: 18px; margin: 0 0 20px; font-weight: 400; color: #5B5B5B; }
footer.site-footer .footer-box .link { font-size: 22px; padding: 0 0 10px 0; }
footer.site-footer .footer-box .link a:hover{color: #E32124; }
footer.site-footer .border-add { border-right: 1px solid #D6D6D6;  } 
footer.site-footer .footer-link ul{margin: 0; padding: 0; }
footer.site-footer .footer-link ul li{margin: 0; padding: 0 0 7px 0; list-style: none; }
footer.site-footer .footer-link ul li a{display: inline-block; vertical-align: top;  }
footer.site-footer .footer-link ul li a:hover{color: #E32124; } 
footer.site-footer .bottom-footer-in{ padding: 14px 0; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; border-bottom: 1px solid #D6D6D6; }
footer.site-footer .bottom-footer-in p{font-size: 16px; margin: 0; color: #5B5B5B; } 
footer.site-footer .bottom-footer-in p a:hover{color: #E32124; }
footer.site-footer .social-list { margin: 30px 0 0; padding: 0; display: flex; gap: 10px; list-style: none; }
footer.site-footer .social-list li a { transition: all 0.3s; background: #EFEFEF; font-size: 22px; border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;   }
footer.site-footer .social-list li a:hover { background: #E32124; color: #fff; }


/************************
 Home page
************************/
.hero-scroll-track { position: relative; width: 100%; height: 350vh; }
.hero-scroll-track .home-banner { position: sticky; top: 0; width: 100%; height: 100svh; min-height: 100vh; overflow: hidden; background: #0b0b0b; isolation: isolate; }
.hero-scroll-track .home-banner .hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; object-fit: cover; }
.hero-scroll-track .home-banner .hero-wash { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.28) 24%, rgba(255,255,255,.06) 48%, rgba(255,255,255,0) 68%); transition: opacity .9s ease; }

/* HERO COPY */
.hero-scroll-track .home-banner .hero-copy { position: absolute; z-index: 4; top: 10vh; left: 50%; width: min(1180px, calc(100% - 48px)); transform: translate3d(-50%,0,0); text-align: center; color: #080808; pointer-events: none; transition: opacity .75s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.hero-scroll-track .home-banner .hero-copy .hero-kicker { margin-bottom: 16px; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.hero-scroll-track .home-banner .hero-copy h1 { max-width: 1080px; margin: auto; font-size: clamp(40px, 7vw, 110px); line-height: 1.05; font-weight: 500; letter-spacing: -.055em; text-wrap: balance; }
.hero-scroll-track .home-banner .hero-copy p { width: min(700px, 92%); margin: 22px auto 0; font-size: clamp(16px, 1.45vw, 22px); line-height: 1.5; font-weight: 400; }

/* SCROLL HINT */
.scroll-hint { position: absolute; z-index: 5; left: 50%; bottom: 30px; transform: translate3d(-50%,0,0); display: flex; flex-direction: column; align-items: center; gap: 10px; color: #0b0b0b; pointer-events: none; transition: opacity .6s ease, transform .8s cubic-bezier(.2,.7,.2,1); filter: drop-shadow(1px 1px 1px #fff); }
.scroll-hint .scroll-label { font-size: 10px; line-height: 1; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.scroll-hint .mouse { width: 26px; height: 42px; border: 1.5px solid currentColor; border-radius: 999px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-hint .mouse .mouse-dot { width: 4px; height: 8px; background: currentColor; border-radius: 999px; animation: scrollDot 1.5s ease-in-out infinite; }
.scroll-hint .scroll-arrows { display: grid; gap: 2px; margin-top: -4px; }
.scroll-hint .scroll-arrows span { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); animation: arrowPulse 1.5s ease-in-out infinite; }
.scroll-hint .scroll-arrows span:nth-child(2) { animation-delay: .16s; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }
@keyframes arrowPulse { 0%, 100% { opacity: .2; transform: translateY(0) rotate(45deg); } 50% { opacity: 1; transform: translateY(4px) rotate(45deg); } }

/* FULLSCREEN PRELOADER & BUILDING SVG */
 .hero-loader { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99999; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #0b0b0b; color: #fff; pointer-events: auto; transition: opacity 0.8s ease, visibility 0.8s; }
 .hero-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
 .hero-loader .building-wrapper { width: 150px; display: flex; justify-content: center; align-items: center; margin-bottom: 25px; }
 .hero-loader .building-wrapper img { width: 100%; height: auto; display: block; }
 .hero-loader .loader-progress-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
 .hero-loader .loader-bar-bg { width: 150px; height: 2px; background: rgba(255,255,255,0.15); border-radius: 2px; overflow: hidden; }
 .hero-loader .loader-bar-bg .loader-bar { width: 0%; height: 100%; background: #ffffff; transition: width 0.15s ease-out; }
 .hero-loader .loader-text { font-size: 14px; font-weight: 500; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); }

/* HERO EXPLORE BUTTON */
.hero-scroll-track .home-banner .custom-button-row { position: absolute; z-index: 10; bottom: 40px;  opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); margin: 0 auto; left: 0; right: 0; text-align: center; }
.hero-scroll-track .home-banner.finished .custom-button-row { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hero-scroll-track .home-banner .custom-button-row .primary-btn { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); color: #fff; padding: 14px 28px; border-radius: 99px; font-weight: 500; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; transition: all 0.3s ease; text-decoration: none; }
.hero-scroll-track .home-banner .custom-button-row .primary-btn:hover { background: #fff; color: #000; transform: scale(1.05); }

/* Fade state after first 10 frames scroll */
.hero-scroll-track .home-banner.started .hero-copy { opacity: 0; transform: translate3d(-50%, -40px, 0); }
.hero-scroll-track .home-banner.started .scroll-hint { opacity: 0; transform: translate3d(-50%, 16px, 0); }
.hero-scroll-track .home-banner.started .hero-wash { opacity: 0; }

section.home-about{border-top:1px solid #D6D6D6; }
section.home-about .about-text{max-width: 70%; margin: 0 auto; text-align: center; padding: 0 0 15px 0; }
section.home-about .about-text p{font-size: 25px; margin-bottom: 20px; }
section.home-about .about-text .light-text{color: #939393; }
section.home-about .about-image{max-width: 80%; margin: 0 auto; }

section.premium-properties { overflow: clip; isolation: isolate; padding-top: 0; }
section.premium-properties .premium-properties-list { display: flex; flex-wrap: nowrap; }
section.premium-properties .premium-properties-list .item { flex: 0 0 auto; width: 65vw; padding: 0 30px 0 0; }
section.premium-properties .premium-properties-list .item:last-child { padding-right: 0; }
section.premium-properties .premium-properties-box .image a{display: block; }
section.premium-properties .premium-properties-box .image img { width: 100%; height: 60vh; object-fit: cover; display: block; }
section.premium-properties .premium-properties-box .text{padding: 20px 0 0 0; display: flex; justify-content: space-between; gap: 60px; }
section.premium-properties .premium-properties-box .text .left-text{flex: 0 0 60%; }
section.premium-properties .premium-properties-box .text .right-text{padding: 4px 0 0 0; }
section.premium-properties .premium-properties-box h3{font-size: 26px; margin: 0 0 8px 0; font-weight: 500; }
section.premium-properties .premium-properties-box h3 a{display: inline-block; vertical-align: top; position: relative; }
section.premium-properties .premium-properties-box h3 a:before{background: #e53935; position: absolute; left: 0; top: 50%; content: ""; height: 3px; margin: -1px 0 0 0; width: 0; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
section.premium-properties .premium-properties-box h3 a:hover{color: #E32124; padding: 0 0 0 30px; }
section.premium-properties .premium-properties-box h3 a:hover:before{width: 20px; }
section.premium-properties .premium-properties-box p{color: #5B5B5B; }
section.premium-properties .premium-properties-box p:last-child{margin-bottom: 0; }

section.prosperity-connect .prosperity-connect-top{background: #1D1D1B; color: #ffffff; padding: 50px 0 0 0; }
section.prosperity-connect .prosperity-connect-wrap{border-top: 1px solid #3D3D3D; }
section.prosperity-connect .prosperity-connect-row{display: flex; flex-flow: wrap; }
section.prosperity-connect .prosperity-connect-row .prosperity-connect-col{border-right: 1px solid #3D3D3D; flex: 0 0 auto; width: 25%; }
section.prosperity-connect .prosperity-connect-row .prosperity-connect-col:last-child{border-right: none; }
section.prosperity-connect .prosperity-connect-box{padding: 50px 25px; height: 100%; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
section.prosperity-connect .prosperity-connect-box .icon{width: 30px; }
section.prosperity-connect .prosperity-connect-box .text{padding: 60px 0 0 0; }
section.prosperity-connect .prosperity-connect-box h3{color: #FFFFFF; font-size: 21px; line-height: 1.4; margin: 0 0 15px 0; font-weight: 500; }
section.prosperity-connect .prosperity-connect-box p{color: #D3D3D3; }
section.prosperity-connect .prosperity-connect-box p:last-child{margin-bottom: 0; }
section.prosperity-connect .prosperity-connect-box:hover{background: #2b2b2b; }
section.prosperity-connect .prosperity-connect-image img{width: 100%; }

section.award .award-list{display: flex; flex-flow: wrap; justify-content: center; padding: 20px 0 0 0; }
section.award .award-list .award-col{flex: 0 0 auto; width: 25%; position: relative; margin: 0 -27px; }
section.award .award-list .award-col::before{content: ""; display: block; padding-top: 100%; }
section.award .award-list .award-box{padding: 40px; text-align: center; border: 1px solid #D9D9D9; border-radius: 50%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
section.award .award-list .award-box .image{width: 70%; margin: 60px auto 15px; }
section.award .award-list .award-box .text{padding: 15px 15% 0 15%; }
section.award .award-list .award-box .text p{color: #5B5B5B; font-size: 16px; }
section.award .award-list .award-box .text p:last-child{margin-bottom: 0; }
section.award .award-list .award-box:hover{background: #f5f5f5; z-index: 9; transform: translateY(-5px) scale(1.05); -webkit-transform: translateY(-5px) scale(1.05); }

section.companies-group .companies-tab-nav{border-bottom: 1px dashed #D6D6D6; margin: 0 50px 0 0; }
section.companies-group .companies-tab-nav .nav-tabs{border: none; justify-content: space-between; }
section.companies-group .companies-tab-nav .nav-tabs .nav-item{padding: 0 18px 0 0; }
section.companies-group .companies-tab-nav .nav-tabs .nav-item:last-child{padding-right: 0; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link{color: #8D8D8D; border: none; border-radius: 0; margin: 0; padding: 12px 0; position: relative; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link::before{background: #D9D9D9; position: absolute; left: calc(50% - 3px); bottom: -3px; content: ""; width: 6px; height: 6px; border-radius: 50%; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link::after{border-bottom: 2px solid #E32124; position: absolute; left: 50%; right: 50%; bottom: -1px; content: ""; opacity: 0; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link:hover{color: #000000; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link.active{color: #000000; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link.active::before{background: #E32124; }
section.companies-group .companies-tab-nav .nav-tabs .nav-link.active::after{left: 0; right: 0; opacity: 1; }
section.companies-group .companies-text{padding: 25px 50px 0 0; }
section.companies-group .companies-text p{color: #5B5B5B; }
section.companies-group .companies-text p:last-child{margin-bottom: 0; }
section.companies-group .companies-image{margin: -90px 0 0 0; }

section.testimonials .testimonials-wrap{border-top: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; padding: 60px 0 20px 0; position: relative; }
section.testimonials .testimonials-wrap::before{border-left: 1px solid #D6D6D6; position: absolute; left: 93px; top: 30px; bottom: 30px; content: ""; }
section.testimonials .testimonials-wrap::after{border-right: 1px solid #D6D6D6; position: absolute; right: 93px; top: 30px; bottom: 30px; content: ""; }
section.testimonials h2{text-align: center; font-size: 22px; margin: 0 0 20px 0; font-weight: 500; letter-spacing: 0.5px; }
section.testimonials .testimonials-list{display: flex; justify-content: space-between; }
section.testimonials .testimonials-list .slick-list{width: 60%; margin: 0 auto; }
section.testimonials .testimonials-box{padding: 10px 40px 40px 40px; text-align: center; }
section.testimonials .testimonials-box p{font-size: 34px; line-height: 1.4; margin: 0 0 20px 0; } 
section.testimonials .testimonials-box h4.designation{font-size: 20px; font-weight: 500; color: #5B5B5B; margin: 0; }
section.testimonials .slick-slider .slide-arrow{position: absolute; top: 50%; margin: -60px 0 0 0; }
section.testimonials .slick-slider .slide-arrow.prev-arrow{left: 20px; }
section.testimonials .slick-slider .slide-arrow.next-arrow{right: 20px; }
section.testimonials .trusted-property{display: flex; align-items: center; padding: 30px 0 30px 0; border-bottom: 1px solid #D6D6D6; }
section.testimonials .trusted-property .trusted-property-box{flex: 0 0 auto; width: 25%; position: relative; padding: 0 20px 0 0; }
section.testimonials .trusted-property .trusted-property-box:after{border-right: 1px solid #D6D6D6; position: absolute; right: 0; top: 0; bottom: 0; content: ""; }
section.testimonials .trusted-property .trusted-property-box h4{font-size: 16px; font-weight: 500; line-height: 22px; margin: 0 0 12px 0; }
section.testimonials .trusted-property .trusted-property-row{display: flex; align-items: center; }
section.testimonials .trusted-property .trusted-property-row .image{width: 100px; flex: 0 0 auto; }
section.testimonials .trusted-property .trusted-property-row .text{padding: 2px 0 0 12px; }
section.testimonials .trusted-property .trusted-property-row p{margin: 0; font-size: 14px; color: #5B5B5B; }
section.testimonials .trusted-brand{flex: 0 0 auto; width: 75%; padding: 0 0 0 20px; }
section.testimonials .trusted-brand .item{padding: 0 6px; }
section.testimonials .trusted-brand .trusted-brand-box{vertical-align: top; }
section.testimonials .trusted-brand .trusted-brand-box img{max-height: 60px; }

section.home-contact{padding: 130px 0 0 0; }
section.home-contact .home-contact-wrap{background: #E32124; display: flex; }
section.home-contact .building-image{width: 35%; margin: -120px 0 0 0; display: flex; align-items: end; }
section.home-contact .building-image img{width: 100%; }
section.home-contact .contact-mid{width: 35%; padding: 50px 40px; display: flex; align-items: center; }
section.home-contact .contact-mid h3{font-size: 20px; margin: 0 0 15px 0; font-weight: 500; letter-spacing: 0.5px; color: #ffffff; }
section.home-contact .contact-mid h2{font-size: 34px; line-height: 1.4; margin: 0; font-weight: 500; color: #FFFFFF; text-transform: uppercase; }
section.home-contact .contact-box{width: 35%; border-left: 1px solid #FFFFFF; display: flex; flex-direction: column; justify-content: center; }
section.home-contact .contact-box .contact-logo{height: 100%; display: flex; align-items: center; justify-content: center; padding: 50px 50px; position: relative; z-index: 9; }
section.home-contact .contact-box .contact-logo::before{content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/home/contact-bg.png) center bottom no-repeat; background-size: cover; z-index: -1; opacity: 0.12; }
section.home-contact .contact-box .contact-logo .image{width: 230px; }
section.home-contact .contact-box .contact-link{border-top: 1px solid #f7b3b3; }
section.home-contact .contact-box .contact-link a{display: flex; align-items: center; justify-content: center; padding: 15px 20px; color: #fff; gap: 10px; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
section.home-contact .contact-box .contact-link a:hover{background: #f14144; }

section.faq-part .faq-contact-block .info{border-top: 1px solid #D6D6D6; padding: 20px 0; }
section.faq-part .faq-icon-wrap { font-size: 22px; color: #e53935; margin: 0 0 10px; }
section.faq-part .faq-contact-block p { color: #5B5B5B; margin: 0 0 12px 0; }
section.faq-part .faq-contact-block .faq-or { color: #5B5B5B; margin: 0 6px 0 0; }
section.faq-part .faq-contact-block .faq-email-link { color: #111;  }
section.faq-part .faq-contact-block .faq-email-link:hover { color: #e53935; } 
section.faq-part .faq-accordion { width: 100%;  border-left: 1px solid #D6D6D6;     padding-left: 30px; }
section.faq-part .faq-accordion .faq-accordion-item { border: none;  border-radius: 0 !important; background: transparent; }
section.faq-part .faq-accordion .faq-accordion-btn { background: transparent; color: #111; font-size: 17px; line-height: 1.5; padding: 12px 0; box-shadow: none; border-radius: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; }
section.faq-part .faq-accordion .faq-accordion-btn::after { content: '+'; font-size: 22px; font-weight: 300; color: #111; background-image: none; width: auto; height: auto; transform: none; transition: none; }
section.faq-part .faq-accordion .faq-accordion-btn:not(.collapsed)::after { content: '\2212'; font-size: 22px; font-weight: 300; color: #111; transform: none; }
section.faq-part .faq-accordion .faq-accordion-btn:not(.collapsed) { color: #111; background: transparent; box-shadow: none; }
section.faq-part .faq-accordion .faq-accordion-body { padding: 0 30px 20px 0; font-size: 16px; color: #5B5B5B; line-height: 1.7; }
section.faq-part .faq-accordion .faq-accordion-body p:last-child{margin-bottom: 0; } 

/************************
 About us page
************************/
section.inner-page-banner .about-banner-image{padding: 10px 50px 0 50px; }
section.inner-page-banner .about-banner-image img{width: 100%; }
section.history .establish-box h3{font-size: 18px; line-height: 1.5; font-weight: normal; margin: 0 0 1px 0; color: #5B5B5B; }
section.history .establish-box p{margin: 0 0 10px 0; }
section.history .establish-box p:last-child{margin-bottom: 0; }
section.history .history-text h3{font-size: 28px; line-height: 1.35; font-weight: 500; margin: 0 0 20px 0; }
section.history .history-text p{color: #5B5B5B; }
section.history .history-text p:last-child{margin-bottom: 0; }

section.history .history-list{margin: 50px 0 0 0; display: flex; flex-flow: wrap; border-top: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; }
section.history .history-list .history-col{position: relative; flex: 0 0 auto; width: 25%; }
section.history .history-list .history-col:after{border-right: 1px solid #D6D6D6; position: absolute; right: 0; top: 30px; bottom: 30px; content: ""; }
section.history .history-list .history-col:last-child:after{border-right: none; }
section.history .history-box{padding: 50px 25px; height: 100%; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
section.history .history-box .icon{width: 30px; }
section.history .history-box .text{padding: 60px 0 0 0; }
section.history .history-box h3{font-size: 21px; line-height: 1.4; margin: 0 0 15px 0; font-weight: 500; }
section.history .history-box p{color: #5B5B5B; }
section.history .history-box p:last-child{margin-bottom: 0; }
section.history .history-box:hover{background: #f5f5f5; }

section.sketch-strategy{padding-top: 30px; }
section.sketch-strategy .left-text h3{font-size: 18px; line-height: 1.5; font-weight: normal; }
section.sketch-strategy .text p{font-size: 23px; margin-bottom: 20px; }
section.sketch-strategy .text p:last-child{margin-bottom: 0; }
section.sketch-strategy .sketch-strategy-image{padding: 30px 0; }

section.prosperity-connect .vision-mission{padding: 10px 0 60px 0; }
section.prosperity-connect .vision-mission-box{border-bottom: 1px solid #3D3D3D; padding: 0 0 35px 0; margin: 0 0 35px 0; }
section.prosperity-connect .vision-mission-box:last-child{border: none; margin-bottom: 0; padding-bottom: 0; }
section.prosperity-connect .vision-mission-box h3{font-size: 30px; line-height: 1.25; color: #fff; font-weight: 500; }
section.prosperity-connect .vision-mission-box p{color: #D3D3D3; }
section.prosperity-connect .vision-mission-box p:last-child{margin-bottom: 0; }

section.present-tryska{background: url(../images/about/present-tryska-bg.jpg) center bottom no-repeat; background-size: cover; margin: 0 0 60px 0; }
section.present-tryska .title{padding: 0 0 10px 0; }
section.present-tryska .title h2{font-size: 18px; font-weight: 500; color: #fff; }
section.present-tryska .title h2 strong{display: block; font-size: 48px; color: #fff; padding: 10px 0 0 0; text-transform: uppercase; }
section.present-tryska .tryska-contact{padding: 50px 0 0 0; }
section.present-tryska .contact-box h3{font-size: 18px; color: #fff; font-weight: 400; margin: 0 0 15px 0; }
section.present-tryska .contact-box p{color: #fff; font-size: 24px; margin: 0 0 12px 0; }
section.present-tryska .contact-box p:last-child{margin-bottom: 0; }
section.present-tryska .contact-box p a:hover{color: #e53935; }

/************************
 Projects list page
************************/
section.our-projects .scroll-hint{position: fixed; left: 15px; top: 50%; bottom: auto; transform: none; margin: -30px 0 0 0; z-index: 99; transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);  }
section.our-projects .scroll-hint.hide-hint{opacity: 0 !important; transform: translateY(50px) !important; -webkit-transform: translateY(50px) !important; pointer-events: none; }
section.our-projects .our-projects-box{position: relative; }
section.our-projects .our-projects-box .bg-1{background: linear-gradient(180deg, #FFFFFF 0%, rgba(78, 151, 230, 0.5) 21.36%, #FFFFFF 100%); position: absolute; left: 0; right: 0; top: 0; height: 60%; z-index: -1; }
section.our-projects .our-projects-box .bg-2{background: url(../images/projects/cloud.png) left bottom repeat-x; position: absolute; left: 0; right: 0; top: 0; height: 625px; z-index: -1; animation: moveCloudsRightToLeft 100s linear infinite; -webkit-animation: moveCloudsRightToLeft 100s linear infinite; }
section.our-projects .our-projects-box .projects-image{position: relative; z-index: 9; }
section.our-projects .our-projects-box .projects-image a{display: block; }
section.our-projects .projects-info{display: flex; justify-content: space-between; align-items: end; padding: 30px 0 35px 0; border-bottom: 1px solid #D6D6D6; }
section.our-projects .projects-info .projects-info-text{padding: 0 40px 0 0; flex: 0 0 70%; }
section.our-projects .projects-info h3{font-size: 26px; line-height: 1.4; font-weight: 600; margin: 0 0 8px 0; }
section.our-projects .projects-info h3 a{display: inline-block; vertical-align: top; position: relative; }
section.our-projects .projects-info h3 a::before{background: #e53935; position: absolute; left: 0; top: 50%; content: ""; height: 3px; margin: -1px 0 0 0; width: 0; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
section.our-projects .projects-info h3 a:hover{color: #e53935; padding: 0 0 0 30px; }
section.our-projects .projects-info h3 a:hover::before{width: 20px; }
section.our-projects .projects-info p{margin: 0; color: #5B5B5B; }
section.our-projects .projects-content{position: relative; }
section.our-projects .projects-content .projects-content-left-image{position: absolute; left: 0; top: 0; width: 18%; }
section.our-projects .projects-content .projects-content-right-image{position: absolute; right: 0; top: 0; width: 25%; }
section.our-projects .projects-content .vertical-line{border-right: 1px solid #D6D6D6; height: 220px; width: 1px; margin: 0 auto; }
section.our-projects .projects-content .projects-content-in{border-bottom: 1px solid #D6D6D6; padding: 40px 0 35px 0; }
section.our-projects .projects-content .text{text-align: center; display: flex; flex-direction: column; gap: 20px; max-width: 400px; margin: 0 auto; }
section.our-projects .projects-content h3{font-size: 32px; line-height: 1.4; font-weight: 500; }
section.our-projects .projects-content h3:last-child{margin-bottom: 0; }
section.our-projects .projects-content p:last-child{margin-bottom: 0; }

@keyframes moveCloudsRightToLeft {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -3840px;
    }
}

/************************
 Project Detail page
************************/
section.project-information .project-information-top{padding: 0 0 30px 0; }
section.project-information .info-box h3{font-size: 26px; line-height: 1.35; font-weight: 500; word-break: break-word; margin: 0 0 20px 0; }
section.project-information .info-box h5{font-size: 18px; line-height: 1.35; font-weight: 500; color: #5B5B5B; word-break: break-word; margin: 0 0 10px 0; }
section.project-information .info-box h5 a:hover{color: #e53935; }
section.project-information .project-information-bottom{border-top: 1px solid #D6D6D6; padding: 30px 0 0 0; }
section.project-information .project-info-point{margin: 0; padding: 0; }
section.project-information .project-info-point li{margin: 0; padding: 0 0 8px 0; list-style: none; font-weight: 500; display: flex; }
section.project-information .project-info-point li:last-child{padding-bottom: 0; }
section.project-information .project-info-point li .left-text{flex: 0 0 50%; padding: 0 24px 0 0; color: #5B5B5B; }
section.project-information .project-info-point li .right-text{flex: 0 0 50%; }
section.project-information .project-information-bottom .text{padding: 0 0 0 30px; }

section.project-gallery .project-gallery-box{overflow: hidden; position: relative; margin: 0 0 24px 0; }
section.project-gallery .project-gallery-box .gallery-link{display: block; }
section.project-gallery .project-gallery-box .gallery-img{height: 60vh; width: 100%; object-fit: cover; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
section.project-gallery .project-gallery-box .gallery-img:hover{transform: scale(1.1); -webkit-transform: scale(1.1); }

section.work-with-tryksha h2{font-size: 42px; line-height: 1.25; margin: 0 0 15px 0; font-weight: 500; }
section.work-with-tryksha .work-faq-accordion{padding: 0 30px 0 0; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item{border: none; border-bottom: 1px solid #e7e7e7; border-radius: 0; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item:last-child{border: none; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .accordion-header{padding: 18px 0; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn{background: none; border-radius: 0; box-shadow: none; padding: 0; display: flex; align-items: center; gap: 18px; color: #2E2E2E; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn::after{display: none; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn .count{background: #ffffff; border: 1px solid #EFEFEF; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; gap: 20px; flex: 0 0 auto; font-size: 18px; font-weight: 500; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn .text{font-size: 22px; font-weight: 500; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn.collapsed .count{background: #F7F7F7; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-body{padding: 0 0 30px 70px; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-body p:last-child{margin-bottom: 0; }
section.work-with-tryksha .work-faq-accordion .faq-accordion-item .faq-accordion-btn:hover .count{border-color: #c9c9c9; }
section.work-with-tryksha .tryksha-work-video{position: relative; width: 100%; aspect-ratio: 16 / 9; }
section.work-with-tryksha .tryksha-work-video iframe, section.work-with-tryksha .tryksha-work-video video{width: 100%; height: 100%; border: 0; }

section.project-amenities .project-amenities-list{display: flex; flex-flow: wrap; }
section.project-amenities .project-amenities-list .amenities-col{border-right: 1px solid #D6D6D6; flex: 0 0 auto; width: 25%; }
section.project-amenities .project-amenities-list .amenities-col:nth-child(4n){border-right-width: 0; }
section.project-amenities .amenities-box{padding: 40px 30px; transition: all 0.15s linear; -webkit-transition: all 0.15s linear; position: relative; height: 100%; }
section.project-amenities .amenities-box:before{border-top: 1px solid #D6D6D6; position: absolute; left: 30px; right: 30px; top: 0; content: ""; }
section.project-amenities .project-amenities-list .amenities-col:nth-child(1) .amenities-box:before,
section.project-amenities .project-amenities-list .amenities-col:nth-child(2) .amenities-box:before,
section.project-amenities .project-amenities-list .amenities-col:nth-child(3) .amenities-box:before,
section.project-amenities .project-amenities-list .amenities-col:nth-child(4) .amenities-box:before{border-top-width: 0; }
section.project-amenities .amenities-box:hover{background: #f5f5f5; }
section.project-amenities .amenities-box .icon{width: 30px; }
section.project-amenities .amenities-box .text{padding: 40px 0 0 0; }
section.project-amenities .amenities-box h3{font-size: 18px; line-height: 1.35; font-weight: 500; margin: 0; }

/************************
 Redevelopment page
************************/
section.redevelopment{padding-top: 20px; }
.contact-information-box{padding: 0 80px 35px 0; }
.contact-information-box:last-child{padding-bottom: 0; }
.contact-information-box h3{font-size: 18px; line-height: 1.35; font-weight: 500; color: #5B5B5B; word-break: break-word; margin: 0 0 10px 0; }
.contact-information-box p{font-size: 25px; line-height: 1.35; font-weight: 500; word-break: break-word; margin: 0 0 10px 0;}
.contact-information-box p:last-child{margin-bottom: 0; }
.contact-information-box p a:hover{color: #e53935; }
.contact-information-box .social-list{margin: 0; padding: 6px 0 0 0; display: flex; gap: 10px; list-style: none; }
.contact-information-box .social-list li a{transition: all 0.3s; background: #EFEFEF; font-size: 22px; border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; }
.contact-information-box .social-list li a:hover{background: #E32124; color: #fff; }
section.redevelopment .redevelopment-from .tag{margin: 0 0 12px 0; }
section.redevelopment .redevelopment-from-box{padding: 0 0 5px 0; }
section.redevelopment .redevelopment-from-box .tag p{margin: 0; }

/************************
 Contact us modal
************************/
.contact-modal .modal-dialog{max-width: 600px; }
.contact-modal.custom-modal .modal-content{border-radius: 0; }
.contact-modal.custom-modal .modal-body{padding-top: 0; padding-bottom: 0; }
.contact-modal .modal-body p:last-child{margin: 0; }
.contact-modal .contact-form{padding: 5px 0 30px 0; }
.contact-modal .contact-detail{background: #E32124; color: #ffffff; padding: 12px 25px 25px 25px; margin: 0 -25px; }
.contact-modal .contact-detail .contact-detail-box{padding: 12px 0; }
.contact-modal .contact-detail h3{font-size: 15px; font-weight: 400; color: #fff; line-height: 1.5; margin: 0 0 3px 0; }
.contact-modal .contact-detail h3:last-child{margin-bottom: 0; }
.contact-modal .contact-detail p{font-weight: 500; }
.contact-modal .contact-detail p a:hover{text-decoration: underline; }
.contact-modal .contact-detail .social-list { margin: 0; padding: 0; display: flex; justify-content: flex-end; gap: 10px; list-style: none; }
.contact-modal .contact-detail .social-list li a { transition: all 0.3s; background: #EA3639; color: #fff; font-size: 22px; border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;   }
.contact-modal .contact-detail .social-list li a:hover { background: #ffffff; color: #000000; }

.thank-you.download-brochure-success .thank-you-card{padding: 50px 0; }

/************************
 Thank You page
************************/
.thank-you .thank-you-card {padding: 50px; text-align: center; }
.thank-you .thank-you-card .thank-you-icon-wrap {position: relative; width: 130px; height: 130px; margin: 0 auto 30px; display: flex; align-items: center; justify-content: center; }
.thank-you .thank-you-card .thank-you-icon {width: 90px; height: 90px; background: #E32124; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 48px; box-shadow: 0 10px 25px rgba(16, 104, 178, 0.25); z-index: 3; animation: thankYouScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
.thank-you .thank-you-card .thank-you-icon-ring {position: absolute; width: 112px; height: 112px; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 50%; z-index: 2; animation: thankYouPulse 2.4s infinite ease-in-out; }
.thank-you .thank-you-card .thank-you-icon-ring-2 {position: absolute; width: 130px; height: 130px; border: 1.5px dashed rgba(227, 33, 36, 0.3); border-radius: 50%; z-index: 1; animation: thankYouSpin 16s linear infinite; }
.thank-you .thank-you-card h3 {font-size: 20px; line-height: 1.4; font-weight: 600; color: #5B5B5B; margin-bottom: 20px; }
.thank-you .thank-you-card .button{padding: 10px 0 0 0; }
@keyframes thankYouScale {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes thankYouPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.06);
        opacity: 0.3;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.8;
    }
}

@keyframes thankYouSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
