/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    overflow-x: hidden;
}
/* TEMPORARY DEBUGGING - REMOVE AFTER FIXING THE ISSUE */
/* * {
    outline: 1px solid red !important;
} */


/* Navigation Bars */
.firstnav {
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    justify-content: space-between;
    padding: 0.1% 10% 1% 10%;
    background: #f8f8f8;
}
.leftpart li i{    
    font-size: 22px;
    margin: 10px;
    color: #d73737;
}
.leftpart{
    font-size: 15px;
    gap: 15px;
    list-style: none;
    display: flex;
}
.rightpart{
    font-size: 11px;
    align-items: center;
    gap: 15px;
    list-style: none;
    display: flex;
}
.rightpart a{
    padding: 7px;
    border-radius: 44px;
    background: gray;
    text-decoration: none;
    color: #333;
}
.rightpart a:hover{
    padding: 7px;
    background: #d73737;
    border-radius: 44px;
    color: #ffff;
}
.rightpart i{
    font-size: 15px;
    color: white;
}
/* Main Navigation */

  .second-nav {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    box-shadow: rgb(0 0 0 / 0.24) 0 0 15px;
}
.containertwo {
    padding: 15px 10%;
    top: 0;
    background: white;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.containertwo .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containertwo .logo h4{
    font-size: 40px;
}

.containertwo .logo i{
    border-radius: 25px;
    margin-right: 6px;
    /* background: white; */
    padding: 16px;
}
.containertwo ul {
    align-items: center;
    display: flex;
    gap: 56px;
    list-style: none;
}

.containertwo a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}
.containertwo a:hover i{
    color: white;
}
.containertwo a:hover {
    color: #d73737;
}
.right-click{
    display: none;
}
.right-click{
    border: none;
    background: white;
}
.right-click i{
    font-size: 20px;
}
.hamburger i{
    background-color: #d73737 ;
    font-size: 20px;
}


.libg a {
    padding: 12px 16px 14px 0px;
    background: #333;
    color: white;
    border-radius: 24px;
}

/* Hero Section */
.firstimg {
    height: 600px;
    background: url('../Images/banner-01.jpg') center/cover no-repeat;
    position: relative;
}

.bgimgtext {
    position: absolute;
    left: 22%;
    top: 17%;
    text-align: left;
}

.firsttext {
    background: rgb(255, 255, 255);
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.2rem;
}

.Canada {
    color: #d73737;
}

.littlebigtext {
    width: 39%;
    font-weight: 700;
    font-size: 60px;
    color: white;
    margin-top: 20px;
    line-height: 1.2;
}

.dot {
    position: absolute;
    bottom: 27px;
    left: 9%;
    font-size: 7rem;
    color: white;
}

.dot span {
    color: #d73737;
}

/* Featured Section */
.threethings {
    align-items: center;
    display: flex;
    padding: 80px 4%;
    gap: 40px;
}

