* {
    padding: 0;
    margin: 0;
    font-family: "Instrument Sans", serif;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f1f1;
}

:root {
    --body-bg: #272E36;
    --primary-color: #BF974F;
    --secondary-color: #363D45;
    --paragraph-color: #C5C5C5;
    --white-color: #fff;
    --black-color: #000
}

body {
    background-color: var(--body-bg);
    overflow-x: hidden;

    /* max-width: 1440px; */
}
a{
    /* text-decoration: none; */
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
.mb-22{
    margin-bottom: 22px;
}
.commonpara {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--paragraph-color);
}

.py-100 {
    padding-block: 100px;
}

.py-135 {
    padding-block: 135px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ms-8px {
    margin-left: 8px;
}

header {
    position: absolute;
    width: 100%;
    top: 63px;
    transition: 0.5s ease;
    z-index: 999;
}

.px-92 {
    padding-inline: 92px;
}

.ps-92 {
    padding-left: 92px;
}
.pe-92 {
    padding-right: 92px;
}
.cstm-navbar .nav-link {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--white-color);
    /* padding: 0; */
    position: relative;
    margin-right: 16px;
}
.navbar-cstm{
    display: none;
}
.cstm-navbar .nav-link.active {
    font-weight: 600;
    color: var(--primary-color) !important;
}

.btn-outline-cstm {
    width: 150px;
    height: 44px;
    border: 1px solid var(--paragraph-color);
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstm-navbar .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.cstm-navbar .nav-link:hover::after,
.cstm-navbar .nav-link.active::after {
    width: 90%;
}
header.sticky{
    position: fixed;
    top: 0;
    background-color: #363D45;
    width: 100%;
    z-index: 9999;
}
header.sticky .cstm-navbar .nav-link::after {
    bottom: -16px;
}
/* hero section  */
.hero-section {
    position: relative;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(180deg, rgba(39, 46, 54, 0) 40.8%, #272E36 100%), 
        linear-gradient(0deg, rgba(39, 46, 54, 0.66), rgba(39, 46, 54, 0.66)), 
        url('../images/home/Homebgg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; 
}


.hero-info h1 {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 59px;
    color: var(--white-color);
}

.hero-info p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--paragraph-color);
}

.btn-cstm {
    background: var(--primary-color);
    box-shadow: 0px 24px 34px -10px rgba(191, 151, 79, 0.4);
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--white-color);
    text-decoration: none;
    padding-inline: 38px;
    height: 57px;
    width: fit-content;
    border: none;
    outline: 0;
}

/* hero section  */


/* our-guarantee */

.small-heading h4 {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.main-heading h2 {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 59px;
    color: var(--white-color);
}

.our_guranteeinfo {
    gap: 40px;
}

.our_guranteeinfo p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--paragraph-color);
}

.divider {
    height: 170px;
    width: 1px;
    background-color: var(--primary-color);

}

/* our-guarantee */

/* whyuse */
.whyUse {
    background-color: var(--secondary-color);
}

.whyUse-images {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    /* overflow: hidden; */
    padding-bottom: 100px;
    margin-top: -50px;
}
.br1440px{
    display: none
}
.whyUse img {
    /* box-shadow: 0px 34px 54px -10px rgba(0, 0, 0, 0.4); */
    width: 100%;
}

.rounded-shape {
    position: absolute;
    bottom: 50px;
    left: -70px;
    z-index: 99;
}

.rounded-shape img {
    width: 150px;
    height: 150px;
}

/* whyuse */

/* report  */
.report {
    background-color: var(--primary-color);
    padding-block: 50px
}

.report-info h4 {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #272E36;
    margin-bottom: 20px;
}

.report-info p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #272E36;
    margin-bottom: 0;
}

/* report  */

/* footer  */
.footer-info p{
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #C5C5C5;
}
.quick-links{
    display: flex;
    flex-direction: column;
}
.quick-links a{
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 40px;
color: var(--paragraph-color);
text-decoration: none;
position: relative;
transition: color 0.3s ease-in-out;

}
.pb-50 {
    padding-bottom: 50px;
    display: block;
}
.copyright p{
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--paragraph-color);
}
.top-icon{
width: 56px;
height: 56px;
border: 1px solid var(--paragraph-color);
display: flex;
justify-content: center;
align-items: center;
}
.top-icon i{
color: var(--paragraph-color);

}
.cstm-margin{
    margin-top: 50px;
}
  
  .quick-links a.selected,
  .quick-links a:hover {
    color: var(--primary-color); 
    text-decoration: underline;
  }
  
  .quick-links a.selected::before,
