.card-body.forAds.sticky {
    position: sticky;
    top: 175px;
    z-index: 9;
    background: white;
}

.previewHolderB::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -5%;
    background-image: url(/marana_arivithal/img/flower.png);
    width: 110%;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: topFlower 10s infinite alternate;
}

@keyframes topFlower {
  0%{transform: rotate(-4deg);}
  100%{transform: rotate(4deg);}
}


.imgHolder span {
    background-image: url(/marana_arivithal/img/ripFrame.png);
}

.dnote img {
    width: 25px;
}
.b {
    background: #def5d2;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
.d {
    background: #f5d2d2;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
.det button {
    border: 0;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    border-left: 2px solid;
}

.swiper {
      width: 100%;
      max-width: 600px;
      height: 350px;
      margin: auto;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
    }

    .swiper-pagination-bullet-active {
      background: #000;
    }

    .dcontact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}



.previewHolderB.category-1 {
    margin: 0;
    height: unset;
    transform: none;
    background-image: url(x);
    height: 750px;
    width: 100%;
    background-size: 100%;
    position: relative;
    background-color: #202020;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;

}
.previewHolderB.category-1  {
    background-image:url(/marana_arivithal/images/style1-bg.jpg);
   color:#000;
}
.previewHolderB.category-2 {
    background-image:url(/marana_arivithal/images/style2-bg.jpg);
    color:#fff;
}
.previewHolderB.category-3 {
    background-image:url(/marana_arivithal/images/style3-bg.jpg);
    color:#fff;
}

.previewHolderB.category-1 h3, .previewHolderB.category-1 h4, .previewHolderB.category-1 li {
    color: #000;
}
button#shareButton {
    background: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000000;
    width: calc(100% - 0rem);
    margin-left: 0;
    margin-top: 1rem;
}

                        button#shareButton img {
                            width: 50px;
                            margin-right: 0.5rem;
                            filter: invert(0);
                        }


ul#noticeTabs {
    background: #373737;
    border: 0;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.nav-tabs .nav-link {
    margin: 0 !important;
}
ul#noticeTabs li button {
    color: #fff;
    border: 0;
}
ul#noticeTabs .nav-link.active {
    background: #0175b5 !important;
    border:0;
}
.ripNateFooter ul li a {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 0.7rem;
}
.ripNateFooter ul li img {
    height: 20px;
    width: 20px;
    margin: auto;
    object-fit: contain;
}
.ripNateFooter ul {
    display: flex
;
    justify-content: space-around;
    list-style: none;
    padding: 1rem;
    margin: 0;
}
.ripNateFooter {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tribute-options {
    display: flex;
    gap: 1rem;
  }
  
  .tribute-option {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tribute-option input[type="radio"] {
    display: none;
  }
  
  .tribute-option img {
    width: 100px;
    height: 100px;
    border: 3px solid transparent;
    border-radius: 10px;
    transition: border 0.3s;
  }
  
  .tribute-option input[type="radio"]:checked + img {
    border: 3px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  }


img.tributeImg {
    width: 115px;
    height: 115px;
    object-fit: contain;
    margin-right: 1rem;
}
.tributeFlex {
    display: flex;
    width: 100%;
}

.tribute-style-1,
.tribute-style-2 {
    background: #313131;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.tribute-style-2 {
    background: #fafafa;
    color: #111111;
}
.mainHold{
    position: relative;
}
.mainHold::before,
#contactPoint::before {
    content: "";
    display: block;
    height: 80px; 
    margin-top: -80px; 
    visibility: hidden;
  }
.slideVideo {
    position: fixed;
    bottom: 1rem;
    height: calc(100vh - 2rem);
    background: #ffffff;
    z-index: 11;
    display: flex;
    padding: 1rem;
}
.slideVideo .swiper.mySwiper {
    height: 60vh;
}
.openMePlay {
    position: fixed;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    bottom: 73px;
    height: calc(100vh - 5rem);
    padding: 1rem;
    left: 0;
    border: 0 !important;
}

.blockEvent {
    background: #def5d2;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
}
.blockEvent .ins {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 7px;
}
.blockEvent.contactx {
    background: #cce3f0;
}
button.btn.btn-primary {
    background: #ed1c24;
    border: 0;
}
.modal-body label p {
    margin: 0;
    font-size: 0.8rem;
    margin-bottom: -8px;
}
.card-body.forAds.sticky button.btn.btn-primary {
    width: 100%;
    margin-top: 1rem;
}
.tribute-option.selected {
    border: 2px solid #28a745; /* Green border */
    background-color: #f0fdf4; /* Light green background */
    border-radius: 8px;
  }
  button.btnSubmit {
    margin-bottom: 2rem;
    border: 0;
    padding: 1rem 2rem;
    width: -webkit-fill-available;
    border-radius: 4px;
    background: #0175b5;
    color: #fff;
  }
  .userInfo.youtube {
    background: #ff2b0763;
}
.toPay {
    background: #d90000;
    padding: 1rem;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    border-radius: 5px;
    color: #fff;
    position: fixed;
    z-index: 9999;
}
.toPay button {
    border: 0;
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 0 0;
}
.coverOverlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #ffffff9c;
    backdrop-filter: blur(20px);
}
.swiper {
    margin: 3rem 0;
}

#loadingOverlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, .85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(15px);
}
  #loadingOverlay .box {
    text-align: center;
    font: 600 1.1rem/1.4 system-ui, sans-serif;
  }
  #loadingOverlay img {
    width: 300px;
    margin-bottom: .75rem;
}
p#loadingMessage {
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
div#loadingOverlay a.btn {
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
}
div#loadingOverlay a.btn.btn-primary {
    background: #ffffff;
    border: 1px solid #000;
    color: #000;
    width: fit-content;
    margin: auto;
}

  .lang-btn:hover {
    text-decoration: none;
  }
  .mylang button {
    color: #000;
    text-decoration: none;
    background: #fff;
    margin: 0 0.5rem 1rem 0;
    flex-direction: row;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid #000;
}
@media(max-width:991px){
    
    button.btnSubmit {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1005;
        margin: 0;
        height: 75px;
    }
    .radio-group {
        display: flex    ;
        gap: 10px;
        margin-bottom: 1rem;
        flex-wrap: wrap;
        flex-direction: row;
    }
.card-body.forAds.sticky {
    position: relative;
    top: unset;
}
.previewHolderB::before {
    left: -9%;
}
.tribute-options {
    display: flex
;
    flex-direction: column;
    margin-bottom: 2rem;
}
.modal-body label {
    width: 100%;
}
.tribute-style-1 img, .tribute-style-2 img, .tribute-style-3 img {
    width: 40px;
    height: 40px;
}

.tribute-style-1, .tribute-style-2, .tribute-style-3 {
    display: flex;
    margin: 0;
}
label.tribute-option p {
    font-size: 11px !important;
}

}
.step {
  display: none;
  border-left: 1px solid #c9c9c9;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.step.one {
  display: block;
}
.yesPlz {
  right: 1rem;
  background: #def5d2;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
  width: fit-content;
  border: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.PaymentBox {
  background: #def5d2;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.PaymentBox input {
  width: 20px !important;
}
.askMdp {
  display: none;
}
.yesPlz {
  right: 1rem;
  background: #def5d2;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
  width: fit-content;
  margin-top: 0.5rem;
}
.adsForm form fieldset input, .adsForm form fieldset textarea, .adsForm form fieldset select {
  width: -webkit-fill-available;
}

.inputBtns label {
  width: calc(50% - 1rem);
  margin-right: 0.75rem;
  border: 1px solid white;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 10px;
  height: 55px;
}
.inputBtns [type="radio"] {
  position: relative;
  height: 0px;
  transform: translateY(-10px);
}
.inputBtns img {
  margin-top: -45px;
  margin-left: 20px;
}
.adsForm label {
  width: 100%;
}

.preview h3 { 
  margin-top: 20px; 
}
.preview-item { 
  margin-bottom: 10px; 
}
.contact-item, .parvai-item { 
  margin-left: 20px; 
}
.preview-image { 
  max-width: 200px; 
  max-height: 200px; 
  margin: 10px; 
  object-fit: contain; 
  position: relative;
}
div#preview {
    margin: 0;
    height: unset;
    transform: none;
    width: 100%;
    padding: 2rem 0;
}

.preview .notice_main {
    margin: 0;
    height: unset;
    transform: none;
    background-image: url(x);
    height: 750px;
    width: 100%;
    background-size: 100%;
    position: relative;
    background-color: #202020;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.preview.category-1 .notice_main {
    background-image:url(/marana_arivithal/images/style1-bg.jpg);
   color:#000;
}
.preview.category-2 .notice_main {
    background-image:url(/marana_arivithal/images/style2-bg.jpg);
    color:#fff;
}
.preview.category-3 .notice_main {
    background-image:url(/marana_arivithal/images/style3-bg.jpg);
    color:#fff;
}
.preview-image-hold {
    background: red;
    height: 345px;
    width: 290px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transform: scale(0.8);
}
.preview-image-hold:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 345px;
    margin: auto;
    object-fit: cover;
    background-image: url(/marana_arivithal/img/ripFrame.png);
    object-position: top;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.12);
}
.n_flex p {
    margin: 0;
}
.n_flex h5 {
    margin: 0;
    display: block;
}
.n_flex {
    display: flex
;
    width: 80%;
    margin: auto;
    justify-content: space-around;
}

.radio-group {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}

.radio-group input[type="radio"] {
  display: none; /* hide default radio */
}

