/*@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');*/

/* *{
  font-family: 'poppins' !important;
} */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1310px !important;
    }
}

.registration-section {
    background-color: #ffe7b3;
    padding: 50px 20px;
}
.fa-circle{
    font-size: 10px;
    transform: translateY(-3px);
    color: #ffcc00 !important;
}

.btn-custom-1 {
    position: relative;
    padding: 5px 18px;
    font-size: 16px;
    font-style: italic;
    color: #1d608d;
    background: transparent;
    border: 2px solid #1d608d;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    top: 10px
}

.social-cell-content {
    background-color: #ffe7b3;
    padding: 50px 20px;
}

p.section-description.cell {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}

ul.section-description li {
    line-height: 35px;
}

p.section-description {
    text-align: justify;
}

.section-white {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.social-cell-head {
    font-size: 18px;
    color: #85433c;
}

h3.advaitism-title-social {
    color: #85433c;
}

.advaitism-card {
    border-top: 2px solid #85433c !important;
    border-bottom: 2px solid #85433c !important;
}


/* .social-cell {
  background-image: url("../images/social-cell-img-1.webp") !important;
  background-position: center;        
  background-repeat: no-repeat;
  background-size: cover;  
  width: 100%;
  min-height: 80vh; 
  display: flex;       
  align-items: center;
} */

@media (max-width: 575.98px) {
    .social-cell {
        background-size: cover;
        background-color: #000;
    }
}

.col-lg-6.col-md-6.col-12.temple-society-img.aos-init.aos-animate {
    position: absolute;
    right: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 54%;
}

@media (max-width: 768px) {
    .col-lg-6.col-md-6.col-12.temple-society-img.aos-init.aos-animate {
        position: relative;
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100%;
    }
    p.section-description.cell {
        border-radius: 10px;
    }
}

.reg-sec-custom {
    position: relative;
    background: #ffe7b3;
    padding: 32px 50px 32px 32px;
    margin-top: 32px;
    min-height: 170px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 1;
    /* slant effect using clip-path */
    /* clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); */
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

.reg-bottom {
    background: #85433c;
    max-width: 70%;
    padding: 16px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: -30px;
    z-index: 2;
    border: 5px solid #fff;
}

.reg-bottom p {
    color: #fff;
}

@media (max-width: 991px) {
    .reg-bottom {
        max-width: 90%;
    }
    .reg-sec-custom {
        clip-path: none;
        padding: 24px 12px;
        border-radius: 20px;
        max-width: 100%;
    }
    .reg-bottom p {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
    }
    .reg-sec-custom-button {
        text-align: center;
        margin-top: 50px;
    }
}

.temple-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    border-radius: 0px 20px 20px 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.temple-center-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .temple-center-img img {
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0px 0px;
        object-fit: cover;
    }
    .temple-center {
        border-radius: 0px 0px 20px 20px;
    }
}

.temple-center-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 20px 20px 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

ul li {
    line-height: 30px !important;
}

.cta {
    background-color: #85433c;
    padding: 20px;
    border-radius: 20px;
    color: #1e1e1e;
    min-height: 300px;
    height: 300px;
}

@media(max-width: 991px) {
    .cta {
        min-height: 200px;
        height: 200px;
    }
    .cta h4 {
        font-size: 25px !important;
    }
}

.hero-section {
    background: linear-gradient(135deg, #a55d2a00 0%, #a55d2a40 100%);
    /* background: linear-gradient(135deg, #a55d2a 0%, #a55d2a 100%); */
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px !important;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><path d="M0,200 Q300,50 600,200 T1200,200 V800 H0 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: rgb(37, 37, 37);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: rgba(37, 37, 37);
    margin-bottom: 1rem;
    font-weight: 300;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(37, 37, 37);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-button {
    background: white;
    color: #FF8C00;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media(max-width: 991px) {
    .cta-button {
        left: 50%;
        position: relative;
        transform: translateX(-50%) !important;
    }
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #FF8C00;
}

.hero-image {
    position: relative;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(10px);
    margin: 30px;
}

.hero-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.price-tag {
    position: absolute;
    top: -10px;
    right: 20px;
    background: white;
    color: #FF8C00;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h3.donation-head-2 {
    font-size: 20px;
    font-weight: 700;
    color: #85433c !important;
}

ul.donation-list li {
    text-align: justify;
    line-height: 2 !important;
}

.donation-sec-2 .icon-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) !important;
    background-color: #fff;
    padding: 21px;
    border-radius: 100%;
}

.donation-sec-2 {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    min-height: 200px;
}

@media (max-width: 991px) {
    /* .donation-sec-2 .icon-wrapper {
    position: absolute;
    top: -50px;
    left: 30%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 21px;
    border-radius: 100%;
    
  } */
    .donation-sec-2 .icon-wrapper {
        position: absolute;
        /* top: -50px; */
        left: 50%;
        /* right: 0; */
        transform: translatex(-50%) !important;
        background-color: #fff;
        padding: 21px;
        border-radius: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.3rem;
    }
    .section-title {
        font-size: 2rem;
    }
}

.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 10px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

@media (max-width: 991px) {
    .contact_field {
        padding: 60px 20px 90px 20px;
    }
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border: 1px solid #ccc;
    margin-top: 2px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #85433c;
}

.contact_field .form-control::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #85433c;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 400px;
    padding: 20px;
    border-radius: 25px 0 0 25px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .contact_info_sec {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 25px;
        top: 0;
        transform: none;
    }
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 18px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    /* background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%); */
    background: #85433c;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 18px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 16px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.vision-section {
    background-color: #ffffff;
    padding: 50px 15px;
}