.quick-links a:hover::before{
    content: "→";
    color: var(--primary-color); /* Arrow color */
    position: absolute;
    left: -20px;

  }
/* footer  */
/* contact form  */
.contact-form{
    background: #363D45;
    box-shadow: 0px 34px 54px -10px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 35px;
}
.cstm-form {
    width: 100%;
    border-bottom: 1px solid rgba(197, 197, 197, 0.4) !important;
    background-color: transparent;
    outline: 0;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #C5C5C5;
    padding-bottom: 16px;
}
.cstm-form::placeholder{
    color: #C5C5C5;
}
.mb-30{
    margin-bottom: 30px;
}
.checkbox-container {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-container input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.checkbox-container input:checked + .checkmark {
    background-color: var(--primary-color);
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.label-text{
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--paragraph-color);
}
.condition{
    gap: 15px;
    cursor: pointer;
    margin-left: -15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #C5C5C5;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}
#contactUsbg {
    position: relative;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    z-index: 1;
}
#contactUsbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: linear-gradient(0deg, rgba(39, 46, 54, 0.8), rgba(39, 46, 54, 0.8)), 
                linear-gradient(180deg, #272E36 0%, rgba(39, 46, 54, 0) 100%), 
                url('../images/contact/contactbgg.png'); */
	 background:url('/wp-content/uploads/2025/03/contact-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(10px); 
    z-index: -1;
}



/* value  */
.value-left li, .value-center li, .value-right li{
    list-style: none;
    margin-bottom: 40px;
}
.value-left li a, .value-center li a, .value-right li a{
font-style: normal;
font-weight: 400;
font-size: 16px;
color: var(--paragraph-color);
text-decoration: none;
}
.value-header span{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
color: var(--paragraph-color);
}
.value-header{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--paragraph-color);
    height: 116px;
}
.value-right img, .value-center img, .value-left img{
margin-bottom: 16px;
}
.value-right li:last-child a, .value-center li:last-child a{
font-weight: 700;
color: #BF974F;
}
.value-center{
border: 1px solid #363D45;
padding-block: 35px;
}
.value-right {
border: 1px solid #BF974F;
padding-block: 35px;
}
.margin-cstm{
    margin-top: 100px;
}
/* value  */
.offcanvas.offcanvas-start{
    background-color: var(--body-bg);
}
.btn-close {
    --bs-btn-close-bg: none !important;
 
}
.btn-close i{
    font-size: 22px;
}
.mb-65{
    margin-bottom: 65px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.condtion a{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-decoration: none;
color: var(--paragraph-color);
margin-left: 10px;
border-bottom: 1px solid var(--paragraph-color);
padding-bottom: 2px;
}
#offerbg{
   padding-top: 12%;
   padding-bottom: 8%;
   height: 100%;
}
#offerbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 46, 54, 0.8), rgba(39, 46, 54, 0.8)), linear-gradient(180deg, #272E36 0%, rgba(39, 46, 54, 0) 100%), url('../images/home/Homebgg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; 
}

select option {
    background: #363D45;
    color: var(--white-color);
}

.value-left {
    padding-block: 35px;
}

/* grid  */
.gallery {
    column-count: 3;
    column-gap: 15px;
}

.gallery img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
    opacity: 0.8;
}
#managementABout{
    background: #363D45;
}
#tenantspage{
    padding-top: 20%;
    padding-bottom: 8%;
    height: 100%;
}
#tenantspage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('/wp-content/uploads/2025/02/image-3-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; 
}
.navbar-cstm{
    background: transparent;
    outline: none;
    border: 0;
}
/* preview image  */
   /* Modal Preview */
   .preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preview-content img {
    max-width:100%;
    max-height: 100%;
    cursor: zoom-in;
    transition: transform 0.3s ease-in-out;
    transform: scale(2);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
/* preview image  */
#ads .modal-header {
    position: absolute;
    top: -25px;
    right: 0;
    border: 0;
    z-index: 9999;
    padding: 0;
}header#contact
.btn-close:focus{
    box-shadow: none !important;
}
#ads .modal-content{
    background-color: #363D45;
    box-shadow: 0px 34px 54px -10px rgba(0, 0, 0, 0.2);
}
#ads .modal-header button {
    display: flex;
    width: fit-content;
    padding: 0;
    margin: 0;
    color: #fff;
    opacity: 1;
    gap: 10px;
    align-items: center;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
}
#ads .modal-header button i{
    font-size: 16px;
}