.radio-group label {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
  user-select: none;
}

.radio-group input[type="radio"]:checked + label {
  background-color: #5cbd67;
  color: white;
  border-color: #5cbd67;
}

.n_flex.two .contact-item {
    padding: 0.5rem 1rem;
    border: 1px dashed #fff;
    border-radius: 10px;
    font-size: 0.8rem;
}
.n_flex.two {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.8;
}
div#contacts-section, div#parvai-section, div#thakanam-section, div#kiriyai-section  {
    padding: 1rem;
    background: #16952124;
    border-radius: 7px;
    margin: 1rem 0 0.5rem 0;
}
div#contacts-section input,
div#parvai-section input,
div#thakanam-section input,
div#kiriyai-section input{
  background:#fff;
}
div#kiriyai-section .entry.parvai-item , 
div#thakanam-section .entry.parvai-item  
{
    position: relative;
}
div#parvai-section .entry.parvai-item button,
div#contacts-section .entry.contact-item button,
div#thakanam-section .entry.parvai-item button,
div#kiriyai-section .entry.parvai-item button{
    border: 0;
    background: #000000;
    border-radius: 500px;
    color: #fff;
    padding: 0.25rem 1rem;
    position: absolute;
    right: 1rem;
    top: -0.5rem;
}

div#parvai-section .entry.parvai-item,
div#contacts-section .entry.contact-item {
    background: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 7px;
    position: relative;
}
button.addnew {
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}
div#contacts-section h4, div#parvai-section h4, div#thakanam-section h4, div#kiriyai-section h4 {
    font-size: 1.25rem;
}
p#copyButton, #start_button {
    margin: 0;
    transform: translateY(-30px);
    float: right;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: #ced4eb;
    color: #000;
    font-size: 0.75rem;
    border-radius: 500px;
    width: fit-content;
    cursor: pointer;
}
#start_button {
    background: #ebdec4;
}
p.sinfox {
    font-size: 11px;
    font-style: italic;
    opacity: 0.5;
}

.ourTools details summary {
    background: #def0e0;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    width: fit-content;
    border-radius: 500px;
}
ul.suggestions li {
    padding: 1rem;
    background: #efefef;
    margin-bottom: 1rem;
    border-radius: 8px;
    font-size:0.8rem;
}
ul.suggestions {
    list-style: none;
    margin: 0;
    padding:0;
}
.suggestionsHolder h3 {
    font-size: 1.25rem;
}
ul.suggestions li p {
    margin: 0;
}
#imageInput {
    width: 100%;
    padding: 2rem 1rem;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 2rem;
}
  #imageInput::file-selector-button {
    display: none;
  }

  .name_contact h3 {
    font-size: 1.25rem;
}

.name_contact {
    background: #def0e0;
    padding: 1rem;
}
.name_contact p {
    margin: 0;
}
.preview-item.contact-item {
    margin: 0;
}
.preview-item.parvai-item {
    margin: 0;
}
button#convertBtn {
    padding: 1rem;
    width: 100%;
    border-radius: 500px;
    border: 0;
}
.ripCont img {
    width: 30px;
}

.printable {
    width: 210mm;
    margin: auto;
    height: 297mm;
    background: #cdcdcd;
}

.printable .previewHolderB::before,
.printable .previewHolderB::before{
display: none;
}
.flexPrint {
    display: flex;
}
.setV {
    width: 50%;
}
.setD {
    width: 50%;
    padding: 1rem;
    background: #0c0c0c;

}
.printable .previewHolderB {
    height: 297mm !important;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}
.setD .insidex {
    background: #ffffff;
    padding: 1rem;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    border: 2px solid #eabe26;
    flex-direction: column;
    justify-content: center;
}
.printable.category-1 .setD {
    background-image: url(https://www.paristamil.com/marana_arivithal/images/style1-bg.jpg);
}


.contactxy {
    width: 100%;
    margin-top: 4rem;
}
.contactxy .blockEvent.contactx {
    padding: 0;
    background: none;
}
.contactxy .blockEvent .ins {
    border-left: 2px solid;
    border-radius: 0;
    padding: 0 1rem;
}
.contactxy a.btn.btn-sm.btn-success {
    display: none;
}

#printable {
    display: none;
  }

  button.printMe {
    background: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000000;
    width: calc(100% - 0rem);
    margin-left: 0;
    margin-top: 1rem;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
audio#tributeAudio {
    margin: auto;
    width: 100%;
}

.userInfo p {
    font-size: 0.7rem;
}
.userInfo input {
    background: #fff !important;
}
.userInfo {
    background: #ffc10747;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
}
.ripCont b {
    font-weight: 600;
}
.blockEvent img {
    height: 28px;
    width: 28px;
    float: left;
    object-fit: contain;
    margin-right: 0.5rem;
}