.vision-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.vision-text {
    background: #ffe7b3;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: -350px;
}

.mission-text {
    background: #ffe7b3;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: -350px;
    position: relative;
    z-index: 1;
}

ul.mission-list li {
    text-align: justify;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .vision-text {
        margin-top: 20px;
        margin-left: 0;
    }
    .mission-text {
        margin-top: 20px;
        margin-right: 0;
    }
}

span.badge.bg-event {
    background-color: #85433c !important;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

span.neo-cell-points {
    color: #85433c;
    text-align: justify;
    font-weight: 500;
}

li.neo-cell-li {
    margin-bottom: 10px;
}

.hover-dropdown:hover .dropdown-menu,
.hover-dropdown:focus-within .dropdown-menu {
    display: block;
    margin-top: 0;
}

.hover-dropdown .dropdown-toggle::after {
    transition: transform 0.2s;
}

.hover-dropdown.show .dropdown-toggle::after,
.hover-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .hover-dropdown:hover .dropdown-menu,
    .hover-dropdown:focus-within .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .footer-links ul.list-inline {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-content: space-around;
    }
    .footer-links ul.list-inline li {
        display: inline-block;
        margin-right: 8px;
    }
    .footer-links ul.list-inline li:last-child {
        margin-right: 0;
    }
    .contact-head {
        text-align: center;
    }
    .footer-top .logo {
        text-align: center;
    }
    .footer-top .social-links {
        align-items: center;
        justify-content: center;
    }
}

.overlay-section {
    position: relative;
    background-color: #191919;
    color: white;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 800px;
}

.overlay-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    /* Black overlay effect */
    z-index: 1;
}

.overlay-section .content {
    position: relative;
    z-index: 2;
    padding: 100px 20px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .row.bg-image-row {
        background-image: none !important;
    }
}


/*team section*/

.team-area .single-item {
    margin-bottom: 30px;
}

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0px 0px !important;
}

.team-area .item .thumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
}

.team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}

.team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.team-area .item .thumb .overlay p {
    color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
    opacity: .6;
}

.team-area .item .thumb .social li {
    display: inline-block;
}

.team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 10px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.team-area .info .message {
    height: 50px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: #85433c;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.team-area .info .message a i {
    font-weight: 500;
}

.team-area .info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-area .info span {
    font-size: 14px;
    color: #85433c;
    font-weight: 600;
    text-transform: capitalize;
}

.team-area .social li.twitter a {
    background-color: #00b6f1;
}

.team-area .social li.pinterest a {
    background-color: #bd081c;
}

.team-area .social li.facebook a {
    background-color: #3b5998;
}

.team-area .social li.google-plus a {
    background-color: #df4a32;
}

.team-area .social li.vimeo a {
    background-color: #1ab7ea;
}

.team-area .social li.instagram a {
    background-color: #cd486b;
}

.nav-link.active {
    border-bottom: 3px solid #ffcc00;
    font-weight: bold;
}



    .temple-card {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 300px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: transform 0.3s;
      cursor: pointer;
    }

    .temple-card:hover {
      transform: scale(1.02);
    }

    .temple-overlay {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #f9cf58;
      padding: 12px 20px;
      border-radius: 6px;
      text-align: center;
      width: 80%;
    }

    .temple-overlay h5 {
      margin: 0;
      font-weight: 700;
      font-size: 1.2rem;
      color: #222;
    }

    .temple-overlay p {
      margin: 0;
      font-size: 1rem;
      color: #222;
      text-align: center;
    }
    .btn-primary {
    color: #fff;
    background-color: #a55d2a;
    border-color: #a55d2a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a55d2adb;
    border-color: #a55d2a;
}
.social-link{
        display: flex
;
   
    margin-left: 25px;
    margin-top: 20px;
    list-style:none;

}
.social-link li{
    margin-left: 8px;
}
.social-link li a {
    width: 32px;
    height: 32px;
    border: 2px solid #ffba94;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #ffba94;
    transition: .5s;
}