#ads .modal-body p{
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 59px;
color: var(--white-color);
padding: 60px;
padding-left: 60px;
padding-right: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
#ads .modal-dialog{
    max-width: 60%;
}
.webscreen{
    display: block;
}
.mobileScreen{
    display: none;
}
/* 21 feb 2025  */
@media (max-width: 1440px) and (min-width: 993px){
    .br1440px{
        display: block
    }
}
.commonparavalue{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #797979;
}
.mb-60{
    margin-bottom: 60px;
}
/* media  */
@media (max-width: 991px){
    #contactUsbg{
        height: 100%;
        padding-block: 50px;
    }
    .navbar-cstm{
        display: block;
    }
    .cstm-navbar li{
        margin-bottom: 18px;
    }
    .px-92 {
        padding-inline: 12px;
    }
    .contact-form {
        padding: 22px;
    }
    header {
        position: static;
    }
    br{
        display: none;
    }
    .main-heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .small-heading h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .mb-22 {
        margin-bottom: 12px;
    }
    .mb-16 {
        margin-bottom: 10px;
    }
    .ps-92 {
        padding-left: 12px;
    }
    .pe-92 {
        padding-right: 12px;
    }
    .ps-0{
        padding-left: 12px !important;
    }
    .pe-0{
        padding-right: 12px !important;
    }
    .hero-section {
        height: 450px;
    }
    .hero-info h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .py-135 {
        padding-block: 50px;
    }
    .py-100{
        padding-block: 50px;
    }
    .whyUse-images {
       flex-direction: column;
        padding-bottom: 50px;
        margin-top: 0px;
        justify-content: center;
    }
    .margin-cstm{
        margin-top: 50px;
    }
    .cstm-navbar .nav-link:hover::after,
    .cstm-navbar .nav-link.active::after {
        width: 100%;
    }
    .mb-65 {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px){
    .our_guranteeinfo  .text-end{
        text-align: start !important;
    }
    .main-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .small-heading h4 {
        font-size: 14px;
        line-height: 16px;
    }
    .our_guranteeinfo {
        flex-direction: column;
        gap: 25px;
    }
    .divider {
        height: 1px;
        width: 100%;
        background-color: var(--primary-color);
    }
    .rounded-shape {
        position: absolute;
        bottom: 16px;
        left: 10px;
    }
    .top-icon {
        position: fixed;
        right: 50px;
        bottom: 50px;
        background: #363d45;
        border: 1px solid #363d45;
    }
    .footer-info{
        margin-bottom: 20px;
    }
    .value-left h4, .value-left img{
        display: none;
    }
    .value-left li, .value-center li, .value-right li {
        margin-bottom: 20px;
    }
    .value-header {
        height: 85px;
    }
 
}
@media (min-width: 992px) and (max-width: 1024px){
    .contact-form {
        padding: 30px;
    }
    .main-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .whyUse-images {
        padding-bottom: 100px;
        margin-top: 0;
        padding-top: 100px;
    }
   .whyUse .commonpara {
        font-size: 14px;
        line-height: 16px;
    }
   .whyUse .mb-40 {
        margin-bottom: 20px;
    }
    .rounded-shape img {
        width: 90px !important;
        height: 90px !important;
    }
    .abouthomes .commonpara {
        font-size: 14px;
        line-height: 16px;
    }
    .abouthomes .mb-40 {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1440px){
.margin-cstm{
    flex: 0 0 auto !important;
    width: 100% !important;
}
}
@media (max-width: 1600px) and (min-width: 1441px){
    #ads .modal-body p {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 1440px) and (min-width: 1365px){
    #ads .modal-body p {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 1364px) and (min-width: 1024px){
    #ads .modal-body p {
        font-size: 28px;
        line-height: 36px;
        padding: 40px;
      }
      .rounded-shape {
        position: absolute;
        left: -40px;
    }
    .rounded-shape img {
        width: 120px;
        height: 120px;
    }
    #ads .modal-dialog{
        max-width: 70% ;
    }
}
@media (max-width: 1023px) and (min-width: 992px){
    #ads .modal-body p {
        font-size: 38px;
        line-height: 48px;
        padding: 35px;
    }
    #ads .modal-dialog{
        max-width: 80% ;
    }
}
@media (max-width: 991px) {
    #ads .modal-dialog{
        max-width: 90% ;
    }
    #ads .modal-body img{
     width: 100%;
     position: relative;
    }
    .mobile-screen{
        position: absolute;
        z-index: 9999;
    }
    .mobile-screen p{
        padding: 40px !important;
        padding-right: 40px !important;
        text-align: center;

    }
    #ads .modal-body .row {
        justify-content: center;
    }
    #ads .modal-body .overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        display: block;
    }
    .mb-60{
        margin-bottom: 30px;
    }
    .pxx-0{
        padding-inline: 0;
    }
   
}
@media (max-width: 576px){
     #ads .modal-body p {
        font-size: 32px;
        line-height: 50px;
    }
    #ads .modal-body .row {
        justify-content: center;
    }
}
@media (max-width: 450px){
   #ads .modal-body p {
        font-size: 24px;
        line-height: 35px;
    }
    #ads .modal-body {
        justify-content: center;
    }
}

