﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
 
    

/* Global default */
/*Fonts*/
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    color: #333333;
    background-color: #f8f9fa;
    /* Standard & WebKit Smoothing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/* headings for a display font */
body {
    /* Enables Inter's built-in legibility features */
    font-feature-settings: "cv05" 1, "cv11" 1, "calt" 1;
    font-variation-settings: "opsz" 16; /* Sets optical sizing for body text */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #111111;
    letter-spacing: -0.02em; /* Slightly tightens headings for a crisp layout */
}

p, span, small, a {
    font-family: 'Inter', sans-serif !important;
}


body {
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.carusel-text-bg {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.gold {
    background-color: gold;
}

.Gold_Text_Color {
    color: gold;
}
 
.Index-float-btn {
    bottom: 238px;
    right: 2px;
    position: fixed;
    z-index: 10000;
}

/*//Overiding the per month input the price*/
.pricing-card .price .number:after {
    content: "" !important;
    /*content: " One-Off";
    content: " Per Month";*/
}

.pricing-card .price .number:before {
    text-indent: -40px !important;
    content: " " !important; /*=N=*/
}


#HomepageRow {
    /*    background-image: url('/Assets/Img/BG/real-estate-3297625_1920.jpg');
*/
    /* The image used */
    background-image: url("/Assets/Img/Velverd_Ice_Cream_Purple_Home_page_Image_5000x3355.jpg");
    /* Full height */
    min-height: 450px;
    background-attachment: scroll; /* safer for mobile */
    /* Center and scale the image nicely */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*the image to fade in smoothly on load*/
    transition: background-image 1s ease-in-out;
}

 


/*Google V3 ReCapcha css*/
.grecaptcha-badge {
    margin-right: 250px;
    opacity: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Default nav link color */
.navbar-nav .nav-link {
    color: white; /* keep your default white */
}

/* Active nav link color */
.navbar-nav .nav-item.active .nav-link {
    color: gold !important; /* override Bootstrap */
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.modal-header {
    margin-top: -175px !important;
}

.card-body-mt {
    margin-top: -185px !important;
}

.card-body-wide-fit {
    
}
/*Makes the close button float infront of the jwplayer and the filereader*/
.close-button {
    position: absolute;
    top: 10px; /* Adjust the top position as needed */
    right: 10px; /* Adjust the right position as needed */
    z-index: 1050; /* Ensure it is on top of other elements */
}

.wow {
    visibility: hidden;
}  

hr.line13 {
    height: 10px !important;
    border: 0 !important;
    box-shadow: 0 10px 10px -10px #8c8b8b inset !important;
}

hr.line14 {
    border: 0 !important;
    height: 2px !important;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0) !important;
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0) !important;
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0) !important;
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0) !important;
}

 .text-left-force{
     text-align:left!important;
 }
.border-Strawberry {
    border-color: hotpink !important;
}

/* Remove default padding and set box-sizing */
.stepper-custom-ul {
    padding: 0 !important; /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in the element's total width */
}

.validation-error {
    border: 2px solid #e74c3c !important; /* Bright red border */
    box-shadow: 0 0 5px #e74c3c;
    transition: all 0.3s ease-in-out;
}

.MainEmailDiv {
    display: none;
}



/*Footable Plus Icon*/
 
.fooicon-plus,
.fooicon-minus {
    cursor: pointer !important;
    font-size: larger !important;
}

/*The img logo was responsible for the wide right gap on the web page, adding this img css removed it*/
img {
    image-resolution: snap;
    image-rendering: optimizeQuality;
    image-orientation: from-image;
    max-width: 100%;
}

img {
    image-rendering: -webkit-optimize-contrast; /* Safari / older WebKit */
    image-rendering: crisp-edges; /* Firefox / Standard */
}

.hero-card img,
.icon-container {
    /* Triggers 3D hardware acceleration in browser */
    transform: translateZ(0);
    backface-visibility: hidden;
}


.img-custom {
    image-resolution: snap;
    image-rendering: optimizeQuality;
    image-orientation: from-image;
    max-width: 500%;
    height:auto !important;
}

 
.IconSize1, .IconSize2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.centerElement {
     
    margin: 0 auto;
}

.RoundOut {
    border-radius: 25px 25px 25px 25px !important;
}


.txtShadow {
    text-shadow: 2px 3px 3px rgba(0,0,0,0.51)
}

.txtShadow2 {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.51)
}


/*//make png image drop shadow*/
.img-shadow {
    -webkit-filter: drop-shadow(2px 2px 2px #666666);
    filter: drop-shadow(2px 12x 2px #666666);
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


html {
    position: relative;
    min-height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behaviour: smooth !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    overflow-x: hidden;
}


.modal-xxl {
    min-width: 90%;
}

.modal-xxxl {
    min-width: 100%;
}

#BtnFrontPage {
    background-color: fuchsia !important;
}
.btn-CTA-1 {
    background-color: fuchsia !important;
}
.btn-CTA-text{
    font-size:16px!important;
}

.ContentManager-adjust-width {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.ChildContent-adjust-width {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

/* High-End Section Padding */
.section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-md {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Supporting Surface Colors */
.bg-surface {
    background-color: #f8f9fa; /* Very subtle off-white/gray */
}

.bg-navy {
    background-color: #0d1b2a; /* Rich dark luxury tone */
}

/* Section Header Block */
.section-header {
    margin-bottom: 60px; /* Generous gap before section content starts */
    max-width: 680px; /* Keeps subheadings easy to read */
}

/* Luxury Typography Details */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.03em; /* Subtle tight tracking for modern luxury */
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6c757d;
    line-height: 1.6;
    font-weight: 400;
}

@media screen and (min-width: 180px) and (max-width:767px) {
    /* Relevant BreakPoint */
    .large-card,
    .small-card {
        height: 300px;
    }

   /* .card-viewport-fill {
        width:100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0 auto !important;
        background-color:antiquewhite !important;
    }*/

    h1.display-4 {
        font-size: 2rem;
    }

    .adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ChildContent-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto !important;
    }

    html {
        font-size: 16px;
    }

    #HomepagePersona {
        background-size: contain;
        background-color: #3b1f52; /* match your purple */

    }

    #BtnFrontPage{background-color:fuchsia !important;}
   
}


 
/*CSS FOR MOBILE TABLETS LIKE IPAD MINI AND IPAD 9.7 PORTRAIT*/
@media screen and (min-width: 768px) and (max-width:1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /* Not so sure if this BreakPoint is Relevant*/
    .large-card,
    .small-card {
        height: 300px;
    }

    h1.display-4 {
        font-size: 2rem;
    }


    .adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ChildContent-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }

    html {
        font-size: 16px;
    }

    #HomepagePersona {
        min-width: 100px;
        background-size: contain;
        background-color: #3b1f52; /* match your purple */
    }

    #BtnFrontPage {
        background-color: fuchsia !important;
    }

    /*.stepper.horizontal {
        min-height: 500px;
    }*/
}


@media screen and (min-width: 1025px) and (max-width: 1999px) {
    /* Relevant BreakPoint */
    #BtnFrontPage {
        background-color: fuchsia !important;
    }

   /* .stepper.horizontal {
        min-height: 500px;
    }

    #First-step-NotSizing {
        height: 400px;
    }*/
}

@media screen and (min-width: 1200px) {
    /* Relevant BreakPoint */
    #BtnFrontPage {
        background-color: fuchsia !important;
    }

    .stepper.horizontal {
        min-height: 500px;
    }

    #First-step-NotSizing {
        height: 400px;
    }

    .section-lg {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    
}