html{
    scroll-padding: 100px;
    scroll-behavior: smooth;
}
body{
    font-family: "Montserrat", serif;
}

.customNavBack{
    background-color:rgba(0, 0, 0, 0.97);
    
}
.navHvr:hover{
color: goldenrod !important;
background-color: white;
border-radius: 5px;

}
.section1BackImg{
    background-image: url("../images/section1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.g-recaptcha {
  transform: scale(0.8); /* Adjust scale as needed */
  transform-origin: 0 0;
}


.CustomText{
    font-size: 55px;
    color: goldenrod;
}


.customBorder{
    border-radius: 5px;
}
.customBackground{
    background-color: rgba(0, 0, 0, 0.496); 
}
.custom_text_Background{
    background-color: goldenrod;
}
.customBorder:hover{
    background-color: goldenrod!important;
}
.FormBAck{
background-color: rgba(0, 0, 0, 0.496);
}
.customInputBox{
    background-color: transparent;
    border: 2px solid goldenrod;
    color: goldenrod !important;
}
.customSubmitBtn{
    background-color: goldenrod;
    border: none;
    color: white;
    border-radius: 5px;
}
.underlineclrSec2{  
    color: goldenrod;
}
.container3{
    background-color: goldenrod;
    
}
.customIconSec5{
    font-size: 50px;
    color: goldenrod;
}
.customtextcolorsec5{
    color: black;
    font-weight: 700;
}
.FormBAcksec7{
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.492);
}
@media only screen and (max-width: 600px) {
   
}
.custom{
    /* color: white; */
    background-color: goldenrod;
}
.customPriceSecText{
    transform: rotate(270deg);
}
.section5BackImg{
    background-image: url("../images/sec7back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.customMap{
    border: 2px solid goldenrod;
}
.priceSecBtn{
    border: none;
    background-color: goldenrod;
    border-radius: 5px;
}
.customFooter{
    background-color: black;
}
.customFooterText{
    color: goldenrod;
}
.footerTextHvr:hover{
color: white;
}
.customPopupBtn{
    background-color: goldenrod;
    border: none;
    border-radius: 5px;
}
.form-control:focus{
    border: 2px solid goldenrod;
    box-shadow: none;
}
.customClr{
    color: goldenrod;
}
.accordion-button:focus{
    box-shadow: none;
    color: goldenrod;
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
    color: goldenrod;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.customInput:focus{
    box-shadow: none;
    border: 2px solid goldenrod;
    }
    .customInput{
        border: 1px solid goldenrod;
       /* background-color: #daa52039; */
    
    }
    .customBtn{
        border: none;
        
    
    }
    .customBtn:focus{
        box-shadow: none;
    }
    .customClr{
        color: goldenrod;
    }
    .gradient{
        background: hsla(47, 67%, 66%, 1);
    
        background: linear-gradient(-90deg,#daa520, hsla(0, 0%, 100%, 1) 90%);
        
        background: -moz-linear-gradient(-90deg,#daa520, hsla(0, 0%, 100%, 1) 90%);
        
        background: -webkit-linear-gradient(-90deg,#daa520, hsla(0, 0%, 100%, 1) 90%);
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E3CA6F", endColorstr="#FFFFFF", GradientType=1 );
    }
    

  .privacyHeroImg{
    background-color: #daa520;
    height: 30vh;
  }
  .customText{
    text-align: justify;
  }
  .customback{
    background-color: rgb(245, 235, 235);
}
.customIcon{
    border-radius: 70px; font-size: 50px; background-color: goldenrod;
}
.customText{
    color: goldenrod;
}
.customBtn{
    border: none; background-color: goldenrod;
}
  