.price_section .container,.price_section .container-fluid {
    position: relative;
    z-index: 4;
    transition: .8s ease-in-out;
}

.price_section .price_row {
    margin: auto;
    justify-content: center;
    color: white;
}
.kBaazy {
    opacity: .9;
    height: 0.1px;
}
/* .price_section .price_col:hover {
    background-image: url(../img/rupee1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #b18e4e1c;
    opacity: .2;
    z-index: 1;
  } */

.price_section .single_price {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.price_col {
    color: white;
    border-style: solid;
    border-width: 10px 2px 10px 2px;
    border-radius: 10px;
    margin: 10px;
    padding: 30px 20px;
    z-index: 2;
}
.typology{
    font-size: 23px; 
}
.onw{
    font-size: 18px;  
}
.sizes p{
    font-size: 23px;
}
.sizes p span, .price span{
    font-size: 18px;
}
.price_c {
    margin-bottom: 18px;
}
.content .title{
    font-size: 18px;
    margin: 20px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.price_section {
    position: relative;
    padding: 100px 0;
    background: url(../img/bg-banner.jpeg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.price_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 0;
}
.price_section .head-title .sub-title h2 {
    background-color: rgb(0, 0, 0);
    z-index: 9;
    text-transform: capitalize;
    font-weight: normal;
    color: rgb(255, 255, 255);
}
.price_section .head-title h3:after {
    content: "";
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 36px;
    bottom: 0;
    z-index: 9;
    left: 0;
    position: absolute;
}
.price_section .arrow-btn {
    width: 200px;
    /* max-width: 350px; */
    /* min-width: 120px; */
    position: relative;
    /* height: 48px; */
    /* border-radius: 100px; */
    background: #31312e;
    border-color: transparent;
    padding: 8px 0px;
    color: #fff;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
#amenities {
    background-color: #EEE;
}
.head-title{
    margin-bottom: 30px;
}
.lightborder{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010121;
}

.imgsize{
   margin-bottom: 10px;
    border-radius: 5%;
  }


.px_30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.form-group p{
    margin-top: 10px;
    font-size: 10px;
}

@media (min-width: 750px){
  .icon {

    background-color: white;
  }
  
  .grid-item button i{
    margin-right: 10px;
  }
.grid-item button {
    margin-right: 0px;
        margin-bottom: 4px;
        background: #cecbbe;
        color: #000000;
        border-radius: 4px;
        padding: 5px;
        transition: .25scubic-bezier(.5,0,.5,1);
        border: unset;
        cursor: pointer;
        font-weight: 800;
        font-size: 17px;
        width: 90%;
        text-align: justify;
}

    .grid-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 3rem;
    }
    .grid-item {
      display: block;
      width: 100%;
      position: relative;
      cursor: pointer;
    }
    .grid-header img{
        height: 260px;
        width: 100%;
    }
    .grid-item:hover .footer-wrap {
        opacity: 1;
      }
      .grid-item .footer-wrap {
        opacity: 1;
        margin-top: 10px;
        transition: .25s cubic-bezier(.5,0,.5,1);
    }
    .content-wrap {
        display: grid;
       grid-template-columns: 17% 88%;
        column-gap: 1%;
        align-items: center;
        justify-content: center;
    }
.grid-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    margin: -1rem;
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
    background: #ddd9c9;
    -webkit-clip-path: inset(2rem 0 4rem 2rem round 10px);
    clip-path: inset(2rem 0 4rem 2rem round 10px);
    contain: strict;
    -webkit-transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s, -webkit-clip-path 0.3s ease 0.1s;
}


.grid-item:hover::after {
    -webkit-clip-path: inset(0 0 0 0 round 10px);
    clip-path: inset(0 0 0 0 round 10px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    bottom: 0; 
}
    .owl-stage-outer .item img {
        height: 450px;
        background-size: cover;
      }
   
      .top-bar .header-first-row {
        padding: 0px 40px;

      }
    .d-banner{
        display: block;
    }
    .m-banner{
        display: none!important; 
    }
    
    .mt-30 {
        margin-top: 78px;
    }
}
@media (max-width: 749px){
    .icon {
    position: absolute!important;
    top: 0px!important;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 0px;
    background: white;
    /* font-size: 12px; */
}
    .icon {
        width: 58px;
        height: 58px;
        background-color: none!important;
    }
    
.grid-item button {
    margin-right: 0px;
        margin-bottom: 4px;
        background: #cecbbe;
        color: #000000;
        border-radius: 4px;
        padding: 5px;
        transition: .25scubic-bezier(.5,0,.5,1);
        border: unset;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
                width: 93%;
        text-align: justify;
}


    .grid-items {
        display:contents;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 2rem 1rem;
    }
    .grid-item {
      display: block;
      width: 100%;
      position: relative;
      cursor: pointer;
    }
    

.grid-item {
    background: #ddd9c9;
    margin-bottom: 20px;
    padding: 0px 0px 30px 0px;
}

 .footer-wrap  {
    margin-top: 20px;
}
.content-wrap {
    display: flex;

}
.authorAvatar >p {
    padding: 13px 3px!important;
}
.grid-item .title {
    padding-left: 10px!important;
}
.grid-item button > i {
    margin-right: 6px!important;
}
    .cHdgdK {
        padding: 40px 0px!important;
    }
    .dsFoiA{
        padding: 40px 25px!important;
    }
    .header-dark-row {
        padding: 5px 10px;
        background: rgb(255, 255, 255);
        z-index: 9;
    }
    .owl-stage-outer .item img {
        height: 350px;
        background-size: cover;
      }
    
    .cta-img{
        width: 100%;
    }
    .top-bar .header-first-row {
        padding: 0px 0px;
        background: #ffffffc9
    }
    
    .d-banner{
        display: none!important;
    }
    .m-banner{
        display: block; 
    }
    
   
}

/* ------banner detail------- */
.col {
    flex: 1 0 0%;
}

/* highlights */
.box_item_info,
.custom_badge,
.list_ok ul li,
.marquee,
.pinned-image,
.qty-buttons {
    position: relative;
}
.pinned-image {
    display: flex;
    height: 90vh;
    justify-content: center;
    overflow: hidden;
}

.pinned-image.rounded_container {
    border-radius: 15px;
}

.pinned-image--medium {
    height: 75vh;
}

.pinned-image--small {
    height: 50vh;
}

.pinned-image__container {
    transform: scale(0.8);
    border-radius: 15px;
    overflow: hidden;
}

.pinned-image__container-overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pinned-image__container,
.pinned-image__container img,
.pinned-image__container video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ccc;
}
.high-details {
    display: flex;
    justify-content: start;
    align-items: center;
}
.high-details p {
    padding-left: 15px;
    margin: 5px;
    line-height: 1.5;
}
.marquee{
    position: relative;
}
.marquee.micro-site {
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 100px;
    font-weight: 700;
    margin-top: -10px;
}
.marquee .content {
    opacity: 0.05;
    line-height: 1.2;
}
.margin_120_95 {
    padding-top: 48px;
    padding-bottom: 47px;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 40s linear infinite marquee;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-30%);
    }
}