.oneimg{
    width: 53%;
    /* width: 65%; */
    
}
.oneimg img {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.headingandPara h2 {
    width: 46%;
    font-size: 2.5rem;
    margin: 20px 0;
    line-height: 1.2;
}

.boxpara {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}
.boxpara .p-2{
    width: 39%;
    border-bottom: 1px solid lightgray;
    font-size: 19px;
    font-weight: 500;
}
.boxpara .p-3{
    line-height: 2;
    font-weight: 500;
    font-size: 19px;
}
.blue {
    color: #1e90ff;
}

.fourandImg {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    align-self: flex-start;
}

.totalflatspace, .contractready, .payment, .safety {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.totalflatspace img, .contractready img, .payment img, .safety img {
    width: 40px;
    margin-right: 15px;
}

.safety, .payment, .contractready, .totalflatspace { 
    width: max-content;
    margin-top: 0px;
    margin-bottom: 25px;
}
.total{
    margin: 16px 0 17px 0px;
}
 .totalf{
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.innextlinethirdbox h6{
    padding-left: 19px;
    font-size: 17px;
}
.innextlinethirdbox p{
    margin: 20px;
    font-size: 12px;
    line-height: 2;
}
.endbutton{
    width: 52%;
    margin: 20px;
}
.endbutton a{
    align-items: center;
    gap: 10px;
    display: flex;
    border-radius: 27px;
    text-decoration: none;
    background: black;
    color: white;
}
 .endbutton  i{ 
    background: #d73737;
    padding: 17px;
    border-radius: 24px;
 }
 
.endbutton a i:hover{
    color: white;
}
.endbutton a:hover {
    color: #d73737;
}

/* Video Section */
.blurimg {
    height: 500px;
    background: url('../Images/video-bg.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.blurimg * {
    position: relative;
    z-index: 1;
}
.blur-img-top-text{
    margin-top: 23%;
}
.blurimg h3 {
    font-size: 2.5rem;
    margin: 20px 0;
}

.afterblurimg img {
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

/* Stats Section */

.sec-three-color-box{
    margin-bottom: 8%;
    margin-top: 25%;
    width: 100%;
}
.threelightorangeboxcontainertwo {
    display: flex;
    justify-content: center;
    gap: 13%;
    padding: 0 10%;
}

.building, .year, .awwards {
    background: rgba(255, 171, 171, 0.5);
    padding: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 250px;
}
.building p{
    font-size: 50px;
}
.building h5::after {
    content: '';
    background-color: #d73737;
    padding: 38px;
    border-radius: 80%;
    top: -67px;
    position: absolute;
    right: -76px;
}
.building h5{
    line-height: 2;
    font-size: 15px;
    position: relative;
}
.span {
    font-size: 19px;
    font-weight: bold;
    color: #ff6363 !important;
}

/* Properties Section */
.threethingsdouble {
    /* margin-top: 6%; */
    background: #f8f8f8;
    padding: 60px 10%;
}
.bestdeal{
    color: #d73737;
    font-weight: 700;
}
.bestdealfront {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.bigfont {
    font-size: 2.5rem;
    font-weight: bold;
}

.apv {
    display: flex;
    gap: 40px;
}

.apv button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    background: #333;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.apv button:hover, .apv .buttonapp {
    background: #d73737;
}

.innextlilne {
    display: flex;
    gap: 30px;
}

.innextlinebox {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 10px;
}
.innextlinebox {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgb( 0 0 0/0.24) 0 0 15px;
}
.innextlinesecondbox {
    flex: 2;
}

.innextlinesecondbox img {
    width: 100%;
}

.innextlinethirdbox {
    flex: 1.5;
}

.endbutton button {
    padding: 15px 30px;
    background: #333;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.endbutton button:hover {
    background: #d73737;
}

/* Property Listings */
.sectionfive {
    padding: 80px 10%;
}

.centrehead {
    text-align: center;
    margin-bottom: 50px;
}

.centrehead h5 {
    text-transform: uppercase;
    color: #d73737;
    font-size: 1.2rem;
    letter-spacing: 3px;
}

.centrehead h4 {
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.sixcardcontainerbg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.sixcardcontain {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.sixcardcontain:hover {
    transform: translateY(-10px);
}

.sixcardone img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.oneline ul{
    gap: 16px;
    list-style: none;
    display: flex;
    flex-wrap: wrap-reverse;
}
/* .sixcardcontain button{
    margin: 75px;
    width: 61%;
    padding: 12px;
    margin-top: 28px;
    background: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
} */
.bottomcont {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottomcont p {
    text-transform: capitalize;
    color: white;
    background: #d73737;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.bottomcont span {
    font-size: 1.2rem;
    font-weight: bold;
}

.headAndpara {
    width: 100%;
    padding: 20px;
}

.headAndpara h5 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.headAndpara p {
    margin: 8px 0;
    color: #666;
}

.headAndpara button {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    
}

.headAndpara button:hover {
    background: #d73737;
}


/* last-section */

.last-sec{
    width: 100%;
}
.bg-image{
    height: 600px;
    background: url('../Images/contact-bg.jpg') center/cover no-repeat;
    position: relative;
    
}


.last-sec-text{
    text-transform: capitalize;
    padding-top: 1%;
    line-height: 5;
    text-align: center;
}
.last-sec-text span{
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    color: #ff6363 !important;
}
.last-sec-text h4{
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: white;
}
.map iframe{
    border-radius: 12px;
}

.map-contact-form{
    padding: 96px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.map-contact-form iframe{
    
}

.contact-form-right{
    width: 38%;
}
.contact-form-right form{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 14px;
    padding: 20px 20px 20px 30px;
}
.div-name{
    /* padding: 16px 37px 0px 37px; */
    width: 100%;
}
.div-name label{
    margin-left: 6px;
}
.div-name input{
    border-radius: 23px;
    margin: 18px 0;
    width: 90%;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    background: #e9e7e7;
}
.div-name textarea{   
    width: 90%;
    margin-top: 19px;
    border-radius: 5px;
    max-width: 100%;
    padding: 10px;
    background: #e9e7e7;
    height: 100px;
    border: none;
}
.form-btn{
    margin-bottom: 30px;
    /* padding-bottom: 21px; */
    /* padding-left: 35px; */
    width: 37%;
    margin-top: 30px;
}
.form-btn button{
    font-size: 18px;
    width: 100%;
    border: none;
    border-radius: 25px;
    padding: 13px;
    background: black;
    color: white !important;
}

.bottom-map-two-box{
    padding-top: 48px;
    gap: 50px;
    display: flex;
    align-items: center;
}

.left-box{
    gap: 5px;
    border-radius: 11px;
    padding: 3px 27px 5px 38px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
/* .right-box{
    padding: 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
} */
 .left-box-text{
    margin: 10px;
 }
 .left-box h4{
    font-size: 20px;
    font-weight: 600;
 }
 .left-box span{
    font-size: 15px;
    color: #aaaaaa;
    font-weight: 400;
 }

 /* footer */

 footer{
    margin-top: 29%;
    background: black;
 }
 .footer-txt p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 8;
    color: white !important;
 }