@import url('https://fonts.googleapis.com/css2?family=Abel&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{margin: 0;padding: 0;box-sizing: border-box;}
body {background: #fff;}
html,body{min-width: 100%;overflow-x: hidden; font-size: 18px; height: 100%; font-family: "Raleway", sans-serif; line-height: 1.5;}
.f-abel{ font-family: 'Abel', sans-serif; }
.fw-600{ font-weight: 600;}
.fw-500{ font-weight: 500;}
.fw-700{ font-weight: 700;}
.f-lato {font-family: "Lato", sans-serif;font-weight: 600;font-style: normal;}
.fs-84{ font-size: 84px;}
.fs-60{ font-size: 60px;}
.fs-24{ font-size: 24px;}
.fs-36{ font-size: 36px;}
.fs-72{ font-size: 72px;}
.fs-48{ font-size: 48px;}
.fs-24{ font-size: 24px;}
.fs-18{ font-size: 18px;}
.text-sb{ color: #E6F4FD;}
.section-padding{padding: 85px 0px;}
.section-btn a{ width: 250px; height: 55px; border: 2px solid #fff; display: flex; justify-content: center; align-items: center; position: relative; display: inline-block;}
.section-btn a span {position: relative; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; top: 0; left: 0; width: 100%; height: 100%; padding: 15px 20px; transition: 0.3s; text-align: center; z-index: 0;}
.section-btn a span::before { position: absolute; content: ''; top: 0; bottom: 0; left: 0;  height: 100%; width: 0%; background-color: rgb(253, 92, 69); transition: 0.3s ease-out; z-index: -1;}
.section-btn a span:hover::before {width: 100%;}
.section-learn-more-btn a{ width: 250px; height: 55px; border: 2px solid #000; display: flex; justify-content: center; align-items: center; position: relative; display: inline-block;}
.section-learn-more-btn a span {          position: relative; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; top: 0; left: 0; width: 100%; height: 100%; padding: 15px 20px; transition: 0.3s; text-align: center; z-index: 0;}
.section-learn-more-btn a span:hover{ color: #fff;}
.section-learn-more-btn a span::before { position: absolute; content: ''; top: 0; bottom: 0; left: 0;  height: 100%; width: 0%; background-color: rgb(253, 92, 69); transition: 0.3s ease-out; z-index: -1;}
.section-learn-more-btn a span:hover::before { width: 100%;}
.brdr-line{ position: relative; padding-bottom: 15px;}
.brdr-line::after { position: absolute; content: ''; height: 2px; width: 180px; background-color: #fff; left: 50%; bottom: 0; transform: translateX(-50%);}
section.sky-high-properties.section-padding{background: #FD5C451A;}
section.section-tab { position: relative; height: 30px; background: #ffeeec;}
section.section-tab div#exTab3 { position: absolute; left: 50%; top: -70px; transform: translateX(-50%);} 
section.section-tab div#exTab3 ul.nav.nav-pills { gap: 20px;}
section.section-tab div#exTab3 ul.nav.nav-pills li { padding: 8px 16px; background: rgb(253, 92, 69); color: rgb(255, 255, 255); width: 150px; text-align: center; border-top-right-radius: 6px; border-top-left-radius: 6px;}
section.section-tab div#exTab3 ul.nav.nav-pills li a{color: #fff !important;}
section.section-tab div#exTab3 ul.nav.nav-pills li.active a{color: #000 !important;}
section.section-tab div#exTab3 ul.nav.nav-pills li.active{ background: #fff;}
.section-tab-btn a { border: 1px solid #000; padding: 10px 20px; border-radius: 6px;}
/* Navbar start */
.alert { position: fixed; top: 5%; right: 2%; background: #fff; color: #000; font-weight: 800; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); padding: 20px; width: 300px; height: 100vh; border-radius: 10px; transform: translateX(150%); transition: transform 0.3s ease-in-out;}
.alert .navigation1 { display: flex; flex-direction: column; list-style: none; text-align: center;}
.alert .navigation1 li a { text-decoration: none; color: #000;}
.alert .navigation li a { text-decoration: none; color: #000;}
.alert p { margin: 30px; letter-spacing: 1px;}
.alert i { display: flex; justify-content: flex-end; font-size: 30px; cursor: pointer; color: #000;}
header { position: absolute; padding: 0px 60px; display: flex; justify-content: space-between; align-items: center; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; width: 100%; top: 0; left: 0; z-index: 1; padding: 10px 60px; background: #fff; position: fixed; height: 90px; font-family: lato;}
header .logo { color: #000; font-weight: bold; font-size: 2.5em; text-decoration: none;}
.logo img{ width: 200px;}
header ul { display: flex; justify-content: space-between; flex-direction: row; gap: 60px; list-style: none; margin-bottom: 0;}
header .navigation li a { text-decoration: none; color: #000; display: block; font-size: 20px; padding: 0px 0px; font-family: "Lato", sans-serif; font-weight: 600;}
a.contact-us.text-decoration-none.text-black { margin-top: -7px; background: #fd5c45; color: white !important; padding: 6px 40px; border-radius: 5px; font-family: "Lato", sans-serif; font-weight: 600;}
header .navigation li a:hover {border-bottom: 1px solid #fd5c45;}
header .hamburger { display: none; color: #000; cursor: pointer;}
@media(max-width:991px) {header .navigation {display: none;}
header .hamburger {display: block;}}
/* Navbar end */
/* banner start */
section.section-banner.banner-padding{padding: 300px 0;}
section.section-banner{ background-image: url(../img/bannerimg.png); background-position: center;  background-repeat: no-repeat; background-size: cover; margin-top: 80px;  position: relative; z-index: 0;}
section.section-banner .banner-btn{gap:20px; display: flex;}
section.section-banner{position: relative;}
section.section-banner::after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: -1;background: rgba(0,0,0,0.6);}
/* banner end */
/* tab start */
#exTab1 .tab-content { color : white; background-color: #428bca; padding : 5px 15px;}
#exTab2 h3 { color : white; background-color: #428bca; padding : 5px 15px;}
#exTab1 .nav-pills > li > a {border-radius: 0;}
#exTab3 .nav-pills > li > a {border-radius: 4px 4px 0 0 ;}
#exTab3 .tab-content { color : #000; background-color: #fff; padding : 30px 20px; border-top-right-radius: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
input.section-tab-search { background: #fd5c45; padding: 10px 10px; border: none; border-radius: 6px; width: 160px;}
section.section-tab .section-tab-btn .filter-container select { border-radius: 8px; padding: 10px 10px; width: 165px; cursor: pointer;}
section.section-tab .section-tab-btn .filter-container button{ border-radius: 8px; padding: 10px 10px; width: 165px; background: rgb(253, 92, 69); color: #fff; border: none; cursor: pointer;}
.filter-container {display: flex; gap: 10px;margin-bottom: 20px;}.cards-container {display: flex;flex-wrap: wrap;gap: 20px;}
/* tab end */
/* section why skyhigh start*/
section.section-whyskyhigh{background-image: url('../img/why-skyhigh-bg.png');background-size: cover;background-position: left;background-repeat: no-repeat;position: relative;z-index: 0;}
section.section-whyskyhigh::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: -1;background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 35%);}
section.section-whyskyhigh .section-content-block h2.section-title {letter-spacing: 0.08em;text-align: left;position: relative;}
/* section.section-whyskyhigh .section-content-block h2.section-title::after{position: absolute;content: '';bottom: 0;left: 0;width: 191.5px;height: 1px;background-color:#E6F4FD;} */
section.section-whyskyhigh .section-content-block p.section-para{ letter-spacing: 0.1em; margin-bottom: 30px;}
section.section-whyskyhigh .section-content-block .section-btn a{ font-weight: 600; letter-spacing: 0.05em;}
section.section-whyskyhigh .section-block-wrapper{ width: 100%; height: 100%; display: flex; justify-content: center; gap: 15px; border-radius: 8px; padding: 20px;}
section.section-whyskyhigh .section-grid .col-md-6{margin-bottom: 15px;}
section.section-whyskyhigh .section-block-wrapper .section-block-img .orange-block{ background-color:#FD5C45; width: 50px; height: 50px; border-radius: 10px;}
/* section why skyhigh end*/
/* testimonial start*/
.section_title { text-transform: uppercase; text-align: center; position: relative; margin-top: 10px; margin-bottom: 20px;}
.reviews {background-color: #FD5C451A;color: #000;}
.reviews .slick-slider {z-index: 0;padding: 30px 0;}
.reviews .sin-testiImage img { -webkit-transform: scale(0.7, 0.7);transform: scale(0.7, 0.7);-webkit-transition: all 1s;transition: all 1s;border-radius: 50%;cursor: pointer;display: block;margin: 15px auto;}
.reviews .sin-testiImage.slick-current img {-webkit-transform: scale(1, 1);transform: scale(1, 1);-webkit-transition: all 1s;transition: all 1s;}
.reviews .reviews-slider {position: relative;}
.reviews .reviews-slider .icon-angle-left,.reviews .reviews-slider .icon-angle-right {position: absolute;top: 40%;}
.reviews .reviews-slider .icon-angle-left:hover,.reviews .reviews-slider .icon-angle-right:hover {background-color: #FD5C45;color: #000;}
.reviews .reviews-slider .icon-angle-left {left: 20px;z-index: 999;}
.reviews .reviews-slider .icon-angle-right {right: 20px;}
.reviews .reviews-text-slider h2 {color: #000;}
.reviews .reviews-text-slider {margin: auto;padding: 0;position: relative;text-align: center;z-index: 0;}
.reviews .section_title .brdr-line::after, .reviews .reviews-text-slider .sin-testiText p.brdr-line::after{background-color: #fd5c45!important;}.reviews .section_title .brdr-line, .reviews .reviews-text-slider .sin-testiText p.brdr-line{padding-bottom: 50px;}
.reviews .sin-testiText {outline: none;text-align: center;}
.reviews .sin-testiText p {margin-top: 22px;color: #000;letter-spacing: 0.1em;}
.reviews .grid-padding-x > .cell:nth-child(2) {position: relative;}
.reviews .grid-padding-x > .cell:nth-child(2) .quotes {position: absolute;width: 100%;}
.reviews .grid-padding-x > .cell:nth-child(2) .quotes::after,
.reviews .grid-padding-x > .cell:nth-child(2) .quotes::before {content: ',,';position: absolute;font-size: 56px;color: #ff3d74;font-family: 'Times New Roman',serif;font-weight: 700;line-height: 0;-webkit-transform: rotate(180deg);transform: rotate(180deg);display: block;z-index: 999;}
.reviews .grid-padding-x > .cell:nth-child(2) .quotes::before {top: 70px;left: -10px;}
.reviews .grid-padding-x > .cell:nth-child(2) .quotes::after {top: 132px;right: 20px;-webkit-transform: rotate(0);transform: rotate(0);}
/* .card { border: 1px solid #ccc; padding: 20px; width: 200px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);} */
/* testimonial end*/
/* footer start*/
.footer{background: linear-gradient(180deg, #FD5C45 0%, #CD4633 100%);}
.footer-padding{padding: 40px 0 15px 0;}
footer.footer section.section-footer ul { justify-content: center; list-style: none; gap: 100px; color: #fff; font-size: 18px; font-family: Raleway; display: flex;}
input.form-control { background: none; border: 1px solid #fff; border-radius: 0px; width: 250px;}
input.form-control:focus{ background-color: transparent; color: #fff; border: 1px solid #fff; box-shadow: none;}
input.form-control::placeholder{color: rgba(255, 255, 255, 0.5);}
a.search-btn { border: 1px solid #fff; padding: 10px 15px;}
.copyrights-section { border-top: 1px solid #fff;}
.copyrights-section p a{ color:#FFBF00;}
.copyrights ul li a{gap: 20px !important;}
ul.copyrights{gap: 30px !important; text-align: end; justify-content: end !important;}
input::placeholder {color: #fff !important;}
/* footer end*/
/* Privacy policy start */
.content-wrapper p{ padding: 0px 66px; margin: 0; font-size: 18px;}
.content-wrapper p.content-p { font-size: 18px; font-weight: 600;}
ul.content-one li { list-style: lower-roman;}
ul.content-one { padding: 0 66px; font-size: 18px; color: #000; margin: 0;}
ul.content-two li { list-style: lower-roman;}
ul.content-two { padding: 0 66px; font-size: 18px; color: #000; margin: 0;}
ul.content-three li { list-style: upper-alpha;}
ul.content-three { padding: 0 66px; font-size: 18px; color: #000; margin: 0;}
ul.content-four li {list-style: upper-alpha;}
ul.content-four { padding: 0 66px; font-size: 18px; color: #000; margin: 0;}
ul.content-five li { list-style: upper-alpha;}
ul.content-five { padding: 0 66px; font-size: 18px; color: #000; margin: 0;}
.border-line::after { position: absolute; content: ''; height: 2px; width: 180px; background-color: #000 !important; left: 50%; bottom: -8px; transform: translateX(-50%);}
.border-line { position: relative;}
.raleway{ font-family: "Raleway", sans-serif; font-optical-sizing: auto; font-weight:400; font-style: normal;}
/* Privacy policy end */



.social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.social-media a i {
    font-size: 35px;
    color: #fff;
}

/* under-construction */
.under-construction{
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../img/under-construction.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.under-construction img {
    width: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
}
.under-construction-info {
    text-align: center;
}
.social-icon a i {
    font-size: 35px;
    color: #fff;
}
.social-icon {
    gap: 20px;
    display: flex;
    justify-content: center;
}
.under-construction-info h2{
font-size: 70px;
font-weight: 600;
color: #fff;
position: relative;
padding-bottom: 20px;
}
.social-icons a i {
    font-size: 35px;
    color: #fff;
}
.social-icons {
    gap: 20px;
    display: flex;
    justify-content: center;
}
.under-construction-info h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 300px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* commercial */
.commercial-projects {
    position: relative;
    margin-bottom: 29px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
section.section-commercial.section-padding {
    padding: 170px 0;
}


.commercial-projects{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 8px;
}

.commercial-projects-info {
    padding: 20px 15px;
}
.commercial-projects-info p {
    margin-bottom: 0;
}

.commercial-projects-info img {
    width: 25px !important;
}
span.commercial {
    position: absolute;
    width: 100px;
    left: 300px;
    background: #fd5c45;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    top: 8px;
    color: #fff;
}
.commercial-projects{
    position: relative;
}
.projects-info {
    display: flex;
    /* gap: 82px; */
    justify-content: space-between;
}
.commercial-projects .property-img-wrapper{
    overflow: hidden;
  }
  .commercial-projects .property-img-wrapper img:hover {
    transform: scale(1.1);
    transition: all 0.7s;
}


.filter-container {
    display: flex;
    flex-direction: row;
}
.buttons {
    margin-bottom: 10px;
}


.tab-titles {
    display: flex;
    margin: 20px 0 40px;
    justify-content: center;
  }
  
  .tab-links {
    margin-right: 50px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    /* padding: 10px 40px;
    color: #fff;
    border-radius: 40px;
    background: #fd5c45; */
    position: relative;
}
  
  .tab-links::after {
    content: "";
    height: 5px;
    background-color: #fd5c45;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}
  
  .tab-links.active-link::after {
    width: 100%;
  }
  
  .tab-contents {
    display: none;
  }
  
  .tab-contents.active-tab {
    display: block;
  }
  
  .location select {
    width: 100%;
}
.location select {
    width: 100%;
    padding: 6px 10px;
    outline: #fd5c45;
    border: 2px solid #fd5c45;
    border-radius:5px;
}
  .contact-form {
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

::placeholder {
    color: #000; /* Replace #999 with your desired color */
}
.form-group {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
}
.form-group input {
    outline: #fd5c45;
    border: 2px solid #fd5c45;
    padding: 6px  10px;
    border-radius: 5px;
}
.form-group .form-control {
    outline: #fd5c45;
    border: 2px solid #fd5c45;
    padding: 6px  10px;
}
.form-group label {
    font-weight: 700;
}
button.btn.ml-5 {
    background: rgb(253, 92, 69);
    padding: 6px 40px;
    border-radius: 5px;
    font-size: 23px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    color: white !important;
}
.office-add {
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 8px;
}
.contact-info {
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 8px;
}
.contact-info-wrapper {
    padding: 25px 0;
}

/* Our Team Start*/


.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    padding: 40px 30px;
    /* height: 570px; */
    overflow: hidden;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #ff4500;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #ff4500;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    font-size: 16px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
/* Our Team End*/

/* section Our Promise start*/
section.section-our-promise{background-image: url('../img/why-skyhigh-bg-3.jpg');background-size: cover;background-position: left;background-repeat: no-repeat;position: relative;z-index: 0;}
section.section-our-promise::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: -1;background: linear-gradient(266deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 35%);}
section.section-our-promise .section-content-block h2.section-title {letter-spacing: 0.08em;text-align: left;}
section.section-our-promise .section-content-block h2.section-title::after{position: absolute;content: '';bottom: 0;left: 0;width: 191.5px;height: 1px;background-color:#E6F4FD;}
section.section-our-promise .section-content-block p.section-para{ letter-spacing: 0.1em; margin-bottom: 30px;}
section.section-our-promise .section-content-block .section-btn a{ font-weight: 600; letter-spacing: 0.05em;}
section.section-our-promise .section-block-wrapper{ width: 100%; height: 100%; display: flex; justify-content: center; gap: 15px; border-radius: 8px; padding: 20px;}
section.section-our-promise .section-grid .col-md-6{margin-bottom: 15px;}
section.section-our-promise .section-block-wrapper .section-block-img .orange-block{ background-color:#FD5C45; width: 50px; height: 50px; border-radius: 10px;}
/* section Our Promise end*/

/* our mission */
.section-mission{
    background: #FD5C451A;
} 

.about-us-h2-wrapper h2,.mission-h2-wrapper h2,.vsion-h2-wrapper h2,.contact-us-h2-wrapper h2{
    position: relative;
}
.about-us-h2-wrapper h2::after,.mission-h2-wrapper h2::after,.vsion-h2-wrapper h2::after,.contact-us-h2-wrapper h2::after{
    content: '';
    position: absolute;
    background-color: #fd5c45;
    height: 2px;
    width: 180px;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}
/* vision */
.section-vision{
    background: #FD5C451A;
}

.section-content-para p{
    letter-spacing: 2px;
}

.section-content-para p{
    position: relative;
    margin-left: 100px;
}

.section-content-para p::after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 83px;
    left: -30%;
    bottom: 13px;
}

.experties-para-wrapper p{
    position: relative;
    letter-spacing: 2px;
    margin-left: 100px;
}
.experties-para-wrapper p::after {
    position: absolute;
    content: '';
    top: 12px;
    bottom: 0;
    left: -98px;
    width: 88.5px;
    height: 2px;
    background-color: #E6F4FD;
}

/* header-dropdown */
@media all and (min-width: 768px) {
    .dropdown>.dropdown-menu,
    .dropdown.open>.dropdown-menu {
       display: block !important;
       opacity: 0;
       visibility: hidden;
       transition: all ease 0.2s;
    }
    .dropdown:hover>.dropdown-menu,
    .dropdown.open:hover>.dropdown-menu { 
       opacity: 1;
       visibility: visible; 
    }
  }
  .dropdown .dropdown-menu li a{
    color: #fff;
  }

  .dropdown>.dropdown-menu, .dropdown.open>.dropdown-menu {
    display: block !important;
    opacity: 0;
    top: 50px;
    padding: 12px 15px;
    visibility: hidden;
    line-height: 1.5;
    transition: all ease 0.2s;
}
  .dropdown:hover>.dropdown-menu,
    .dropdown.open:hover>.dropdown-menu { 
       opacity: 1;
       visibility: visible; 
       background: #FD5C45;
    }

    .progress-wrap {
        position: fixed;
        right: 30px;
        bottom: 30px;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        border-radius: 50px;
        box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .progress-wrap::after {
        position: absolute;
        font-family: 'unicons';
        content: '\e84b';
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .progress-wrap:hover::after {
        opacity: 0;
    }
    .progress-wrap::before {
        position: absolute;
        font-family: 'unicons';
        content: '\e84b';
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background: black; /* --- Pijl hover kleur --- */
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .progress-wrap:hover::before {
        opacity: 1;
    }
    .progress-wrap svg path { 
        fill: none; 
    }
    .progress-wrap svg.progress-circle path {
        stroke: rgba(0, 0, 0, 0.2); /* --- Lijn progres kleur --- */
        stroke-width: 4;
        box-sizing:border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .description {
        max-height: 170px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .description.expanded {
        max-height: none;
    }
    .toggle-btn {
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        color: #fd5c45;
    }
    p.title.sub-title {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
    .section-services .single-service .toggle-btn {
        transition: color .3s;
        font-weight: 600;
    }
    
    .section-services .single-service:hover .toggle-btn {
        color: #fff;
    }
    .section-services .header-section .toggle-btn:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background-color: #ff4500;
        border-radius: 3px;
    }

    p#description {
        text-align: justify;
    }


    @media only screen and (min-width:0px) and (max-width:567px){
        header {
            padding: 10px 20px;
            height: 100px;
        }
        .logo img {
            width: 150px;
        }
        .hamburger i {
            font-size: 28px;
        }
        header ul {
            gap: 30px;
        }
        .fs-84 {
            font-size: 42px;
        }
        .fs-60{
            font-size: 30px;
        }
        section.section-banner.banner-padding {
            padding: 100px 0;
        }
        .about-us-h2-wrapper h2::after, .mission-h2-wrapper h2::after, .vsion-h2-wrapper h2::after, .contact-us-h2-wrapper h2::after {
            width: 80px;
        }
        .fs-36 {
            font-size: 22px;
        }
        .fs-24 {
            font-size: 16px;
        }
        .section-padding {
            padding: 40px 0px;
        }
        section.section-whyskyhigh .section-content-block h2.section-title {
            letter-spacing: 0.08em;
            text-align: center;
            position: relative;
        }
        .experties-para-wrapper p {
            font-size: 14px;
        }
        .section-block-content p {
            font-size: 13px;
        }
        .experties-para-wrapper p::after {
            left: -50px;
            width: 42.5px;
            top: 9px;
        }
        .section-content-para p {
            position: relative;
            margin-left: 100px;
        }
        .section-content-para p {
            position: relative;
            margin-left: 100px;
            font-size: 15px;
        }
        section.section-our-promise .section-content-block h2.section-title {
            letter-spacing: 0.08em;
            text-align: center;
        }
        .section-content-para p::after {
            width: 42px;
            left: -23%;
            bottom: 33px;
        }
        .section-our-promise .row{
            flex-direction: column-reverse;
        }
        section.section-our-promise::after {
            background: linear-gradient(201deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 35%);
        }
        .tab-links {
            margin-right: 30px;
            font-size: 21px;
        }
        .commercial-projects-info h3 {
            font-size: 22px;
        }
        .para p span {
            font-size: 14px;
        }
        .commercial-projects-info img {
            width: 20px !important;
        }
        div#bedroom span {
            font-size: 15px;
        }
        .commercial-projects-info p {
            margin-bottom: 0;
            font-size: 14px;
        }
        .section-services .single-service {
            padding: 30px 25px;
        }
        .section-services .single-service .icon {
            width: 60px;
            height: 60px;
        }
        .content h3{
            font-size: 22px;
        }
        p.title.sub-title {
            font-size: 16px !important;
            font-weight: 500 !important;
        }
        p#description {
            font-size: 15px;
        }
        select#location {
            font-size: 15px;
        }select#Bedrooms {
            font-size: 15px;
        }
        .description {
            max-height: 178px;
        }
        .section-services .single-service .toggle-btn {
            font-size: 18px;
        }
        section#contact-us p {
            font-size: 17px;
        }
        button.btn.ml-5 {
            font-size: 17px;
        }
        .form-group label {
            font-weight: 700;
            font-size: 15px;
        }
        .form-group input {
            padding: 1px  5px;
        }
        .contact-info {
            margin-top: 20px;
        }
        .contact-us-h2-wrapper h2 {
            margin: 0 0 21px 0 !important;
        }
        .mail-id a {
            font-size: 16px;
        }
        .phone-no a {
            font-size: 16px;
        }
        section.section-footer.footer-padding h1 {
            font-size: 30px;
            margin-bottom: 20px !important;
        }
        .social-media a i {
            font-size: 27px;
        }
        .social-media.mb-5 {
            margin-bottom: 25px !important;
        }
        footer.footer section.section-footer ul {
            justify-content: center;
            list-style: none;
            gap: 35px;
            color: #fff;
            /* font-size: 18px; */
        }
        li a {
            font-size: 16px;
        }
        .quick-link a {
            font-size: 16px !important;
        }
        .quick-links-wrapper{
            flex-wrap: wrap;
        }
        .copyrights-section p {
            font-size: 15px !important;
        }
        ul.copyrights li a {
            font-size: 15px;
        }
        ul.copyrights{
            margin-top: 0px !important;
        }

    }

    
  @media only screen and (min-device-width: 577px) and (max-device-width: 768px){
    .logo img {
        width: 150px;
    }
    header {
        padding: 5px 20px;
        height: 115px;
    }
    .hamburger i {
        font-size: 28px;
    }
    header ul {
        gap: 30px;
    }
    .fs-84 {
        font-size: 45px;
    }
    .fs-60 {
        font-size: 35px;
    }
    section.section-banner.banner-padding {
        padding: 145px 0;
    }
    .alert {
        width: 265px;
        height: 100vh;
    }
    .about-us-h2-wrapper h2::after, .mission-h2-wrapper h2::after, .vsion-h2-wrapper h2::after, .contact-us-h2-wrapper h2::after {
        width: 80px;
    }
    .fs-36 {
        font-size: 23px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .experties-para-wrapper {
        text-align: center;
    }
    section.section-whyskyhigh .section-content-block h2.section-title {
        text-align: center;
    }
    .experties-para-wrapper p::after {
        top: 14px;
        left: 38px;
        width: 78.5px;
    }
    .section-block-content p {
        font-size: 16px;
    }
    section.section-our-promise .section-content-block h2.section-title {
        letter-spacing: 0.08em;
        text-align: center;
    }
    .section-content-para p {
        position: relative;
        margin-left: 121px;
        font-size: 17px;
    }
    .section-content-para p::after {
        height: 2px;
        width: 73px;
        left: -23%;
        bottom: 11px;
    }
    section#our-promise .row {
        flex-direction: column-reverse;
    }
    section.section-our-promise::after {
        background: linear-gradient(154deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 35%);
    }
    .tab-links {
        margin-right: 50px;
        font-size: 24px;
    }
    .commercial-projects-info h3 {
        font-size: 24px;
    }
    .para p span {
        font-size: 17px;
    }   
    div#bedroom span {
        font-size: 17px;
    }
    .square span {
        font-size: 17px;
    }
    .commercial-projects-info p{
        font-size: 17px;
    }
    .form-group label {
        font-size: 17px;
    }
    button.btn.ml-5 {
        font-size: 17px;
    }
    .form-group input {
        padding: 3px  5px;
    }
    select#location {
        font-size: 15px;
    }
    select#Bedrooms {
        font-size: 15px;
    }
    .contact-info {
        margin-top: 20px;
    }
    .mail-id a {
        font-size: 16px;
    }
    .phone-no a {
        font-size: 17px;
    }
    section.section-footer h1 {
        font-size: 35px;
        margin-bottom: 35px !important;
    }
    .quick-link a {
        font-size: 20px;
    }
    .copyrights-section p {
        font-size: 16px;
    }
    .quick-link a {
        font-size: 18px !important;
    }
    .quick-links-wrapper {
        margin-bottom: 20px !important;
    }
    ul.copyrights{
        margin: 0 !important;
    }
    ul.copyrights li a {
        font-size: 16px;
    }
  }
  @media only screen and (min-device-width: 769px) and (max-device-width: 1024px){
    .logo img {
        width: 150px;
    }
    header {
        padding: 5px 20px;
        height: 115px;
    }
    .hamburger i {
        font-size: 28px;
    }
    header ul {
        gap: 30px;
    }
    .fs-84 {
        font-size: 55px;
    }
    .fs-60 {
        font-size: 45px;
    }
    section.section-banner.banner-padding {
        padding: 170px 0;
    }
    .alert {
        width: 265px;
        height: 100vh;
    }
    .about-us-h2-wrapper h2::after, .mission-h2-wrapper h2::after, .vsion-h2-wrapper h2::after, .contact-us-h2-wrapper h2::after {
        width: 80px;
    }
    .fs-36 {
        font-size: 25px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .experties-para-wrapper {
        text-align: center;
    }
    section.section-whyskyhigh .section-content-block h2.section-title {
        text-align: start;
        font-size: 35px;
    }
    .experties-para-wrapper p::after {
        top: 13px;
        left: -39px;
        width: 48.5px;
    }
    .experties-para-wrapper p {
        position: relative;
        letter-spacing: 2px;
        margin-left: 18px;
    }
    section.section-whyskyhigh .section-block-wrapper .section-block-img .orange-block {
        background-color: #FD5C45;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
    .section-block-content p {
        font-size: 13px;
        text-align: start;
    }
    section.section-whyskyhigh .section-block-wrapper {
        padding: 8px;
    }
    section.section-our-promise .section-content-block h2.section-title {
        letter-spacing: 0.08em;
        text-align: center;
    }
    .section-content-para p {
        position: relative;
        margin-left: 54px;
        font-size: 17px;
    }
    .section-content-para p::after {
        height: 2px;
        width: 57px;
        left: -41%;
        bottom: 36px;
    }
    section.section-our-promise .section-block-wrapper .section-block-img .orange-block {
        background-color: #FD5C45;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
    section.section-our-promise .section-block-wrapper {
        padding: 8px;
    }
    /* section#our-promise .row {
        flex-direction: column-reverse;
    } */
    section.section-our-promise::after {
        background: linear-gradient(254deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 35%);
    }
    .tab-links {
        margin-right: 50px;
        font-size: 24px;
    }
    .commercial-projects-info h3 {
        font-size: 20px;
    }
    .para p span {
        font-size: 17px;
    }   
    div#bedroom span {
        font-size: 17px;
    }
    .square span {
        font-size: 17px;
    }
    .commercial-projects-info p{
        font-size: 17px;
    }
    .form-group label {
        font-size: 17px;
    }
    button.btn.ml-5 {
        font-size: 17px;
    }
    .form-group input {
        padding: 3px  5px;
    }
    select#location {
        font-size: 15px;
    }
    select#Bedrooms {
        font-size: 15px;
    }
    .contact-info {
        margin-top: 20px;
    }
    .mail-id a {
        font-size: 16px;
    }
    .phone-no a {
        font-size: 17px;
    }
    section.section-footer h1 {
        font-size: 43px;
        margin-bottom: 35px !important;
    }
    .quick-link a {
        font-size: 20px;
    }
    .copyrights-section p {
        font-size: 16px;
    }
    .quick-link a {
        font-size: 18px !important;
    }
    .quick-links-wrapper {
        margin-bottom: 20px !important;
    }
    ul.copyrights li a {
        font-size: 16px;
    }
  }
  @media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
    .logo img {
        width: 200px;
    }
    header {
        padding: 9px 60px;
        height: 115px;
    }
    header .navigation li a {
        font-size: 18px;
    }
    a.contact-us.text-decoration-none.text-black {
        padding: 6px 25px;
    }
    section.section-banner.banner-padding {
        padding: 215px 0;
    }
    .fs-84 {
        font-size: 65px;
    }
    .fs-60 {
        font-size: 50px;
    }
    .about-us-h2-wrapper h2::after, .mission-h2-wrapper h2::after, .vsion-h2-wrapper h2::after, .contact-us-h2-wrapper h2::after {
        width: 135px;
    }
    .fs-36 {
        font-size: 28px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .section-padding {
        padding: 70px 0px;
    }
    .section-block-content p {
        font-size: 15px;
    }
    section.section-whyskyhigh .section-block-wrapper .section-block-img .orange-block {
        width: 35px;
        height: 35px;
    }
    .section-content-para p::after {
        width: 56px;
        left: -34%;
        bottom: 36px;
    }
    .tab-links {
        font-size: 27px;
    }
    .commercial-projects-info h3 {
        font-size: 25px;
    }
    .section-services .single-service {
        padding: 21px 20px;
    }
    .contact-us-h2-wrapper h2 {
        margin-top: 0 !important;
    }
    .quick-link a {
        font-size: 20px !important;
    }
    .copyrights-section p {
        font-size: 15px;
    }
    ul.copyrights li a {
        font-size: 15px;
    }
  }
  @media only screen and (min-device-width: 1200px) and (max-device-width: 1400px){
    .logo img {
        width: 200px;
    }
    header {
        padding: 9px 60px;
        height: 115px;
    }
    header .navigation li a {
        font-size: 18px;
    }
    a.contact-us.text-decoration-none.text-black {
        padding: 6px 25px;
    }
    section.section-banner.banner-padding {
        padding: 230px 0;
    }
    .fs-84 {
        font-size: 70px;
    }
    .fs-60 {
        font-size: 53px;
    }
    .about-us-h2-wrapper h2::after, .mission-h2-wrapper h2::after, .vsion-h2-wrapper h2::after, .contact-us-h2-wrapper h2::after {
        width: 135px;
    }
    .fs-36 {
        font-size: 30px;
    }
    .fs-24 {
        font-size: 22px;
    }
    .fs-18 {
        font-size: 20px;
    }
    .section-padding {
        padding: 70px 0px;
    }
    .section-block-content p {
        font-size: 16px;
    }
    section.section-whyskyhigh .section-block-wrapper .section-block-img .orange-block {
        width: 35px;
        height: 35px;
    }
    .section-content-para p::after {
        width: 57px;
        left: -27%;
        bottom: 39px;
    }
    .tab-links {
        font-size: 27px;
    }
    .commercial-projects-info h3 {
        font-size: 25px;
    }
    .section-services .single-service {
        padding: 21px 20px;
    }
    .contact-us-h2-wrapper h2 {
        margin-top: 0 !important;
    }
    .quick-link a {
        font-size: 22px !important;
    }
    .copyrights-section p {
        font-size: 16px;
    }
    ul.copyrights li a {
        font-size: 16px;
    }
  }
  @media only screen and (min-device-width: 1600px) and (max-device-width: 1800px){
    header .navigation li a {
        font-size: 23px;
    }
    a.contact-us.text-decoration-none.text-black {
        padding: 10px 45px;
    }
    .fs-18 {
        font-size: 23px;
    }
  }
  @media only screen and (min-device-width: 1500px) and (max-device-width: 1920px){
    
  }

    .quick-links-wrapper {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    .quick-link a {
        font-size: 25px;
    }

    select#bedrooms {
        outline: #fd5c45;
        border: 2px solid #fd5c45;
        padding: 6px 10px;
        border-radius: 5px;
    }

    select#location {
        outline: #fd5c45;
        border: 2px solid #fd5c45;
        padding: 6px 10px;
        border-radius: 5px;
    }