/* new css  */
.managment-img {
    display: flex;
}

.managment-img img {
    width: 330px;
    height: 330px;
    clip-path: circle(50%);
    object-fit: cover;
    transition: all 0.5s ease-in-out; /* Extended duration for smoothness */
    cursor: pointer;
}

.managment-img img:nth-child(1) {
    margin-left: 0;
    filter: grayscale(100%);
}

.managment-img img:nth-child(2) {
    filter: grayscale(100%);
    margin-left: -150px;
}

.managment-img img:nth-child(3) {
    margin-left: -150px;
    filter: grayscale(100%);
}
.managment-img img:nth-child(1):hover .managment-img img:nth-child(3) {
    position: relative;
    z-index: 999;
}

.managment-img img:hover {
    filter: grayscale(0);
    transform: scale(1.1); 
    position: relative;
    z-index: 999;
}
@media (max-width: 1365px) and (min-width: 1025px){
    .managment-img img {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1024px) and (min-width: 992px){
    .managment-img img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 991px) {
    .managment-img {
        justify-content: center;
    }
    .btn-cstm{
        white-space: nowrap;
    }
}
@media (max-width: 576px) {
    .managment-img img {
        width: 230px;
        height: 230px;
    }
    .managment-img img:nth-child(2) {
        filter: grayscale(100%);
        margin-left: -120px;
    }
    
    .managment-img img:nth-child(3) {
        margin-left: -120px;
    }
}
@media (max-width: 425px) {
    .managment-img img {
        width: 200px;
        height: 200px;
    }
   
}
@media (max-width: 360px) {
    .managment-img img {
        width: 160px;
        height: 160px;
    }
    .managment-img img:nth-child(2) {
        filter: grayscale(100%);
        margin-left: -90px;
    }
    
    .managment-img img:nth-child(3) {
        margin-left: -90px;
    }
    #ads .modal-body p {
        font-size: 18px;
        line-height: 26px;
    }
}
.owl-dots, .owl-nav{
    display: none;
}



table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    table-layout: fixed;
    border-spacing: 20px;
}
th, td {
    padding: 0;
    padding-inline: 20px;
}
tr td div{
    padding-block: 20px;
}
.border-three{
border: 1px solid #363D45;
border-bottom: 0;
}
.border-inline{
    border-inline: 1px solid #363D45;
    min-height: 60px;
}
.border-last{
border: 1px solid #363D45;
border-top: none;
padding-bottom: 35px;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 50px;
text-align: center;
color: var(--primary-color);
}
.border_colored{
border-color: #BF974F !important;
}
.px-25{
    padding-inline: 25px;
}
.value-center{
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--paragraph-color);
}
.value-center span {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
color: var(--paragraph-color);
}
td div, td{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
color: var(--paragraph-color);
}

@media (max-width: 768px){
    table {
   white-space: nowrap;
    table-layout: inherit !important;
}
.rounded-shape {
	bottom: 60px;
	left: 10px;
}
.rounded-shape img {
	width: 90px;
	height: 90px;
}
}
/* new css  */
/* image */





/*************** Feb 21 2025 ************/
.value-left { 
 padding-block: 35px; 
}
.quick-links .footer-widget .menu li {
    list-style: none;
}

.commonparavalue{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #797979;
}
.mb-60{
      margin-bottom: 60px;
}

@media (max-width: 1440px) and (min-width: 993px){
        .br1440px{
          display: block
        }
}


.condition label span { 
    font-family: 'Instrument Sans'; 
    font-style: normal; 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 20px; 
    color: var(--paragraph-color); 
    margin-left: 12px;
  }
  .condition input[type="checkbox"] {
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 2px solid white;
    display: inline-block;
    position: relative;
    background-color: transparent;
    flex-shrink: 0;
  }

  .condition input[type="checkbox"]::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #D9A441; /* Gold color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }

  .condition input[type="checkbox"]:checked::after {
    display: block;
  }
  .condition label { 
    display: flex;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.error-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #fff; /* Gold color */
}

