@import 'color.css';
@import 'button.css';
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import  'topNavigation.css';
@import  'header.css';
@import  'animation.css';
@import  'hero.css';
@import  'contact.css';
@import  'caroual.css';
@import  'about.css';
@import 'whyPrimier.css';
@import 'table.css';
@import 'model.css';
@import 'map.css';
@import 'ok.css';
@import 'footer.css';
@import 'thanks.css';
@import 'offer.css';
@import 'loading.css';

*{
    font-family: 'League Spartan', sans-serif;
    box-sizing: border-box;
}
 
html,body{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    font-size: 16px;
    font-weight: 300;
}
.spaceInBottomMobile{
    padding-bottom:50px;
    background-color: black;
}
@media screen and (min-width : 700px) {
    .spaceInBottomMobile{
        display: none;
    }
}



section{
    width: 100%;
    /* padding: 0px; */
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding:8px;
    
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}

.upperCase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

textarea{
    font-size: 16px;
    width: 100%;
    resize: none;
    padding: 10px;
}


.heading{
    text-align: center;
}
.horizontal{
    width: 150px;
    padding: 2px;
    background-color: #ebb734;
    margin: auto;
    border-radius: 5px;
    margin-top: -10px;
    margin-bottom: 15px;
 
}
.grayColorBackground{
    background-color: #3e3e3e;
    width: 100px;
    padding: 2px;
    /* margin: auto; */
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.heading-container{
    padding-bottom: 20px;
    padding-top: 20px; 
}


.giveMissedCall{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ebb734;
    padding: 7px;
    z-index: 50;
}

.hidden{
    display: none;
}

.bold{
    font-family: 700;
}


.desktop{
    display: none;
}
.mobile{
    display: block;
}

@media screen and (min-width : 700px) {
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
}

.enquiryButtonMobile{
    /* background-color: #ebb734; */
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
    display: flex;
    gap: 5px;
}
.enquiryButtonMobile button{
    background-color: #ebb734;
    width : 100%;
    height: 100%;
    padding: 10px;
    /* border : 2px solid #af8313; */
    border-color: transparent;
    font-size: 18px;
    border-radius: 5px;
}
@media screen and (min-width :700px) {
    .enquiryButtonMobile{
        display: none;
    }
}




.whatsappBtn{
    position: fixed;
    bottom:60px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 80px;
    border-radius: 999px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color:white;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    z-index: 60;
}
.whatsappBtn a{
    color :white;
}

.closeWhatsapp{
    position: absolute;
    font-size: 18px;
    top: -10px;
    right: -10px;
    display: block;
    margin-left: auto;
    width: fit-content;  
    color:black;
    cursor: pointer; 
}

@media screen and (min-width : 700px) {
    .whatsappBtn{
        bottom:50px;
        right: 50px;
    }
    .closeWhatsapp{
        display: none;
    }
}


.enquiryDesktop{
    position: fixed;
    width: 80px;
    height: 30px;
    z-index: 70;
    background : #ebb734;
    top: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    cursor: pointer;

}

.callUsDesktop{
    position: fixed;
    width: 110px;
    height: 30px;
    z-index: 70;
    background : #ebb734;
    bottom: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    cursor: pointer;
    padding: 3px;
    font-size: 15px;
    gap: 5px;
}
.ol{
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
    font-size: 18px;
}
.callUsDesktop.desktop{
    display: none;
}
.callUsDesktop.mobile{
    display: flex;  
    
}
.callUsDesktop.mobile a i{
    
}
.callUsDesktop a  {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width : 700px) {
    .callUsDesktop.desktop{
        display: block;
    }
    .callUsDesktop.mobile{
        display: none;
    } 
}


.mobileCall{
    width: 30px;
    height: 30px;
    background-color: #ebb734;
    color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
@media screen and (min-width : 700px) {
    .mobileCall{
        display: none;
    }
}


.downloadBrochureDesktop{
    display: none;
}
@media screen and (min-width : 700px) {
    .downloadBrochureDesktop{
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 80;
        display: block;
        writing-mode: vertical-rl;
        padding: 10px 5px;
        background-color: #ebb734;
        border-radius: 5px;
        cursor: pointer;
    }
}



.commitementContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
}
.commitementContainer .commitmentHeading{
    margin-top : 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.commitementContainer .iconsCommentement{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 7px;
    
}
.commitementContainer  .iconsCommentement-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 7px; */
    text-align: center;
    padding: 10px;
}

.commitementContainer .icons-model{
    font-size: 24px;
    color:#ebb734;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
}
.dataPrivacySection{
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
}
.whatsappColor{
    color : #075E54;
}
.icons-text-model{
    text-align: center;
    margin-top: 7px;
}

#thanksPageDownloadSection{
    min-height: calc(100vh - 230px);
}


.downloadBrochureLink{
    font-size: 18px;
    font-weight: 600;
    color : blue;
}



.privacyPolicyLink{
    text-decoration: underline;
    color:white
}
.privacyPolicyLink:hover{
    color : #ebb734;
}
.privacyPolicyHeading{

}
.privacyPolicyContent{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}
.privacy-policy-container{
    max-width: 1000px;
    margin:auto;
}