img.icon-high {
    width: 35px;
    height: 40px;
}
.home{
    position: relative;
    display: block;
    /* background: #ffffff; */
       background-image: linear-gradient(91deg, rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.9)), url(../img/card-bg.webp);
        background-size: inherit;;
    z-index: 1;
    padding: 30px 0 40px;  
}

/* location */
.location {
    position: relative;
    display: block;
    /* background: #ffffff; */
    background-image: linear-gradient( 91deg, rgba(255, 255, 255, 0.911), rgba(255, 255, 255, 0.918)), url(../img/gallery/Earth-&-Essence.jpg);
    background-size: cover;
    z-index: 1;
    padding: 60px 0 50px;
}
.location .row, .location .col-xl-7, .location .col-xl-5{
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0xp;
    padding-right: 0px;
}
.place-style1-content {
    position: relative;
    display: block;
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 52px 60px 60px;
}
.place-distance-box {
    position: relative;
    display: block;
}
.place-distance-box ul {
    overflow: hidden;
    padding-top: 30px;
}
.place-distance-box ul li {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}
.place-distance-box ul li .icon {
    width: 60px;
}
.place-distance-box ul li .icon span {
    color: #ed882a;
}
.place-distance-box ul li .icon span:before {
    font-size: 35px;
    line-height: 35px;
}
.place-distance-box ul li b {
    margin-right: auto;
    font-weight: 400;
}