.error-message {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.single-page-data .commonpara {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--paragraph-color);
}
.commonpara h2 {
    font-size: 26px;
    line-height: 48px;
    font-family: 'Instrument Sans';
    font-style: normal;
    color:#fff;
    color:#fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}

/* 5 march 2025  */
.privacy-policy .single-page-data .commonpara h2 {
    line-height: 30px !important;
    margin-bottom: 12px;
    font-size: 24px;
}
.privacy-policy .single-page-data .commonpara ul {
    margin-bottom: 20px;
}
.page-id-198 .single-page-data .commonpara h2 {
    line-height: 30px !important;
    margin-bottom: 12px;
    font-size: 24px;
}
.page-id-198 .single-page-data .commonpara ul {
    margin-bottom: 20px;
}

/****** 17-03-2025 ********/
.advertisement {
    background: linear-gradient(0deg, rgba(54, 61, 69, 0.5), rgba(54, 61, 69, 0.5)), url('/wp-content/themes/peppersack/assets/images/home/advertimg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
    padding-block: 55px;
    height: 450px;
    display: flex;
    align-items: center;
    margin-inline: auto;
}

.advertisement .mb-26 {
    margin-bottom: 26px;
}

.advertisement .mb-30 {
    margin-bottom: 30px;
}

.advertisement .advertise-info .commonpara {
    font-family: 'Instrument Sans' ;
    font-style: normal ;
    font-weight: 500 ;
    font-size: 18px ;
    line-height: 26px ;
    letter-spacing: 0.01em ;
    color: #FFFFFF ;
}

.advertisement .ps-85 {
    padding-left: 85px;
}

.advertisement .advertise-info {
    width: 650px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding-block: 60px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.advertisement .advertise-info h2 {
    font-family: 'Instrument Sans' ;
    font-style: normal ;
    font-weight: 600 ;
    font-size: 32px ;
    line-height: 26px ;
    letter-spacing: 0.01em ;
    text-transform: uppercase ;
    color: #FFFFFF ;
}

.advertisement .advertise-info a {
    background: #BF974F;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 25px;
}

.advertisement .ps-26 {
    padding-left: 26px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .advertisement .wraper {
        padding-left: 40px;
    }
}

@media (max-width: 1024px) {
    .advertisement {
        width: 100%;
    }

    .advertisement .ps-85 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .advertisement  .advertise-info {
        padding-block: 30px;
        padding-right: 16px !important;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .advertisement {
        width: 100%;
        margin-inline: auto;
        height: 100%;
        padding-block: 40px;
    }

    .advertisement .ps-26 {
        padding-left: 16px;
    }

    .advertisement .advertise-info a {
        height: 40px;
        padding-inline: 18px;
        margin: auto;
    }

    .advertisement .advertise-info .commonpara {
        font-size: 16px ;
        line-height: 20px ;
    }

    .advertisement .advertise-info h2 {
        font-size: 22px ;
        line-height: 26px ;
    }

    .advertisement .mb-26 {
        margin-bottom: 12px;
    }

    .advertisement .mb-30 {
        margin-bottom: 18px;
    }


    .advertisement .ps-85 {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media (max-width: 360px){
    .advertisement .advertise-info h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .advertisement .advertise-info .commonpara {
        font-size: 14px;
        line-height: 20px;
    }
    .advertisement {
        padding-block: 30px;
    }
}

.home #offerbg { 
    padding-top: 6%; 
   }
@media(max-width:768px){
 .home #offerbg { 
     padding-top: 8%; 
 }
}

.contact-form label {
    color: #C5C5C5;
    font-size: 16px;
}

#pop-up-thanks h2 {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 59px;
    color: var(--white-color);
}



#pop-up-thanks p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--paragraph-color);
    margin: 20px 0px;
}

#pop-up-thanks #send-again {
    background: #BF974F;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 25px;
    width: fit-content;
    text-decoration: none;
    color: #000;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--white-color);
}
#pop-up-thanks .popflex {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    min-height: 220px;
    justify-content: center;
}
.submission-btn {
    background: #BF974F;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--white-color);
    text-decoration: none;
    padding-inline: 38px;
    height: 57px;
    width: fit-content;
    border: none;
    outline: 0;
    position: relative;
    margin-bottom: 0;
}
.submission-btn i{
    position: absolute;
    right: 20px;
    top: 53%;
    transform: translateY(-53%);
}
.add-icon {
    padding: 0;
}
.py-180{
  padding-top: 180px;
}
@media(max-width: 992px) {
  .py-180{
  padding-top: 45px;
}
}