/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fefbf3;
    line-height: 1.6;
    padding: 0 !important;
    margin: 0;
    overflow: auto !important;
    font-weight: 300;
}

.container {
    max-width: 1340px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 15px;
}
a{text-decoration: none;}
.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: #d44820;
    position: relative;
    /* padding-bottom: 15px; */
}
.common-sec{
    padding-block: 60px;
}

/* .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #d4af37;
} */

/* Header Styles */
.header {
    background-image: url('../images/header-bg.png');
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-expand-lg {
  padding-block: 9px;
}
.navbar-brand {
  padding-block: 0;
}
.navbar-brand .logo {
    height: 63px;
}

.navbar-nav {
    align-items: center;
}

.nav-link {
  color: #fff !important;
  font-weight: 400;
  padding: 5px 20px !important;
  margin: 0 5px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.nav-link:hover {
    color: #ffe29a !important;
}

.nav-link.active {
    color: #ffe29a !important;
    font-weight: 400;
}

.register-btn {
    background-color: #ffe29a;
    border-radius: 5px;
    color: #333 !important;
    font-weight: 400 !important;
    padding: 8px 20px !important;
}

.register-btn:hover {
    background-color: #c9a227;
    color: #000 !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.offcanvas.offcanvas-top {
  top: 83px;
  right: 0;
  left: 0;
  height: 50px;
  background: #730039;
}
.offcanvas-body {
  padding-block: 9px;
}
.navbar-nav {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.offcanvas-body {
overflow-y: visible;
}
.btn.btn_primary::after {
   position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #fff, #d560d3);
  border-radius: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .4s linear;
}
.btn.btn_primary.ss:hover::after {
    transition: all .4s linear;
  background: linear-gradient(270deg, #fff, #d560d3);
}
.btn.btn_primary {
  background: #1e1739;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 0;
  position: relative;

}
.btn.btn_primary.ss {
  width: 100%;
  max-width: 180px;
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all .4s linear;
}
.btn.btn_primary.ss::after {
width: 184px;
}

.header_border_set {
  position: absolute;
  width: 100%;
}
.offcanvas-backdrop {
    background-color: #0000;
}
.mobi_menu {
  display: none;
}

/* Hero Slider Styles */
.brand_logo img {
  height: 135px;
  margin-bottom:6px;
}
.hero-slider {
  background: url(../images/main-bg.jpg);
  background-position: top center;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  padding-top:12px;
  padding-bottom: 40px;
}
/* .hero-slider {
    margin-top: 81px;
} */
.carousel-item {
  position: relative;
  padding: 6px;
}
.carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #ffc845;
  border-radius: 15px;
}
.carousel-item img {
        width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

.carousel-caption {
    bottom: 30%;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.carousel-caption p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
border: 2px solid #ccde4e;
  padding: 10px;
  background-size: 50%;
  border-radius: 30px;
  width: 2.5rem;
  height: 2.5rem;
}
.carousel-control-next, .carousel-control-prev {
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  top: 50%;
}
.carousel-control-prev {
  left: -50px;
}
.carousel-control-next {
  right: -50px;
}
.mobile_banner{display: none;}
.carousel-indicators [data-bs-target].active {
    background: #c7974d;
  border: 1px solid #c7974d;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background: #d0d0d0;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
}
.bar_line {
  position: relative;
  top: -10px;
}
.bar_line > img {
  width: 100%;
}
.donate_btn_set:hover {
  transition: all .4s linear;
   background: linear-gradient(to top, #7ad043, #019e34);
}
.donate_btn_set {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(#7ad043, #019e34);
  color: #fff;
  padding: 9px 35px;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 3px 5px #b8aca7;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .4s linear;
}
.donate_btn_set span img {
  height: 24px;
  position: relative;
  top: -1px;
}


/* Invitation Section Styles */
.invitation-section {
    background-image: url('../images/bg-img.jpg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    /* padding: 60px 0; */
    margin-top: -15px;
}

.invitation-card .row > div {
  border: 1px solid #ece6da;
  padding: 15px;
}
.invitation-card .row > div.wel_div {
  text-align: center;
  /* padding-top: 100px !important; */
  position: relative;
}
/* .invitation-card .row > div.wel_div {
  display: flex;
  align-items: center;
  justify-content: space-around;
} */
 .section-title-small{
  font-size: 22px;
  margin-bottom: 0;
  font-weight:400;
  color: #b01217 !important;
  text-transform: uppercase;
 }

 .text-upper{
  text-transform: uppercase !important;
 }
.wel_img {
  position: absolute;
  top: -10px;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #db9812;
  border-radius: 50px;
  top: -3px;
  left: -4px;
}
.dot.two {
top: -3px;
  left: auto;
  right: -4px;
}
.dot.three {
  top: auto;
  left: -4px;
  bottom: -4px;
}
.dot.four {
    top: auto;
    left: auto;
    bottom: -4px;
    right: -4px;
}
.invitation-card > img {
  border-radius: 20px;
}
.wel_sides {
  max-width: 100%;
}
.invitation-card > div {
  padding-inline: 11px;
}
.invitation-content {
    padding: 40px;
}

.invitation-content h3 {
    font-size: 1.5rem;
    color: #8e2e2a;
    margin-bottom: 10px;
}

.invitation-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.invitation-content h2 {
    font-size: 2.2rem;
    color: #d4af37;
    margin-bottom: 5px;
}

.invitation-content .subtitle {
    font-size: 1.3rem;
    color: #8e2e2a;
    margin-bottom: 30px;
}

.divider {
    height: 2px;
    background-color: #d4af37;
    width: 100px;
    margin: 20px 0;
}

.invitation-content h4 {
    font-size: 1.2rem;
    color: #8e2e2a;
    margin-bottom: 5px;
}

.invitation-content h5 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 5px;
}

.date-time {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin: 25px 0 10px;
}

.venue {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.dinner-note {
    font-size: 1.2rem;
    color: #8e2e2a;
    font-weight: 500;
}
.link_btn{color: #d44820 !important;}


/* History Section Styles */
.history-section {
    padding: 60px 0;
    background-color: #fff;
}

.history-content {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding-inline: 10px;
    padding-block: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 270px 1fr 270px;
    justify-content: space-around;
    gap: 30px;
}
/* .history-content::after {
  position: absolute;
  content: "";
  background: url(../images/flute.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.1;
} */

.history-content p {
  font-size:18px;
  line-height:28px;
  color: #1c1501;
  font-weight: 300;
  /* padding-inline: 40px; */
}
.history_2 {
  max-width: 1170px;
  margin: 0 auto;
  padding-inline: 10px;
  padding-block: 10px;
  margin-bottom: 20px;
  position: relative;
}

.history_2 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 0px;
  row-gap: 10px;
}
.priest_img {
  position: absolute;
    right: -20px;
    bottom: 0;
}
.priest_img img {
    max-width: 200px;}
.history_2 ul li {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 30px;
}

.history_2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/flower-ul.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .history_2 {
    padding-bottom: 0;
  }

  .history_2 ul {
    grid-template-columns: repeat(1, auto);  
  }

  .priest_img {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }

  .priest_img img {
    max-width: 180px;  
  }
}


.other-amount-input .form-group {
  margin-bottom: 8px;
}
.other-amount-input {
  background: #f3efe7;
  border-radius: 50px;
  overflow: hidden;
  padding: 3px 30px;
  max-width: 300px;
  text-align: start;
  margin-inline: auto;
}
/* members */
.card_main{
  height: 100%;
  position: relative;
  background: url(../images/member_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  gap: 20px;
  padding: 30px 50px 30px 30px;
  margin: 10px 80px;
  border-radius: 10px;
}
.card_main::after{
  content: "";
  position: absolute;
  background: linear-gradient(#efebdf, #fff0);
  width: 102%;
  height: 108%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.card_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
 margin-bottom: 10px;
    border-bottom: 1px solid #ece6da4a;
    padding-bottom: 6px;
}
.card_image img {
  width: 180px;
  object-fit: cover;
}
.card_content p {
  color: #fff;
  font-size: 17px;
  /* text-align: center; */
  /* padding-inline: 10px; */
    line-height: 26px;
    margin-bottom: 6px;
  
}
.inner-btn{
    background:#887d60;
    border: none;
    padding:6px 20px;
    font-size: 14px;
    font-weight: 300;
    width: auto;
   
    margin-inline: auto;
    display: inline-block;
    border-radius: 40px;
    margin-top: 19px;
}
.inner-btn:hover {
    background: #6a6045;
 
   
}
.inner-btn a{
  color: #fff;
}
.invitation-section i {
color: #fff;
    padding-right: 4px;
}
.donation-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
        justify-content: center;
    }
    
    .btn-donation-amount {
        background-color: transparent;
        border: 1px solid #d44720;
        padding: 10px 15px;
        border-radius: 4px;
        cursor: pointer;
        color: #d44720;
        font-size: 22px;
        padding-inline: 30px;
    }
    
    .btn-donation-amount:hover, .btn-donation-amount.active {
        background-color: #d44720;
        color: white;
        border-color: #d44720;
        position: relative;
        z-index: 1;
    }
    .btn-donation-amount.active::after {
        position: absolute;
        content: "";
        width: 15px;
        height:15px;
        left: 50%;
        top: 100%;
        transform: translate(-50%, -50%) rotate(45deg);
        background: #d44720;
        z-index: -1;
    }
    .total-donation-amount {
        margin-top: 20px;
        padding: 15px;
        /* background-color: #f8f9fa; */
        border-radius: 4px;
    }
    
    .amount-display {
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    .other-amount-input {
        margin-top: 10px;
        max-width: 320px;
        margin-inline: auto;
        border: 1px solid #d44720;
        padding-block: 7px;
        padding-left: 25px;
        padding-right: 15px;
    }
    .other-amount-input input:focus {
      box-shadow: none;
      background: transparent;
    }
    .amount-display {
      background: #f3efe7;
      display: inline-block;
      min-width: 350px;
      padding: 5px 10px 5px 30px;
      border-radius: 100px;
      color: #674500;
      font-size: 50px;
      text-align: start;
    }
    .amount-display #totalAmount {
      border-left: 1px solid #e1d9c8;
      margin-left: 10px;
      padding-left: 10px;
      margin-block: 0;
      max-height: 50px;
      margin-block: auto;
      display: inline-flex;
      align-items: center;
    }

/* Gallery Section Styles */
.gallery-section {
    padding: 60px 0;
}
.invitation-card .row > div.wel_div > img {
  height: 45px;
}

.section-title {
  font-size:30px;
  letter-spacing: .10px;
  text-transform: capitalize;
  color: #111;
  font-family: 'Poppins';
  font-weight: 400;
  margin-bottom: 5px;
}
.gallery_img {
  max-height: 230px;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_content {
  background: url(../images/gallery_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px 20px;
  margin-top: -44px;
  text-align: center;
  color: #fff;
  border-radius: 10px;

}
.gallery .row > div > a {
  height: 100%;
}

/* Registration Section Styles */
.w_bar {
  width: 100%;
  position: relative;
  margin-bottom: -10px;
  z-index: -1;
}
.registration-box {
  background: #fff;
  border: 1px solid #d9c796;
  border-radius: 20px;
  padding:30px  60px;
  border-bottom-width: 5px;
}
.section-subtitle {
    text-align: center;
    font-size:19px;
    line-height: 28px;
  color: #1c1501;
    margin-bottom: 0px;
    letter-spacing: 0.25px;
    font-weight: 300;
}

.registration-form {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
}
.form-group.set_form {
  text-align: center;
}
.form-group.set_form label {
  display: block;
}
.form-check {
  background: #f3efe7;
  padding: 7px 25px 7px 45px;
  border-radius: 20px;
  margin-top: 5px;
  margin-left: 10px;
}
.form-group.set_form .form-check {
  display: inline-block;
  margin-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}

.form-control {
  height: auto;
  border-radius: 5px;
  border: none;
  padding: 0;
  font-size: 1rem;
  background: transparent;
  color: #837e74;
  font-weight: 300;
}

.form-control:focus {
    /* border-color: #d4af37; */
   box-shadow: none;
    background: #f3efe7;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-input:checked {
    background-color: #d44720;
    border-color: #d44720;
}
.form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}
.submit-btn {
    background: linear-gradient(to right, #da2651, #880222);
    border: none;
    padding: 12px 70px;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    /* margin-top: 20px; */
    transition: all 0.3s ease;
    margin-inline: auto;
    display: block;
    border-radius: 40px;
}

.submit-btn:hover {
    background: linear-gradient(to left, #da2651, #880222);
}
.ss .form-group {
  background: #f3efe7;
  border-radius: 50px;
  overflow: hidden;
  padding: 12px 30px;
}
.ss .form-group label {
  color: #932840;
  font-size: 13px;
  margin-bottom: -3px;
  display: block;
}
.ss .form-group .form-
control:focus {
  border: none !important;
  box-shadow: none;
  background: transparent;
}



/* Footer Styles */
.footer {
    background-color: #b01217;
    color: #fff;
        padding: 20px 0 16px 0;
    font-size: 0.9rem;
}

.footer p {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 2.8rem;
    }
    
    .carousel-caption h2 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 1.2rem;
    }
    
    .invitation-content {
        padding: 30px;
    }

}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .carousel-caption {
        bottom: 20%;
    }
    
    .carousel-caption h1 {
        font-size: 2.2rem;
    }
    
    .carousel-caption h2 {
        font-size: 1.8rem;
    }
    
    .invitation-content h2 {
        font-size: 1.8rem;
    }
    
    .invitation-content .subtitle {
        font-size: 1.1rem;
    }
    
    .registration-form {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .navbar-brand .logo {
        height: 50px;
    }
    
    .carousel-caption {
        bottom: 15%;
    }
    
    .carousel-caption h1 {
        font-size: 1.8rem;
    }
    
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
    
    .invitation-content {
        padding: 20px;
    }
    
    .invitation-content h3 {
        font-size: 1.2rem;
    }
    
    .invitation-content h2 {
        font-size: 1.5rem;
    }
    
    .invitation-content h5 {
        font-size: 1.2rem;
    }
    
    .date-time, .dinner-note {
        font-size: 1rem;
    }
    
    .venue {
        font-size: 0.9rem;
    }
}

/* inner pages */
.inner_main {
    padding-top: 89px;
    background-image: url('../images/bg-img.jpg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.content_start {
  /* background: #ffffff96; */
  padding: 40px;
}
.inner_main .invitation-card .row > .invitation-card .row > div.wel_div {
  padding-top: 20px !important;
}
.inner_main .invitation-card .row > .invitation-card .row > div.wel_div {
  padding-top: 20px !important;
  width: 100%;
}
.inner_main .invitation-card .row > div {
  border-width: 2px;
}
.content_start p {
  color: #000;
}


/* extra css */
.inner_page_hero_set{
  height: 100vh;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*  */

.printer-top {
  z-index: 1;
  border: 6px solid #08660f;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #08660f;
}

.printer-bottom {
  z-index: 0;
  border: 6px solid #08660f;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #08660f;
}

.paper-container {
  position: relative;
  overflow: hidden;
  height: 620px;
}

.paper {
  background: #ffffff;
  height: auto;
  position: absolute;
  z-index: 2;
  margin: 0 12px;
  margin-top: -12px;
  animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
  border-radius: 5px;
}

.main-contents {
  margin: 0 10px;
  padding: 20px 20px 20px;
  position: relative;
}

.jagged-edge {
  position: relative;
  height: 20px;
  width: 100%;
  margin-top: -1px;
}

  .jagged-edge:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 20px;
      background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #0c842024 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
      background-size: 16px 40px;
      background-position: 0 -20px;
  }

.success-icon {
  text-align: center;
  font-size: 35px;
  height: 72px;
  background: #359d00;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: 18px auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-title {
  font-size: 22px;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
}

.success-description {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  text-align: center;
  margin-bottom: 24px;
}

.order-details {
  text-align: center;
  color: #333;
  /* font-weight: bold; */
}

  .order-details > div > div {
      padding: 5px 10px;
  }

      .order-details > div > div:nth-child(4n + 1),
      .order-details > div > div:nth-child(4n + 2) {
          background-color: #cccccc30;
      }

  .order-details .order-number-label {
      font-size: 18px;
      margin-bottom: 8px;
  }

  .order-details .order-number {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      line-height: 48px;
      font-size: 18px;
      padding: 8px 0;
      margin-bottom: 24px;
  }

.aws-title5 {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.order-footer {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #999;
  padding-top: 35px;
}

/* error */
.aws-ac-error .printer-top {
  z-index: 1;
  border: 6px solid #f12129;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #a9070c;
}

.aws-ac-error .printer-bottom {
  z-index: 0;
  border: 6px solid #d4181e;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #a9070c;
}

.aws-ac-error .success-icon {
  background-color: #d4181e;
}

.aws-ac-error .aws-title2 {
  color: #d4181e !important;
}

.aws-ac-error .jagged-edge:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #f1212929 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 16px 40px;
  background-position: 0 -20px;
}

/* Pending */

.aws-ac-pending .printer-top {
  z-index: 1;
  border: 6px solid #dba600;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #7c5d00;
}

.aws-ac-pending .printer-bottom {
  z-index: 0;
  border: 6px solid #ffc92a;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #ffc60b;
}

.aws-ac-pending .success-icon {
  background-color: #dba600;
}

.aws-ac-pending .aws-title2 {
  color: #dba600 !important;
}

.aws-ac-pending .jagged-edge:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #c898094a 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 16px 40px;
  background-position: 0 -20px;
}

@keyframes print {
  0% {
      transform: translateY(-90%);
  }

  100% {
      transform: translateY(0%);
  }
}

@-webkit-keyframes print {
  0% {
      -webkit-transform: translateY(-90%);
  }

  100% {
      -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes print {
  0% {
      -moz-transform: translateY(-90%);
  }

  100% {
      -moz-transform: translateY(0%);
  }
}

@-ms-keyframes print {
  0% {
      -ms-transform: translateY(-90%);
  }

  100% {
      -ms-transform: translateY(0%);
  }
}

.cheque-image fieldset {
  max-width: 350px;
}

.section-title-new a{
      text-align: center;
    font-size: 18px;
    color: #b01217;
    margin-bottom:10px;
    line-height: 30px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.section-title-new{
  text-align: center;
}

.Contact-img-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}
.Contact-img-text img {
    width: 34px;
    height: 34px;
}
.Contact-img-text-2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.Contact-img-text-2 img{
width:38px;
height:38px;
}
.address-section {
  border: 1px solid #d9c388;
 background: #f5f0e2;
  border-radius: 50px;
  padding: 10px 50px;      
  max-width: 580px;         
  margin: 0 auto; 
  text-align: center;      
  position: relative;    
      margin-bottom: 60px;

}

.address-section p{
font-size: 20px;
     line-height: 24px;
   color: #342700 !important;
    font-weight: 400;   
    padding-bottom: 0;  
    margin-bottom: 0;
    /* centers automatically */
}


.section-Contact-title{
      font-size: 38px;
    letter-spacing: .10px;
    color: #111;
    font-family: 'Poppins';
    font-weight: 500;
   
}

.address-section p span{
  color: #b01217;
}


.footer .social-icons {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.social-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.footer .social-icons i {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 2;
      line-height: 100%;
    top: 1px;
}

 
.social-icons a::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.3s;
}

.social-icons a:hover::after {
  border-color: #e0b100;
}

.social-icons a:hover i {
  color: #e0b100;
}
.address-wrap.container {
    max-width:960px;}
.address-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
      margin-bottom: -70px;

}


/* IMAGES */
.addr-img {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.addr-img img {
     width: 110px;
    height: 110px;
  object-fit: cover;
  
}

 
.addr-icon {
  display: block;
  margin-top: 8px;
      background: #b01217;
    padding: 10px;
    border-radius: 50%;
    line-height: 100%;
}

.addr-icon i {
  font-size: 20px;
  color: #fff;
  line-height: 100%;
}

 
.left-img {
  margin-right: -70px;
  border: 1px solid #d9c796;
    padding: 10px;
    background: #ffffff;
        border-radius: 10px;
}

.right-img {
  margin-left: -70px;
  border: 1px solid #d9c796;
    padding: 10px;
    background: #ffffff;
        border-radius: 10px;
}

 

 
@media (max-width: 768px) {

 
  .address-section {
    order: 2;
    /* margin-top: 20px; */
    text-align: center;
  }

 
  .left-img,
  .right-img {
    order: 1;
    margin: 0 !important;
  }
 
  .address-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
 
  .addr-img {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .addr-icon i {
    font-size: 16px;
    color: #fff;
    line-height: 100%;
}
.addr-icon {
   
    padding: 10px}
}
.addr-icon:hover i {
  color: #d9c796;
  transform: scale(1.2);
}
.addr-icon i {
  transition: 0.3s ease;
}

.history-img img{
  border-radius: 10px;
  margin-bottom: 10px;
}
.history-title {
  font-size:17px;
  font-weight: 500;
  color: #d44820;
  margin-bottom:0px;
  line-height: 24px;
  text-transform: capitalize;
}
.history-content i{
  color:#000 ;
  font-size: 18px;
}
.event_card_set .row{
  padding-inline: 11px;
}
.event_card_set .row > div{
  border-block: none;
  padding: 15px;
  padding-bottom: 40px;
}
.event_card_set .row > div.col-lg-1{
  border: none;
}
.event_card_set .row > div:first-child{
  border-right: 1px solid #ece6da;
}
.event_card_set .row > div:last-child{
  border-left: 1px solid #ece6da;
}
.event_card_set {
    margin-bottom: -42px;
}
.event_card_set .card_main {
  margin-inline: 25px;
}
@media screen and (max-width:576px) {
  .history-content .history-img {
  max-width: 45%;
  margin-inline: auto;
  padding-bottom: 15px;
}
.card_main::after {height: 103%;}
.history-content {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}
.event_card_set .card_main {
  margin-inline: 20px;
}
.event_card_set .container-fluid {
  padding-inline: 0;
}
.event_card_set {
  margin-bottom: 2px;
}
}
@media screen and (max-width:376px) {
.history-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.card_main {
margin: -16px 0px;
}
  .event_card_set .card_main {
    margin-inline: 5px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
.event_card_set .row > div:last-child {
display: none;
}

.event_card_set .card_main {
  margin-inline: 5px;
}
.history-content .history-img {
  max-width: 100%;
  margin-inline:0;
  padding-bottom: 0px;
}
.history-title {margin-bottom: 15px;}
}
.history-content  p{
display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
