@font-face {
    font-family: "acuminvariableconcept";
    src: url(../fonts/acuminvariableconcept.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: "montserrat";
    src: url(../fonts/montserrat-variable.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "myriadpro";
    src: url(../fonts/myriadpro-regular.otf) format("opentype");
    font-display: swap
}


html,body,h1,h2,h3,p,ul,li {
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden!important;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*,::before,::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}




body {
    margin: 0 auto;
    font-family: "montserrat";
    font-weight: 400;
    color: #000;
    font-size: 17.5px;
    background-color: #fff;
    text-align: left;
}

.clearfix {
    clear: both
}

.mHide {
    display: block!important
}

.dHide {
    display: none!important
}

img {
    width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-style: none
}

.wrapper {
    width: 100%;
    margin: 0
}

.containerAsp {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto
}


.header_main {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding-top: 10px;
    
}

.header_main .containerAsp {
    width: 100%;
    max-width: 85%;
    margin: 5px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.headerInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px
}

.headerInside .logo
{
    display:flex;
    align-items: center;
    gap: 20px;
}

.headerInside .logo .m3mlogo
{
    width: 100px;
}

.headerInside .logo .swlogo
{
    width: 220px;
}

.headerInside .rightnavsection button
{
    background-color: #fff;
    color: #ce0000;
    border: 0px;
    padding: 12px 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}


.commonbanner {
 
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

.commonbanner img {
    position: relative;
    z-index: 0
}

.desktopform
{
    background-color: #ffffff;
    border: 0px solid #000;
    position: absolute;
    bottom: 30px;
    width: 90%;
    max-width: 1300px;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 50px 50px 50px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 6px;

}

.desktopform .formcontainer
{
    display: flex;
    gap: 50px;
}

.desktopform .formcontainer h4
{
    color: #ce0200;
    font-size: 20px;
}


.desktopform .deskform .form-control {
    padding: .35rem;
    background-color: transparent;
    font-size: 15px;
    border: 0;
    color: #ce0200 !important;
    height: calc(1.5em + .75rem + 15px);
    border-radius: 0px;
    border-bottom: 1px solid #ce0200;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: "montserrat";
}
.desktopform .deskformmain
{
    width:100%;
}

.desktopform .deskform {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: 100%;
}

.desktopform .deskform .form-group {
    width: 25%;
    /* display: flex;
    flex-direction: column;
    gap: 5px; */
}

.desktopform .deskform .form-control::placeholder {
    color: #ce0200!important;
    font-size: 15px;
    text-transform: uppercase
}

.desktopform .deskform  :-ms-input-placeholder {
    color: #ce0200!important;
    font-size: 15px;
    text-transform: uppercase
}

.desktopform .deskform ::-ms-input-placeholder {
    color: #ce0200!important;
    font-size: 15px;
    text-transform: uppercase
}

.btnsubmit
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ce0000;
    color: #fff;
    border: 0px;
    padding: 8px 50px;
    display: inline-block;
    font-size: 16px;
    /* border-radius: 20px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}


/*** Get In Touch  ***/

.getintouch
{
  display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ce0000;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 6px;
}
.getintouch .popup-title
{
    color:#fff;
}



.btngetintouch
{
  background-color: #aa863f;
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
  /* display: block;*/
}


.getintouch .close
{
    font-size: 2rem;
    font-family: "montserrat";
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
    color:#fff;
}

.form-group {
    margin-bottom: 1rem;
}

.getintouchform form
{margin-top:30px;}

.getintouchform .form-control {
  padding: .35rem;
    background-color: transparent;
    font-size: 15px;
    border: 0;
    color: #fff !important;
    height: calc(1.5em + .75rem + 15px);
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
   font-family: 'montserrat';
}

.getintouchform select option {
  background-color: red;
}

.getintouchform select {
  background-color: red;
  color: #fff;
  border: 1px solid #ccc;
}

.getintouchform select option {
  border:2px solid #fff;
   background-color: red;
}





.getintouchform .form-control::placeholder {
  color: #fff !important;
  font-size:15px;
  text-transform: uppercase;
  font-family: 'montserrat';
}

.getintouchform :-ms-input-placeholder {
  color: #fff !important;
  font-size:15px;
  text-transform: uppercase;
  font-family: 'montserrat';
}

.getintouchform ::-ms-input-placeholder {
  color: #fff !important;
  font-size:15px;
  text-transform: uppercase;
  font-family: 'montserrat';
}

.getintouchform button {
  background-color: #fff;
    color: #ce0000;
    padding: 7px 10px;
    border-radius: 0px;
    font-size: 18px;
    width: 190px;
    letter-spacing: 1px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    font-family: 'montserrat';
}

/*** Get In Touch Ends  ***/



.property-section {
    text-align: center;
    padding: 40px 20px;
}

.title {
   color: #ce0200;
    margin-bottom: 30px;
    font-family: 'montserrat';
    font-size: 30px;
    font-weight: 500;
}


.tabs {
    margin-bottom: 30px;
}

.tab {
   padding: 10px 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 4px;
    font-family: 'montserrat';
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
}

.tab.active {
    background: #ce0200;
    color: #fff;
    border-color: #ce0200;
}


.content-wrapper {
    position: relative;
    min-height: 340px;
}


.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    /* opacity: 0;
    visibility: hidden; */
    display:none;
    transition: 0.3s;
}

.content.active {
    /* opacity: 1;
    visibility: visible; */
    display: block;
    position: relative;
}


.row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.row.center {
    justify-content: center;
}


.group {
    display: flex;
    align-items: center;
    gap: 15px;
}


.box {
    background: #ce0200;
    color: #fff;
    width: 250px;
    height: 250px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 6px 6px 0 rgba(0, 0, 0, 0.05), -4px -4px 0 rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box p {
    font-size: 20px;
    margin: 0;
    font-family: 'montserrat';
    font-weight: 600;
}

.box h2 {
   
    margin: 8px 0;
}

.box span {
    font-size: 22px;
    font-family: 'montserrat';
    font-weight: 500;
}


.arrow {
    width: 30px;
    height: 30px;
}


.footer {
    background: #ce0200;
    padding: 15px 10px;
}

.footer-content {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.footer-content a:hover {
    text-decoration: underline;
}

.footer-content span {
    color: #fff;
    margin: 0 5px;
}

.box .payfont {
    font-size: 40px;
}

.box .numberper {
    font-size: 85px;
    font-family: acuminvariableconcept;
    font-weight: 700;
}





/* Disclaimer modal styles */
.disclaimer-modal {
    display: none;
}

.disclaimer-modal.active {
    display: block;
}

.disclaimer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
}

.disclaimer-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 600px;
    max-width: calc(100% - 40px);
    max-height: 85vh;
    border-radius: 8px;
    padding: 24px;
    z-index: 10001;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

.disclaimer-dialog h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: "montserrat";
    text-transform: uppercase;
}

.disclaimer-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.disclaimer-close:hover {
    color: #000;
}

.disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.disclaimer-content p {
    margin-bottom: 15px;
}


.form_strip {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 solid;
    background-color:#ce0200;
    color: #fff;
    text-align: center;
    z-index: 9999999
}

.form_strip button {
    color: #ffff;
    background-color: transparent;
    font-family: "montserrat";
    font-size: 18px;
    letter-spacing: 1px;
    border: 0 solid #fff;
    width: 100%;
    padding: 15px;
    font-weight: 500;
}


/*NEW*/

/* Image box (main change) */
.box-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}


.group {
    display: flex;
    align-items: center;
    gap: 15px;
}


.row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.row.center {
    justify-content: center;
}


.arrow {
    width: 50px;
    height: 50px;
}

.mobile-only {
    display: none;
}

.sliderPrev img{
    display: none;
}

.sliderNext img{
    display: none;
}


@media (max-width: 768px) {

    .mHide {
        display: none!important
    }

    .dHide {
        display: block!important
    }

    .box {
        width: 160px;
        height: 160px;
    }

    .box h2 {
        font-size: 26px;
    }

    .arrow {
        display: none;
    }

    .desktopform
    {
        display: none;
    }

    .rightnavsection 
    {
        display: none;
    }

    .headerInside .logo .m3mlogo {
        width: 80px;
    }
    .headerInside .logo .swlogo {
        width: 180px;
    }
    .headerInside .logo {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .form_strip {
        display: block;
    }

    .footer {
        margin-bottom: 53px;
    }

    .group .arrow{
    display: none;
  }
  


.desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .arrow {
        display: none;
    }

    .sliderPrev img{
    display: block;
    width:50px
}

.sliderNext img{
    display: block;
    width:50px;
}

.sliderPrev .sliderNext {
width: 13px;
}

.sliderPrev, .sliderNext {
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
    }

        .sliderNext {
        left: auto;
        right: 5px;
    }


    .sliderPrev {
        left: 5px;
        right: auto;
    }

    .rightnavsection
    {
        display: none;
    }
    .desktopform
    {
        display: none;
    }

    .box-img
    {
        margin: 0px auto;
    }

    .onlydesk
    {
        display: none;
    }


    .footer-content a {
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
        line-height: 154%;
    }

}