.table {
    color: #ffffff;
 
}

/* -----contact------------- */

.iDPpBi {
    position: relative;
    margin-bottom: 0px;
}
.cHdgdK {
    position: static;
    display: flex;
    padding: 40px 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: initial;
    background-image: url(../img/bg-banner.jpeg);
}
.NtIXI {
    width: 100%;
    margin: auto;
    background-color: transparent;
}

.dsFoiA {
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(12, 1fr);
    padding: 40px 50px;
    margin-top: 10px;
    background-size: initial;
    background-color: rgba(255, 255, 255, 0.82);
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 10px;
    background-attachment: initial;
    background-image: none;
    column-gap: unset !important;
}
.cvuqY {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 13;
}
.jvazft {
    position: relative;
    text-align: initial;
    margin: 16px 0px;
}
.goXrDW {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out 0s;
    font-size: 40px;
    color: #1e1d18fd  ;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 48px;
}
 .form-control {
    height: calc(2.3em + 0.75rem + 0px);
    width: 100%;
    font-size: 0.875em;
    border-radius: 0;
    margin-bottom: 10px;
    color: #495057;
}


/* home cards */

.authorAvatar {
   border-radius: 100%!important;
}
.content-wrap a,.content-wrap a:hover{
    color: orange;
    text-decoration: none;
}
.authorAvatar >p{
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    color: white;
    border: 1px solid;
    padding: 13px 0px;
    background: #b34708;
    border-radius: 100%!important;
    text-align: center;
    margin-bottom: 0px;
}


.grid-item img {
  width: 100%;
  max-width: 100%;
      object-fit: cover;
}
.grid-header {
    margin-bottom: 12px;
}

.grid-header > img,
.authorAvatar > img{
    border-radius: 6px;
}

.grid-item .title {
    padding-left: 5px;
}
.grid-item .title > h2 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #000000;
}

.grid-item span {
    color: #000000;
    font-weight: 600;
}

.mt-10{
    margin-top: 10px;
}

.grid-item button > i {
  margin-right: 9px;
}

.grid-item .footer-wrap .arrow-btn{
    color: white!important;
  background-image: linear-gradient(to right, #31312e 0%, #1e1d18fd  51%, #1e1d18fd  100%)!important;
    display: block;
    margin: 0 auto;
    padding: 10px 0 30px;
    text-align: center;
    text-decoration: none;
}
.grid-item .footer-wrap .arrow-btn:hover{
text-decoration: none;
  color: white!important;
  background-image: linear-gradient(to right, #1e1d18fd  0%, #1e1d18fd  51%, #31312e 100%)!important;
}
.grid-item .arrow-btn {
    max-width: 142px;
    min-width: 83px;
    position: relative;
    height: 36px;
}

.icon {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
  }
  
  
  /*---
    shine animation
  ---*/
  
  .icon:after,.grid-header img:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
  }
  
  /*---
    hover trigger
  ---*/
  
  .grid-item:hover .icon:after, .grid-item:hover .grid-header img:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  
  /*---
    active state
  ---*/
  
  .icon:active:after {
    opacity: 0;
  }


/* === Enhancements: header, footer, modal, animations === */
.top-bar.scrolled {
  backdrop-filter: saturate(140%) blur(6px);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.footer-section a { color: #fff; text-decoration: none; }
.footer-section a:hover { text-decoration: underline; }
.footer-section h5 { color: #fff; font-weight: 700; }
.footer-text-content { border-top: 1px solid rgba(255,255,255,.2); padding-top: .75rem; }

/* Modal polish */
.modal-content { border-radius: 16px; overflow: hidden; }
.modal-header { border-bottom: none; background: linear-gradient(90deg, #31312e, #44423a); color:#fff;     border-top-left-radius: 12px;
    border-top-right-radius: 12px;}
    
.modal .btn-close { filter: invert(1); opacity: .85; }
.modal .form-control { border-radius: 10px; }
.modal .form-control:focus { box-shadow: 0 0 0 .2rem rgba(42,73,108,.15); border-color:#31312e; }
.relative{
    position: relative;
}
.modal label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1sease-in-out, transform .1sease-in-out;
}
/* Reveal animation */
[data-animate]{ opacity:0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
[data-animate].in{ opacity:1; transform:none; }



/* =============== Animation Toolkit (no HTML changes needed) =============== */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* Base */
[data-anim] { opacity: 0; transform: translateY(18px); will-change: transform, opacity; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
[data-anim].in { opacity: 1; transform: none; }

/* Variants */
[data-anim=\"fade-in\"]       { transform: none; }
[data-anim=\"slide-left\"]    { transform: translateX(28px); }
[data-anim=\"slide-right\"]   { transform: translateX(-28px); }
[data-anim=\"zoom-in\"]       { transform: scale(.96); }
[data-anim=\"blur-in\"]       { filter: blur(6px); }
[data-anim=\"blur-in\"].in    { filter: blur(0); }

/* Stagger support */
[data-anim-stagger] > *       { opacity: 0; transform: translateY(14px); }
[data-anim-stagger].in > *    { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
[data-anim-stagger].in > *:nth-child(1) { transition-delay: .04s; }
[data-anim-stagger].in > *:nth-child(2) { transition-delay: .12s; }
[data-anim-stagger].in > *:nth-child(3) { transition-delay: .20s; }
[data-anim-stagger].in > *:nth-child(4) { transition-delay: .28s; }
[data-anim-stagger].in > *:nth-child(5) { transition-delay: .36s; }
[data-anim-stagger].in > *:nth-child(6) { transition-delay: .44s; }

/* Hover niceties */
.btn, .btn:focus { transition: transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }

.card { transition: transform .35s ease, box-shadow .35s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }

/* Link underline animation (for footer/nav links) */
.underline-anim { background-image: linear-gradient(currentColor, currentColor); background-position: 0 100%; background-repeat: no-repeat; background-size: 0% 2px; transition: background-size .3s ease; }
.underline-anim:hover { background-size: 100% 2px; }

/* Header scroll polish (works with .top-bar or .navbar) */
.top-bar.is-scrolled, .navbar.is-scrolled {
  backdrop-filter: saturate(140%) blur(6px);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

/* Carousel caption per-slide entrance */
.carousel .animate-in > * { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.carousel .animate-in.in > * { opacity: 1; transform: none; }
.carousel .animate-in.in > *:nth-child(2){ transition-delay: .08s; }
.carousel .animate-in.in > *:nth-child(3){ transition-delay: .16s; }
.carousel .animate-in.in > *:nth-child(4){ transition-delay: .24s; }
.flash {
  animation: flash-animation 1s infinite alternate;
  font-weight: bold;
  color: #31312e;
}

@keyframes flash-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Soft highlight that sweeps across once */
.hl { position: relative; display: inline; padding: 0 .1em; }
.hl--marker {
  background-image: linear-gradient(transparent 62%, #ffdf6e 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  animation: hl-sweep .9s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes hl-sweep { to { background-size: 100% 100%; } }

/* Optional delays to stagger words */
.hl.delay-1 { animation-delay: .12s; }
.hl.delay-2 { animation-delay: .24s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hl--marker { animation: none; background-size: 100% 100%; }
}
.hl--paint { position: relative; display: inline-block; }

/* .hl--paint::after{
  content: ""; position: absolute; left: 0; right: 0; bottom: .08em;
  height: .55em; background: #ffdf6e; border-radius: .25em;
  transform: scaleX(0); transform-origin: left;
  animation: paint .8s cubic-bezier(.2,.7,.2,1) forwards;
  z-index: -1; 
} */
 

.hl--paint::before{
  content: ""; position: absolute; left: 0; right: 0; top: .08em;
  height: .45em; background: #ffe06e52; border-radius: .5em;
  transform: scaleX(0); transform-origin: left;
  animation: paint .8s cubic-bezier(.2,.7,.2,1) forwards;
  z-index: -1; /* leave text above the paint */

}
.hl--paint::after{
  content: ""; position: absolute; left: 0; right: 0; bottom: .08em;
  height: .39em; background: #ffe06e52; border-radius: .5em;
  transform: scaleX(0); transform-origin: left;
  animation: paint .8s cubic-bezier(.2,.7,.2,1) forwards;
  z-index: -1; /* leave text above the paint */
}

@keyframes paint { to { transform: scaleX(1); } }/* Soft highlight that sweeps across once */
.hl--shimmer {
  background:
    linear-gradient(transparent 62%, #ffdf6e 62%) 0 0 / 100% 100% no-repeat,
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.85) 15%, transparent 30%) 0 0 / 0% 100% no-repeat;
  animation: base-fill .4s ease-out forwards, shimmer 1.8s .35s ease-out forwards;
}
@keyframes base-fill { from { background-size: 0% 100%, 0% 100%; } to { background-size: 100% 100%, 0% 100%; } }
@keyframes shimmer   { from { background-size: 0% 100%, 12% 100%; background-position: 0 0, 0 0; }
                       to   { background-size: 100% 100%, 12% 100%; background-position: 0 0, 100% 0; } }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15sease;
}
.reveal-hero h3{
        font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 35px;
    
}
.grid-item button:last-child {
  font-size: 17px;
   color: #ffffff;
     background-image: linear-gradient(to right, #aa0909 0%, #aa0909  51%, #830909  100%)!important;
}

.grid-item:hover button:last-child {
        font-size: 17px;
        color: #ffffff;
           background-image: linear-gradient(to right, #830909 0%, #830909  51%, #aa0909  100%)!important;
    }

.disc label {
         display: contents;
         font-size: 12px;
         }
         .disc input{
         display: inline-block;
         width: 10px;
         height: 10px;
         }
             
         @media (min-width: 767px) {
            .prize{
               font-size: 22px!important;
               color: white!important;
            }

         }
         @media (max-width: 749px){
            .prize{
               font-size: 20px!important;
                color: white!important;
            }

         }
.contact-card{
  display:grid; grid-template-columns:64px 1fr auto; gap:14px; align-items:center;
  border-radius:16px;     background-color: rgba(255, 255, 255, 0.82); padding:18px; border:1px solid rgba(0,0,0,.08);
  margin-bottom: 30px;
}
.contact-card__icon{
  width:64px; height:64px; border-radius:14px; display:grid; place-items:center;
    background: linear-gradient(135deg, #bac1d7, #eef2ff);
}
.contact-card__icon.whatsapp{ background:linear-gradient(135deg,#e8fff2,#d9ffe9); color:#1fa855; }
.contact-card__icon .icon-svg{ width:30px; height:30px; display:block; }

.contact-card__body .contact-card__link{
  display:inline-block; text-decoration:none; font-weight:800; letter-spacing:.3px; color:#142d63;
}
.contact-card__body .contact-card__link:hover{ text-decoration:underline; }
.contact-card__cta{ padding:.6rem 1rem; font-weight:700; }

@media (max-width:575.98px){
  .contact-card{ grid-template-columns:56px 1fr; grid-auto-rows:auto; }
  .contact-card__cta{ grid-column:1 / -1; }
}

/* Light reveal (if you already have a reveal system, keep just the data-anim attribute in HTML) */
.contact-us [data-anim]{ opacity:0; transform:translateY(12px); transition:all .6s cubic-bezier(.2,.7,.2,1); }
.contact-us [data-anim].in{ opacity:1; transform:none; }